mono / mono-addins

Mono.Addins is a generic framework for creating extensible applications, and for creating add-ins which extend those applications.
MIT License
163 stars 94 forks source link

Monodevelop on an embedded Linux #141

Open monoluser opened 5 years ago

monoluser commented 5 years ago

Good day!

I'm trying to compile Monodevelop on/for an embedded/minimal Linux, and stuck at getting an msbuild to work:

make[3]: Entering directory '/update/download/mono-addins-mono-addins-1.3.3/Mono.Addins'
/usr/local/bin/gacutil /i ../bin/Mono.Addins.dll /f /package mono-addins /root /update/software/mono-addins-mono-addins-1.3.3/usr/local/lib || exit 1;
Failure adding assembly ../bin/Mono.Addins.dll to the cache: Strong name cannot be verified for delay-signed assembly
make[3]: *** [Makefile:555: gac-install] Error 1
make[3]: Leaving directory '/update/download/mono-addins-mono-addins-1.3.3/Mono.Addins'
make[2]: *** [Makefile:432: install-am] Error 2
make[2]: Leaving directory '/update/download/mono-addins-mono-addins-1.3.3/Mono.Addins'
make[1]: *** [Makefile:350: install-recursive] Error 1
make[1]: Leaving directory '/update/download/mono-addins-mono-addins-1.3.3'
make: *** [Makefile:655: install-strip] Error 2

This means, https://github.com/mono/mono-addins/issues/73#issuecomment-389343246 isn't any help because I don't have a working msbuild yet. How can I get an msbuild without an msbuild?