[Mono-winforms-list] Build broken on Windows.

Miguel de Icaza miguel@ximian.com
04 May 2003 20:09:53 -0400


Hey guys,

   The Windows build is broken, could someone look into this?  I would
like to release Mono on Monday/Tuesday.

                  [csc] Compiling 170 files to c:\mono\mcs\class\lib\System.Drawing.dll
c:\mono\mcs\class\System.Drawing\System.Drawing.Drawing2D\GraphicsPathIterator.cs(19,26): warning CS0628: 'System.Drawing.Drawing2D.GraphicsPathIterator.path' : new protected member declared in sealed class
c:\mono\mcs\class\System.Drawing\System.Drawing\SolidBrush.cs(17,12): error CS0246: The type or namespace name 'ISolidBrushFactory' could not be found (are you missing a using directive or an assembly reference?)
c:\mono\mcs\class\System.Drawing\System.Drawing\Pen.cs(19,18): error CS0246: The type or namespace name 'IPen' could not be found (are you missing a using directive or an assembly reference?)
c:\mono\mcs\class\System.Drawing\System.Drawing\Pen.cs(20,19): error CS0246: The type or namespace name 'IPenFactory' could not be found (are you missing a using directive or an assembly reference?)
c:\mono\mcs\class\System.Drawing\System.Drawing\Image.cs(22,11): error CS0246: The type or namespace name 'IImage' could not be found (are you missing a using directive or an assembly reference?)
c:\mono\mcs\class\System.Drawing\System.Drawing\Graphics.cs(21,27): error CS0234: The type or namespace name 'IGraphics' does not exist in the class or namespace 'System.Drawing' (are you missing an assembly reference?)
c:\mono\mcs\class\System.Drawing\System.Drawing\Graphics.cs(22,34): error CS0234: The type or namespace name 'IGraphicsFactory' does not exist in the class or namespace 'System.Drawing' (are you missing an assembly reference?)
c:\mono\mcs\class\System.Drawing\System.Drawing\Font.cs(5,12): error CS0246: The type or namespace name 'IFont' could not be found (are you missing a using directive or an assembly reference?)
c:\mono\mcs\class\System.Drawing\System.Drawing\Font.cs(6,19): error CS0246: The type or namespace name 'IFontFactory' could not be found (are you missing a using directive or an assembly reference?)
c:\mono\mcs\class\System.Drawing\System.Drawing\Factories.cs(14,18): error CS0246: The type or namespace name 'IBitmapFactory' could not be found (are you missing a using directive or an assembly reference?)
c:\mono\mcs\class\System.Drawing\System.Drawing\Factories.cs(18,18): error CS0246: The type or namespace name 'IFontFactory' could not be found (are you missing a using directive or an assembly reference?)
c:\mono\mcs\class\System.Drawing\System.Drawing\Factories.cs(22,18): error CS0246: The type or namespace name 'IGraphicsFactory' could not be found (are you missing a using directive or an assembly reference?)
c:\mono\mcs\class\System.Drawing\System.Drawing\Factories.cs(26,18): error CS0246: The type or namespace name 'IPenFactory' could not be found (are you missing a using directive or an assembly reference?)
c:\mono\mcs\class\System.Drawing\System.Drawing\Factories.cs(30,18): error CS0246: The type or namespace name 'ISolidBrushFactory' could not be found (are you missing a using directive or an assembly reference?)
c:\mono\mcs\class\System.Drawing\System.Drawing\Brush.cs(18,27): error CS0234: The type or namespace name 'IBrush' does not exist in the class or namespace 'System.Drawing' (are you missing an assembly reference?)
c:\mono\mcs\class\System.Drawing\System.Drawing\Bitmap.cs(62,19): error CS0246: The type or namespace name 'IBitmapFactory' could not be found (are you missing a using directive or an assembly reference?)