Hi 

people help me. When I install libOpenSGVRMLAnimation
I have proplemt follow: 

vrlab-h2:/home/acount1/program/libOpenSGVRMLAnimation
# make
make[1]: Entering directory
`/home/acount1/program/libOpenSGVRMLAnimation/src'
make[2]: Entering directory
`/home/acount1/program/libOpenSGVRMLAnimation/src/base'
Compiling: Animator.cpp -> linux/Animator.o
g++ -c  -D_GNU_SOURCE -DQT_CLEAN_NAMESPACE
-DOSG_WITH_GLUT -DOSG_WITH_TIF -DOSG_WITH_JPG
-DOSG_WITH_PNG -DOSG_WITH_GIF -DOSG_WITH_FREETYPE1
-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 -DOSG_WITH_GLUT
-DOSG_WITH_TIF -DOSG_WITH_JPG -DOSG_WITH_PNG
-DOSG_WITH_GIF -I/usr/local/include
-I/home/acount1/program/libOpenSGVRMLAnimation/src/base
-I/home/acount1/program/libOpenSGVRMLAnimation/src/interpolators
-I/home/acount1/program/libOpenSGVRMLAnimation/src/sensors
-I/home/acount1/program/libOpenSGVRMLAnimation/src/sound
-o linux/Animator.o Animator.cpp
In file included from
/home/acount1/program/libOpenSGVRMLAnimation/src/sensors/OSGSensor.h:47,
                 from Animator.cpp:19:
/home/acount1/program/libOpenSGVRMLAnimation/src/sensors/OSGSensorBase.h:69:77:
OpenSG/OSGKeyFrameInterpolatorFields.h: No such file
or directory
In file included from
/home/acount1/program/libOpenSGVRMLAnimation/src/sensors/OSGSensor.h:47,
                 from Animator.cpp:19:
/home/acount1/program/libOpenSGVRMLAnimation/src/sensors/OSGSensorBase.h:166:
error: '
   MFKeyFrameInterpolatorPtr' is used as a type, but
is not defined as a type.
/home/acount1/program/libOpenSGVRMLAnimation/src/sensors/OSGSensorBase.h:189:
error: syntax
   error before `*' token
/home/acount1/program/libOpenSGVRMLAnimation/src/sensors/OSGSensorBase.h:193:
error: syntax
   error before `&' token
