-
Notifications
You must be signed in to change notification settings - Fork 11
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
Update to Boost 1.86 #122
base: master
Are you sure you want to change the base?
Update to Boost 1.86 #122
Conversation
Still broken, error looks like
|
The SDK built OK for me. I'm getting an internal compiler error in FreeOrion, but it mostly appears to work... |
looks like some difference in MS VS installation |
CI works at least with 1.84, but I'm more busy with making SDL works on MacOS. |
Once I worked around the weird internal compiler error, I get a bunch of linker errors for Boost Log, eg:
|
Boost had some strange log versioning. At least we have some workaround for XP and non-XP build. |
Can you point me to wherever that is implemented? Presumably I need to edit the MSVC project files accordingly? |
6438b90
to
668d8d8
Compare
In boost 1.86 they updated boost.build so there could be issue with compilation in CI. |
...