CEGUI - Where can I download it

BlitzMax Forums/Brucey's Modules/CEGUI - Where can I download it

nrasool(Posted 2009) [#1]
Hey everyone, sorry for asking a silly questions, i have looked at http://www.blitzmax.com/Community/posts.php?topic=80590 and done a search for bah.cegui and checked http://brucey.net/programming/blitz and http://www.blitzbasic.com/Community/posts.php?topic=75695 but I cannot see a way of downloading this. I can see a way of downloading BaH.Regex and BaH.FreeImage but not the main one.

Please could you help Brucey :-)


Tommo(Posted 2009) [#2]
It's located in SVN.
http://maxmods.googlecode.com/svn/trunk/cegui.mod/
You will need a SVN client to have it checked out.


nrasool(Posted 2009) [#3]
Hey Tommo,

Many thanks for that. I use TortoiseSVN so will checkout now and test it


Czar Flavius(Posted 2009) [#4]
It says I need a username and password.


markcw(Posted 2009) [#5]
Well it shouldn't.


plash(Posted 2009) [#6]
It says I need a username and password.
..Are you using https://?


Czar Flavius(Posted 2009) [#7]
I was trying to import instead of export :/


Czar Flavius(Posted 2009) [#8]
Yay it's working now!


xlsior(Posted 2009) [#9]
I just checked out the SVN release, and can't compile any of the cegui samples -- for example, here's what I get when trying textdemo.bmx:

Building textdemo
Compiling:textdemo.bmx
flat assembler  version 1.68  (1770557 kilobytes memory)
4 passes, 9379 bytes.
Linking:textdemo.exe
C:/Code/BlitzMax/mod/bah.mod/cegui.mod/cegui.release.win32.x86.a(CEGUIMenubar.cpp.release.win32.x86.o):CEGUIMenubar.cpp:(.rdata$_ZTVN5CEGUI7MenubarE[__ZTVN5CEGUI7MenubarE]+0x10): undefined reference to `CEGUI::Window::getPixelRect_impl() const'
C:/Code/BlitzMax/mod/bah.mod/cegui.mod/cegui.release.win32.x86.a(CEGUIMenubar.cpp.release.win32.x86.o):CEGUIMenubar.cpp:(.rdata$_ZTVN5CEGUI7MenubarE[__ZTVN5CEGUI7MenubarE]+0x18): undefined reference to `CEGUI::Window::isHit(CEGUI::Vector2 const&) const'
C:/Code/BlitzMax/mod/bah.mod/cegui.mod/cegui.release.win32.x86.a(CEGUIMenubar.cpp.release.win32.x86.o):CEGUIMenubar.cpp:(.rdata$_ZTVN5CEGUI7MenubarE[__ZTVN5CEGUI7MenubarE]+0xec): undefined reference to `CEGUI::Window::drawSelf(float)'
C:/Code/BlitzMax/mod/bah.mod/cegui.mod/cegui.release.win32.x86.a(CEGUIFalWidgetComponent.cpp.release.win32.x86.o):CEGUIFalWidgetComponent.cpp:(.text+0x21d): undefined reference to `CEGUI::Window::notifyScreenAreaChanged()'
C:/Code/BlitzMax/mod/bah.mod/cegui.mod/cegui.release.win32.x86.a(CEGUIFalWidgetComponent.cpp.release.win32.x86.o):CEGUIFalWidgetComponent.cpp:(.text+0x10b4): undefined reference to `CEGUI::WindowManager::createWindow(CEGUI::String const&, CEGUI::String const&, CEGUI::String const&)'
C:/Code/BlitzMax/mod/bah.mod/cegui.mod/cegui.release.win32.x86.a(CEGUISpinnerProperties.cpp.release.win32.x86.o):CEGUISpinnerProperties.cpp:(.text+0x3d): undefined reference to `CEGUI::Spinner::setCurrentValue(float)'
C:/Code/BlitzMax/mod/bah.mod/cegui.mod/cegui.release.win32.x86.a(CEGUISpinnerProperties.cpp.release.win32.x86.o):CEGUISpinnerProperties.cpp:(.text+0x7f): undefined reference to `CEGUI::Spinner::setStepSize(float)'
C:/Code/BlitzMax/mod/bah.mod/cegui.mod/cegui.release.win32.x86.a(CEGUISpinnerProperties.cpp.release.win32.x86.o):CEGUISpinnerProperties.cpp:(.text+0xc1): undefined reference to `CEGUI::Spinner::setMinimumValue(float)'
C:/Code/BlitzMax/mod/bah.mod/cegui.mod/cegui.release.win32.x86.a(CEGUISpinnerProperties.cpp.release.win32.x86.o):CEGUISpinnerProperties.cpp:(.text+0x103): undefined reference to `CEGUI::Spinner::setMaximumValue(float)'
Build Error: Failed to link C:/Code/SpeedMax/mod/bah.mod/cegui.mod/examples/textdemo.exe
Process complete



Difference(Posted 2009) [#10]
moved to here: /Community/posts.php?topic=87101#987409