Search found 4 matches

by Wako
Mon Mar 02, 2009 3:46 am
Forum: Beginners Help
Topic: IrrXMLReader and Unix paths
Replies: 1
Views: 88

IrrXMLReader and Unix paths

I used the tutorial on irrXML's website: IrrXMLReader* xml = createIrrXMLReader("../../../config/preferences.xml"); When I compile and test in XCode, the Working directory is where the executable is, and thus this line worked. However, when I run the .app, the Working Directory is set to &...
by Wako
Thu Jan 15, 2009 3:25 am
Forum: Project Announcements
Topic: irrNetLite 2.1 [BETA]
Replies: 230
Views: 121363

Thanks so much BlindSide.

I just added irrNetLite/sources to my project, removed SPacket.d and *.o, added the include to the search paths, and it worked! 11 warnings, but it's all about the Makefiles.

I had been trying to compile this for about 15h, what a relief!
by Wako
Wed Jan 14, 2009 10:55 pm
Forum: Project Announcements
Topic: irrNetLite 2.1 [BETA]
Replies: 230
Views: 121363

well I used the one on the first post, which is the 2 beta, right

-- has anyone gotten this to work under XCode / Mac OS X
by Wako
Wed Jan 14, 2009 8:36 pm
Forum: Project Announcements
Topic: irrNetLite 2.1 [BETA]
Replies: 230
Views: 121363

Hey guys, sorry to revive an old topic, but can anyone help me with building irrNetLite with XCode? Here's what I did so far: - I downloaded the package - Compiled eNet - Compiled irrNetLite - Created a new, empty project in XCode - Added the frameworks AppKit, Cocoa, Carbon and OpenGL - Added liben...