Search found 6 matches
- Tue Nov 05, 2013 15:53
- Forum: Help
- Topic: CEGUI, Irrlicht and mingw
- Replies: 0
- Views: 12310
CEGUI, Irrlicht and mingw
Hello everyone, I got a problème when I try to use CEGUI 0.8.2 with Irrlicht 1.8.0 , everthing compiled on mingw gcc 4.8.1: $ gcc -v Using built-in specs. COLLECT_GCC=c:\MingW\bin\gcc.exe COLLECT_LTO_WRAPPER=c:/mingw/bin/../libexec/gcc/mingw32/4.8.1/lto-wrapper.exe Target: mingw32 Configured with: ....
- Mon Aug 06, 2012 09:17
- Forum: Help
- Topic: CEGUI, irrlicht and mingw-gcc 4.7.0
- Replies: 8
- Views: 5145
Re: CEGUI, irrlicht and mingw-gcc 4.7.0
I am weak:
I have downgrade the compiler to gcc 4.6.2 and then... no problem at all !!!
definitely there is something with the 4.7 version of gcc... I don't know exactly what...
I have downgrade the compiler to gcc 4.6.2 and then... no problem at all !!!
definitely there is something with the 4.7 version of gcc... I don't know exactly what...
- Sat Aug 04, 2012 16:35
- Forum: Help
- Topic: CEGUI, irrlicht and mingw-gcc 4.7.0
- Replies: 8
- Views: 5145
Re: CEGUI, irrlicht and mingw-gcc 4.7.0
first, you're right, it was you an orthograph correction: irr::video::pack_textureBlendFunc :D second, I've try to do compilation of a relaese but with the compilation optin: -O3 -g instead of -O3 -DNDEBUG I have the crash but no additinnal message than before... I have try to laucht the prcess thro...
- Thu Aug 02, 2012 19:33
- Forum: Help
- Topic: CEGUI, irrlicht and mingw-gcc 4.7.0
- Replies: 8
- Views: 5145
Re: CEGUI, irrlicht and mingw-gcc 4.7.0
at last!! I have found a config that works: thanks for the dependencies you gave to me, I have compiled everything execpt devIL (some compiling errors that I was not willing to correct....) I use the SVN head revision of irrlicht and the Debug version of CEGUI!!! something strange: by default, the C...
- Wed Aug 01, 2012 19:51
- Forum: Help
- Topic: CEGUI, irrlicht and mingw-gcc 4.7.0
- Replies: 8
- Views: 5145
Re: CEGUI, irrlicht and mingw-gcc 4.7.0
Ok, it is realy strange, when I compile the debug version of CEGUI, I don't have a crash!! I Have then try to compile the Release with the same parameters but I get the crash... other thing strange: when (under debug version) I use the Irrlicht renderer, the fonts are displaid as blank squares... I ...
- Sat Jul 28, 2012 09:12
- Forum: Help
- Topic: CEGUI, irrlicht and mingw-gcc 4.7.0
- Replies: 8
- Views: 5145
CEGUI, irrlicht and mingw-gcc 4.7.0
hello, I'm trying to use CEGUI with the irrlicht renderer in my project. I'm using the mingw-gcc suite compilers in version 4.7.0. I had some difficulties with the building of the irrlicht library (i.e. result with to no texture nor fonts) that I have solved by using the compilation option: '-mno-ms...