compiling errors with desktopdrapes

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

Is there a specific reason why you want to compile it yourself? MalcolmLewis’ Gnome-repo offers Drapes as a ready to install package:

http://download.opensuse.org/repositories/home:/malcolmlewis:/Gnome/

Also please do not →doublepost within such a short time and without giving references to the other thread, okay?

[vacation_mode_disabled]
It may have been updated, I need to look at next week :wink:
[vacation_mode_enabled]


Cheers Malcolm °¿° (Linux Counter #276890)
SUSE Linux Enterprise Desktop 11 (i586) Kernel 2.6.32.13-0.4-pae
up 2 days 0:52, 2 users, load average: 0.02, 0.02, 0.00
ASUS eeePC 1000HE ATOM N280 1.66GHz | GPU Mobile 945GM/GMS/GME

Sorry for the doublepost, bad idea. It doesen’t happen anymore. I’ll try the repositories then. Thanks!
btw: i thought i had to compile it myself, no other special reason.

problem solved:
LINUX • Thema anzeigen - Probleme beim compilieren von Desktopdrapes