Re: [Mono-dev] Build fails: name `AllowReversePInvokeCallsAttribute' does not exist

2012-02-03 Thread Alan
Perfect. That is what i meant. Once you have any kind of system mono package you will be able to build from git. I don't think anyone pasted this link earlier, so apologies if you've already read it, but this has great info on how to set up a second mono from git without breaking your system: http

Re: [Mono-dev] Build fails: name `AllowReversePInvokeCallsAttribute' does not exist

2012-02-03 Thread Markku Tavasti
2012/2/1 Alan > Is there a mono package available for your distro? If so, just install > that. > > For latest release, no. I Installed latest packages available for SLE, and with them I could build git version. --Tavasti ___ Mono-devel-list mailing lis

Re: [Mono-dev] Build fails: name `AllowReversePInvokeCallsAttribute' does not exist

2012-02-01 Thread Alan
Is there a mono package available for your distro? If so, just install that. Alan On 1 February 2012 09:41, Markku Tavasti wrote: > 2012/2/1 Markku Tavasti > >> make[5]: Entering directory `/home/tavasti/build/mono/mcs' >> /bin/sh .//mkinstalldirs build/deps >> mkdir -p -- build/deps >> touch

Re: [Mono-dev] Build fails: name `AllowReversePInvokeCallsAttribute' does not exist

2012-02-01 Thread Markku Tavasti
2012/2/1 Markku Tavasti > make[5]: Entering directory `/home/tavasti/build/mono/mcs' > /bin/sh .//mkinstalldirs build/deps > mkdir -p -- build/deps > touch build/deps/.stamp > > make[6]: Entering directory `/home/tavasti/build/mono/mcs' > /home/tavasti/build/mono/mcs/class/lib/monolite/gmcs.exe:

Re: [Mono-dev] Build fails: name `AllowReversePInvokeCallsAttribute' does not exist

2012-02-01 Thread Markku Tavasti
2012/1/31 Leszek Ciesielski > Did you try > > make get-monolite-latest > make > > Tried: cd /home/tavasti/build/mono/mcs/class/lib && { (wget -O- http://mono.ximian.com/daily/monolite-99-latest.tar.gz || curl http://mono.ximian.com/daily/monolite-99-latest.tar.gz) | gzip -d | tar xf - ; } --201

Re: [Mono-dev] Build fails: name `AllowReversePInvokeCallsAttribute' does not exist

2012-01-31 Thread Leszek Ciesielski
Did you try make get-monolite-latest make ? On Tue, Jan 31, 2012 at 12:23 PM, Markku Tavasti wrote: > 2012/1/31 Marek Safar >> >> >> Just follow what the error message says >> >> >> You need Mono version 2.4 or better installed to build MCS >> >  Sorry, my mistake, did not notice that part. >

Re: [Mono-dev] Build fails: name `AllowReversePInvokeCallsAttribute' does not exist

2012-01-31 Thread Markku Tavasti
2012/1/31 Marek Safar > > Just follow what the error message says > > > You need Mono version 2.4 or better installed to build MCS > > Sorry, my mistake, did not notice that part. One problem is, that there is no mono > 2.0 packages available for Suse. Chicken ^ Egg, can't compile recent versio

Re: [Mono-dev] Build fails: name `AllowReversePInvokeCallsAttribute' does not exist

2012-01-31 Thread Marek Safar
Hello, Just follow what the error message says You need Mono version 2.4 or better installed to build MCS Marek I'm trying to build mono from git sources ./autogen.sh --prefix=/usr/local && make && sudo make install , but unfortunately it fails like this: make[6]: Entering directory `/home

Re: [Mono-dev] Build fails: name `AllowReversePInvokeCallsAttribute' does not exist

2012-01-31 Thread Markku Tavasti
2012/1/31 Eberhard Beilharz > Did you have a look at the README file? In section "c. Building the > software from GIT" it lists several options. The recommended way is to > install the latest released packages for your distribution for building > mono from git, but there are also instructions if

Re: [Mono-dev] Build fails: name `AllowReversePInvokeCallsAttribute' does not exist

2012-01-30 Thread Eberhard Beilharz
Did you have a look at the README file? In section "c. Building the software from GIT" it lists several options. The recommended way is to install the latest released packages for your distribution for building mono from git, but there are also instructions if you don't have a working Mono install