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

Cannot grep version number: The system cannot find the file specified #390

Closed
npd26 opened this issue Jul 17, 2020 · 2 comments
Closed

Cannot grep version number: The system cannot find the file specified #390

npd26 opened this issue Jul 17, 2020 · 2 comments

Comments

@npd26
Copy link

npd26 commented Jul 17, 2020

Hello,

I am getting this error while following step from tutorial to build libnabo. Any idea how to solve this problem?
windows 10, cmake 3.16.2

cmake error


CMake Error at CMakeLists.txt:20 (message):
  Cannot grep version number: The system cannot find the file specified


Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) 
OpenCL disabled, not looking for it
ANN not found, disabling it in benchmarks
FLANN not found, disabling it in benchmarks
Could NOT find PythonInterp (missing: PYTHON_EXECUTABLE) 
Python version from interpreter is 
Could NOT find PythonLibs (missing: PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS) 
Python libs or executable not found, skipping Python bindings
Configuring incomplete, errors occurred!
See also "C:/VC/libnado_build/CMakeFiles/CMakeOutput.log".

also CMakeOutput.log showing not any error as mentioned in https://github.com/ethz-asl/libpointmatcher/issues/118

thanks.

@pomerlef
Copy link
Collaborator

You might have missed this steps:

Prerequisites
If your operating system does not provide it, you must get Eigen, and Boost if you want to build the Python bindings. Eigen only needs to be downloaded and extracted. You also need grep, which is available in standard on Linux or Mac OS X, you can get the window version here http://gnuwin32.sourceforge.net/packages/grep.htm.

@npd26 npd26 closed this as completed Aug 6, 2020
@danielaDESM
Copy link

Probably to late the answer, but in my case it was solved by following the following post:
#118 (comment)
It is apparently something related to the CMakeLists of libnabo.

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

No branches or pull requests

3 participants