Search found 8 matches
- Mon Aug 04, 2014 17:28
- Forum: Help
- Topic: [Solved] Building 8.4 on Linux problems
- Replies: 20
- Views: 19202
Re: Building 8.4 on Linux problems
Sorry I can't 100% confirm this. I'm not on windows myself. The search order when an extension is not specified is ; .COM,.EXE,.BAT and .CMD. Though this can be customised on a per-system basis. http://stackoverflow.com/questions/1653472/whats-the-relative-order-with-which-windows-search-for-executa...
- Mon Aug 04, 2014 17:18
- Forum: Bug Reports, Suggestions, Feature Requests
- Topic: [Bug/Fix] Building Dependencies with Lua in XCode fails
- Replies: 3
- Views: 13290
Re: [Bug/Fix] Building Dependencies with Lua in XCode fails
Hi Ident, Next to what you mentioned, our change would break compatibility with all other Lua versions as far as i see, therefore i am not sure this is acceptable. What speaks for its general acceptability is, that both Tolua and Lua are in the same dependencies package. However users are free to us...
- Sun Aug 03, 2014 14:59
- Forum: Bug Reports, Suggestions, Feature Requests
- Topic: [Bug/Fix] Building Dependencies with Lua in XCode fails
- Replies: 3
- Views: 13290
[Bug/Fix] Building Dependencies with Lua in XCode fails
Hi, Building the CEGUI dependencies with Lua enabled from a clean slate bombs out. The error is Lua.h not found in project toluapp. The include path that it expects to find lua.h is only populated once lua itself is built but there is no dependency between the two. I have a fix for myself which invo...
- Sun Aug 03, 2014 14:11
- Forum: Help
- Topic: [Solved] Building 8.4 on Linux problems
- Replies: 20
- Views: 19202
Re: Building 8.4 on Linux problems
Hi, I had the same problem on OSX with CMake. I fixed it by editting cegui-dependencies/src/pcre-8.12/CEGUI-BUILD/CMakeLists.txt Search for dftables.exe and change it to dftables In the current version of the dependencies it's on line 27. This should now work for Mac and Windows. Do I need to file t...
- Mon Dec 30, 2013 18:22
- Forum: Help
- Topic: [SOLVED] CEGUI not compiling because of libiconv
- Replies: 6
- Views: 6039
Re: CEGUI not compiling because of libiconv
Hi, Solved the problem, may be an issue for other mac dev's out there... I removed macports from my machine and reinstalled it with the instructions here... http://guide.macports.org/chunked/installing.macports.uninstalling.html I installed libiconv and the problem still occurred. I then found some ...
- Mon Dec 30, 2013 14:08
- Forum: Help
- Topic: [SOLVED] CEGUI not compiling because of libiconv
- Replies: 6
- Views: 6039
Re: CEGUI not compiling because of libiconv
may I ask why you want to do a static build? I want to have a source folder that has no system dependencies and when the resulting application is distributed it contains the correct version of all libraries. In the past this meant for me to link statically to the libraries. I might be out of date h...
- Sun Dec 29, 2013 16:51
- Forum: Help
- Topic: [SOLVED] CEGUI not compiling because of libiconv
- Replies: 6
- Views: 6039
Re: CEGUI not compiling because of libiconv
It compiles fine under i386 and not under x86_64.
Unfortunately my project is 64-bit.
Mark
Unfortunately my project is 64-bit.
Mark
- Sun Dec 29, 2013 11:18
- Forum: Help
- Topic: [SOLVED] CEGUI not compiling because of libiconv
- Replies: 6
- Views: 6039
[SOLVED] CEGUI not compiling because of libiconv
Hi, I must be doing something dumb here. I'm using CMake GUI 2.8-11, XCode 5 on OSX Mavericks. I use macports. I need 64 bit versions of the libraries. I compiled the dependencies without hitch. When I try to compile CEGUI I get... setenv MACOSX_DEPLOYMENT_TARGET 10.9 /Applications/Xcode.app/Content...