[Mono-dev] Re: [Mono-devel-list] Error Building

2005-08-18 Thread Raja R Harinath
Hi, Jonathan S. Chambers [EMAIL PROTECTED] writes: I'm trying to do a build from SVN on a new machine (FC4). I got the latest from svn, and then I run the following in the mono directory: I was on vacation for the last two weeks. Looks like I missed an interesting discussion. Are you still

Re: [Mono-devel-list] Error Building

2005-08-04 Thread Rafael Teixeira
Do you have $prefix/bin at the start of your PATH and $prefix/lib ldconfig'ed? If not probably the monolite installed there may not be able to actually run, or some mixed pieces from other installations are entering the process... Hope It Helps, :) On 8/3/05, Jonathan S. Chambers [EMAIL

Re: [Mono-devel-list] Error Building

2005-08-04 Thread Paolo Molaro
On 08/03/05 Jonathan S. Chambers wrote: Thanks Paul. Unfortunately, that's what I'm going by :-( A few others have emailed me to say they have the same problem. Until people don't report the issue, they won't get fixed. The easy way to compile from svn is to first install a recent released

Re: [Mono-devel-list] Error Building

2005-08-04 Thread Peter Dennis Bartok
PROTECTED]; mono-devel-list@lists.ximian.com Date: 04 August, 2005 19:20 Subject: RE: [Mono-devel-list] Error Building I'm a bit confused. According to Paul's site, the first thing to do is to completely remove mono from your system (didn't really apply to me since the machine was clean

[Mono-devel-list] Error Building

2005-08-03 Thread Jonathan S. Chambers
I'm trying to do a build from SVN on a new machine (FC4). I got the latest from svn, and then I run the following in the mono directory: ./autogen --with-preview=yes --prefix=/home/jsc/mono_install make get-monolite-latest make I get the following error: make[5]: Entering directory

Re: [Mono-devel-list] Error Building

2005-08-03 Thread Paul F. Johnson
Hi, make[5]: Entering directory `/home/cmh/mcs' *** The compiler 'mcs' doesn't appear to be usable. *** The contents of your 'monolite' directory are out-of-date *** You may want to try 'make get-monolite-latest' Is it because I am trying to install to my home directory? Or is something

RE: [Mono-devel-list] Error Building

2005-08-03 Thread Jonathan S. Chambers
:07 PM To: Paul F. Johnson; mono-devel Subject: RE: [Mono-devel-list] Error Building I have multiple users on the machine that are making modifications to the class library (and each want their own copy). I guess I could install to the standard location, but will that fix the issue? - Jonathan

RE: [Mono-devel-list] Error Building

2005-08-03 Thread Paul
Hi, I am now installing to the default location, i.e. ./autogen --with-preview=yes make get-monolite-latest make and I still get the error. Follow the instructions here http://www.all-the-johnsons.co.uk/mono/mono-compiling.html Many find it useful. TTFN Paul -- Some people will do

RE: [Mono-devel-list] Error Building

2005-08-03 Thread Jonathan S. Chambers
-devel-list] Error Building Hi, I am now installing to the default location, i.e. ./autogen --with-preview=yes make get-monolite-latest make and I still get the error. Follow the instructions here http://www.all-the-johnsons.co.uk/mono/mono-compiling.html Many find it useful. TTFN Paul

RE: [Mono-devel-list] Error Building

2005-08-03 Thread Paul
Hi, Thanks Paul. Unfortunately, that's what I'm going by :-( Ouch. What you might find useful is to manually download mono-lite and install it into --prefix=/usr rather than anywhere else. A few others have emailed me to say they have the same problem. Which distro are you using? I know it

RE: [Mono-devel-list] Error Building

2005-08-03 Thread Jonathan S. Chambers
PROTECTED] On Behalf Of Paul Sent: Wednesday, August 03, 2005 4:34 PM To: mono-devel Subject: RE: [Mono-devel-list] Error Building Hi, Thanks Paul. Unfortunately, that's what I'm going by :-( Ouch. What you might find useful is to manually download mono-lite and install it into --prefix=/usr

RE: [Mono-devel-list] Error Building

2005-08-03 Thread Jackson Harper
On Wed, 2005-08-03 at 21:16 +0100, Paul wrote: Hi, I am now installing to the default location, i.e. ./autogen --with-preview=yes make get-monolite-latest make FYI, with-preview=yes does not need to be specified as the default is now yes. TTFNF, Jackson

[Mono-devel-list] Error Building from svn r47365

2005-07-17 Thread Joe Audette
Hi All, I'm having trouble building mono from svn. The last time I did a build was at r46532 but today I pulled down r 47365 and when I try to make mono I get errors. final result of ./autogen.sh --prefix=/usr: mcs source: $(top_srcdir)/../mcs GC: included

Re: [Mono-devel-list] Error Building from svn r47365

2005-07-17 Thread Joe Audette
Oh here is another little bit of the error I should have included MONO_PATH=../../class/lib/net_2_0:$MONO_PATH /usr/src/mono/mono/runtime/mono-wrapper ../../gmcs/gmcs.exe-d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:mscorlib.dll /r:System.dll /r:System.Xml.dll /r:System.Data.dll

Re: [Mono-devel-list] Error Building from svn r47365

2005-07-17 Thread Joe Audette
Disregard previous, I'm pulling r47370 now and I see the file has changed. I'll post again after make. Many Thanks for the quick response! Joe --- Daniel Morgan [EMAIL PROTECTED] wrote: Try it now. The opening brace was in the wrong place. Thus it allowed to compile fine under

Re: [Mono-devel-list] Error Building from svn r47365

2005-07-17 Thread Joe Audette
Yes, that fixed it! Thanks Again! Joe --- Daniel Morgan [EMAIL PROTECTED] wrote: Try it now. The opening brace was in the wrong place. Thus it allowed to compile fine under NET_1_1 profile, but fail under NET_2_0 profile. Joe Audette wrote: Hi All, I'm having trouble