Search found 6 matches

by bull
Fri Jul 06, 2007 19:48
Forum: CEGUI Library Development Discussion
Topic: autotools build fix/ogre render samples fix
Replies: 13
Views: 15676

OK, here's what was missing, just one line from src/Makefile.am: @@ -42,6 +42,7 @@ CEGUISchemeManager.cpp \ CEGUIScheme_xmlHandler.cpp \ CEGUIScriptModule.cpp \ + CEGUIScriptWindowHelper.cpp \ CEGUISize.cpp \ CEGUIString.cpp \ CEGUISubscriberSlot.cpp \
by bull
Fri Jul 06, 2007 19:44
Forum: Help
Topic: [Solved] Integrating CEGUI Lua with existing Lua
Replies: 4
Views: 6892

Thanks! Yep that worked. The only other thing I needed was one extra line in src/Makefile.am: @@ -42,6 +42,7 @@ CEGUISchemeManager.cpp \ CEGUIScheme_xmlHandler.cpp \ CEGUIScriptModule.cpp \ + CEGUIScriptWindowHelper.cpp \ CEGUISize.cpp \ CEGUIString.cpp \ CEGUISubscriberSlot.cpp \
by bull
Fri Jul 06, 2007 17:00
Forum: CEGUI Library Development Discussion
Topic: autotools build fix/ogre render samples fix
Replies: 13
Views: 15676

This could be my fault actually -- I'm compiling against Lua 5.1.2 which CEGUI doesn't ostensibly support. I'll let you know if the problem persists after I've done a bit more digging. This thread: http://www.cegui.org.uk/phpBB2/viewtopic.php?p=12416 mentions what I've done.
by bull
Fri Jul 06, 2007 16:56
Forum: Help
Topic: [Solved] Integrating CEGUI Lua with existing Lua
Replies: 4
Views: 6892

Taharez: thanks for the tip, I'll definitely do it that way. Appologies but I can't find the post you mention. I think I've managed to get it to compile myself though. I had to fixup the Lua installation as it's a bit munged currently. Installing Lua 5.1.2 from source sets the permissions incorrectl...
by bull
Fri Jul 06, 2007 16:14
Forum: CEGUI Library Development Discussion
Topic: autotools build fix/ogre render samples fix
Replies: 13
Views: 15676

ldb: thakyou for the patch! I've been trying to compile CEGUI from the svn source and was having problems. It was just luck I found your patch (maintainers: commit this please!). I still have problem compiling Demo8 (errors below), presumably the difference is that I have Lua installed and you don't...
by bull
Wed Jul 04, 2007 16:19
Forum: Help
Topic: [Solved] Integrating CEGUI Lua with existing Lua
Replies: 4
Views: 6892

[Solved] Integrating CEGUI Lua with existing Lua

Hi, My C++ project already uses both Lua and CEGUI (+ Ogre, ODE, SDL, etc) and I'd like to combine CEGUI's scripting ability with the one I've already set up. I don't want to end up with two Lua "dialects" (and namespaces) in the same project. The project runs on Win32, 32 bit Linux and 64...

Go to advanced search