[Mono-dev] Build error in svn

Atsushi Eno atsushi at ximian.com
Thu Aug 25 10:17:36 EDT 2005


If the attached eliminate-nonascii.patch fixes the problem, then
we should start eliminating all non-ASCII characters in mcs sources.

Yes, *please* avoid non-ASCII characters on the sources files
even if without it you cannot write precise name. Otherwise I will
start writing my true name on the source files i.e. full CJK letters.

For now we can avoid that task by applying s.d.encoding.patch.

If it still does not fix the problem, then I have no idea what
caused the problem. At least this error does not happen on my
box (where default encoding is shift_jis).

Atsushi Eno

Jonathan S. Chambers wrote:
> 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 /r:mscorlib.dll /r:System.dll /nowarn:649 /nowarn:169 -target:li brary -out:../../class/lib/default/System.Drawing.dll  @System.Drawing.dll.sources
> syntax error, got token `CLOSE_PARENS'
> System.Drawing/ComIStreamMarshaler.cs(570,51): error CS1002: Expecting `;'
> Compilation failed: 1 error(s), 0 warnings
> make[8]: *** [../../class/lib/default/System.Drawing.dll] Error 1
> make[8]: Leaving directory `/src/mono/mcs/class/System.Drawing'
> make[7]: *** [do-all] Error 2
> make[7]: Leaving directory `/src/mono/mcs/class/System.Drawing'
> make[6]: *** [all-recursive] Error 1
> make[6]: Leaving directory `/src/mono/mcs/class'
> make[5]: *** [all-recursive] Error 1
> make[5]: Leaving directory `/src/mono/mcs'
> make[4]: *** [profile-do--default--all] Error 2
> make[4]: Leaving directory `/src/mono/mcs'
> make[3]: *** [profiles-do--all] Error 2
> make[3]: Leaving directory `/src/mono/mcs'
> make[2]: *** [all-local] Error 1
> make[2]: Leaving directory `/src/mono/mono/runtime'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/src/mono/mono'
> make: *** [all] Error 2
> 
> The code looks good though. I'm not sure why I get this error.
> 
> Thanks,
> Jonathan
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
> 

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: s.d.encoding.patch
Url: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20050825/a3ad54f4/attachment.pl 
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: eliminate-nonascii.patch
Url: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20050825/a3ad54f4/attachment-0001.pl 


More information about the Mono-devel-list mailing list