dso
dso copied to clipboard
pangolin don't work during build dso
I recently was able to build DSO.
Try rebuilding/installing pangolin? It looks like it cannot find the pangolin headers.
I used the pangolin v6.0 + Ubuntu 18.04. Maybe there is something wrong to build DSO?
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
you dont install your pangolin.
cd ~/pangolin_ws
&& mkdir build && cd build && cmake .. && make && sudo make install