-
Notifications
You must be signed in to change notification settings - Fork 7
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
[support] Boost 1.57.0 - Windows gets stuck #12
Comments
Adding @toeb to the conversation ;) Boost block uses cmakepp async features to build each requested boost lib in a separate process. The @toeb implemented that features using OS specific shell scripting, powershell in case of windows. Maybe there's a subtle bug on the windows scripts, but I'm confident there's not. I'm booting windows to check the Boost examples again. Please stay tuned. |
Hi, Thank you for your responsiveness and for your team's commitment. I'll try the boost example on my Windows computer too. BTW, I use both MinGW and VS2013 compiler to compile/test my projects on Windows.
And I use CLion IDE on all platforms : Windows, Linux and Mac (the issue occurs only on Windows) |
clion on windows? We are having issues with clion + boost + windows related to the way the script works. I'm working on it. #10 EDIT: But looking at the behavior of your error, it's not directly related to 10. |
Well, that might explain it, then. Thanks again to the biicode team. |
Hi! Just for others running into the same issue: I am using the msysGit console as a replacement for cmd. All bii commands work fine. However, as soon as I use the boost wrapper, it gets stuck. Switching to cmd fixed it for me. |
Any ideas?
I asked for more info just in case.
The text was updated successfully, but these errors were encountered: