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@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to