mono / monodevelop

MonoDevelop is a cross platform .NET IDE
http://www.monodevelop.com
2.82k stars 1.01k forks source link

Build problem #9662

Closed ghost closed 3 years ago

ghost commented 3 years ago

I am having problem with the build. First, the directions on the README are out of date. ./configure --profile=gnome That will now generate the autoconf file. But, now it stops at

`` MSBuild auto-detection: using msbuild version '14.0' from '/usr/lib/mono/xbuild/14.0/bin'.

xbuild tool is deprecated and will be removed in future updates, use msbuild instead <<<<

MSBUILD: error MSBUILD0004: Too many project files specified ``

Problem is, I don't have msbuild, I have dotnet build, and I have xbuild which is deprecated.

ghost commented 3 years ago

I had to update my mono-complete, now I have msbuild and mono-roslyn. It is now building, I think it is going to work. You can find the info on here if you need help https://askubuntu.com/questions/1229982/how-to-install-monodevelop-in-20-04-and-get-it-to-build-something

ghost commented 3 years ago

Still fails build but I can download monodevelop from the repository. I am missing some assemblies so I will try to find them later.