No Problem, I am using Tiger and Xcode 2.2.
I only tried the xcode1 project out of curiosity, but now I have all my Macs running Tiger (and building CEGUI just fine) so for me it does not really matter anymore.
regards,
Alex
Search found 6 matches
- Tue Oct 11, 2005 09:04
- Forum: Modifications / Integrations / Customisations
- Topic: OSX Framework
- Replies: 11
- Views: 8768
- Mon Oct 10, 2005 08:04
- Forum: Modifications / Integrations / Customisations
- Topic: OSX Framework
- Replies: 11
- Views: 8768
Re: OSX Framework
Lijat,
are you using 10.3.x and XCode1.x? I found the XCode project for version 1.x out of date, and I could not compile CEGUI with this.
Greets,
Alex
are you using 10.3.x and XCode1.x? I found the XCode project for version 1.x out of date, and I could not compile CEGUI with this.
Greets,
Alex
- Fri Oct 07, 2005 05:44
- Forum: Modifications / Integrations / Customisations
- Topic: CEGUI malloc probs on OS X?
- Replies: 3
- Views: 2399
Re: CEGUI malloc probs on OS X?
Ohhh I am soo stupid.
I should have read your response twice before answering.
I thought I had looked for patches, but I missed yours. Thanks to your OpenGL texture patch everything works now!
Thanks!
Alex
I should have read your response twice before answering.
I thought I had looked for patches, but I missed yours. Thanks to your OpenGL texture patch everything works now!
Thanks!
Alex
- Thu Oct 06, 2005 16:15
- Forum: Modifications / Integrations / Customisations
- Topic: CEGUI malloc probs on OS X?
- Replies: 3
- Views: 2399
Re: CEGUI malloc probs on OS X?
Hmm. I can not get this thing to work. It seems that I make something wrong here. I tried now using the xerces xml lib, but the same error remains. How did you compile this thing? I am using OS X 10.4.2, XCode 2.1 and GCC 4.0 (Apple) and the supplied xcode template, Maybe this is a gcc related bug? ...
- Sat Oct 01, 2005 13:22
- Forum: Modifications / Integrations / Customisations
- Topic: CEGUI malloc probs on OS X?
- Replies: 3
- Views: 2399
CEGUI malloc probs on OS X?
After trying to resolve the bus errors I have with the sample programs (http://www.cegui.org.uk/modules/newbb/viewtopic.php?topic_id=1039&forum=2) I found out by changing the internal buffer size in the CEGUI::String class from 32 to 16, 64 or whatever, the segfault occurs somewhat earlier (or l...
- Wed Sep 28, 2005 13:05
- Forum: Modifications / Integrations / Customisations
- Topic: [Mac OS X 10.4] Problems with CEGUI and samples....
- Replies: 0
- Views: 2505
[Mac OS X 10.4] Problems with CEGUI and samples....
Hi! I am currently trying to compile CEGUI on OS X Tiger using XCode 2.1 (GCC 4.0). After some problems I got it compiled using TinyXML. But I run into deep trouble when trying to compile the demo4 sample. 1) some include statements are wrong e.g. <GL/GLUT.H>, but this was no problem. 2) the example...