-
-
Notifications
You must be signed in to change notification settings - Fork 68
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
[gherkin-cpp, message-cpp] does not work/compile with clang(-cl)//MSVC #191
Comments
@daantimmer Could you please attach the original (as seen) errors ? "missing includes" is not very useful... |
@chybz to continue from #192 here are my findings related to clang and clang-cl compilation failures: As can be seen in this build results all clang(-cl) builds fail with multiple compilation issues: https://github.com/daantimmer/gherkin-cpp-container/actions/runs/6856150561 Changes required (on top of my other changes mentioned in #192):
Issues seen:
With all of these changes the build succeeds: https://github.com/daantimmer/gherkin-cpp-container/actions/runs/6856510747 |
Closing as work on #202 fixed the issue |
π What did you see?
Tried to compile for windows, using clang-cl and MSVC. Does not work, there are missing includes, incorrect includes, clang/gcc-only includes, incorrect template syntax etc.
β What did you expect to see?
A working build
π¦ Which tool/library version are you using?
gherkin-cpp, current (first released).
clang-cl 15, clang-cl 16, MSVC 2019
π¬ How could we reproduce it?
I'll provide an example repo if this is being picked up
Steps to reproduce the behavior:
π Any additional context?
Not much
This text was originally generated from a template, then edited by hand. You can modify the template here.
The text was updated successfully, but these errors were encountered: