A few months have passed since my last try so I've started a new try from scratch.
This time I'm in Ubuntu 11.04 64bits.
I've downloaded the branch:
Code:
svn co https://svn.blender.org/svnroot/bf-blender/branches/soc-2010-merwin/
I've installed the spacenav libraries:
Code:
sudo apt-get install libspnav-dev libspnav0 spacenavd
Then I compiled the code:
Code:
cd svn-merwin/
python scons/scons.py -j4
But, in the last part of the compile, when installing the compiled files I get this error:
Code:
Install file: "release/scripts/ui/space_graph.py" as "/home/vicente/aplicaciones/blender/svn-merwin/install/linux2/2.53/scripts/ui/space_graph.py"
/home/vicente/aplicaciones/blender/svn-merwin/build/linux2/lib/libbf_ghost.a(GHOST_WindowX11.o): In function `GHOST_WindowX11::GHOST_WindowX11(GHOST_SystemX11*, _XDisplay*, STR_String const&, int, int, unsigned int, unsigned int, GHOST_TWindowState, int, GHOST_TDrawingContextType, bool, unsigned short)':
GHOST_WindowX11.cpp:(.text+0x1d80): undefined reference to `spnav_x11_open'
/home/vicente/aplicaciones/blender/svn-merwin/build/linux2/lib/libbf_ghost.a(GHOST_WindowX11.o): In function `GHOST_WindowX11::~GHOST_WindowX11()':
GHOST_WindowX11.cpp:(.text+0x247b): undefined reference to `spnav_close'
collect2: ld returned 1 exit status
Install file: "release/scripts/ui/space_nla.py" as "/home/vicente/aplicaciones/blender/svn-merwin/install/linux2/2.53/scripts/ui/space_nla.py"
Install file: "release/scripts/ui/properties_physics_fluid.py" as "/home/vicente/aplicaciones/blender/svn-merwin/install/linux2/2.53/scripts/ui/properties_physics_fluid.py"
scons: *** [/home/vicente/aplicaciones/blender/svn-merwin/build/linux2/bin/blender] Error 1
Install file: "release/scripts/ui/properties_game.py" as "/home/vicente/aplicaciones/blender/svn-merwin/install/linux2/2.53/scripts/ui/properties_game.py"
scons: building terminated because of errors.
Ideas for fixing this?
Bookmarks