ph463 / Gygax

Construction IT research platform for 2D & 3D
MIT License
14 stars 8 forks source link

PCL Wrapper build #34

Open otofoto opened 5 years ago

otofoto commented 5 years ago

Unable to build PCL Wrapper on Visual Studio 2012 using CMake as it is missing PCL 1.7.2 which is no longer available in wiki provided link: unanancyowen.com/?p=1255&lang=en

Could not find a package configuration file provided by "PCL" (requested
  version 1.7.2) with any of the following names:

    PCLConfig.cmake
    pcl-config.cmake

  Add the installation prefix of "PCL" to CMAKE_PREFIX_PATH or set "PCL_DIR"
  to a directory containing one of the above files.  If "PCL" provides a
  separate development package or SDK, be sure it has been installed.
otofoto commented 5 years ago

Found a download under here - https://github.com/3dtof/pcl/releases/tag/1.7.2

otofoto commented 5 years ago

CMake Error at C:/Program Files/PCL 1.7.2/cmake/PCLConfig.cmake:41 (message): common is required but boost was not found

Does it need win32 or win64 PCL?