You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When building the Boost package for iOS, it attempts to compile the process library by default. This fails as iOS has no subprocess support, so the necessary headers are not available.
This can be worked around by passing -o boost:without_process=True, but it would be good to have this be the default when targetting iOS, and to have the validation step check for this before starting the build.
NB: I have a local fix for this, which I will submit in a PR (once I've had project access approved), but the contribution guidelines indicated there should be an issue first.
amerry
added a commit
to amerry/conan-center-index
that referenced
this issue
Nov 4, 2024
Description
When building the Boost package for iOS, it attempts to compile the process library by default. This fails as iOS has no subprocess support, so the necessary headers are not available.
This can be worked around by passing
-o boost:without_process=True
, but it would be good to have this be the default when targetting iOS, and to have the validation step check for this before starting the build.Package and Environment Details
Conan profile
Host
Build
Steps to reproduce
Logs
Click to expand log
The text was updated successfully, but these errors were encountered: