Search found 2 matches
- Mon Nov 14, 2005 15:54
- Forum: Modifications / Integrations / Customisations
- Topic: Problem linking against CEGUI on Mac OS X
- Replies: 4
- Views: 4235
Re: Problem linking against CEGUI on Mac OS X
Hmm, I changed every #include <malloc.h> to #ifdef __APPLE__ #include <malloc/malloc.h>. This seemed to do the trick, but if there's a link between those malloc's and Ogre Memory functions I might come to a few problems. For the ones regarding "CEGUI...Thing.h", I found out that once the f...
- Thu Nov 10, 2005 08:09
- Forum: Modifications / Integrations / Customisations
- Topic: Problem linking against CEGUI on Mac OS X
- Replies: 4
- Views: 4235
Problem linking against CEGUI on Mac OS X
Hi there ! I'm trying to compile CEGUI for use with Ogre. I got CEGUI to compile with TinyXML (I don't know if Xerces give advantages, any opinion on this ?), but each time I use the CEGUI framework elsewhere (e.g. in one of Ogre samples), I get loads of errors about #include <malloc.h>, and #includ...