| Azirek |
01-06-2013 09:52 AM |
Slackware 14, xfce 4.8, xfce4-stopwatch-plugin
Hello. I need help. I wanted to install from source xfce4-stopwatch-plugin-0.2.0 but...
Code:
bash-4.2# make
make all-recursive
make[1]: Wejście do katalogu `/mnt/sda6/source/xfce4-stopwatch-plugin-0.2.0'
Making all in icons
make[2]: Wejście do katalogu `/mnt/sda6/source/xfce4-stopwatch-plugin-0.2.0/icons'
Making all in 16x16
make[3]: Wejście do katalogu `/mnt/sda6/source/xfce4-stopwatch-plugin-0.2.0/icons/16x16'
make[3]: Nie ma nic do zrobienia w `all'.
make[3]: Opuszczenie katalogu `/mnt/sda6/source/xfce4-stopwatch-plugin-0.2.0/icons/16x16'
Making all in 22x22
make[3]: Wejście do katalogu `/mnt/sda6/source/xfce4-stopwatch-plugin-0.2.0/icons/22x22'
make[3]: Nie ma nic do zrobienia w `all'.
make[3]: Opuszczenie katalogu `/mnt/sda6/source/xfce4-stopwatch-plugin-0.2.0/icons/22x22'
make[3]: Wejście do katalogu `/mnt/sda6/source/xfce4-stopwatch-plugin-0.2.0/icons/24x24'
make[3]: Nie ma nic do zrobienia w `all'.
make[3]: Opuszczenie katalogu `/mnt/sda6/source/xfce4-stopwatch-plugin-0.2.0/icons/24x24'
Making all in 32x32
make[3]: Wejście do katalogu `/mnt/sda6/source/xfce4-stopwatch-plugin-0.2.0/icons/32x32'
make[3]: Nie ma nic do zrobienia w `all'.
make[3]: Opuszczenie katalogu `/mnt/sda6/source/xfce4-stopwatch-plugin-0.2.0/icons/32x32'
Making all in scalable
make[3]: Wejście do katalogu `/mnt/sda6/source/xfce4-stopwatch-plugin-0.2.0/icons/scalable'
make[3]: Nie ma nic do zrobienia w `all'.
make[3]: Opuszczenie katalogu `/mnt/sda6/source/xfce4-stopwatch-plugin-0.2.0/icons/scalable'
make[3]: Wejście do katalogu `/mnt/sda6/source/xfce4-stopwatch-plugin-0.2.0/icons'
make[3]: Nie ma nic do zrobienia w `all-am'.
make[3]: Opuszczenie katalogu `/mnt/sda6/source/xfce4-stopwatch-plugin-0.2.0/icons'
make[2]: Opuszczenie katalogu `/mnt/sda6/source/xfce4-stopwatch-plugin-0.2.0/icons'
make all-am
make[3]: Wejście do katalogu `/mnt/sda6/source/xfce4-stopwatch-plugin-0.2.0/panel-plugin'
gcc -march=native -mtune=native -DHAVE_CONFIG_H -I. -I.. -I.. -DGETTEXT_PACKAGE=\""xfce4-stopwatch-plugin"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -pthread -I/usr/include/xfce4/libxfce4panel-1.0 -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/xfce4 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/xfce4 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/xfce4 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/atk-1.0 -O2 -march=native -mtune=native -MT xfce4_stopwatch_plugin-stopwatch.o -MD -MP -MF .deps/xfce4_stopwatch_plugin-stopwatch.Tpo -c -o xfce4_stopwatch_plugin-stopwatch.o `test -f 'stopwatch.c' || echo './'`stopwatch.c
stopwatch.c: In function 'xfce_PanelPluginRegisterExternalFull':
stopwatch.c:700:2: error: unknown type name 'XfceExternalPanelPlugin'
stopwatch.c:714:2: warning: passing argument 1 of 'g_object_ref_sink' makes pointer from integer without a cast [enabled by default]
In file included from /usr/include/glib-2.0/gobject/gbinding.h:31:0,
from /usr/include/glib-2.0/glib-object.h:25,
from stopwatch.c:29:
/usr/include/glib-2.0/gobject/gobject.h:445:13: note: expected 'gpointer' but argument is of type 'int'
make[3]: *** [xfce4_stopwatch_plugin-stopwatch.o] Błąd 1
make[3]: Opuszczenie katalogu `/mnt/sda6/source/xfce4-stopwatch-plugin-0.2.0/panel-plugin'
make[2]: *** [all] Błąd 2
make[2]: Opuszczenie katalogu `/mnt/sda6/source/xfce4-stopwatch-plugin-0.2.0/panel-plugin'
make[1]: *** [all-recursive] Błąd 1
make[1]: Opuszczenie katalogu `/mnt/sda6/source/xfce4-stopwatch-plugin-0.2.0'
make: *** [all] Błąd 2
|