/home/acount1/program/libOpenSGVRMLAnimation/src/sensors/OSGSensorBase.h:194:
error: syntax
   error before `&' token
/home/acount1/program/libOpenSGVRMLAnimation/src/sensors/OSGSensorBase.h:195:
error: ISO
   C++ forbids declaration of
`MFKeyFrameInterpolatorPtr' with no type
/home/acount1/program/libOpenSGVRMLAnimation/src/sensors/OSGSensorBase.h:195:
error: parse
   error before `&' token
make[2]: *** [linux/Animator.o] Interrupt
make[1]: *** [subdirs] Interrupt
make: *** [binaries] Interrupt
 
vrlab-h2:/home/acount1/program/libOpenSGVRMLAnimation
# cd ..
vrlab-h2:/home/acount1/program # rm -R
libOpenSGVRMLAnimation vrlab-h2:/home/acount1/program
# tar -xf libOpenSGVRMLAnimation.tar
vrlab-h2:/home/acount1/program # cd 
libOpenSGVRMLAnimation
vrlab-h2:/home/acount1/program/libOpenSGVRMLAnimation
# vim common.mk
vrlab-h2:/home/acount1/program/libOpenSGVRMLAnimation
# make
make[1]: Entering directory
`/home/acount1/program/libOpenSGVRMLAnimation/src'
make[2]: Entering directory
`/home/acount1/program/libOpenSGVRMLAnimation/src/base'
Creating local directory linux
Creating dependancy for VRMLRouteManager.cpp
In file included from
/home/acount1/program/libOpenSGVRMLAnimation/src/interpolators/OSGKeyFrameOrientationInterpolatorBase.h:70,
                 from
/home/acount1/program/libOpenSGVRMLAnimation/src/interpolators/OSGKeyFrameOrientationInterpolator.h:47,
                 from VRMLRouteManager.cpp:25:
/home/acount1/program/libOpenSGVRMLAnimation/src/interpolators/OSGKeyFrameOrientationInterpolatorFields.h:63:50:
OpenSG/OSGKeyFrameInterpolatorFields.h: No such file
or directory
In file included from
/home/acount1/program/libOpenSGVRMLAnimation/src/interpolators/OSGKeyFramePositionInterpolatorBase.h:70,
                 from
/home/acount1/program/libOpenSGVRMLAnimation/src/interpolators/OSGKeyFramePositionInterpolator.h:47,
                 from VRMLRouteManager.cpp:26:
/home/acount1/program/libOpenSGVRMLAnimation/src/interpolators/OSGKeyFramePositionInterpolatorFields.h:63:50:
OpenSG/OSGKeyFrameInterpolatorFields.h: No such file
or directory
In file included from
/home/acount1/program/libOpenSGVRMLAnimation/src/interpolators/OSGKeyFrameCoordinateInterpolatorBase.h:70,
                 from
/home/acount1/program/libOpenSGVRMLAnimation/src/interpolators/OSGKeyFrameCoordinateInterpolator.h:48,
                 from VRMLRouteManager.cpp:27:
/home/acount1/program/libOpenSGVRMLAnimation/src/interpolators/OSGKeyFrameCoordinateInterpolatorFields.h:63:50:
OpenSG/OSGKeyFrameInterpolatorFields.h: No such file
or directory
In file included from
/home/acount1/program/libOpenSGVRMLAnimation/src/sensors/OSGTimeSensor.h:47,
                 from VRMLRouteManager.cpp:28:
/home/acount1/program/libOpenSGVRMLAnimation/src/sensors/OSGTimeSensorBase.h:66:40:
OpenSG/OSGSensor.h: No such file or directory
In file included from
/home/acount1/program/libOpenSGVRMLAnimation/src/sensors/OSGTimeSensorBase.h:77,
                 from
/home/acount1/program/libOpenSGVRMLAnimation/src/sensors/OSGTimeSensor.h:47,
                 from VRMLRouteManager.cpp:28:
/home/acount1/program/libOpenSGVRMLAnimation/src/sensors/OSGTimeSensorFields.h:63:36:
OpenSG/OSGSensorFields.h: No such file or directory
In file included from
/home/acount1/program/libOpenSGVRMLAnimation/src/sensors/OSGSensor.h:47,
                 from
/home/acount1/program/libOpenSGVRMLAnimation/src/base/Animator.h:24,
                 from
/home/acount1/program/libOpenSGVRMLAnimation/src/base/VRMLAnimator.h:24,
                 from VRMLRouteManager.cpp:31:
/home/acount1/program/libOpenSGVRMLAnimation/src/sensors/OSGSensorBase.h:69:77:
OpenSG/OSGKeyFrameInterpolatorFields.h: No such file
or directory
make[2]: *** [linux/VRMLRouteManager.d] Error 1
make[2]: Leaving directory
`/home/acount1/program/libOpenSGVRMLAnimation/src/base'
make[2]: Entering directory
`/home/acount1/program/libOpenSGVRMLAnimation/src/interpolators'
Creating local directory linux
Creating dependancy for
VRMLPositionInterpolatorBinder.cpp
In file included from
/home/acount1/program/libOpenSGVRMLAnimation/src/interpolators/OSGKeyFramePositionInterpolatorBase.h:70,
                 from
/home/acount1/program/libOpenSGVRMLAnimation/src/interpolators/OSGKeyFramePositionInterpolator.h:47,
                 from
VRMLPositionInterpolatorBinder.cpp:32:
/home/acount1/program/libOpenSGVRMLAnimation/src/interpolators/OSGKeyFramePositionInterpolatorFields.h:63:50:
OpenSG/OSGKeyFrameInterpolatorFields.h: No such file
or directory
make[2]: *** [linux/VRMLPositionInterpolatorBinder.d]
Error 1
make[2]: Leaving directory
`/home/acount1/program/libOpenSGVRMLAnimation/src/interpolators'
make[2]: Entering directory
`/home/acount1/program/libOpenSGVRMLAnimation/src/sensors'
Creating local directory linux
Creating dependancy for VRMLTimeSensorBinder.cpp
In file included from
/home/acount1/program/libOpenSGVRMLAnimation/src/sensors/OSGTimeSensor.h:47,
                 from VRMLTimeSensorBinder.cpp:34:
/home/acount1/program/libOpenSGVRMLAnimation/src/sensors/OSGTimeSensorBase.h:66:40:
OpenSG/OSGSensor.h: No such file or directory
In file included from
/home/acount1/program/libOpenSGVRMLAnimation/src/sensors/OSGTimeSensorBase.h:77,
                 from
/home/acount1/program/libOpenSGVRMLAnimation/src/sensors/OSGTimeSensor.h:47,
                 from VRMLTimeSensorBinder.cpp:34:
/home/acount1/program/libOpenSGVRMLAnimation/src/sensors/OSGTimeSensorFields.h:63:36:
OpenSG/OSGSensorFields.h: No such file or directory
make[2]: *** [linux/VRMLTimeSensorBinder.d] Error 1
make[2]: Leaving directory
`/home/acount1/program/libOpenSGVRMLAnimation/src/sensors'
make[2]: Entering directory
`/home/acount1/program/libOpenSGVRMLAnimation/src/sound'
Creating local directory linux
Creating dependancy for VRMLSoundBinder.cpp
Creating dependancy for VRMLAudioClipBinder.cpp
Creating dependancy for OSGSound.cpp
Creating dependancy for OSGSoundBase.cpp
Creating dependancy for OSGAudioClip.cpp
Creating dependancy for OSGAudioClipBase.cpp
make[2]: Leaving directory
`/home/acount1/program/libOpenSGVRMLAnimation/src/sound'
make[2]: Entering directory
`/home/acount1/program/libOpenSGVRMLAnimation/src/sound'
Compiling: OSGAudioClipBase.cpp ->
linux/OSGAudioClipBase.o
g++ -c  -D_GNU_SOURCE -DQT_CLEAN_NAMESPACE
-DOSG_WITH_GLUT -DOSG_WITH_TIF -DOSG_WITH_JPG
-DOSG_WITH_PNG -DOSG_WITH_GIF -DOSG_WITH_FREETYPE1
-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 -DOSG_WITH_GLUT
-DOSG_WITH_TIF -DOSG_WITH_JPG -DOSG_WITH_PNG
-DOSG_WITH_GIF -I/usr/local/include
-I/home/acount1/program/libOpenSGVRMLAnimation/src/base
-I/home/acount1/program/libOpenSGVRMLAnimation/src/interpolators
-I/home/acount1/program/libOpenSGVRMLAnimation/src/sensors
-I/home/acount1/program/libOpenSGVRMLAnimation/src/sound
-o linux/OSGAudioClipBase.o OSGAudioClipBase.cpp
Compiling: OSGAudioClip.cpp -> linux/OSGAudioClip.o
g++ -c  -D_GNU_SOURCE -DQT_CLEAN_NAMESPACE
-DOSG_WITH_GLUT -DOSG_WITH_TIF -DOSG_WITH_JPG
-DOSG_WITH_PNG -DOSG_WITH_GIF -DOSG_WITH_FREETYPE1
-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 -DOSG_WITH_GLUT
-DOSG_WITH_TIF -DOSG_WITH_JPG -DOSG_WITH_PNG
-DOSG_WITH_GIF -I/usr/local/include
-I/home/acount1/program/libOpenSGVRMLAnimation/src/base
-I/home/acount1/program/libOpenSGVRMLAnimation/src/interpolators
-I/home/acount1/program/libOpenSGVRMLAnimation/src/sensors
-I/home/acount1/program/libOpenSGVRMLAnimation/src/sound
-o linux/OSGAudioClip.o OSGAudioClip.cpp
Compiling: OSGSoundBase.cpp -> linux/OSGSoundBase.o
g++ -c  -D_GNU_SOURCE -DQT_CLEAN_NAMESPACE
-DOSG_WITH_GLUT -DOSG_WITH_TIF -DOSG_WITH_JPG
-DOSG_WITH_PNG -DOSG_WITH_GIF -DOSG_WITH_FREETYPE1
-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 -DOSG_WITH_GLUT
-DOSG_WITH_TIF -DOSG_WITH_JPG -DOSG_WITH_PNG
-DOSG_WITH_GIF -I/usr/local/include
-I/home/acount1/program/libOpenSGVRMLAnimation/src/base
-I/home/acount1/program/libOpenSGVRMLAnimation/src/interpolators
-I/home/acount1/program/libOpenSGVRMLAnimation/src/sensors
-I/home/acount1/program/libOpenSGVRMLAnimation/src/sound
-o linux/OSGSoundBase.o OSGSoundBase.cpp
Compiling: OSGSound.cpp -> linux/OSGSound.o
g++ -c  -D_GNU_SOURCE -DQT_CLEAN_NAMESPACE
-DOSG_WITH_GLUT -DOSG_WITH_TIF -DOSG_WITH_JPG
-DOSG_WITH_PNG -DOSG_WITH_GIF -DOSG_WITH_FREETYPE1
-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 -DOSG_WITH_GLUT
-DOSG_WITH_TIF -DOSG_WITH_JPG -DOSG_WITH_PNG
-DOSG_WITH_GIF -I/usr/local/include
-I/home/acount1/program/libOpenSGVRMLAnimation/src/base
-I/home/acount1/program/libOpenSGVRMLAnimation/src/interpolators
-I/home/acount1/program/libOpenSGVRMLAnimation/src/sensors
-I/home/acount1/program/libOpenSGVRMLAnimation/src/sound
-o linux/OSGSound.o OSGSound.cpp
Compiling: VRMLAudioClipBinder.cpp ->
linux/VRMLAudioClipBinder.o
g++ -c  -D_GNU_SOURCE -DQT_CLEAN_NAMESPACE
-DOSG_WITH_GLUT -DOSG_WITH_TIF -DOSG_WITH_JPG
-DOSG_WITH_PNG -DOSG_WITH_GIF -DOSG_WITH_FREETYPE1
-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 -DOSG_WITH_GLUT
-DOSG_WITH_TIF -DOSG_WITH_JPG -DOSG_WITH_PNG
-DOSG_WITH_GIF -I/usr/local/include
-I/home/acount1/program/libOpenSGVRMLAnimation/src/base
-I/home/acount1/program/libOpenSGVRMLAnimation/src/interpolators
-I/home/acount1/program/libOpenSGVRMLAnimation/src/sensors
-I/home/acount1/program/libOpenSGVRMLAnimation/src/sound
-o linux/VRMLAudioClipBinder.o VRMLAudioClipBinder.cpp
Compiling: VRMLSoundBinder.cpp ->
linux/VRMLSoundBinder.o
g++ -c  -D_GNU_SOURCE -DQT_CLEAN_NAMESPACE
-DOSG_WITH_GLUT -DOSG_WITH_TIF -DOSG_WITH_JPG
-DOSG_WITH_PNG -DOSG_WITH_GIF -DOSG_WITH_FREETYPE1
-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 -DOSG_WITH_GLUT
-DOSG_WITH_TIF -DOSG_WITH_JPG -DOSG_WITH_PNG
-DOSG_WITH_GIF -I/usr/local/include
-I/home/acount1/program/libOpenSGVRMLAnimation/src/base
-I/home/acount1/program/libOpenSGVRMLAnimation/src/interpolators
-I/home/acount1/program/libOpenSGVRMLAnimation/src/sensors
-I/home/acount1/program/libOpenSGVRMLAnimation/src/sound
-o linux/VRMLSoundBinder.o VRMLSoundBinder.cpp
make[2]: Leaving directory
`/home/acount1/program/libOpenSGVRMLAnimation/src/sound'
make[1]: *** No rule to make target
`/home/acount1/program/libOpenSGVRMLAnimation/src/base/linux/Animator.o',
needed by
`/home/acount1/program/libOpenSGVRMLAnimation/lib/linux/libOSGVRMLAnimation.so'.
 Stop.
make[1]: Leaving directory
`/home/acount1/program/libOpenSGVRMLAnimation/src'
make: *** [binaries] Error 2



                
__________________________________ 
Do you Yahoo!? 
Yahoo! Mail - Helps protect you from nasty viruses. 
http://promotions.yahoo.com/new_mail


-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to