CE,
Thanks for looking into this. I will experiment some more in the next couple weeks to try and narrow down what is causing the problem (autotools, gcc, ld, ...etc). Once (if) I come up with a solution to my problems I will post that information here.
Search found 5 matches
- Mon Sep 13, 2010 15:59
- Forum: Help
- Topic: Issue with Static Linking of CEGUI v0.7.1 - Linux
- Replies: 15
- Views: 7514
- Thu Sep 02, 2010 13:38
- Forum: Help
- Topic: Issue with Static Linking of CEGUI v0.7.1 - Linux
- Replies: 15
- Views: 7514
Re: Issue with Static Linking of CEGUI v0.7.1 - Linux
CE, I noticed that the new v0.7.2 has been released and saw the following bug fix: - Bug Fix: static build / linking was not working correctly for autotools based builds. I decided to revert back to a static build and test with the latest release ... same issues still exist. I am not sure if you hav...
- Fri Aug 06, 2010 14:37
- Forum: Help
- Topic: Issue with Static Linking of CEGUI v0.7.1 - Linux
- Replies: 15
- Views: 7514
Re: Issue with Static Linking of CEGUI v0.7.1 - Linux
Still a no go ... The odd thing is this is not an issue when building CEGUI with the shared objects and dynamically loading the modules.
- Fri Aug 06, 2010 11:40
- Forum: Help
- Topic: Issue with Static Linking of CEGUI v0.7.1 - Linux
- Replies: 15
- Views: 7514
Re: Issue with Static Linking of CEGUI v0.7.1 - Linux
I think it has to do with the order the libraries are specified, you need to ensure that libs appear before any other libs that they depend on (so mainly in this case, that CEGUIBase.a appears before the image codec and xml parser libs). Thanks for the quick reply CE ... I assumed the order was the...
- Thu Aug 05, 2010 20:27
- Forum: Help
- Topic: Issue with Static Linking of CEGUI v0.7.1 - Linux
- Replies: 15
- Views: 7514
Issue with Static Linking of CEGUI v0.7.1 - Linux
Hello, I am currently integrating CEGUI v0.7.1 into my OpenGL application and I am running into some difficulties with the final linking process on my application side. /home/fero/code/P3/CEGUI-0.7.1/lib/libCEGUIBase.a(libCEGUIBase_la-CEGUIScheme.o)(.text+0x585): In function `CEGUI::Scheme::loadWind...