Well that says, I have a new question:
I guess answer is no, but is it possible to have it use tinyxml statically linked with cegui, or should I always need to have the library in a separate file (and also need to use the LD_LIBRARY_PATH before running my app) ?
Search found 4 matches
- Fri Oct 20, 2006 09:08
- Forum: Help
- Topic: CEGUI & Ogre
- Replies: 6
- Views: 3168
Hi, The issue with Ogre not working in the CEGUI samples is known to me, and I'll be trying to address that before the final 0.5.0 release. Ok, so this is not a personal problem :) For the other issue, can you post the full CEGUI initialisation code (if what you posted was the full code, post some ...
- Fri Oct 20, 2006 08:45
- Forum: Help
- Topic: CEGUI & Ogre
- Replies: 6
- Views: 3168
Ok, I finally found why it was segfaulting with my app: my cegui libs were not installed in a normal dir, and my compilation, donc using CMake linked correctly those libs, usgin rpath. So, at execution, libs were correctly found without needing to add the LD_LIBRARY_PATH. But after some debugging in...
- Thu Oct 19, 2006 21:25
- Forum: Help
- Topic: CEGUI & Ogre
- Replies: 6
- Views: 3168
CEGUI & Ogre
Hi, I'm getting trouble trying to use CEGUI with Ogre. Here is my 'history': * First, I was using Ogre 1.2.3 and CEGUI 0.4.1. But, when running, I got segmentation fault, and it seems to be because I'm using TinyXML in my app (see http://www.cegui.org.uk/phpBB2/viewtopic.php?t=1$ * So, considering t...