-
After I ran bootstrap.bat and then b2 inside my boost root directory, I receive this error. I cannot find the cause for this error. Anyone has idea about this problem? I'm trying to build boost library with default toolset is msvc 143
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
It really shouldn't happen. This line in This line in Can you check that you have these lines in your Boost sources? |
Beta Was this translation helpful? Give feedback.
-
That's actually a very interesting observation! |
Beta Was this translation helpful? Give feedback.
Thanks for reply, I fixed the issue by install the prebuilt version(.msi) and then change my boost location, have to ensure that the path does not contain anything except alphabets. The problem might be the square brackets in my path while running b2.