Ubuntu build error

Post Reply
blewandowski
Posts: 7
Joined: Sun Feb 07, 2021 12:27 pm

Ubuntu build error

Post by blewandowski »

Hi,

I've recently decided to come back and fiddle around with the application once more. I've managed to run the software ~1 year ago, but now the application no longer starts up. I've decided to pull all the changes and reinstall it once again.

Unfortunately the ./build-dependecies.sh script is failing with the following error:

Code: Select all

-- Build files have been written to: /home/blewandowski/repositories/meta/external_projects/arch/Release/vrpn/src/vrpn-build
[  6%] Performing build step for 'vrpn'
[  2%] Built target quat
[ 15%] Built target vrpn
[ 17%] Built target gpsnmea
[ 20%] Built target vrpn_atmel
[ 76%] Built target vrpnserver
[ 84%] Built target vrpn-python
[ 85%] Built target java_vrpn_jar
[ 85%] Generating JNI header file for vrpn.AnalogOutputRemote
Error: Could not find class file for 'vrpn.AnalogOutputRemote'.
java_vrpn/CMakeFiles/java_vrpn.dir/build.make:81: recipe for target 'java_vrpn/vrpn_AnalogOutputRemote.h' failed
make[5]: *** [java_vrpn/vrpn_AnalogOutputRemote.h] Error 1
CMakeFiles/Makefile2:1316: recipe for target 'java_vrpn/CMakeFiles/java_vrpn.dir/all' failed
make[4]: *** [java_vrpn/CMakeFiles/java_vrpn.dir/all] Error 2
Makefile:182: recipe for target 'all' failed
make[3]: *** [all] Error 2
CMakeFiles/vrpn.dir/build.make:131: recipe for target '../../arch/Release/vrpn/src/vrpn-stamp/vrpn-build' failed
make[2]: *** [../../arch/Release/vrpn/src/vrpn-stamp/vrpn-build] Error 2
CMakeFiles/Makefile2:105: recipe for target 'CMakeFiles/vrpn.dir/all' failed
make[1]: *** [CMakeFiles/vrpn.dir/all] Error 2
Makefile:103: recipe for target 'all' failed
make: *** [all] Error 2
Any idea what could be the root cause?
Thanks Bart

Thomas
Posts: 210
Joined: Wed Mar 04, 2020 3:38 pm

Re: Ubuntu build error

Post by Thomas »

Hi blewandowski,

The issue here is the compilation of the dependency VRPN.
There is not much in the is log on why it failed.

What version of Ubuntu are you trying to build on ?

Thanks,
Thomas

Post Reply