mono / monodevelop

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

monodevelop raspbian not able to build a project #8304

Open figuerres opened 5 years ago

figuerres commented 5 years ago

see this https://github.com/mono/mono/issues/14875#issuecomment-515855548

on debian buster i can build with monodevelop 8.xx but on raspian buster i am having problems, i tried to get the nightly but it seems to still be the older 7.xx version. is there a new build i can download without having to source build 8 for raspbian buster ?

ebswift commented 5 years ago

I'm also waiting for some kind of resolution to this. I can compile my project by running msbuild in the shell, but monodevelop will not compile it as per the above. Simple solution seems to be to work out how we can access 8.xx on Raspbian since it's reported working.

Int32Overflow commented 5 years ago

Same probleme in Raspbian 9

chaosgrid commented 4 years ago

Hey guys, I fixed this problem on the latest Raspbian Buster installation with this method: https://www.mono-project.com/docs/getting-started/install/linux/#accessing-older-releases

I installed Monodevelop with deb https://download.mono-project.com/repo/debian vs-raspbianstretch/5.18.1.3 main in my sources.list and I can successfully build projects. Make sure to re-install mono so it is on the correct, old version. I guess we can upgrade mono once there is a packaged Monodevelop version >= 7.8.2 but until then at least this way, building a project works!

Cheers!

scout208 commented 4 years ago

For me I had to use deb https://download.mono-project.com/repo/debian stable-raspbianstretch/snapshots/5.18.1.3 main in my sources.list

carlpi1 commented 4 years ago

Running an RPi4 I'm having the same problem. I am using monodevelop version 7.6.0.711-0xamarin5+raspbian9b1 Throws error: Microsoft.CSharp.Core.targets" was not found Also have momo-devel version 6.6.0.161-0xamarin7+raspbian10b1 (works) Does anyone know if they plan on fixing this.

davidadkins1 commented 4 years ago

I don't understand why the monodevelop website is still giving install instructions for a bad version