Re: [Mono-dev] Trying to compile mono-1.1.9 on solaris 10 x86

2005-09-11 Thread Zoltan Varga
Hi, mono on solaris/x86 has not been tested for a long-long time so it probably got broken. Zoltan On 9/11/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hello again, > > Well, I followed Gary's instructions and uncompressed

Re: [Mono-dev] Trying to compile mono-1.1.9 on solaris 10 x86

2005-09-11 Thread Bernhard Herzog
FYI: I am getting the same right now when compiling the latest SVN on Linux (!). Bernhard - Original Message - From: <[EMAIL PROTECTED]> To: Sent: Sunday, September 11, 2005 2:14 AM Subject: Re: [Mono-dev] Trying to compile mono-1.1.9 on solaris 10 x86 Hello again, Well, I followe

Re: SPAM-LOW: Re: [Mono-dev] [PATCH] make nunit work out of the box on 2.0 profile

2005-09-11 Thread Kamil Skalski
Well, ideally there should be no nunit shipped with mono. Or at least it would be nice to have mono/nunit20 kept in sync with nunit.org repository. As for my changes they are mostly mono build system specific except for the config file. Is there any reason why nunit use this kind of hardcoding the

Re: [Mono-dev] Trying to compile mono-1.1.9 on solaris 10 x86

2005-09-11 Thread Kamil Skalski
Yap, it happens to others too: http://bugzilla.ximian.com/show_bug.cgi?id=76056 2005/9/11, Bernhard Herzog <[EMAIL PROTECTED]>: > FYI: I am getting the same right now when compiling the latest SVN on Linux > (!). > > Bernhard > > - Original Message - > From: <[EMAIL PROTECTED]> > To: >

RE: [Mono-dev] Compiling problem

