-
Notifications
You must be signed in to change notification settings - Fork 98
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
Build fails with Boost 1.71.0 #327
Comments
Hi, this should be fixed in master, with 4256d3a. Would you mind to give it a try ? |
Thank you! This seems to be fixed, but I can't tell you for sure because bug #325 is still blocking my builds. At least it's going past the point where was choking on boost 1.71.0. Here is my current build log, built with JDK-8:
IMHO, it's safe to close this bug for now. I'll reopen it if needed at a later date. |
May I suggest that you compile with a pre-compiled bootcompiler.jar, like the one available on https://github.com/layus/mozart2/releases/tag/v2.0.0-beta.1 ? Just put the downloaded bootcompiler.jar in $src/build/bootcompiler/bootcompiler.jar (if you are building in $src/build) and run make again. This should bypass the bootcompiler.jar generation. Do no hesitate to continue asking question on #325 as sjrd is very knowledgeable about sbt and scala in general. Reading the thread, it is unsure if you expect some more help from him to fix the issue. |
I found a copy of an unadulterated checkout on a different hard disk. I have verified that your changes build correctly, and my oz files compile and run just as before. sjrd and I have taken the conversation here: #326 (comment) Per your suggestion, I'll ask for his help again. |
The current version of Boost has some API changes, leading to errors while building Mozart. The build log is pasted below:
The text was updated successfully, but these errors were encountered: