Build CEGUI with Lua
Posted: Wed Sep 26, 2012 14:16
Hi I've been trying to build CEGUI with the Lua module, and every time I run sudo ./configure it never builds it.
I have looked through the ./configure --help extensively, hell I've just about memorized it.
Still no joy.
Heres the output after typing...
Any suggestions?
EDIT by Kulik: code tags to prevent eye cancer
I have looked through the ./configure --help extensively, hell I've just about memorized it.
Still no joy.
Heres the output after typing...
Code: Select all
sudo ./configure --with-irrlicht-incdir=***** --with-irrlicht-libdir=***** --enable-tga --enable-lua-module (not sure about this last one)
and the output...
=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=-=
********************************************************************************
* Crazy Eddie's GUI System - Configuration Results Summary
********************************************************************************
* Library Release Version: 0.7.7
*
* Code options:
* Building CEGUI in debug mode: no
*
* Bi-directional text support: no
*
* Building MinizipResourceProvider: no
*
* Renderer Modules:
* Building OpenGL Renderer: yes
* Using external GLEW library: no
* Building Ogre Renderer: no
* Building Irrlicht Renderer: yes
* Building DirectFB Renderer: no
* Building Null Renderer: no
*
* Image Loading Codec Modules:
* Building Corona Image Codec: no
* Building DevIL Image Codec: no
* Building FreeImage Image Codec: no
* Building SILLY Image Codec: no
* Building STB Image Codec: yes
* Building TGA Image Codec: yes
*
* Default Image Codec will be: TGAImageCodec
*
* XML Parser Modules:
* Building TinyXMLParser: yes
* Using external TinyXML library: no
* Building ExpatParser: no
* Building LibXMLParser: no
* Building XercesParser: no
* Building RapidXMLParser: no
*
* Default XML Parser is: TinyXMLParser
*
* Scripting:
* Building Lua scripting module: no
* Building tolua++cegui generator: no
*
* Building Python extension module(s): no
*
* Samples Framework:
* Building Samples: yes
* GTK2 based dialog for renderer selection: no
* OpenGL Renderer available in samples: yes
* Irrlicht Renderer available in samples: yes
* DirectFB Renderer available in samples: no
* Ogre3D Renderer available in samples: no
********************************************************************************
Now you can do make && make install. Good Luck!
=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=-=
Any suggestions?
EDIT by Kulik: code tags to prevent eye cancer