-
Notifications
You must be signed in to change notification settings - Fork 56
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
Impossible to compile msbuild #498
Comments
For the 2.) it seems that the problem now, that Newtonsoft.Json is installed into the wrong directory under amd64: under /usr/lib64/mono/gac/... instead of /usr/lib/mono/gac/... Addition: |
can you elaborate on how to use that util to install that dll? i really need msbuild now) |
Even though i managed to build msbuild, it seems that it's missing a lot of stuff... like, |
How do you mean it's missing those? msbuild just builds. Those you mentioned are class libraries, nothing to do with the build system itself, except it need to find it to be able to compile a source referencing it. You need to install those also into GAC to be able to compile against those. |
As far as i can tell, i at least have windows namespace
do i need to use |
I rebuilt everything with |
What is your csproj file look like? It depends on that... could be it references through full path those, or versions not installed on your machine.
…On May 29, 2021 8:24:10 AM UTC, PLYSHKA ***@***.***> wrote:
I'm using Rider, and using msbuild from directory
`/usr/lib/mono/mono/msbuild/Current/bin/MSBuild.dll`, and every
reference what project have is `Not resolved by msbuild`, even just
`System`.
![image](https://user-images.githubusercontent.com/7141787/120063544-b037fd80-c078-11eb-9d3a-f26bacc635ef.png)
--
You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
#498 (comment)
--
Virágh Barnabás
***@***.***
gpg id: f690 c4ba 87c9 41c3
|
@Meister1593 : pull requests are merged. Now it should build without intervention. If it does, you can close this issue... for now... :) |
I'm on Archlinux now, so... someone else has to check it now) |
dev-dotnet/buildtools-1.0.27-r1
but fails to do. log, infoThe text was updated successfully, but these errors were encountered: