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

Boost process requires linking Boost filesystem #2

Open
luxean opened this issue Mar 27, 2023 · 0 comments
Open

Boost process requires linking Boost filesystem #2

luxean opened this issue Mar 27, 2023 · 0 comments
Labels

Comments

@luxean
Copy link
Contributor

luxean commented Mar 27, 2023

Although Boost process is header only, it requires linking with Boost filesystem on Windows. There seems to be a workaround using the preprocessor definition BOOST_PROCESS_USE_STD_FS. Unfortunately, that still leads to some compilation errors with the Boost process library. Tested with Visual Studio 2019 and Boost 1.80. Might be fixed by using a newer release of Visual Studio (2022) or Boost version (1.81).

@luxean luxean added the windows label Mar 27, 2023
@luxean luxean changed the title Boost process requires linking Boost filesystem on Windows Boost process requires linking Boost filesystem Mar 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant