-
Notifications
You must be signed in to change notification settings - Fork 133
Cucumber CPP Does Not Build! #174
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
Comments
what version of boost are you using ? It would be good to upload CMake output from configure step |
boost: stable 1.65.1 |
This is boost's commit that broke our build: boostorg/test@fcb302b#diff-bcc3185dd80b117f8fc46af27d0eba1b |
ETA on fix? |
Hard to say - I'm waiting for review. In the mean time you can use this: #175 (or revert to boost 1.64) |
Now it's merged - could you please check if now you can build master without problems using boost 1.65.1 ? |
Unfortunately still doesn't work. This is the error I'm getting:
|
Could you please try building again with latest cucumber-cpp? |
I just managed to build this with Boost 1.66.0 and there's no response for a while so I'm assuming this problem has been fixed. |
Hi, facing the exact same issue when building cucumber-cpp/src/drivers/BoostDriver.cpp:53:10: error: 'cucumber::internal::CukeBoostLogInterceptor::log_build_info' hides overloaded virtual function [-Werror,-Woverloaded-virtual] Any help? |
I am facing the same problem too. Any help? |
Hi, facing the exact same issue when building /Users/carlamorralmartin/Documents/cucumber-cpp/src/drivers/BoostDriver.cpp:53:10: error: 'cucumber::internal::CukeBoostLogInterceptor::log_build_info' hides overloaded virtual function [-Werror,-Woverloaded-virtual] Any help would be very appreciated. |
Hi, facing the exact same issue when building: I found on http://groups.google.com/group/cukes info: "Cucumber-cpp is not compatible with boost 1_70_0+, the log_build_info definition has been changed, try boost 1_69_0". Could anyone fix it? Any help would be very appreciated. |
I found solution here: https://github.com./cucumber/cucumber-cpp/pull/225/files, but unfortunately not merged to master. |
Summary
Building Cucumber-Cpp fails. See error message below:
Steps to Reproduce (for bugs)
Follow exact instructions on the README associated with this package.
Your Environment
The text was updated successfully, but these errors were encountered: