Hi,
today I tried to run desktopdrapes.
my first command ./configure was completet after I installed the missing pakages.
the next step is the ‘make’ command. But with this command I get 5 Errors and 2 Warnings:
e-Lasto:/home/carolin/programme/drapes # make
Making all in drapes
make[1]: Entering directory `/home/carolin/programme/drapes/drapes'
/usr/bin/gmcs -debug -r:System.Xml -r:Mono.Posix -pkg:gconf-sharp-2.0 -pkg:glade-sharp-2.0 -pkg:gnome-vfs-sharp-2.0 -resource:../data/drapes.glade,drapes.glade \
-unsafe+ -target:exe -out:"drapes.exe" \
./AssemblyInfo.cs ./panelapplet/*.cs ./About.cs ./Applet.cs ./AppletWidget.cs ./ConfigMenuWidgets.cs ./ConfigMenu.cs ./Main.cs ./Settings.cs ./Traylib.cs ./Wallpaper.cs ./WpList.cs
./panelapplet/ChangeBackgroundHandler.cs(11,30): error CS0234: The type or namespace name `PanelAppletBackgroundType' does not exist in the namespace `Gnome'. Are you missing an assembly reference?
./AppletWidget.cs(38,25): warning CS0612: `Gtk.Tooltips' is obsolete
./AppletWidget.cs(39,23): error CS0234: The type or namespace name `IconTheme' does not exist in the namespace `Gnome'. Are you missing an assembly reference?
./ConfigMenu.cs(34,13): warning CS0612: `Gtk.Tooltips' is obsolete
./Main.cs(49,63): error CS0234: The type or namespace name `Program' does not exist in the namespace `Gnome'. Are you missing an assembly reference?
./Main.cs(50,35): error CS0234: The type or namespace name `Client' does not exist in the namespace `Gnome'. Are you missing an assembly reference?
./Main.cs(190,52): error CS0234: The type or namespace name `SaveYourselfArgs' does not exist in the namespace `Gnome'. Are you missing an assembly reference?
Compilation failed: 5 error(s), 2 warnings
make[1]: *** [drapes.exe] Fehler 1
make[1]: Leaving directory `/home/carolin/programme/drapes/drapes'
make: *** [all-recursive] Fehler 1
What are my options in this case?
caro