From: Daniel S. <dan...@gm...> - 2006-12-01 08:46:57
|
I found an Error at the compile of the cegui (cegui_mk2 is the right one or?) ;) But I am actually didn´t know why. I will try to resolve this, I think it can be an error with ogre. I try to make clean and rebuild cegui and ogre. Well here is the compile error: Making all in src make[3]: Betrete Verzeichnis '/home/dani/ogre3d/cegui_mk2/Samples/common/src' if /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../Samples/common/include -I../../../include -DEXT_HASH -I/usr/local/include/OGRE -I/usr/local/include -I/usr/local/include/CEGUI -g -O2 -MT CEGuiOgreBaseApplication.lo -MD -MP -MF ".deps/CEGuiOgreBaseApplication.Tpo" -c -o CEGuiOgreBaseApplication.lo CEGuiOgreBaseApplication.cpp; \ then mv -f ".deps/CEGuiOgreBaseApplication.Tpo" ".deps/CEGuiOgreBaseApplication.Plo"; else rm -f ".deps/CEGuiOgreBaseApplication.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../Samples/common/include -I../../../include -DEXT_HASH -I/usr/local/include/OGRE -I/usr/local/include -I/usr/local/include/CEGUI -g -O2 -MT CEGuiOgreBaseApplication.lo -MD -MP -MF .deps/CEGuiOgreBaseApplication.Tpo -c CEGuiOgreBaseApplication.cpp -fPIC -DPIC -o .libs/CEGuiOgreBaseApplication.o CEGuiOgreBaseApplication.cpp: In constructor 'CEGuiOgreBaseApplication::CEGuiOgreBaseApplication()': CEGuiOgreBaseApplication.cpp:56: error: no matching function for call to 'Ogre::Root::getSceneManager(Ogre::SceneType)' /usr/local/include/OGRE/OgreRoot.h:353: note: candidates are: Ogre::SceneManager* Ogre::Root::getSceneManager(const Ogre::String&) const make[3]: *** [CEGuiOgreBaseApplication.lo] Fehler 1 make[3]: Verlasse Verzeichnis '/home/dani/ogre3d/cegui_mk2/Samples/common/src' make[2]: *** [all-recursive] Fehler 1 make[2]: Verlasse Verzeichnis '/home/dani/ogre3d/cegui_mk2/Samples/common' make[1]: *** [all-recursive] Fehler 1 make[1]: Verlasse Verzeichnis '/home/dani/ogre3d/cegui_mk2/Samples' make: *** [all-recursive] Fehler 1 dani@erde:~/ogre3d/cegui_mk2$ > You actually had a successful compile! > now run it from the debug directory - there is no real error handling on > the configuration loading. > > That should be fixed in the code cleanups > > ./src/opengate-client > > that should work. > > On Fri, 2006-12-01 at 00:06 +0100, Daniel Scheibe wrote: > > After I have Problems to run the actual svn client I try to compile and > > run on the Ubuntu Box, but here I can´t run them too. > > > > Anyone able to build and run the svn? > > I check out configure and run but it doesn´t work from debug or root > > > > Here is the Log: > > > > root@erde:/home/dani/opensvn/opengate/debug/src# ./opengate-client > > ----------- > > Statring up > > ----------- > > Creating resource group General > > Creating resource group Internal > > Creating resource group Autodetect > > Registering ResourceManager for type Material > > Registering ResourceManager for type Mesh > > Registering ResourceManager for type Skeleton > > MovableObjectFactory for type 'ParticleSystem' registered. > > Loading library libOgrePlatform.so > > OverlayElementFactory for type Panel registered. > > OverlayElementFactory for type BorderPanel registered. > > OverlayElementFactory for type TextArea registered. > > Registering ResourceManager for type Font > > ArchiveFactory for archive type FileSystem registered. > > ArchiveFactory for archive type Zip registered. > > DevIL version: Developer's Image Library (DevIL) 1.6.7 Jun 21 2006 > > DevIL image formats: bmp dib cut dcx dds gif hdr ico cur jpg jpe jpeg > > lif mdl mng jng pcx pic pix png pbm pgm pnm ppm psd pdd psp pxr sgi bw > > rgb rgba tga vda icb vst tif tiff wal xpm raw > > Registering ResourceManager for type HighLevelGpuProgram > > Registering ResourceManager for type Compositor > > MovableObjectFactory for type 'Entity' registered. > > MovableObjectFactory for type 'Light' registered. > > MovableObjectFactory for type 'BillboardSet' registered. > > MovableObjectFactory for type 'ManualObject' registered. > > MovableObjectFactory for type 'BillboardChain' registered. > > MovableObjectFactory for type 'RibbonTrail' registered. > > *-*-* OGRE Initialising > > *-*-* Version 1.2.4 (Dagon) > > Loading library /usr/lib/OGRE/RenderSystem_GL.so > > OpenGL Rendering Subsystem created. > > Segmentation fault (core dumped) > > > > > > > > ------------------------------------------------------------------------- > > Take Surveys. Earn Cash. Influence the Future of IT > > Join SourceForge.net's Techsay panel and you'll get the chance to share your > > opinions on IT & business topics through brief surveys - and earn cash > > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > _______________________________________________ > > Opengate-devel mailing list > > Ope...@li... > > https://lists.sourceforge.net/lists/listinfo/opengate-devel |