[Mono-devel-list] Build errors System.Drawing.dll

DavidM 2ligkjk02 at sneakemail.com
Mon Nov 3 15:36:09 EST 2003


I am trying to build everything on cygwin under XP.
It stops quite early with one of the following errors depending on whether I am using csc or mcs.

First the mcs error:

Creating ../../build/deps/System.Drawing.dll.response ...
mcs   -d:NET_1_1 -g /noconfig /unsafe /define:DECLARE_CDECL_DELEGATES /r:corlib.
dll /r:System.dll /nowarn:649 /nowarn:169 /target:library /out:../../class/lib/S
ystem.Drawing.dll @../../build/deps/System.Drawing.dll.response
make[2]: *** [../../class/lib/System.Drawing.dll] Error 255


Now the csc error:

make[2]: Entering directory `/cygdrive/c/mono/mcs/class/System.Drawing'
csc.exe /lib:../../class/lib  /nologo /optimize -d:NET_1_1 /debug+ /debug:full /
noconfig /unsafe /define:DECLARE_CDECL_DELEGATES /r:mscorlib.dll /r:System.dll /
nowarn:649 /nowarn:169 /target:library /out:../../class/lib/System.Drawing.dll @
../../build/deps/System.Drawing.dll.response
System.Drawing.Drawing2D\GraphicsPathIterator.cs(19,26): warning CS0628:
        'System.Drawing.Drawing2D.GraphicsPathIterator.path' : new protected
        member declared in sealed class
System.Drawing.Imaging\BmpCodec.cs(185,4): warning CS0168: The variable 'e' is
        declared but never used
System.Drawing.Imaging\JPEGCodec.cs(710,24): error CS0213: You do not need to
        use the fixed statement to take the address of an already fixed
        expression
make[2]: *** [../../class/lib/System.Drawing.dll] Error 1


How do I get this compiled?
Thanks, David

--------------------------------------
Protect yourself from spam, 
use http://sneakemail.com



More information about the Mono-devel-list mailing list