debugger-libs icon indicating copy to clipboard operation
debugger-libs copied to clipboard

Trying to build debugger-libs as a dep of sdb

Open franciscod opened this issue 7 months ago • 4 comments

Hi. I'm trying to build https://github.com/mono/sdb which has debugger-libs as a submodule.

I get the following error:

/home/.../sdb/dep/debugger-libs/Mono.Debugger.Soft/Mono.Debugger.Soft/AssemblyMirror.cs(8,12): error CS0234: The type or namespace name 'Cecil' does not exist in the namespace 'Mono' (are you missing an assembly reference?) [/home/.../sdb/dep/debugger-libs/Mono.Debugger.Soft/Mono.Debugger.Soft.csproj]

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.26701

I'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!

franciscod avatar Jul 04 '24 00:07 franciscod