Search found 6 matches

by dogbrain
Mon Sep 25, 2006 4:52 pm
Forum: FAQs, Tutorials, Howtos, and external tool lists
Topic: [Tutorial] Getting started on Mac OS X
Replies: 81
Views: 91165

Anyone got 1.1 to compile properly. Would be really happy if someone could upload a working binary of the lib or explain how to do it with 1.1. The examples included in the project doesnt work for me.

I have almost given up... thinking of looking after a new 3d engine... :(
by dogbrain
Thu Sep 21, 2006 6:36 am
Forum: Beginners Help
Topic: Compiling with Xcode 2.4
Replies: 4
Views: 366

Compiles fine now thanks! Now I am off to try some examples.
by dogbrain
Tue Sep 19, 2006 11:05 pm
Forum: Beginners Help
Topic: Compiling with Xcode 2.4
Replies: 4
Views: 366

Compiling with Xcode 2.4

I finally got an updated Xcode(v 2.4) and downloaded the latest source from svn. I then loaded the Xcode project and pressed compile. It gives me the following error after a while: Compiling /Users/aUser/Desktop/irrlicht/source/Irrlicht/MacOSX/../CIrrDeviceStub.cpp (2 errors) error: expected initial...
by dogbrain
Tue Sep 19, 2006 2:10 pm
Forum: Beginners Help
Topic: make in osx
Replies: 5
Views: 423

'make -DMACOSX' doesnt work.. But I added it to the makefile and then it does the trick. Now i only have to figure out what frameworks etc that allso needs to be added. ... os.cpp: In static member function `static irr::u16 irr::os::Byteswap::byteswap(irr::u16)': os.cpp:39: error: 'OSReadSwapInt16' ...
by dogbrain
Tue Sep 19, 2006 11:02 am
Forum: Beginners Help
Topic: make in osx
Replies: 5
Views: 423

It is probably really easy.. the problems that I run into using the linux compile file is of the sort that #ifdef MACOSX #define bswap_16(X) OSReadSwapInt16(&X,0) #define bswap_32(X) OSReadSwapInt32(&X,0) ... Dont get executed.. So somehow the makefile should set the MACOSX. As I said I am a...
by dogbrain
Tue Sep 19, 2006 9:56 am
Forum: Beginners Help
Topic: make in osx
Replies: 5
Views: 423

make in osx

Hi all! Me and a couple of friends are planning a small game made in IRRLICHT. I am on osx and they are on windows. We therefore plan to use eclipse cdt and subversion to work togehther. I have a problem that I cant download a new xcode (my current version is 2.0) beacuse apple wants to send a confi...