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
CEGUI 0.7.5 - CEGUIIrrlichtRenderer missing
Moderators: CEGUI MVP, CEGUI Team
-
- Quite a regular
- Posts: 46
- Joined: Fri Mar 19, 2010 05:31
Re: CEGUI 0.7.5 - CEGUIIrrlichtRenderer missing
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
viewtopic.php?f=10&t=5562&p=26909&hilit=sample+compile#p26909
Re: CEGUI 0.7.5 - CEGUIIrrlichtRenderer missing
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
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
-
- Quite a regular
- Posts: 46
- Joined: Fri Mar 19, 2010 05:31
Re: CEGUI 0.7.5 - CEGUIIrrlichtRenderer missing
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 ..\\..\\..\\
I am guessing that it is turning your ..\..\..\ into ...... because the lua parser sees \. and thinks you are escaping the period character.
Alternatively, use ..\\..\\..\\
Who is online
Users browsing this forum: Google [Bot] and 12 guests