[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

RE: [Mono-devel-list] Error Building

2005-08-04 Thread Jonathan S. Chambers
ailto:[EMAIL PROTECTED] Sent: Thu 8/4/2005 9:50 PM To: Jonathan S. Chambers; mono-devel-list@lists.ximian.com Cc: Subject:Re: [Mono-devel-list] Error Building You need mcs to build mcs since it's written in c# :-) That's why you need a tarball or similar to get a

Re: [Mono-devel-list] Error Building

2005-08-04 Thread Peter Dennis Bartok
AIL PROTECTED]> To: "Paolo Molaro" <[EMAIL PROTECTED]>; 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

RE: [Mono-devel-list] Error Building

2005-08-04 Thread Jonathan S. Chambers
./configure do? Thanks, Jonathan -Original Message- From: [EMAIL PROTECTED] on behalf of Paolo Molaro Sent: Thu 8/4/2005 9:56 AM To: mono-devel-list@lists.ximian.com Cc: Subject: Re: [Mono-devel-list] Error Building On 08/03/05 Jonathan S. Chambers wrote: > Thanks P

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 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 PROTECT

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 __

RE: [Mono-devel-list] Error Building

2005-08-03 Thread Jonathan S. Chambers
[mailto:[EMAIL 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 i

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
RE: [Mono-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.h

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 w

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 Jonathan S. Chambers
Of Paul F. Johnson Sent: Wednesday, August 03, 2005 2:06 PM To: mono-devel Subject: Re: [Mono-devel-list] Error Building Hi, > make[5]: Entering directory `/home/cmh/mcs' > *** The compiler 'mcs' doesn't appear to be usable. > *** The contents of your 'm

RE: [Mono-devel-list] Error Building

2005-08-03 Thread Paul
Hi, > 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? I'd say install to the standard location and let them link to locally built versions of

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 > somethi

[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 `/home/cmh/m

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 havin

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
I'm at r47369 and still the same error. It doesn't look like the timestamp on the file changed. I think I still have the same version as this morning. What revision are you at? Thanks, Joe --- Daniel Morgan <[EMAIL PROTECTED]> wrote: > Try it now. > > The opening brace was in the wrong place.

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

2005-07-17 Thread Daniel Morgan
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 building mono from svn. The last time I did a build was at r46532 but today I pulled down r 47365 and

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 /r:System.Enterpris

[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 Globalization