You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-- Found PCL: /usr/include/pcl-1.7;/usr/include/eigen3;/usr/include;/usr/include/ni;/usr/include/vtk-5.10
-- Found ZLIB: /usr/include
-- Looking for Q_WS_X11
-- Looking for Q_WS_X11 - found
-- Looking for Q_WS_WIN
-- Looking for Q_WS_WIN - not found
-- Looking for Q_WS_QWS
-- Looking for Q_WS_QWS - not found
-- Looking for Q_WS_MAC
-- Looking for Q_WS_MAC - not found
-- Found Qt4: /usr/bin/qmake (found version "4.8.6")
CMake Error at /usr/share/cmake-3.2/Modules/FindPackageHandleStandardArgs.cmake:138 (message):
Could NOT find QVTK (missing: QVTK_LIBRARY)
Call Stack (most recent call first):
/usr/share/cmake-3.2/Modules/FindPackageHandleStandardArgs.cmake:374 (_FPHSA_FAILURE_MESSAGE)
cmake_modules/FindQVTK.cmake:13 (find_package_handle_standard_args)
CMakeLists.txt:183 (FIND_PACKAGE)
It seems that PCL on Willy doesn't depend on libvtk5-qt4-dev. On Xenial, PCL depends on libvtk6-qt-dev, which is ok.
As reported here: ros/rosdistro#11428
These should be fixed using patch from Regression error on ROS buildfarm #63
On these builds, vtk5 is used and QVTK cannot be found:
It seems that PCL on Willy doesn't depend on libvtk5-qt4-dev. On Xenial, PCL depends on libvtk6-qt-dev, which is ok.
As stated on this page (https://packages.debian.org/sid/arm64/libopenni-dev),
libopenni-dev
should be on arm64!? EDIT now fixed!I am not sure if it is the same version as
armhf
butlibpcl-dev
is onarm64
: http://packages.ubuntu.com/xenial/libpcl-devThe text was updated successfully, but these errors were encountered: