Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with OMPL installation #152

Closed
mamoll opened this issue Apr 19, 2013 · 3 comments
Closed

Problem with OMPL installation #152

mamoll opened this issue Apr 19, 2013 · 3 comments

Comments

@mamoll
Copy link
Member

mamoll commented Apr 19, 2013

Original report by Usman (Bitbucket: usman1989, GitHub: usman1989).


Hi,
I am trying to install OMPL and when I try to cmake, the following error appears (last portion of cmake output is provided here):

-- Installed version of flann is too old. Version 1.8.3 or above required.
-- checking for module 'ccd=1.4'
--   found ccd, version 1.4
-- checking for module 'fcl>=0.2.7'
--   package 'fcl>=0.2.7' not found
-- FCL library not found.  Will download and compile.
-- checking for module 'assimp'
--   found assimp, version 2.0
-- Found assimp: assimp 
CMake Error: File /home/mani/installed\ packages/omplapp-0.12.2-Source/ompl/src/ompl/config.h.in does not exist.
CMake Error at ompl/src/ompl/CMakeLists.txt:6 (configure_file):
  configure_file Problem configuring file



CMake Error: File /home/mani/installed\ packages/omplapp-0.12.2-Source/ompl/tests/resources/config.h.in does not exist.
CMake Error at ompl/tests/CMakeLists.txt:7 (configure_file):
  configure_file Problem configuring file



CMake Error: File /home/mani/installed\ packages/omplapp-0.12.2-Source/ompl/tests/BoostTestTeamCityReporter.h.in does not exist.
CMake Error at ompl/tests/CMakeLists.txt:12 (configure_file):
  configure_file Problem configuring file


-- Configuring incomplete, errors occurred!

The problem is that Cmake is looking for a file "config.h.in" and unable to find it however this file exists in the location where Cmake is looking for it. Cmake also shows that FCL is not available. The very same thing happens when I try to install FCL.

Please tell me how can I resolve this issue.

Regards.

@mamoll
Copy link
Member Author

mamoll commented Apr 19, 2013

Original comment by Mark Moll (Bitbucket: mamoll, GitHub: mamoll).


The problem could be that cmake is tripping over the space in the path. Could try renaming "installed packages" to something like "installed_packages"? Remove CMakeCache.txt from your build directory and run cmake again. Ignore warnings about flann, fcl, and libccd. The build systems will download and compile this code for you automatically.

@mamoll
Copy link
Member Author

mamoll commented Apr 19, 2013

Original comment by Usman (Bitbucket: usman1989, GitHub: usman1989).


Thanks Mark the issue is resolved. You were right cmake tripped over the space i the path.

@mamoll mamoll closed this as completed Apr 19, 2013
@mamoll
Copy link
Member Author

mamoll commented Apr 19, 2013

Original comment by Mark Moll (Bitbucket: mamoll, GitHub: mamoll).


Cool, we'll try to find a proper fix so that spaces in paths are not causing this problem anymore.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant