-
Notifications
You must be signed in to change notification settings - Fork 118
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
process fails to compile in boost 1.86.0 on windows #420
Comments
Which windows version are you compiling on and for? XP? |
Sorry forgot to mention, in b2 command there is
Project I work for is a bit old, so these are the settings used so far, but if those are the cause of the problem they can be bumped up a bit (XP is no longer required to be supported).... Otherwise compiled on Windows 10, SDK version (I have several) latest 10.0.22621. |
You were absolutely right! Thank you very much for the nudge in right direction.... When I set (now a bit of a misnomer):
Then process compiles as expected! My problem is solved and as far as I'm concerned this can be closed. However, since all other boost libs seem to compile with 0x0501, maybe process should try to do that too if possible. |
I think those functions can yield an error_not_supported on windows. @time-killer-games do you think you can implement a check for that? |
I'm compiling boost on windows and boost process fails to compile.
Compilation done by following commands in boost src folder.
I've used
--with-process
just to cut down compile time and log to reproduce problem, same happens if this flag is not used.After this is done several libs are compiled in
..\boost_stage\lib
(atomic and filesystem) but process is not.Log file is attached bjam.log.zip, I think the root cause are those compilation errors:
How can this be fixed?
Thank you very much in advance :).
The text was updated successfully, but these errors were encountered: