crigroup / openrave-installation

Bash scripts to install OpenRAVE from source
164 stars 77 forks source link

Add support for Ubuntu 18.04 #1

Closed hungpham2511 closed 5 years ago

hungpham2511 commented 5 years ago
fsuarez6 commented 5 years ago

@hungpham2511 Do you know why it doesn't build not?

hungpham2511 commented 5 years ago

I think it's because of the C++ standard. I need to use C11 to compile it on 18.04, we have been compiling with C99 on both 14.04 and 16.04. Investigating now.

fsuarez8 commented 5 years ago

You could use docker to test the three ubuntu versions. I think this can be done combining docker with travis matrix functionality: