-
Notifications
You must be signed in to change notification settings - Fork 363
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
Tests fail to build #225
Comments
Testing this on a Boost docker with 1.59 and CMake 3.5:
Along with a different failure. I think that warning is telling; the link is not working properly. I bet your CMake version is a bit older, too? I've fixed the error from CMake (obviously never ran it with a non-target version of FindBoost), but the actual error is troubling - lexical cast can't go from a string to a boost optional. Might need a newer version than 1.59. |
Boost 1.60 also fails with a similar error, Boost 1.61 works. |
Latest master should now work! It won't build the Boost Optional test because your Boost is too old, but everything else should build! |
While developing a solution to #88 I encountered a problem with the tests. I can't build them.
Here is what I do:
The full log is attached
The text was updated successfully, but these errors were encountered: