Re: [Mono-list] Latest Mono and MonoDevelop packages for CentOS, Fedora, Debian and Ubuntu on OBS

2013-08-28 Thread Serge
Hi Timotheus, Thanks for your pagckages. It looks like either I'm doing something wrong or your libgdiplus rpm has a bug. I've just installed Monodevelop from your repo on a fresh CentOS box and failed to run my WinForms project there, mono throws an exception. System.ArgumentException: A null

Re: [Mono-list] Mono & MediaBrowser3

2013-08-28 Thread Ian Norton
Hiya, I'd almost forgotten that I have a fork of mediabrowser that is part way towards building on mono, I've had problems getting my head around it's use of the PCL and nuget but have got parts building now. https://github.com/inorton/MediaBrowser/tree/inb-mono On 20 August 2013 23:36, Airbande

Re: [Mono-list] Latest Mono and MonoDevelop packages for CentOS, Fedora, Debian and Ubuntu on OBS

2013-08-28 Thread Timotheus Pokorra
Hello Serge, did you install the package mono-libgdiplus-opt-3.0.12-6.8.x86_64.rpm as well? this will create a symbolic link to the libgdiplus so file. see https://build.opensuse.org/package/view_file/home:tpokorra:mono/mono-libgdiplus/mono-libgdiplus-opt.spec?expand=1 line 29 hope that helps, T

Re: [Mono-list] Latest Mono and MonoDevelop packages for CentOS, Fedora, Debian and Ubuntu on OBS

2013-08-28 Thread Serge
Timotheus, thank you for reply. Yes, I installed all packages except mono-xsp. The strange thing is that on my virtual CentOS machine everything works like a charm, but it's littered with lots of make && make install attempts to build Monodevelop and its dependencies from src so I guess some file

Re: [Mono-list] Latest Mono and MonoDevelop packages for CentOS, Fedora, Debian and Ubuntu on OBS

2013-08-28 Thread Timotheus Pokorra
Hello Serge, now that you are saying that you have several builds installed, I notice in your stacktrace the directories /home/abuild, which is not from my rpms. If you run . /opt/mono/setenv.sh (beware dot space slash opt and so on) before starting your winforms program, you should be using my mon