[Mono-dev] Building problem with Tutorial Sample

Aaron Meder public.aaron at gmail.com
Mon Sep 26 05:05:38 EDT 2005


Hi there...

I just tried and copy&pasted the "A 5 minute tour"-sample code from
MonoDoc into my MonoDevelop and builed it.

There were some strange errors and since I'm new to programming and
Mono I don't really know what they come from:

-------------------------------------------------------------------------------------------------------------------------

Building Project: third Configuration: Debug
Performing main compilation...
    Try using -pkg:gtk-sharp
    Try using -pkg:gtk-sharp
    Try using -r:System.Drawing
Compilation failed: 6 error(s), 0 warnings

/home/aaron/different/dev/tests/third.cs(7) error CS0234: The type or
namespace name `Drawing' could not be found in namespace `System'
/home/aaron/different/dev/tests/third.cs(20) error CS0246: Cannot find
type 'DeleteEventArgs'
/home/aaron/different/dev/tests/third.cs(4) error CS0246: The
namespace `Gtk' can not be found (missing assembly reference?)
/home/aaron/different/dev/tests/third.cs(5) error CS0246: The
namespace `GtkSharp' can not be found (missing assembly reference?)
/home/aaron/different/dev/tests/third.cs(7) error CS0234: The type or
namespace name `Drawing' could not be found in namespace `System'
/home/aaron/different/dev/tests/third.cs(7) error CS0246: The
namespace `System.Drawing' can not be found (missing assembly
reference?)


Build complete -- 6 errors, 0 warnings

---------------------- Done ----------------------

Build: 6 errors, 0 warnings.

-------------------------------------------------------------------------------------------------------------------------

Maybe one of you knows where this errors come from.

Thanks
Aaron

--
meder, aaron - www.telltec.ch



More information about the Mono-devel-list mailing list