2005-09-11 Thread Jonathan S. Chambers
I get the same error. - Jonathan -Original Message- From: [EMAIL PROTECTED] on behalf of Paul Sent: Sat 9/10/2005 5:55 PM To: mono-devel Cc: Subject:[Mono-dev] Compiling problem Hi, When I try to compile mcs, I keep getting the following error make[8]: *** [../../c

RE: [Mono-dev] Compiling problem

2005-09-11 Thread Paul
Hi, > I get the same error. Which version of gcc are you using and more over, which distro? I think something has happened with gcc on FC rawhide whereby the memory protection goes insane. TTFN Paul -- "A lot of football success is in the mind. You must believe you are the best and then make s

RE: [Mono-dev] Compiling problem

2005-09-11 Thread Jonathan S. Chambers
I'm running Suse 9.2. [EMAIL PROTECTED]:~/mono> gcc --version gcc (GCC) 3.3.4 (pre 3.3.5 20040809) Copyright (C) 2003 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE

[Mono-dev] gcc/mcs problem - which is it?

2005-09-11 Thread Paul
Hi, I'm trying to find if a problem I'm seeing is gcc related or a problem in some code. I am compiling mono and it keeps getting stuck at the same place with the following error (which is reproducible and other are seeing it as well) make[8]: *** [../../class/lib/basic/System.Xml.dll] Segmentat

RE: [Mono-dev] Compiling problem

2005-09-11 Thread Paul
Hi, > [EMAIL PROTECTED]:~/mono> gcc --version > gcc (GCC) 3.3.4 (pre 3.3.5 20040809) Looks like that specific dll is fubar'd. Time to visit the big lizard me thinks. TTFN Paul -- "A lot of football success is in the mind. You must believe you are the best and then make sure that you are. In m

RE: [Mono-dev] Compiling problem

2005-09-11 Thread Jonathan S. Chambers
It looks like it is the mcs compiler. I get the error on other dlls as well. MWF for example: make[4]: Entering directory `/home/jonathan/mcs/mcs' MONO_PATH="../class/lib/basic:$MONO_PATH" /home/jonathan/mono/runtime/mono-wrapper ../class/lib/basic/mcs.exe -d:NET_1_1 -d:ONLY_1_1 -debug -targ

Re: [Mono-dev] gcc/mcs problem - which is it?

2005-09-11 Thread Robert Jordan
Hi Paul, I'm trying to find if a problem I'm seeing is gcc related or a problem in some code. I am compiling mono and it keeps getting stuck at the same place with the following error (which is reproducible and other are seeing it as well) make[8]: *** [../../class/lib/basic/System.Xml.dll] Se

Re: [Mono-dev] gcc/mcs problem - which is it?

2005-09-11 Thread Paul F. Johnson
Hi, > Which Mono version did you install (make install) before > you got that error? I always use the developer branch from svn. First occurance happened yesterday (10th Sept) and now compiles, but during a make install, it dies. It's now in bugzilla - Bug 76058 TTFN Paul -- "A lot of footbal

RE: [Mono-dev] Compiling problem

2005-09-11 Thread Paul
Hi, > It looks like it is the mcs compiler. I get the error on other dlls as > well. MWF for example: It looks intermittent - I've just got mcs to fully compile after 4 attempts! TTFN Paul -- "A lot of football success is in the mind. You must believe you are the best and then make sure that y

Re: [Mono-dev] gcc/mcs problem - which is it?

2005-09-11 Thread Robert Jordan
Paul F. Johnson wrote: Hi, Which Mono version did you install (make install) before you got that error? I always use the developer branch from svn. First occurance happened yesterday (10th Sept) and now compiles, but during a make install, it dies. My version was from 9th Sept, conmpiled

Re: [Mono-dev] A Bug in mono-1.1.9

2005-09-11 Thread David
This is not as expected: <%@ Page %> void OnButtonClick (object o, EventArgs args) { Console.WriteLine ("called"); } onserverclick="OnButtonClick" value="Reply"> ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.x

RE: SPAM-LOW: Re: SPAM-LOW: Re: [Mono-dev] [PATCH] make nunit work out of the box on 2.0 profile

2005-09-11 Thread Charlie Poole
Hi Kamil, > Well, ideally there should be no nunit shipped with mono. That doesn't seem to make sense, since people who build mono from source wouldn't be able to run the tests. If you ship tests, you probably have to ship the ability to run those tests. > Or > at least it would be nice to have

Re: [Mono-dev] Trying to compile mono-1.1.9 on solaris 10 x86

2005-09-11 Thread Gary Smithrud
Unfortunately, I can not help there, since I'm attempting to build the SPARC version for about the tenth time. On Sep 10, 2005, at 8:14 PM, [EMAIL PROTECTED] wrote: Hello again, Well, I followed Gary's instructions and uncompressed the tar.gz file in linux, created a zip file, and moved to S

Re: [Mono-dev] [PATCH] Remove UnmanagedType_80

2005-09-11 Thread Kornél Pál
Hi, Mono 1.1.9 was released so we don't have to worry about branching. Can I commit the patch? Kornél - Original Message - From: "Kornél Pál" <[EMAIL PROTECTED]> To: "Ben Maurer" <[EMAIL PROTECTED]> Cc: Sent: Tuesday, September 06, 2005 2:13 AM Subject: Re: [Mono-dev] [PATCH] Remove Un

[Mono-dev] NEWS file

2005-09-11 Thread Paul
Hi, Isn't it time either the NEWS file was dropped or updated? It currently reads that it is version 0.22! TTFN Paul -- "A lot of football success is in the mind. You must believe you are the best and then make sure that you are. In my time at Liverpool we always said we had the best two teams

Re: [Mono-dev] NEWS file

2005-09-11 Thread Zac Bowling
I was thinking about that last night myself. I wonder if we are still loading that in the make dist? Zac On 9/11/05, Paul <[EMAIL PROTECTED]> wrote: Hi,Isn't it time either the NEWS file was dropped or updated? It currentlyreads that it is version 0.22!TTFNPaul--"A lot of football success is in th

[Mono-dev] Regular expression performance

2005-09-11 Thread Thomas Harning Jr.
Hello, I'm working on making a Wiki and attempting to use Regular expressions to parse the wiki code. I was trying to figure out how performance was affected by dealing with the string split up (since I have areas I don't really want parsed) and how "joining" 2 conditions together affected perform

[Mono-dev] DataGrip TemplateColumn and mono 1.1.9

2005-09-11 Thread Slava Petrenko
Hi, All, After I upgraded from mono 1.1.8 to 1.1.9, the following aspx

Re: [Mono-dev] Trying to compile mono-1.1.9 on solaris 10 x86

2005-09-11 Thread [EMAIL PROTECTED]
Well, I hope it will get solved together with bug 76058. Meanwhile I won't have mono on Solaris x86... :-( Mensaje original De: [EMAIL PROTECTED] Recibido: 11/09/2005 19:27 Para: <[EMAIL PROTECTED]> CC: Asunto: Re: [Mono-dev] Trying to compile mono-1.1.9 on solaris 10 x86 Unfortunatel

[Mono-dev] Re: Regular expression performance

2005-09-11 Thread Thomas Harning Jr.
Thomas Harning Jr. wrote: ... > I ran these tests with the "compiled" regexes on Mono. > Strange enough... I re-ran the regexes non-compiled w/ the same > performance stats. Does Mono not have compiling yet??? ... It looks like Mono can't compile Regexes yet. However... I ran the tests on Windows

Re: [Mono-dev] Re: Regular expression performance

2005-09-11 Thread Zac Bowling
I always wondered how much a benifit you really get from compiled regex expresses on .NET. I see an increased time to load compiled regex statements but that evens it self out with the complexity of the statements route being cached. I guess if you are writting a very complex regex, it helps to go