[Mono-dev] [Patch] Signals access in mono/support/serial

2006-03-14 Thread Carlos Alberto Cortez
Hello, The attached patch adds a pair of small functions to access signals information for the serial port. Carlos. Index: serial.c === --- serial.c (revisión: 57943) +++ serial.c (copia de trabajo) @@ -10,6 +10,7 @@ #include

[Mono-dev] (no subject)

2006-03-14 Thread Sridhar Kulkarni
Hi: Please find the attached patch for /bugreport option bug in Mono Compiler. Regards, -Sri _ Shah Rukh fan? Know all about the Baadshah of Bollywood. On MSN Search http://server1.msn.co.in/profile/shahrukh.asp ---

RE: [Mono-dev] [PATCH] BUG in System.Web.HttpResponse

2006-03-14 Thread Carlos Ble
Hi! This is a reply to http://www.mail-archive.com/mono-devel-list@lists.ximian.com/msg06729.html I had the same problem with mono-1.1.13.4 but I remembered that the same code worked with mono-1.1.13.2 so I change line 447 in file mcs/class/System.Web/System.Web/HttpResponse.cs, replacing

RE: [Mono-dev] Bug in System.Web.Services inSoapMessage.ContentEncoding

2006-03-14 Thread Lluis Sanchez
This one looks ok to me. El mar, 14-03-2006 a las 05:55 -0800, Vladimir Krasnov escribió: Hello, You right, Lluis I've fixed this in different way. Please look at attached files. Vladimir Krasnov -Original Message- From: Lluis Sanchez [mailto:[EMAIL PROTECTED] Sent: Tuesday,

RE: [Mono-dev] [PATCH] BUG in System.Web.HttpResponse

2006-03-14 Thread Edward C. Eisenbrey
That works beautifully and is far less invasive than the approach I proposed. Thanks! -Original Message- From: Carlos Ble [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 14, 2006 8:08 AM To: mono-devel-list@lists.ximian.com Subject: RE: [Mono-dev] [PATCH] BUG in System.Web.HttpResponse

Re: [Mono-dev] Incorrect error string (?)

2006-03-14 Thread Marek Safar
Hello Robert, I just got kinda confusing error string with mcs: ServerLink.cs(35,24): error CS0118: `ServerLink.System.Net.Dns' is a `type' but a `type' was expected the line has an error, but this error string isn't very helpful, neither is logical. The bad line was: IPAddress addr = new

Re: [Mono-dev] compiler-tester patch for cygwin environment

2006-03-14 Thread Marek Safar
Hello, On running compiler-tester, cygwin/bash command line expands the argument file wildcard (test-*.cs etc.) to a full-length argument list. Thus compiler-tester never runs fine on cygwin. I created a patch to avoid this problem by adding extra --pattern: prefix onto the wildcard

[Mono-dev] Embedded Mono - how to update correctly

2006-03-14 Thread Janne Rantala
Hi,What is the right way to do things when I want to update files from svn and use them with embedded mono? What I'm doing now is after updating mono, mcs and libgdiplus from svn, I run ./autogen.sh --prefix=/opt/mono --with-preview=yes; make; make install. When that's done, I clean and rebuild