Page 1 of 1

[Solved] Compiling CEGUI for Irrlicht 1.3

Posted: Fri Mar 23, 2007 10:30
by khayyam
Hi all,

I am trying to compile CEGUI for Irrlicht 1.3 on VS2005
I have run the build_vs2005.bat script and compiled the generated CEGUI.sln file. It works fine but IrrlichtRenderer is not compiled, as well as all the other RendererModules. And even, any project about IrrlichtRenderer is generated, so I have nowhere to specify paths to my irrlicht SDK.

How to make generate the IrrlichtRenderer project ?

thanks

Posted: Fri Mar 23, 2007 12:45
by scriptkid
Hi,

before running the batchfile, edit 'config.lua' and edit the Renderers section according to your needs :)

HTH.

Posted: Fri Mar 23, 2007 13:56
by khayyam
thanks :) it works

Posted: Wed Aug 29, 2007 21:54
by K-geoir
Hi
I try to do the same as khayyam, but i am use Ubuntu. I edit the /rander/premake/conf.lua for Irrlicht but it doeasn't work. I tried this cmd

$ ./configure IRRLICHT_PATHS = "/home/po/prog/JDRNASS/jdrnass/irrlicht-1.3" "include" "lib/Linux"

I get :
configure: WARNING: you should use --build, --host, --target
configure: WARNING: invalid host type: /home/po/prog/JDRNASS/jdrnass/irrlicht-1.3
configure: WARNING: you should use --build, --host, --target
configure: WARNING: you should use --build, --host, --target
configure: WARNING: invalid host type: lib/Linux

Invalid configuration `IRRLICHT_PATHS': machine `IRRLICHT_PATHS' not recognized
configure: error: /bin/bash ./config.sub IRRLICHT_PATHS failed


someone knows how to do ?