openrave
openrave copied to clipboard
unable to install in ubuntu 18
While installing from source , I could'nt install openrave after installing all the dependencies. My command make -j4 after successfully running cmake failed giving the error
Makefile:129: recipe for target 'all' failed make: *** [all] Error 2
@parihardeepanshu
You provide too little info.
Please rerun you build with simple make
as the output of parallel make on several cores often
"conceals" the exact error message.
For me the error is "error: no matching function for call to ‘min(long unsigned int&, unsigned int&)'". Using ubuntu 18.04 and gcc/g++ version 7.4.0. Any suggestion?