[Mono-dev] Build error in svn

2005-08-25 Thread Jonathan S. Chambers
I get the following when trying to build the latest from svn: make[8]: Entering directory `/src/mono/mcs/class/System.Drawing' MONO_PATH=../../class/lib/default:$MONO_PATH /src/mono/mono/runtime/mono-wrapper ../../class/lib/default/mcs.exe -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig /unsafe

Re: [Mono-dev] Build error in svn

2005-08-25 Thread Kornél Pál
-devel-list@lists.ximian.com Sent: Thursday, August 25, 2005 3:58 PM Subject: [Mono-dev] Build error in svn I get the following when trying to build the latest from svn: make[8]: Entering directory `/src/mono/mcs/class/System.Drawing' MONO_PATH=../../class/lib/default:$MONO_PATH /src/mono/mono

Re: [Mono-dev] Build error in svn

2005-08-25 Thread Atsushi Eno
Kornél Pál wrote: This has to be an mcs bug as I (nor anybody else) did not modify this file for 2 months and it compiled on previous mcs versions (it is part of the class library so it has to) and it compiles on csc.exe. Or might be bugs in Encoding class if the build fixes after my patch. If

RE: [Mono-dev] Build error in svn

2005-08-25 Thread Jonathan S. Chambers
. Chambers; mono-devel-list@lists.ximian.com Subject:Re: [Mono-dev] Build error in svn Kornél Pál wrote: This has to be an mcs bug as I (nor anybody else) did not modify this file for 2 months and it compiled on previous mcs versions (it is part of the class library so it has

RE: [Mono-dev] Build error in svn

2005-08-25 Thread Jonathan S. Chambers
Unicode (UTF-8) utf-8 65001 - Jonathan -Original Message- From: Kornél Pál [mailto:[EMAIL PROTECTED] Sent: Thu 8/25/2005 10:56 AM To: Jonathan S. Chambers; Atsushi Eno Cc: mono-devel-list@lists.ximian.com Subject:Re: [Mono-dev] Build error in svn Run the attached

Re: [Mono-dev] Build error in svn

2005-08-25 Thread Kornél Pál
25, 2005 4:59 PM Subject: RE: [Mono-dev] Build error in svn Unicode (UTF-8) utf-8 65001 - Jonathan -Original Message- From: Kornl Pl [mailto:[EMAIL PROTECTED] Sent: Thu 8/25/2005 10:56 AM To: Jonathan S. Chambers; Atsushi Eno Cc: mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev

Re: [Mono-dev] Build error in svn

2005-08-25 Thread Paul F. Johnson
Hi, Run the attached code on the system you try to compile mcs tree. And tell us the results. (It prints some redundant information but why not. :) Not able to compile either (UK, UTF-8, 65001) TTFN Paul -- A lot of football success is in the mind. You must believe you are the best and then

Re: [Mono-dev] Build error in svn

2005-08-25 Thread Atsushi Eno
As a quick workaround I added /codepage:28591 for all problematic assemblies. After that I feel reluctant to fix those bugs :-/ Kornél Pál wrote: UTF8Encoding should ignore them anyway when throwOnInvalidBytes = false (default) so i think UTF8Encoding is bugous as well. However the example

Re: [Mono-dev] Build error in svn

2005-08-25 Thread Atsushi Eno
should use UTF-8 for source files. Kornél - Original Message - From: Jonathan S. Chambers [EMAIL PROTECTED] To: Kornl Pl [EMAIL PROTECTED]; Atsushi Eno [EMAIL PROTECTED] Cc: mono-devel-list@lists.ximian.com Sent: Thursday, August 25, 2005 4:59 PM Subject: RE: [Mono-dev] Build error in svn

Re: [Mono-dev] Build error in svn

2005-08-25 Thread Kornél Pál
(); } } Kornél - Original Message - From: Atsushi Eno [EMAIL PROTECTED] To: Kornél Pál [EMAIL PROTECTED] Cc: Jonathan S. Chambers [EMAIL PROTECTED]; mono-devel-list@lists.ximian.com Sent: Thursday, August 25, 2005 6:18 PM Subject: Re: [Mono-dev] Build error in svn As a quick workaround I