I\'m trying to get PCL 1.7 (The point cloud library, not the other pcl) working on Ubuntu 16.04. I eventually hope to use for C++ stuff, but right now I\'m just trying to get th
This solved the issue for me:
sudo apt-get install libproj-dev
Source: https://github.com/PointCloudLibrary/pcl/issues/1828