Re: [Mono-dev] Build problems on Solaris 9/sparc

2005-09-05 Thread Raja R Harinath
Hi, Jason Downs [EMAIL PROTECTED] writes: I've been trying to get mono 1.1.8.3 built on Solaris 9/sparc. It's not going very well. The first problem encountered is when the build process attempts to use mcs for the first time. mcs is there, and is a working .exe, but it appears to be

Re: [Mono-dev] [GMCS] unreviewed generics patches

2005-09-05 Thread Martin Baulig
Hi, I've been very busy with the debugger the last couple of weeks, so I didn't notice your patches until you sent them to me again in personal mail. They should now all be in SVN (expect the BindGenericTypes - MakeGenericType issue, I'm currently working on that). If I missed anything, please

Re: [Mono-dev] [GMCS] unreviewed generics patches

2005-09-05 Thread Michal Moskal
On 9/5/05, Martin Baulig [EMAIL PROTECTED] wrote: They should now all be in SVN (expect the BindGenericTypes - MakeGenericType issue, I'm currently working on that). If I missed anything, please lemme know. Please make sure, you also commit monop.patch. There's also a status report bug

Re: [Mono-dev] [PATCH] System.Collections.Generic.{Stack, Queue} API updates

2005-09-05 Thread Miguel de Icaza
Updates based on the VS.Net 2005 August CTP The patch looks good to me. 2005-09-04 David Waite [EMAIL PROTECTED] * Queue.cs,Stack.cs: Mark as serializable, change TrimToSize to TrimExcess, Mark enumerator as serializable * QueueTest.cs,

Re: [Mono-dev] Type.GUID patch

2005-09-05 Thread Miguel de Icaza
Hello, Here’s a patch for the Type.GUID property. It was previously always returning Guid.Empty. It now returns the value of the GuidAttribute specified on the Type, else it returns Guid.Empty. This seems to be the behavior of .Net. Please review and commit, or give me permission to commit.

Re: [Mono-dev] (no subject)

2005-09-05 Thread Miguel de Icaza
I'm trying to get example working on winxp with mono-1.0.5 which only creates a form: Mono 1.0.5 does not have a working Windows.Forms and has been deprecated in favor of Mono 1.1.8. Miguel ___ Mono-devel-list mailing list

Re: [Mono-dev] header have been already sent ?

2005-09-05 Thread Bernhard Herzog
I am also getting this exception in my application when I am trying to access a protected page (see attached application). Instead of redirecting to the login page the exception is thrown and a Unauthorized page is shown. There are a few other things that are not working anymore: +

Re: [Mono-dev] [GMCS] unreviewed generics patches

2005-09-05 Thread Martin Baulig
On Mon, 2005-09-05 at 15:56 +0200, Michal Moskal wrote: On 9/5/05, Martin Baulig [EMAIL PROTECTED] wrote: They should now all be in SVN (expect the BindGenericTypes - MakeGenericType issue, I'm currently working on that). If I missed anything, please lemme know. Please make sure, you

[Mono-dev] Win32 build broken since r49459

2005-09-05 Thread Kornél Pál
Hi, I am unable to build mcs tree since r49459 updates. I used the following command line, but the result is the same with just 'make': $ make EXTERNAL_MCS=/usr/local/bin/mcs EXTERNAL_RUNTIME=/usr/local/bin/mono basic profile compiles but then I get the following error:

[Mono-dev] [PATCH] Remove UnmanagedType_80

2005-09-05 Thread Kornél Pál
Hi, Using (UnmanagedType) 80 was required because there was a bug in mcs; it used I4 as the default ArraySubType instead of 80. This bug was fixed so we no more require Consts.UnmanagedType_80. Is it OK to commit the patch? Kornél RemoveUnmanagedType_80.diff Description: Binary data

Re: [Mono-dev] Win32 build broken since r49459

2005-09-05 Thread Atsushi Eno
Hi, I just reverted r49459. Hari was trying to fix another build problem at that time, but seems like it brought another problem. Atsushi Eno Kornél Pál wrote: Hi, I am unable to build mcs tree since r49459 updates. I used the following command line, but the result is the same with just

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

2005-09-05 Thread Ben Maurer
On Mon, 2005-09-05 at 20:01 +0200, Kornél Pál wrote: Hi, Using (UnmanagedType) 80 was required because there was a bug in mcs; it used I4 as the default ArraySubType instead of 80. This bug was fixed so we no more require Consts.UnmanagedType_80. Is it OK to commit the patch? How new

Re: [Mono-dev] Win32 build broken since r49459

2005-09-05 Thread Jordi Mas
El dt 06 de 09 del 2005 a les 03:11 +0900, en/na Atsushi Eno va escriure: Hi, I just reverted r49459. Hari was trying to fix another build problem at that time, but seems like it brought another problem. These are the problems that I was hitting this morning. Thanks for looking into this.

Re: [Mono-dev] [Patch] Generic Array.Sort

2005-09-05 Thread Carlos Alberto Cortez
Hello, yes, it has a good performance. But we have a problem, because the runtime has a problem comparing generic types. See: http://bugzilla.ximian.com/show_bug.cgi?id=75889 After this is solved, we can apply the patch. Carlos. El lun, 05-09-2005 a las 11:27 -0400, Ben Maurer escribió: Hey,

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

2005-09-05 Thread Kornél Pál
Hi, There should not be problem about this as we don't use methods that use ArraySubType in our bootstrap assemblies. This means that if you use old mcs it will compile it without errors or warnings but will emit bugous (I4 instead of 80) metadata. This is not a problem as the assembiles that

[Mono-dev] Time zone problems with DateTime.Parse (patch and bug)

2005-09-05 Thread Brion Vibber
I've been having some fun problems with time zones when reading timestamps from strings using DateTime.ParseExact and its wrappers. Behavior of both of these bugs seems consistent between current SVN on Linux (Ubuntu Hoary) and 1.1.8 on Windows XP SP2, set for US Pacific time. My test cases work

Re: [Mono-dev] Marshal Variable length structure Array in Mono

2005-09-05 Thread Jonathan Pryor
Quick question: does anybody know of a standard Win32, POSIX, or GLib/GTK/Gnome-related function that uses variable length structures? I'd like to use one as a canonical example in the Marshaling guide: http://www.mono-project.com/Interop_with_Native_Libraries More complete answer

Re: [Mono-dev] .NET Remoting: Upload of a file from a Win32 MS .NET client to a Linux Mono .NET server.

2005-09-05 Thread Sunny
On 9/5/05, Yngve Zackrisson [EMAIL PROTECTED] wrote: On Fri, 2005-09-02 at 23:15, Sunny wrote: Sorry, replied off the list, here is a copy: Not sure you got it right. I want to upload data (transfer a file from the client to the server). It does not matter. If you have a remoting call,

Re: [Mono-dev] header have been already sent ?

2005-09-05 Thread Miguel de Icaza
Hello, [ Gonzalo, can you review if revision 49519 is correct? ] I am also getting this exception in my application when I am trying to access a protected page (see attached application). Instead of redirecting to the login page the exception is thrown and a Unauthorized page is shown.