Compiling with Xcode 2.4

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
dogbrain
Posts: 6
Joined: Tue Sep 19, 2006 9:42 am

Compiling with Xcode 2.4

Post by dogbrain »

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 initializer before 'createDevice'
error: expected initializer before 'createDeviceEx'
Any suggestions what I am doing wrong/how to fix it?
A computer program will always do what you tell it to do, but rarely what you want to do.
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

Should work again, was a #define confusion.
borky89
Posts: 13
Joined: Wed Aug 23, 2006 4:07 pm
Location: Switzerland

Post by borky89 »

Maybe you have to add a few files to the project too.

Georg

PS: Hybrid, should I make a diff of a corrected xcode-project?
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

Yes, would be nice. Makefiles and Dev-Cpp projects can be easily changed manually, but the other project types are quite huge so I usually don't touch them. Just send it to me by e-mail.
dogbrain
Posts: 6
Joined: Tue Sep 19, 2006 9:42 am

Post by dogbrain »

Compiles fine now thanks! Now I am off to try some examples.
A computer program will always do what you tell it to do, but rarely what you want to do.
Post Reply