-
Notifications
You must be signed in to change notification settings - Fork 115
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
Cannot build Boogie #315
Comments
Hi @RustanLeino, I actually started to work on porting Dafny to use the Boogie NuGet package here: It all works well. I just need to do a few small updates in Boogie and then I should be able to put up a PR. There will be failing regression tests because of different models, error traces, etc. It would be great to get help from the Dafny community for fixing the Anyway, it would still be good to fix your compilation issues. I don't have a Mac myself, but there are a number of people that built Boogie on Mac. @shazqadeer @michael-emmi @cbarrettfb |
@RustanLeino, could you try removing all build artifacts by running If this still does not work, I realized that you can set |
@bkragl Woohoo! Your
Thanks! |
@bkragl Also, thanks for working on getting Dafny to use the NuGet Boogie. I'm happy to help with the test suite and |
Related PR: #319 |
I’ve been trying to upgrade Dafny to use the latest Boogie, starting from @keyboardDrummer 's dafny-lang/dafny#876. I’m getting absolutely nowhere, and at some point I realized I can’t even build the current version of Boogie (or any other recent .NET Core version of Boogie). The problem is the
issue that others have encountered. I have tried the workaround of setting
MSBUILDSINGLELOADCONTEXT=1
, runningdotnet build-server shutdown
, and then trying again, but this still does not work on my Mac. (Curiously, if I repeat thedotnet build Source/Boogie.sln
command, I get the error above for either justCodeContractsExtender.csproj
, or forCodeContractsExtender.csproj
plus eitherModel.csproj
orGraph.csproj
.)Has anyone out there successfully built Boogie on a Mac?
The text was updated successfully, but these errors were encountered: