Hi Patric,

On Tue, 12 Sep 2006, Patric Schmitz wrote:

> I am trying to build Gerrit's experimental stuff at the moment, because 
> we are interested in testing the Animated VRML Loader from 
> http://www.vrmedialab.dk/~rasta/personal/projects/libOpenSGVRMLAnimation.html.
>
> I configured using --enable-gv-beta, and upon compilation i get the following
> errors:
>
> g++ -Wall -W   -Wpointer-arith -Wcast-align   -Wconversion -Winline
> -Wno-unused -Wno-long-long -Wno-reorder -Wno-sign-compare -D_GNU_SOURCE
> -DQT_CLEAN_NAMESPACE -DOSG_WITH_GLUT -DOSG_WITH_QT -DOSG_WITH_TIF 
> -DOSG_WITH_JPG
> -DOSG_WITH_PNG -DOSG_WITH_MNG -DOSG_WITH_GIF -D_OSG_HAVE_CONFIGURED_H_
> -DOSG_GV_BETA -DQT_NO_XINERAMA -DQT_NO_XRENDER -DQT_NO_XFTFREETYPE -DQT_NO_XKB
> -DQT_NO_SM_SUPPORT -DQT_NO_IMAGEIO_MNG -DQT_NO_IMAGEIO_JPEG -DQT_NO_STYLE_AQUA
> -DQT_NO_STYLE_MAC -DQT_NO_STYLE_INTERLACE -DQT_NO_STYLE_COMPACT -ansi
> -use_readonly_const -ftemplate-depth-100           -g -DOSG_DEBUG   -c
> -I"../Base"  -I$BD/Base/Base   -I$BD/Base/Field   -I$BD/Base/Functors
> -I$BD/Base/Network/Base   -I$BD/Base/Network/Socket
> -I$BD/Base/StringConversion   -I$BD/Base/Xml   -I$BD/Experimental/Gerrit/Base 
>   \
> -Iobj-dbg -I.                                           \
>  -o obj-dbg/OSGFactoryController.o
> /home/bzk/development/OpenSG.cvs/Source/Experimental/Gerrit/Base/OSGFactoryController.cpp
>
> /home/bzk/development/OpenSG.cvs/Source/Experimental/Gerrit/Base/OSGFactoryController.cpp:
> In member function ?bool osg::FactoryController::initialize()?:
> /home/bzk/development/OpenSG.cvs/Source/Experimental/Gerrit/Base/OSGFactoryController.cpp:124:
> error: ?class osg::TypeFactory? has no member named ?initialize?
> /home/bzk/development/OpenSG.cvs/Source/Experimental/Gerrit/Base/OSGFactoryController.cpp:
> In member function ?bool osg::FactoryController::terminate()?:
> /home/bzk/development/OpenSG.cvs/Source/Experimental/Gerrit/Base/OSGFactoryController.cpp:163:
> error: ?class osg::TypeFactory? has no member named ?terminate?
> /home/bzk/development/OpenSG.cvs/Source/Experimental/Gerrit/Base/OSGFactoryController.cpp:
> In member function ?bool osg::FactoryController::onLoadInitialize()?:
> /home/bzk/development/OpenSG.cvs/Source/Experimental/Gerrit/Base/OSGFactoryController.cpp:173:
> error: ?class osg::TypeFactory? has no member named ?onLoadInitialize?
> /home/bzk/development/OpenSG.cvs/Source/Experimental/Gerrit/Base/OSGFactoryController.cpp:
> In member function ?bool
> osg::FactoryController::registerTypeFactory(osg::TypeFactory*)?:
> /home/bzk/development/OpenSG.cvs/Source/Experimental/Gerrit/Base/OSGFactoryController.cpp:207:
> error: ?class osg::TypeFactory? has no member named ?getName?
> /home/bzk/development/OpenSG.cvs/Source/Experimental/Gerrit/Base/OSGFactoryController.cpp:214:
> error: ?class osg::TypeFactory? has no member named ?getCName?
> /home/bzk/development/OpenSG.cvs/Source/Experimental/Gerrit/Base/OSGFactoryController.cpp:218:
> error: ?class osg::TypeFactory? has no member named ?getCName?
> /home/bzk/development/OpenSG.cvs/Source/Experimental/Gerrit/Base/OSGFactoryController.cpp:226:
> error: ?class osg::TypeFactory? has no member named ?getCName?
>
> are those fixable? Is the experimental stuff supposed to build cleanly 
> anyways?
> Would you propose something totally different to import animated VRMLs? What
> about Gerrit's experimental loader?

I'm not sure if this is the error, but you have to run the script 
prep_gv_beta (it's in one of the Common* dirs) before compiling. If it 
builds, you also get Gerrit's experimental loader I think, but I've 
actually lost count of all the different VRML loaders that have been in 
OpenSG in the last years... :)

HTH,
        Akos

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to