Installation issue in pcl-1.5.1

2019-09-11 07:45发布

问题:

I'm trying to install pcl-1.5 from the source here. I'm able to install it on my laptop (Ubuntu 12.04) but on the desktop (Ubuntu 14.04), it's not compiling.

mkdir build
cd build
cmake ..
make

It's giving lots of errors. Check http://pastebin.com/P37L9yCm for the output in the error stream.

What's the problem?

Isn't pcl-1.5 for Ubuntu 14.04? Okay! I've installed pcl-1.7 successfully. But then how do I run my previous pcl-1.5 code on it? Refer to this question.