[Mono-list] Please help with compilation sample on Linux

Duncan Mak duncan@ximian.com
23 Jul 2002 22:44:33 +0800


On Tue, 2002-07-23 at 22:41, Ales Vojacek wrote:
> mcs --unsafe -o gnome-hello-world.exe -L ../glib -L ../pango -L ../atk -L ../gdk -L ../gtk   -r glib-sharp -r pango-sharp -r atk-sharp -r gdk-sharp -r gtk-sharp  -r System.Drawing GnomeHelloWorld.cs
> GnomeHelloWorld.cs(50) error CS0103: The name `IconList' could not be found in `GtkSamples.GnomeHelloWorld'
> GnomeHelloWorld.cs(50) error CS0246: Cannot find type `IconList'
> Compilation failed: 2 error(s), 0 warnings

GnomeHelloWorld depends on gnome-sharp.dll.

-- 
Duncan Mak <duncan@ximian.com>