Re: [Mono-dev] [PATCH] System.Web.Compilation.TemplateControlCompiler: Data-Binding Syntax: fixed Bind functions

2006-09-28 Thread Igor Zalmanovich
Hi, Tony, Please send the original aspx file. This will help me to analyze the source of the problem. Igor. From: Tony Gu [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 27, 2006 9:18 PM To: Igor Zalmanovich Subject: Re: [Mono-dev] [PATCH]

Re: [Mono-dev] Mono - CreateProcess error

2006-09-28 Thread Hubert FONGARNAND
Le mardi 26 septembre 2006 20:03 +0200, Robert Jordan a crit: Honey, Steve wrote: A search of google says this was a bug which was supposed to be corrected in 1.1.16. I was running 1.1.13 so I upgraded to 1.1.17 but still have the problem. I also tried adding Process.Dispose() to the

Re: [Mono-dev] Build mono from svn on Solaris Express x86

2006-09-28 Thread Zoltan Varga
Hi, You may have very old versions of autoconf/automake etc. Zoltan On 9/28/06, Daniel Morgan [EMAIL PROTECTED] wrote: I have a problem running autogen.sh when building Mono from svn on solaris express build 46 x86. configure error building mono from svn on

Re: [Mono-dev] [Mono-devel-list] Operating System in C# Project

2006-09-28 Thread Suresh Shukla
This is very interesting idea.I had been thinking about this for some time. To bring the language cleanliness and clarity of Java / C# down to OS layer.The OS I have in my focus is mikrokernel based distributed servers architecture, actually MINIX. Minix brings many best practices and cleanliness

Re: [Mono-dev] [Mono-devel-list] Operating System in C# Project

2006-09-28 Thread Mart Roosmaa
Hi, I think a IL to native translator would be a better choice as that way you wouldn't restrict users to C# and they could use any .NET language to contribute features to your kernel. I have been thinking of that sort of translator myself, but it would require a lot of work to get all the .NET

Re: [Mono-dev] [Mono-devel-list] Operating System in C# Project

2006-09-28 Thread Michael Hutchinson
On 9/28/06, Suresh Shukla [EMAIL PROTECTED] wrote: This is very interesting idea. I had been thinking about this for some time. To bring the language cleanliness and clarity of Java / C# down to OS layer. The OS I have in my focus is mikrokernel based distributed servers architecture,

Re: [Mono-dev] Cannot compile mono or mcs, please help

2006-09-28 Thread David Piepgrass
You're right, WinRAR screwed up the untarballing! Thanks.By the way, the build instructions say to use ./configure --prefix=/tmp/install and feel free to use any prefix you want. What is the prefix for? It seems to work without one. However, it still won't build, whether or not I gave a prefix. I

Re: [Mono-dev] patch for System.Net/WebException.cs

2006-09-28 Thread Gonzalo Paniagua Javier
On Wed, 2006-09-20 at 03:23 -0700, Andrew Skiba wrote: Hello. The previous testcase used a null for WebResponse. This may produce an impression, that not-null response would produce a different serialization result. So please consider an improved test in the attachment. I attach the fix for

Re: [Mono-dev] Cannot compile mono or mcs, please help

2006-09-28 Thread Andreia Gaita
On 9/28/06, David Piepgrass [EMAIL PROTECTED] wrote: By the way, the build instructions say to use ./configure --prefix=/tmp/install and feel free to use any prefix you want. What is the prefix for? It seems to work without one. The configure script configures all the makefiles and such for

Re: [Mono-dev] Cannot compile mono or mcs, please help

2006-09-28 Thread David Piepgrass
Thanks! Also, what I really want to do is compile mcs/gmcs; these errors occur for something else. Given that I have mono binaries installed (from the Windows installer), can I build mcs/gmcs by itself? I get another error 128 if I run make in /mono- x.x.x.x/mcs...On 9/28/06, Andreia Gaita [EMAIL

Re: [Mono-dev] Cannot compile mono or mcs, please help

2006-09-28 Thread Andreia Gaita
On 9/28/06, David Piepgrass [EMAIL PROTECTED] wrote: Thanks! Also, what I really want to do is compile mcs/gmcs; these errors occur for something else. Given that I have mono binaries installed (from the Windows installer), can I build mcs/gmcs by itself? I get another error 128 if I run make

Re: [Mono-dev] [PATCH] gendarme - interface change of IRule

2006-09-28 Thread Sebastien Pouliot
On Wed, 2006-09-27 at 19:36 +0200, Christian Birkl wrote: Hi all, as proposed a few days ago attached a patch which changes all IRule interfaces from returning an untyped IList to a typed MessageCollection class (including the migration of all rules). Committed to SVN Thanks! --

[Mono-dev] several patches for System.dll

2006-09-28 Thread Andrew Skiba
Hello. Please review these patches for System.dll. Part of them is needed to omit TARGET_JVM, so code will be common. * AcceptList.patch - stop using of non-standard methods from mscorlib * DigestClient.patch - use MD5.Create instead of HashAlgorithm.Create (MD5) * IOrderedDictionary.patch -

[Mono-dev] ConfigurationSettings patch

2006-09-28 Thread Andrew Skiba
Hello. The attachment has a patch for ConfigurationSettings to add support for requirePermission attribute. Thank you. Andrew. ConfigSet.patch Description: ConfigSet.patch ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com

Re: [Mono-dev] Cannot compile mono or mcs, please help

2006-09-28 Thread Raja R Harinath
Hi, David Piepgrass [EMAIL PROTECTED] writes: You're right, WinRAR screwed up the untarballing! Thanks. By the way, the build instructions say to use ./configure --prefix=/tmp/install and feel free to use any prefix you want. What is the prefix for? It seems to work without one.

Re: [Mono-dev] [Mono-devel-list] Operating System in C# Project

2006-09-28 Thread Andrés G. Aragoneses [ knocte ]
Michael Hutchinson escribió: I couldn't find the email to which this was a reply, so I'm probably bringing up something that's already been mentioned. The email was this[1]. It's easy to find threads if you have an NNTP access to an archive in which messages don't expire ever [2] :) Regards,

Re: [Mono-dev] [Mono-devel-list] Operating System in C# Project

2006-09-28 Thread Daniel Morgan
Two things you ought to look at that may help you in your research: 1. Mono.Cecil 2. Mono Managed Runtime There is Mono.Cecil which allows you to do more than what System.Reflection can provide. It is also included with Mono. http://www.mono-project.com/Cecil There is Joshua Tauberer’s Mono

Re: [Mono-dev] Cannot compile mono or mcs, please help

2006-09-28 Thread Andreia Gaita
btw, if you happen to run into *** multiple target patterns. Stop. errors while makeing, use the make 3.80 instead of the 3.81. It's not available on cygwin setup, you can get it here http://cygwin.paracoda.com/release/make/make-3.80-1.tar.bz2 , and just replace the make.exe with the one in the

Re: [Mono-dev] Build mono from svn on Solaris Express x86

2006-09-28 Thread Daniel Morgan
What versions are required? autoconf 2.59 automake 1.9.6 --- Zoltan Varga [EMAIL PROTECTED] wrote: Hi, You may have very old versions of autoconf/automake etc. Zoltan On 9/28/06, Daniel Morgan [EMAIL PROTECTED] wrote: I have a problem running