-
Notifications
You must be signed in to change notification settings - Fork 802
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
Latest Master does not build #1100
Comments
@isaacabraham I just built master on my machine (sync + delete "Proto" and "Release" and "Debug" + "packages" + build), but it's possible I still have something cached. Could you try again please? Re download size - I see 70MB under "packages" and 180MB under "Tools". There's also a related discussion here: #1053 (comment). |
Just done a pull. Ran build.cmd in admin console: -
|
Ugh. Maybe I have the DiaSymReader package cached. |
I see the package being download during build. @isaacabraham please try the following: run |
i fixed the harmless warnings with #1124 but the errors (optdata) dunno, locally works for me. pls @isaacabraham can you try latest master? the "Eventually the window closed" is strange |
@enricosada I have just pulled down latest master and have the same error as @isaacabraham
I'll try to figure out what is happening, let me know if there's anything you think I should check. |
Wait a minute, I've not got the Windows SDK installed. I'll let you know if that fixes it (pretty sure it will, as it's a prereq) Update: Yes, all sorted now 😄 |
I just pulled master and also got the I didn't have any errors related to |
@taylorwood Were you cloning clean, or had you built previously? If the latter then you may need to rebuild proto |
@dsyme it was a first-time clone, hadn't built before. |
@taylorwood Any chance you have a full build log for that? It feels like either the LKG is out of date, or your installed F# compiler is being used instead of the LKG or Proto. |
@taylorwood In particular I'd like to know which |
Could you send me a log of
please? I don't understand why the proto compiler wasn't built fresh (if this was a clean clone) |
@dsyme I ran |
Could you do a totally clean clone again and show me the log of your first In that scenario, the intent is that Thanks |
I have the same issue build proto solved it but now the error is that FSharp.ProjectSystem.FSharp.pkgdef not created with the latest source |
I believe this is fixed |
Repro steps
Expected behavior
The solution should build?
Actual behavior
Got a load of errors: -
I imagine I'm doing something wrong but don't know what.
The text was updated successfully, but these errors were encountered: