Build NRP Doesn't Work


#1

Hi Everyone,

when I tried to build NRP by following step 9.2 on https://bitbucket.org/hbpneurorobotics/neurorobotics-platform, I got the following output in the terminal. Does anyone know how to solve it?

@Ubuntu:~/Documents/NRP/user-scripts$ source $HOME/.bashrc
bash: /home/gg/.local/share/gazebo/setup.sh: No such file or directory
bash: /home/gg/Documents/NRP/GazeboRosPackages/devel/setup.bash: No such file or directory
@Ubuntu: ~/Documents/NRP/user-scriptsa@Ubuntu:~/Documents/NRP/user-scripts$ ./update_nrp build all

=========================
Building


simbody

– A library with BLAS API found.
– A library with BLAS API found.
– A library with LAPACK API found.
– Configuring done
– Generating done
– Build files have been written to: /home/gg/Documents/NRP/simbody/build
[ 0%] Built target PlatformFiles
[ 0%] Linking CXX shared library …/…/libSimTKcommon.so
/usr/bin/ld: cannot find -lpthreadVC2_x64
/usr/bin/ld: cannot find -lpthreadVC2_x64
collect2: error: ld returned 1 exit status
SimTKcommon/sharedTarget/CMakeFiles/SimTKcommon.dir/build.make:1112: recipe for target ‘libSimTKcommon.so.3.5’ failed
make[2]: *** [libSimTKcommon.so.3.5] Error 1
CMakeFiles/Makefile2:1153: recipe for target ‘SimTKcommon/sharedTarget/CMakeFiles/SimTKcommon.dir/all’ failed
make[1]: *** [SimTKcommon/sharedTarget/CMakeFiles/SimTKcommon.dir/all] Error 2
Makefile:138: recipe for target ‘all’ failed
make: *** [all] Error 2
simbody BUILD ERROR
@Ubuntu: ~/Documents/NRP/user-scriptsagg@Ubuntu:~/Documents/NRP/user-scripts$


#2

Could it be that you forgot to run configure_nrp before sourcing your bashrc and updating all?
Axel