• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

[gelöst] Kooldock + OpenSUSE 11.0?

lOtz1009

Moderator
Teammitglied
Hi,

da es über packman und webpin kein Kooldock-Paket für OS 11.0 gibt, hab ich mir den Quellcode geladen (v. 0.4.7 von SourceForge), allerdings komme ich bei make nicht wirklich weiter.
stilgar@webgine:~/Desktop/kooldock> make
make all-recursive
make[1]: Entering directory `/home/stilgar/Desktop/kooldock'
Making all in backgrounds
make[2]: Entering directory `/home/stilgar/Desktop/kooldock/backgrounds'
Making all in default
make[3]: Entering directory `/home/stilgar/Desktop/kooldock/backgrounds/default'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/stilgar/Desktop/kooldock/backgrounds/default'
Making all in border-white
make[3]: Entering directory `/home/stilgar/Desktop/kooldock/backgrounds/border-white'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/stilgar/Desktop/kooldock/backgrounds/border-white'
Making all in border-black
make[3]: Entering directory `/home/stilgar/Desktop/kooldock/backgrounds/border-black'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/stilgar/Desktop/kooldock/backgrounds/border-black'
Making all in crystal
make[3]: Entering directory `/home/stilgar/Desktop/kooldock/backgrounds/crystal'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/stilgar/Desktop/kooldock/backgrounds/crystal'
Making all in osx
make[3]: Entering directory `/home/stilgar/Desktop/kooldock/backgrounds/osx'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/stilgar/Desktop/kooldock/backgrounds/osx'
Making all in fadeout
make[3]: Entering directory `/home/stilgar/Desktop/kooldock/backgrounds/fadeout'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/stilgar/Desktop/kooldock/backgrounds/fadeout'
Making all in fadeout2
make[3]: Entering directory `/home/stilgar/Desktop/kooldock/backgrounds/fadeout2'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/stilgar/Desktop/kooldock/backgrounds/fadeout2'
Making all in fadeout3
make[3]: Entering directory `/home/stilgar/Desktop/kooldock/backgrounds/fadeout3'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/stilgar/Desktop/kooldock/backgrounds/fadeout3'
make[3]: Entering directory `/home/stilgar/Desktop/kooldock/backgrounds'
make[3]: Für das Ziel »all-am« ist nichts zu tun.
make[3]: Leaving directory `/home/stilgar/Desktop/kooldock/backgrounds'
make[2]: Leaving directory `/home/stilgar/Desktop/kooldock/backgrounds'
Making all in doc
make[2]: Entering directory `/home/stilgar/Desktop/kooldock/doc'
make[2]: Für das Ziel »all« ist nichts zu tun.
make[2]: Leaving directory `/home/stilgar/Desktop/kooldock/doc'
Making all in icons
make[2]: Entering directory `/home/stilgar/Desktop/kooldock/icons'
make[2]: Für das Ziel »all« ist nichts zu tun.
make[2]: Leaving directory `/home/stilgar/Desktop/kooldock/icons'
Making all in po
make[2]: Entering directory `/home/stilgar/Desktop/kooldock/po'
make[2]: Für das Ziel »all« ist nichts zu tun.
make[2]: Leaving directory `/home/stilgar/Desktop/kooldock/po'
Making all in src
make[2]: Entering directory `/home/stilgar/Desktop/kooldock/src'
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/kde3/include -I/usr/lib/qt3/include -I. -DQT_THREAD_SUPPORT -D_REENTRANT -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -MT xosd.o -MD -MP -MF ".deps/xosd.Tpo" \
-c -o xosd.o `test -f 'xosd.cpp' || echo './'`xosd.cpp; \
then mv -f ".deps/xosd.Tpo" ".deps/xosd.Po"; \
else rm -f ".deps/xosd.Tpo"; exit 1; \
fi
xosd.cpp: In member function ‘void xosd::move2(int, int)’:
xosd.cpp:181: error: ‘abs’ was not declared in this scope
make[2]: *** [xosd.o] Fehler 1
make[2]: Leaving directory `/home/stilgar/Desktop/kooldock/src'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/home/stilgar/Desktop/kooldock'
make: *** [all] Fehler 2
stilgar@webgine:~/Desktop/kooldock>
uname -a schrieb:
Linux webgine 2.6.25.18-0.2-pae #1 SMP 2008-10-21 16:30:26 +0200 i686 athlon i386 GNU/Linux
KDE 3.5.10 "28.3"
Passende Kernel-Sources sowie Compiler sollten eigentlich installiert sein.
stilgar@webgine:~/Desktop/kooldock> rpm -qa | grep kernel
kernel-syms-2.6.25.18-0.2
kernel-source-2.6.25.18-0.2
linux-kernel-headers-2.6.25-8.1
kernel-pae-2.6.25.18-0.2
Gibts da noch was zu machen oder läuft Kooldock generell nicht unter OS11?
 
A

Anonymous

Gast
Sehr schön,

und jetzt das Übliche. Bitte den Thread als [Gelöst] markieren. Solltest du als "alter Hacker" eigentlich wissen. ;)

Schöne Grüsse
 
Oben