MacOSX + missing CXFileReader.cpp [solved]

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
Jens
Posts: 14
Joined: Sun Nov 11, 2007 5:44 pm
Location: Germany

MacOSX + missing CXFileReader.cpp [solved]

Post by Jens »

// Edit

My problem was more or less solved in this thread --> click me


-----------------------------------------

Hello everybody,

I am new to the irrlicht engine and new to macosx (leopard).
I tried to to compile the latest svn-version (revision 1043) of irrlicht with xcode but I got this error:
powerpc-apple-darwin9-gcc-4.0.1: /Users/Jens/Downloads/2007_11_11_irrlicht_svn/irrlicht/source/Irrlicht/MacOSX/../CXFileReader.cpp: No such file or directory
I used the MacOSX.xcodeproj I found in "source/irrlicht/MacOSX/"

There was no such file in the folder: "source/irrlicht/" where it should be ... if you trust the message ....

And when I excluded this file from compiling I got other errors ... so this is not the solution.

Has anyone an idea what I can do to solve this problem?

greets Jens
Last edited by Jens on Sun Nov 11, 2007 9:19 pm, edited 1 time in total.
Dark_Kilauea
Posts: 368
Joined: Tue Aug 21, 2007 1:43 am
Location: The Middle of Nowhere

Post by Dark_Kilauea »

The latest version of irrlicht for Mac OS X is broken. However, there is a guy working on getting it to work. I believe he recently posted a patch to get it to work, try searching the forums for it.
rogerborg wrote:Every time someone learns to use a debugger, an angel gets their wings.
Jens
Posts: 14
Joined: Sun Nov 11, 2007 5:44 pm
Location: Germany

Post by Jens »

Thank you Dark_Kilauea for you quick answer!
Post Reply