Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=78572 --- shadow/78572 2006-06-03 10:33:42.000000000 -0400 +++ shadow/78572.tmp.19893 2006-06-03 10:33:42.000000000 -0400 @@ -0,0 +1,50 @@ +Bug#: 78572 +Product: Mono: Class Libraries +Version: 1.1 +OS: +OS Details: Gentoo Linux, sparc-unknown-linux-gnu, 32-bit +Status: NEW +Resolution: +Severity: +Priority: Normal +Component: Windows.Forms +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: Unable to bootstrap mono on sparc32 -- compilation of System.Windows.Forms/RichTextBox.cs fails + +RichTextBox.cs (SVN) is in some weird encoding, especially line 1324: + +1323: case Minor.EmDash: { +1324: Console.Write("?"); +1325: break; + +The '?' character is 0x97 + +Managed.Windows.Forms is being compiled with unicode character set (65001). +0x97 means that the next character is part of the same UTF-8 character. + + +The following error is reported by mono: + +make[8]: Entering directory +`/home/jan/32/mono-subversion/mcs/class/Managed.Windows.Forms' +MONO_PATH="../../class/lib/net_2_0:$MONO_PATH" +/home/jan/32/mono-subversion/mono/runtime/mono-wrapper ../../gmcs/gmcs.exe +/codepage:65001 -d:NET_1_1 -d:NET_2_0 -debug /noconfig /unsafe +/r:mscorlib.dll /r:System.dll /r:System.Xml.dll /r:System.Drawing.dll +/r:Accessibility.dll /r:System.Data.dll /r:Mono.Posix.dll [EMAIL PROTECTED] /nowarn:649 /nowarn:169 /nowarn:67 +/nowarn:108 /nowarn:114 -debug -target:library +-out:../../class/lib/net_2_0/System.Windows.Forms.dll [EMAIL PROTECTED] +System.Windows.Forms/RichTextBox.cs(1324,20): error CS1010: Newline in constant +System.Windows.Forms/RichTextBox.cs(1325,42): error CS1026: Expected `,' or `)' +Compilation failed: 2 error(s), 0 warnings + + +It is weird that I am not able to trigger this bug on amd64 platform, only +on sparc32. Maybe there is somewhere also some other bug related to endianness? _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
