Search found 7 matches
- Thu Nov 04, 2010 00:08
- Forum: Help
- Topic: Error compiling when I add CEGUI to my project
- Replies: 8
- Views: 3824
Re: Error compiling when I add CEGUI to my project
Hrm, I'm betting it's the "Framework Search Paths" field. It gets auto-populated to the path I browse to when I add the framework manually to the target Linked Libraries in the General tab. However when I put the path in I get the errors still. I'm quite confused. I'm thinking it's gotta b...
- Wed Nov 03, 2010 23:56
- Forum: Help
- Topic: Error compiling when I add CEGUI to my project
- Replies: 8
- Views: 3824
Re: Error compiling when I add CEGUI to my project
Ok I tried the second point CE gave me, about adding "-framework CEGUIBase" to the "Other Linker Flags" of my Target, however now when I build I get a single error - "Framework not found CEGUIBase". How do I add that framework's path to Xcode so it knows what I'm talkin...
- Wed Nov 03, 2010 14:13
- Forum: Help
- Topic: Error compiling when I add CEGUI to my project
- Replies: 8
- Views: 3824
Re: Error compiling when I add CEGUI to my project
Unfortunately there aren't any lib files included the mac SDK, only .framework files. At least to my understanding (are they built somewhere after running the sample project?)
- Wed Nov 03, 2010 13:40
- Forum: Help
- Topic: Error compiling when I add CEGUI to my project
- Replies: 8
- Views: 3824
Re: Error compiling when I add CEGUI to my project
I tried both those methods, but just to be sure I'll try again today just in case. Maybe it was something stupid I was doing and I just needed a night to sit on it.
Thanks
Thanks
- Wed Nov 03, 2010 03:26
- Forum: Help
- Topic: Error compiling when I add CEGUI to my project
- Replies: 8
- Views: 3824
Re: Error compiling when I add CEGUI to my project
I tried linking the libraries (actually I'm new to Xcode so I copied the header and framework paths in the prebuilt SDK sample project since that one built perfectly) but got these errors: Undefined symbols: "CEGUI::operator+(char const*, CEGUI::String const&)", referenced from: CEGUI:...
- Tue Nov 02, 2010 04:19
- Forum: Help
- Topic: Error compiling when I add CEGUI to my project
- Replies: 8
- Views: 3824
Error compiling when I add CEGUI to my project
Hello all, When I try and add the CEGUI includes for my project, I get no errors (CEGUI.h and CEGUIOgreRenderer.h), however when I try and initialize CEGUI by using the tutorial code I get the following errors: Undefined symbols: "CEGUI::operator+(char const*, CEGUI::String const&)", r...
- Thu Oct 28, 2010 04:08
- Forum: Help
- Topic: Xavier's PracticalApp_CEGUI update Ogre1.7 & CEGUI 0.7
- Replies: 12
- Views: 8672
Re: Xavier's PracticalApp_CEGUI update Ogre1.7 & CEGUI 0.7
This looks fantastic - However, can anyone give me some instructions on how to configure cegui for OGRE use before building in Xcode? I've tried following the existing tutorials, but they all involve running the Visual Studio .bat file. I was able to get the Xcode version of CEGUI to build, but not ...