-
Notifications
You must be signed in to change notification settings - Fork 76
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
Trying to build debugger-libs as a dep of sdb #408
Comments
The submodule on sdb's Getting other errors now:
|
I've noticed that SymbolStore lived at this repo: and also there's a NuGet.config which refers to something related:
I've tried
|
Shot in the dark, trying the nuget install manually:
|
This worked!
But I got a newer incompatible version. I specified the version later:
After installing, I retried the build and still got some errors, some saying that I'm using an old version of .NET. I guessed this might be related to using
I guess I might be at the point of either moving my build environment to an older version, or update the code to use the new environment. What would be best here? I'll try to install the mentioned developer packs, or retarget the application. (I'm trying to run this on Linux) Maybe the requisite of .NET 4.5 means this will only build for Windows? Maybe this applies only for some parts. Will dig more later. Any hints will be very appreciated. I literally don't know what I'm doing here :) |
Hi. I'm trying to build https://github.com/mono/sdb which has
debugger-libs
as a submodule.I get the following error:
Here's the command being run for the build:
msbuild /nologo /property:Configuration=Debug /verbosity:quiet /r debugger-libs.sln
msbuild
is at version 16.10.1.26701I've tried adding Cecil via nuget but I didn't succeed. I don't have much experience developing things on the .NET ecosystem.
What can I do to get this to build? Any hints?
Thanks in advance!
The text was updated successfully, but these errors were encountered: