-
Notifications
You must be signed in to change notification settings - Fork 549
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
Building on Windows fails: Determining if the _POSIX_TIMERS exist failed #118
Comments
Hi mkase, So I see three problems in your CMake outputs:
|
Thanks for your reply François Pomerleau. Regarding the problems you mentioned:
Maybe building the boost library again would solve the problem. I would try that and let you know if any changes happen. |
Could you report all the versions you have on your system based on that table and other you think would be useful. That might help others. I'm seeing a lot of similar questions on stackoverflow without any answers. It might be something trigger by the latest version of CMake or different version of .NET framework, etc. I'm also seeing |
I'm seeing this exact issue on Mac OS X. I got past it by commenting out the tests subdirectory, but it would to see this resolved. |
@mkaze I have the same problem but I still have not found the solution to it. CMake Error at tests/CMakeLists.txt:95 (message): I just want to know how did you solve this problem at the end? Thank you so much! |
For anyone stock with the Build of Libnabo on windows with the "Cannot grep version number:" error, you can contour this error by The reason is that GREP is not a recognized command in windows. |
I wanted to build the libnado according to the instructions provided here. Unfortunately it failed at step 9. Here is the cmake output:
And here is CMakeError.log contents:
I am using Windows 8.1 pro(x64) and VS2013. I think the problem is caused by 'unistd.h' which is a header file in Unix, however I'm not sure if this is a bug or a problem with my configurations.
Note: CMake couldn't find the boost path (which resulted in an error like : "Boost_INCLUDE_DIR not found"), so I added these lines at the beginning of 'CMakeLists.txt':
The text was updated successfully, but these errors were encountered: