I tried to compile Cegui 5.0 form source package with this command :
./configure --disable-irrlicht-renderer --enable-toluacegui --enable-debug --with-default-xml-parser=XercesParser
so I get this summary:
********************************************************************************
* Crazy Eddie's GUI System - Configuration Results Summary
********************************************************************************
* Library Release Version: 0.5.0
*
* Code options:
* Building CEGUI in debug mode: yes
*
* Renderer Modules:
* Building OpenGL Renderer: yes
* Building Irrlicht Renderer: no
*
* Image Loading Codec Modules (currently for OpenGL Renderer only):
* Building Corona Image Codec: no
* Building DevIL Image Codec: yes
* Building FreeImage Image Codec: no
* Building SILLY Image Codec: no
* Building TGA Image Codec: yes
*
* Default Image Codec will be: DevILImageCodec
*
* XML Parser Modules:
* Building TinyXMLParser: yes
* Building ExpatParser: no
* Building LibXMLParser: no
* Building XercesParser: yes
*
* Default XML Parser is: XercesParser
*
* Scripting:
* Building Lua scripting module: no
* Building tolua++cegui generator: yes
*
* Samples Framework:
* Building Samples: no
* GTK2 based dialog for renderer selection: no
* OpenGL Renderer available in samples: no
* Irrlicht Renderer available in samples: no
* Ogre3D Renderer available in samples: no
********************************************************************************
but he doesn't want to compile the Lua's module. I checked my dependencies and I have these packages installed :
liblua40
liblua40-dev
liblua5.1-0
liblua5.1-0-dev
libua50
liblua50-dev
liblualib40
liblualib50
libtolua-dev
libtolua0
lua50
What is wrong ?