|
Apologies that my first post here is a beginners' compiling
question. I'm afraid I am not familiar with cmake and have hit
problems using cmake-gui as suggested in the compiling PCL from
source tutorial. I am attempting to compile the trunk downloaded
from svn, yes because I would quite like to understand kinfu.. I
noticed that the current trunk requested OpenCV so I re-installed
and compiled that. However, I seem to be still having the error
below with the FindBoost.cmake below. I have installed the
dependencies individually and cmake has found eigen, flann, Qt,
Qhull, VTK and CUDA.
Much appreciated if anyone can give me a step for a hint on this, I'm quite lost at this point, despite my best efforts! many thanks, Brian ------------------------------ Found SSE2 extensions, using flags: /arch:SSE2 HAVE_OPENMP status 1 CMake Error at E:/Programs (x86)/CMake 2.8/share/cmake-2.8/Modules/FindBoost.cmake:694 (file): file Internal CMake error when trying to open file: E:/Programs/PCL 1.5.1/3rdParty/Boost/include/boost/version.hpp for reading. Call Stack (most recent call first): cmake/pcl_find_boost.cmake:18 (find_package) CMakeLists.txt:174 (include) CMake Error at E:/Programs (x86)/CMake 2.8/share/cmake-2.8/Modules/FindBoost.cmake:707 (math): math cannot parse the expression: " / 100000": syntax error, unexpected exp_DIVIDE, expecting exp_OPENPARENT or exp_NUMBER (2) Call Stack (most recent call first): cmake/pcl_find_boost.cmake:18 (find_package) CMakeLists.txt:174 (include) CMake Error at E:/Programs (x86)/CMake 2.8/share/cmake-2.8/Modules/FindBoost.cmake:708 (math): math cannot parse the expression: " / 100 % 1000": syntax error, unexpected exp_DIVIDE, expecting exp_OPENPARENT or exp_NUMBER (2) Call Stack (most recent call first): cmake/pcl_find_boost.cmake:18 (find_package) CMakeLists.txt:174 (include) CMake Error at E:/Programs (x86)/CMake 2.8/share/cmake-2.8/Modules/FindBoost.cmake:709 (math): math cannot parse the expression: " % 100": syntax error, unexpected exp_MOD, expecting exp_OPENPARENT or exp_NUMBER (2) Call Stack (most recent call first): cmake/pcl_find_boost.cmake:18 (find_package) CMakeLists.txt:174 (include) _______________________________________________ [hidden email] / http://pointclouds.org http://pointclouds.org/mailman/listinfo/pcl-users |
|
Administrator
|
Brian,
We recommend first time users to try using our binary installers first, and check out if everything works fine (http://www.pointclouds.org/downloads/windows.html). Once you confirm that, if you want to try trunk, take a look at http://www.pointclouds.org/documentation/tutorials/compiling_pcl_windows.php. Cheers, Radu. On 03/30/2012 09:57 AM, Brian Loudon wrote: > Apologies that my first post here is a beginners' compiling question. I'm afraid I am not familiar with cmake and have > hit problems using cmake-gui as suggested in the compiling PCL from source tutorial. I am attempting to compile the > trunk downloaded from svn, yes because I would quite like to understand kinfu.. I noticed that the current trunk > requested OpenCV so I re-installed and compiled that. However, I seem to be still having the error below with the > FindBoost.cmake below. I have installed the dependencies individually and cmake has found eigen, flann, Qt, Qhull, VTK > and CUDA. > > Much appreciated if anyone can give me a step for a hint on this, I'm quite lost at this point, despite my best efforts! > > many thanks, > > Brian > > ------------------------------ > Found SSE2 extensions, using flags: /arch:SSE2 > > HAVE_OPENMP status 1 > > CMake Error at E:/Programs (x86)/CMake 2.8/share/cmake-2.8/Modules/FindBoost.cmake:694 (file): > > file Internal CMake error when trying to open file: E:/Programs/PCL > > 1.5.1/3rdParty/Boost/include/boost/version.hpp for reading. > > Call Stack (most recent call first): > > cmake/pcl_find_boost.cmake:18 (find_package) > > CMakeLists.txt:174 (include) > > CMake Error at E:/Programs (x86)/CMake 2.8/share/cmake-2.8/Modules/FindBoost.cmake:707 (math): > > math cannot parse the expression: " / 100000": syntax error, unexpected > > exp_DIVIDE, expecting exp_OPENPARENT or exp_NUMBER (2) > > Call Stack (most recent call first): > > cmake/pcl_find_boost.cmake:18 (find_package) > > CMakeLists.txt:174 (include) > > CMake Error at E:/Programs (x86)/CMake 2.8/share/cmake-2.8/Modules/FindBoost.cmake:708 (math): > > math cannot parse the expression: " / 100 % 1000": syntax error, unexpected > > exp_DIVIDE, expecting exp_OPENPARENT or exp_NUMBER (2) > > Call Stack (most recent call first): > > cmake/pcl_find_boost.cmake:18 (find_package) > > CMakeLists.txt:174 (include) > > CMake Error at E:/Programs (x86)/CMake 2.8/share/cmake-2.8/Modules/FindBoost.cmake:709 (math): > > math cannot parse the expression: " % 100": syntax error, unexpected > > exp_MOD, expecting exp_OPENPARENT or exp_NUMBER (2) > > Call Stack (most recent call first): > > cmake/pcl_find_boost.cmake:18 (find_package) > > CMakeLists.txt:174 (include) > > > > > _______________________________________________ > [hidden email] / http://pointclouds.org > http://pointclouds.org/mailman/listinfo/pcl-users [hidden email] / http://pointclouds.org http://pointclouds.org/mailman/listinfo/pcl-users |
| Powered by Nabble | Edit this page |
