dso icon indicating copy to clipboard operation
dso copied to clipboard

pangolin don't work during build dso

Open qian2020 opened this issue 3 years ago • 4 comments

1

qian2020 avatar Feb 20 '22 14:02 qian2020

I recently was able to build DSO.

Try rebuilding/installing pangolin? It looks like it cannot find the pangolin headers.

sarossilli avatar Feb 22 '22 22:02 sarossilli

I used the pangolin v6.0 + Ubuntu 18.04. Maybe there is something wrong to build DSO?

qian2020 avatar Feb 23 '22 06:02 qian2020

I think in Pangolin v0.6 there was a major refactoring. Try removing the Pangolin v0.6 (in the build directory do sudo make uninstall ) and installing v0.5 from https://github.com/stevenlovegrove/Pangolin/releases/tag/v0.5

vanguard478 avatar Apr 08 '22 12:04 vanguard478

you dont install your pangolin. cd ~/pangolin_ws && mkdir build && cd build && cmake .. && make && sudo make install

donaldduckkkkk avatar Feb 23 '24 06:02 donaldduckkkkk