Skip to content
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

Fix Boost build for MVSC 15.8.2 #438

Closed

Conversation

zackgalbreath
Copy link
Contributor

b2 started failing after the upgrade to MVSC 15.8.2.
The error was:
'cl' is not recognized as an internal or external command, operable program or batch file.
Updating the MSVC toolset version passed to b2 fixes this problem.

b2 started failing after the upgrade to MVSC 15.8.2.
The error was:
  'cl' is not recognized as an internal or external command,
       operable program or batch file.
Updating the MSVC toolset version passed to b2 fixes this problem.
@Cookt2
Copy link
Contributor

Cookt2 commented Aug 30, 2018

Jenkins test this please

@kwcvrobot
Copy link
Collaborator

Linux build succeeded.

@kwcvrobot
Copy link
Collaborator

@kwcvrobot
Copy link
Collaborator

Mac build succeeded.

@kwcvrobot
Copy link
Collaborator

Windows build succeeded.

@zackgalbreath
Copy link
Contributor Author

Nevermind, this won't work. It changes the resulting Boost library filenames such that CMake doesn't know how to find them anymore. A more robust solution to this problem is outlined in #439.

@zackgalbreath zackgalbreath deleted the boost_mvsc_15.8.2 branch August 31, 2018 20:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants