|
From: dan n. <dne...@ya...> - 2018-10-05 22:20:34
|
Hi, I continue to try to find the problem that is preventing me from building itom on Centos 7. I started over again, deleting the cmake cache and redefining all of the appropriate build variables. These are: CMAKE_BUILD_TYPE release BUILD_TARGET64 on BUILD_UNICODE on BUILD_WITH_PCL off OpenCV_DIR /home/dnessett/opencv/build BUILD_WITH_HELPVIEWER off PYTHON_EXECUTABLE /usr/bin/python3.4m PYTHON_INCLUDE_DIR /usr/include/python3.4m PYTHON_LIBRARY /usr/lib64/libpython3.4m.so.1.0 This eliminated the /usr/lib64 versus /usr/lib problem. Since the generate completed successfully, I then attempted to build the project with Qt Creator. This resulted in two errors. The first stipulated that OpenCV_DIR was not specified and the second that the build could not locate the appropriate PCL information - see screenshot 1. However, the CMake configuration/generation specified OpenCV_DIR (see screenshot 2) and turns off the BUILD_WITH_PCL boolean (see screenshot 3). So, I am confused why Qt Creator is throwning these errors. Is it possible the Qt Creator build is using old cached info? If so, how do I get rid of it? Thanks. Dan |