Re: [Mono-list] Error occurs while upgrate mono from 2.8 to 4.0

2015-05-20 Thread Timotheus Pokorra
Hello Hariharan, which Repository are you using? The Xamarin packages will not work for CentOS5. I have a solution, described at the bottom of this article: http://www.pokorra.de/2015/03/mono-3-12-1-for-various-linux-distributions-and-recommendation-of-xamarin-monodevelop-packages/ see also

[Mono-list] Error occurs while upgrate mono from 2.8 to 4.0

2015-05-20 Thread Hariharan
Hi Im upgrading mono from 2.8 to 4.0. At the time installation im getting error like /usr/bin/ld: ./.libs/libmini.a(libmini_la-mini.o): relocation R_X86_64_PC32 against `mono_cross_helpers_run' can not be used when making a shared object; recompile with -fPIChis. configure command executed

Re: [Mono-list] Missing Unix inside of Mono

2015-05-20 Thread Baltasar García Perez-Schofield
Hi, Jonathan, You need Mono.Posix.dll, which presumably would be provided by libmono-posix2.0-cil, if it could be installed, which it can’t. I don’t know why apt-get won’t install it. :-( I actually allows me to install, but warning me it is going to uninstall mono-devel, so I'd be in the

Re: [Mono-list] Missing Unix inside of Mono

2015-05-20 Thread Jonathan Pryor
On May 20, 2015, at 5:08 AM, Baltasar García Perez-Schofield baltas...@gmail.com wrote: $ sudo apt-get install Pinta ... The following packages have unmet dependencies: pinta : Depends: libmono-posix2.0-cil (= 3.2.3) but it is not going to be installed E: Unable to correct problems, you

[Mono-list] Missing Unix inside of Mono

2015-05-20 Thread Baltasar García Perez-Schofield
Hi, all, I want to install Pinta. http://www.pinta-project.com/ However, I cannot do it from Ubuntu's repos, since that would mean to install Ubuntu's packages instead of Xamarin's: === $ sudo apt-get install Pinta [sudo] password for baltasarq: Reading package lists... Done Building

Re: [Mono-list] Missing Unix inside of Mono

2015-05-20 Thread Timotheus Pokorra
Hello Baltasar, Have a look at how we solved the problem for Fedora, to build pinta with Mono4: http://pkgs.fedoraproject.org/cgit/pinta.git/ Hope this helps, Timotheus On 20 May 2015 at 11:43, Baltasar García Perez-Schofield baltas...@gmail.com wrote: Hi, Jonathan, You need

Re: [Mono-list] Missing Unix inside of Mono

2015-05-20 Thread Baltasar García Perez-Schofield
Hi, I've even cloned the git repository, but I'm still unable to know what to do. Only two files are cloned, pinta.spec and sources, but no clue of where the tarball is. -- baltasar ___ Mono-list maillist - Mono-list@lists.ximian.com

Re: [Mono-list] Missing Unix inside of Mono

2015-05-20 Thread Timotheus Pokorra
Hello Baltasar, I have fired up a Ubuntu 14.04 machine, with Xamarin mono packages. locate Mono.Posix shows /usr/lib/mono/2.0/Mono.Posix.dll /usr/lib/mono/4.0/Mono.Posix.dll /usr/lib/mono/4.5/Mono.Posix.dll /usr/lib/mono/gac/Mono.Posix /usr/lib/mono/gac/Mono.Posix/4.0.0.0__0738eb9f132ed756

Re: [Mono-dev] Monodevelop mono version (Mono-devel-list Digest, Vol 121, Issue 17)

2015-05-20 Thread Jo Shields
On 20/05/15 06:02, techi eth wrote: Hi, Is their any compatibility matrix for monodevelop mono version on ubuntu 14.04 ? What do you have in mind? ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com

[Mono-list] F# script got DllNotFoundException

2015-05-20 Thread fatboyzz
Mono JIT compiler version 4.0.0 OSX 10.9 I wrote a F# script to grab html page / #r mscorlib.dll #r System.dll #r System.Core.dll open System open System.IO open System.Net let down (uri : Uri) =

[Mono-dev] Building from Source Fails with mcs: Command not found

2015-05-20 Thread cyd
Building mono from downloaded source on an Android device. I ran make get-monolite-latest and still get the following errors make[2]: Entering directory `/bld/mono/mono-4.0.0/runtime' if test -w /bld/mono/mono-4.0.0/mcs; then :; else chmod -R +w /bld/mono/mono-4.0.0/mcs; fi cd

[Mono-list] f# script got DllNotFoundException

2015-05-20 Thread fatboy
Mono JIT compiler version 4.0.0 OSX 10.9 I wrote a F# script to grab html page / #r mscorlib.dll #r System.dll #r System.Core.dll open System open System.IO open System.Net let down (uri

Re: [Mono-dev] Monodevelop mono version (Mono-devel-list Digest, Vol 121, Issue 17)

2015-05-20 Thread techi eth
I am using monodevelop on ubuntu14.04.Currently monodevelop using mono 3.2.8.I have build mono 4.0.0 from source i want to use the same runtime in monodevelop. I have configured .net run time under Edit-Preferences.When i compile my solution i am getting compiler break error.

Re: [Mono-list] Missing Unix inside of Mono

2015-05-20 Thread Timotheus Pokorra
Hello Baltasar, It seems that MonoDevelop has a local copy of that DLL. I was able to copy that DLL and made Pinta work. The dpkg query didn't work for me. So, I can now execute Pinta. I still wonder where Mono.addins.Gui is located, though. Sounds good! Try: apt-get install

Re: [Mono-list] Missing Unix inside of Mono

2015-05-20 Thread Baltasar García Perez-Schofield
Hi, Timotheus, So if you install apt-get install libmono-posix4.0-cil from the Xamarin repo Good. It seems it was already installed. and you run the sed commands on your extracted pinta tarball ( https://github.com/PintaProject/Pinta/releases/download/1.6/pinta-1.6.tar.gz ): find .