MacOS 1.7(Lion) Xcode 4.2(LLVM) problem...

You are an experienced programmer and have a problem with the engine, shaders, or advanced effects? Here you'll get answers.
No questions about C++ programming or topics which are answered in the tutorials!
Post Reply
Sky-Fox
Posts: 29
Joined: Fri Feb 04, 2011 10:49 am

MacOS 1.7(Lion) Xcode 4.2(LLVM) problem...

Post by Sky-Fox »

Hi.
i have a problem in compile Irrlicht 1.7.2 and last revision 1.8 for Mac.
MacOS project not optimized and configured in MAC OS LION (Xcode 4.2. LLVM)
----------------------------------------------
Irrlicht 1.7.
1. Not Correct framework(Fixed).
2. minor easily removable errors...
3. All Examples not working. (Path for "Madia" not correct for mac file system).

Irrlicht 1.8. - NOT WORKING.
A lot of errors...
SABvdF
Posts: 1
Joined: Fri Nov 18, 2011 8:53 am

Re: MacOS 1.7(Lion) Xcode 4.2(LLVM) problem...

Post by SABvdF »

I have just successfully built Irrlicht 1.8.0-alpha in XCode 4 in Mac OS X Lion (10.7.2), using the Mac OS X 10.6 SDK with 32-bit targets, using the default compiler (LLVM 3.0)

Can I contribute the updated files (xcodeproj file, 1 Mac OS specific source file and 3 general source files, changed with #ifdef MACOSX)?
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Re: MacOS 1.7(Lion) Xcode 4.2(LLVM) problem...

Post by hybrid »

Best thing is to just provide the patch files. Use 'svn diff' or some GUI to create it. You can upload the files at our patch tracker (http://sourceforge.net/tracker/?group_i ... tid=540678)
Post Reply