hi,
I have this during the build process when I build OSG 1.0 :
>make ARCH=64
Entering directory src
make[1]: Entering directory `/home/ben/Desktop/OSG_OP_OT-1.0/OpenSceneGraph/src'
Entering directory osg
make[2]: Entering directory `/home/ben/Desktop/OSG_OP_OT-1.0/OpenSceneGraph/src/osg'
make[3]: Entering directory `/home/ben/Desktop/OSG_OP_OT-1.0/OpenSceneGraph/src/osg/Linux64.Opt'
/bin/sh: -c: line 7: syntax error near unexpected token `do'
/bin/sh: -c: line 7: `for f in $depfiles; do \'
...
----------------
But it seem's that OSG is built correctly.
But when I try to install OSG (with make install ormake instlinks) I have this error:
>sudo make instlinks
make INSTBINCMD="ln -sf" __instbin
make[1]: Entering directory `/home/ben/Desktop/OSG_OP_OT-1.0/OpenSceneGraph'
make[2]: Entering directory `/home/ben/Desktop/OSG_OP_OT- 1.0/OpenSceneGraph'
/bin/sh: -c: line 11: syntax error near unexpected token `donefi'
/bin/sh: -c: line 11: `fi'
make[2]: *** [__install] Error 2
make[2]: Leaving directory `/home/ben/Desktop/OSG_OP_OT-1.0/OpenSceneGraph'
make[1]: *** [__instbin] Error 2
make[1]: Leaving directory `/home/ben/Desktop/OSG_OP_OT-1.0/OpenSceneGraph'
make: *** [instlinks] Error 2
----------------
Does someone have an idea in order to solve this problem?
thank's
Ben
_______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
