Page 1 of 1
CEGUI 0.7.5 - CEGUIIrrlichtRenderer missing
Posted: Sat Aug 20, 2011 22:42
by caburfoot
I've downloaded and buid the CEGUI 0.7.5, except for missing DirectX stuff, all compiles. I don't care about DirectX, but I also don't see a build for the CEGUIIrrlichtRenderer libs ?
Tried to build the samples but having issues there also due to Directx being the appearent ApplicationBase.
Is there a project missing from the from the premake gen?
Some guidance would be appreciated...
Thanks
Re: CEGUI 0.7.5 - CEGUIIrrlichtRenderer missing
Posted: Sun Aug 21, 2011 02:45
by ShadowTiger
I know that its not the same problem, but maybe reading through this thread might help if you are overlooking something.
viewtopic.php?f=10&t=5562&p=26909&hilit=sample+compile#p26909
Re: CEGUI 0.7.5 - CEGUIIrrlichtRenderer missing
Posted: Sun Aug 21, 2011 19:43
by caburfoot
thank you - I had just started looking around for other config options and 'saw' the config.lua.
Changing that solved the problem. But that lead to another problem, there appears to be relative path bug in lua or premake.
I set the path useing "..\..\..\irrlicht-1.7.2" and the projects had ../../../......irrlicht-1.7.2/include or ../../../......irrlicht-1.7.2/lib
Re: CEGUI 0.7.5 - CEGUIIrrlichtRenderer missing
Posted: Mon Aug 22, 2011 02:57
by ShadowTiger
I have no idea what your problem is... but I would avoid using backslashes in file paths. Use forward slashes.
I am guessing that it is turning your ..\..\..\ into ...... because the lua parser sees \. and thinks you are escaping the period character.
Alternatively, use ..\\..\\..\\