robocomp / dsr-graph

Development of new DSR shared graph
4 stars 12 forks source link

libfclib-dev isn't available in ppa in Ubuntu 18.04 bionic #28

Closed pawanw17 closed 3 years ago

pawanw17 commented 3 years ago

In the installation page, maybe it'll be a good idea to have instructions to install from source. https://github.com/pawanw17/dsr-graph/blob/development/README.md

will create a PR suggesting the alternate installation if anyone faces issues with ppa installation.

pbustos commented 3 years ago

I think there was a similar package because we were using it and I don't think we compiled it from sources in 18.04

pawanw17 commented 3 years ago

Can I have the name if possible because my build with FCL_SUPPORT is failing on bionic, however it builds fine on 20.04 Focal.

orensbruli commented 3 years ago

apt-get install --no-install-recommends --yes libfcl-dev does it work for you in bionic? It looks like this is the package in the https://packages.ubuntu.com/bionic/libfcl-dev

pawanw17 commented 3 years ago

nope, still failing :/

orensbruli commented 3 years ago

Oh, ok. I think I know what is the problem. libfclib-dev vs libfcl-dev I need to do some more testing to see what's really happening.

pawanw17 commented 3 years ago

I did some testing and found out that libfclib-dev is needed to build... in ubuntu 20.04, but am unable to properly install libfclib-dev on bionic...

orensbruli commented 3 years ago

I'm not sure libfclib-dev is really needed in 18 or 20. I think it was a typo. What I really think it's needed is libfcl-dev. Could you try to uninstall libfclib-dev and install libfcl-dev in your Bionic distribution and tell us if something changes?

pawanw17 commented 3 years ago

Yes sure!

pawanw17 commented 3 years ago

I have libfcl-dev but the build's still failing with FCL_SUPPORT ...

pawanw17 commented 3 years ago

Alright so on a fresh install of ubuntu (tested in a vm) I was able to build it successfully with libfcl-dev only :) , I think there might be some issue with my distro, will try to debug it, thanks for correcting the typo!

orensbruli commented 3 years ago

Ok! Perfect. Happy to know. Best!