Open frpunzalan opened 4 years ago
Seems like an issue that needs some deep dive in CMake since nothing of significance changed, except cmake --version
Maybe it has something to do with the inclusion order of the dependency libraries or does it mean that this version of PCL does not play well with cmake 3.10.2?
Describe the error
Hi everyone, thanks for all your work in this excellent project.
I would just like to ask your expertise in solving the compile error that I have encountered. I am currently updating the docker image that is used to compile our code. The previous image uses Ubuntu 16.04 and the new image has Ubuntu 18.04. I am using the same PCL version and there are no changes in the code so far. The compilation in the old image had no problems but when I tried compiling in the new image, the following error came out:
I tried to get a verbose output of the make command and the following output was shown:
The generated VTK compile flags seems to have parentheses missing:
Commenting out the following
CMakeList.txt
lines fixed the compile flags. That was the reason I guessed it might be the compile flags generated by PCL that was causing the error.To Reproduce
It is not possible to post the CMakeList.txt file and code here but I am compiling the code inside a Docker container.
Your Environment (please complete the following information):
The Docker image I am using is quiet big so I am not able to post it here but the following are the software versions contained in the previous and new image:
Previous Docker image:
New Docker image:
PCL compilation commands inside container: