Search found 7 matches

by Thor22
Wed Jul 11, 2007 20:10
Forum: Help
Topic: Compiling from source and Lua module
Replies: 9
Views: 5464

I used 5.0 successfully and I just forget to link liblua.a ^^.
I am newbie on Linux I wonder what is the difference between static libraries ".a" and shared libraries ".so" ?
by Thor22
Wed Jul 11, 2007 10:30
Forum: Help
Topic: Compiling from source and Lua module
Replies: 9
Views: 5464

Ok that is fix, just rename /usr/lib/pkgconfig/lua50.pc to lua.pc :wink: But now I have some linking problems when I do "make": /home/thor/Heroes/Cegui/ScriptingModules/CEGUILua/LuaScriptModule/src/.libs/libCEGUILuaScriptModule.so: undefined reference to `luaopen_table' /home/thor/Heroes/C...
by Thor22
Mon Jul 09, 2007 20:21
Forum: Help
Topic: Compiling from source and Lua module
Replies: 9
Views: 5464

If he is disabled, Lua scripts won't be able to be loaded isn't it ?
But I have to load some Lua scripts in my project that is the problem :P
by Thor22
Mon Jul 09, 2007 17:19
Forum: Help
Topic: Compiling from source and Lua module
Replies: 9
Views: 5464

Compiling from source and Lua module

Hi, 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 E...
by Thor22
Sun May 20, 2007 17:52
Forum: Modifications / Integrations / Customisations
Topic: how to create a new element ?
Replies: 5
Views: 4527

Ok I will explore the source code :wink:
But just a last question : Do I need to recompile the CEGUI's source to integrate my new element's code or a include in my project is enough ?

Thanks for all, Thor
by Thor22
Fri May 18, 2007 16:14
Forum: Modifications / Integrations / Customisations
Topic: how to create a new element ?
Replies: 5
Views: 4527

I don't use the layout editor, I write manually my layout files ^^
by Thor22
Fri May 18, 2007 13:25
Forum: Modifications / Integrations / Customisations
Topic: how to create a new element ?
Replies: 5
Views: 4527

how to create a new element ?

Hi all, For my project I need to create a rotative element (like a boussole) in ogre3d's engine and then I writed somes methods to render this and I created a new class to create this element. Next I would like to integrate it to CEGUI's engine and to be able to export it in scripting engine (like ....

Go to advanced search