Installation problems | Problèmes à l'installation
|
w0ei, Friday 11 September 2009 à 13:10
|
|
Subscription date : 27 August 2009
Messages : 16
|
Checked out the latest BZR (1300) but the make command fails immediately..
make all-recursive
make[1]: Entering directory `/home/arnout/cairo-dock/cairo-dock-plug-ins'
Making all in .
make[2]: Entering directory `/home/arnout/cairo-dock/cairo-dock-plug-ins'
make[2]: Leaving directory `/home/arnout/cairo-dock/cairo-dock-plug-ins'
Making all in po
make[2]: Entering directory `/home/arnout/cairo-dock/cairo-dock-plug-ins/po'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/arnout/cairo-dock/cairo-dock-plug-ins/po'
Making all in alsaMixer
make[2]: Entering directory `/home/arnout/cairo-dock/cairo-dock-plug-ins/alsaMixer'
Making all in .
make[3]: Entering directory `/home/arnout/cairo-dock/cairo-dock-plug-ins/alsaMixer'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/arnout/cairo-dock/cairo-dock-plug-ins/alsaMixer'
Making all in src
make[3]: Entering directory `/home/arnout/cairo-dock/cairo-dock-plug-ins/alsaMixer/src'
/bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src -pthread -I/usr/include/cairo-dock -I/usr/include/cairo-dock/cairo-dock -I/usr/include/gtk-2.0 -I/usr/include/cairo -I/usr/include/librsvg-2 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libxml2 -I/usr/include/gtkglext-1.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/lib64/gtkglext-1.0/include -I/usr/include/alsa -DMY_APPLET_SHARE_DATA_DIR=\""/usr/share/cairo-dock/plug-ins/AlsaMixer"\" -DMY_APPLET_README_FILE=\""readme"\" -DMY_APPLET_PREVIEW_FILE=\""preview.png"\" -DMY_APPLET_CONF_FILE=\""AlsaMixer.conf"\" -DMY_APPLET_USER_DATA_DIR=\""AlsaMixer"\" -DMY_APPLET_VERSION=\""1.0.9"\" -DMY_APPLET_GETTEXT_DOMAIN=\""cairo-dock-plugins"\" -DMY_APPLET_DOCK_VERSION=\""`pkg-config --modversion cairo-dock`"\" -DMY_APPLET_ICON_FILE=\""icon.png"\" -std=c99 -Werror-implicit-function-declaration -O3 -g -O2 -MT libcd_AlsaMixer_la-applet-init.lo -MD -MP -MF .deps/libcd_AlsaMixer_la-applet-init.Tpo -c -o libcd_AlsaMixer_la-applet-init.lo `test -f 'applet-init.c' || echo './'`applet-init.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src -pthread -I/usr/include/cairo-dock -I/usr/include/cairo-dock/cairo-dock -I/usr/include/gtk-2.0 -I/usr/include/cairo -I/usr/include/librsvg-2 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libxml2 -I/usr/include/gtkglext-1.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/lib64/gtkglext-1.0/include -I/usr/include/alsa -DMY_APPLET_SHARE_DATA_DIR=\"/usr/share/cairo-dock/plug-ins/AlsaMixer\" -DMY_APPLET_README_FILE=\"readme\" -DMY_APPLET_PREVIEW_FILE=\"preview.png\" -DMY_APPLET_CONF_FILE=\"AlsaMixer.conf\" -DMY_APPLET_USER_DATA_DIR=\"AlsaMixer\" -DMY_APPLET_VERSION=\"1.0.9\" -DMY_APPLET_GETTEXT_DOMAIN=\"cairo-dock-plugins\" -DMY_APPLET_DOCK_VERSION=\"2.1.0-alpha\" -DMY_APPLET_ICON_FILE=\"icon.png\" -std=c99 -Werror-implicit-function-declaration -O3 -g -O2 -MT libcd_AlsaMixer_la-applet-init.lo -MD -MP -MF .deps/libcd_AlsaMixer_la-applet-init.Tpo -c applet-init.c -fPIC -DPIC -o .libs/libcd_AlsaMixer_la-applet-init.o
In file included from /usr/include/cairo-dock/cairo-dock.h:35,
from applet-config.h:24,
from applet-init.c:23:
/usr/include/cairo-dock/cairo-dock/cairo-dock-global-variables.h:55: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'g_iDesktopEnv'
make[3]: *** [libcd_AlsaMixer_la-applet-init.lo] Error 1
make[3]: Leaving directory `/home/arnout/cairo-dock/cairo-dock-plug-ins/alsaMixer/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/arnout/cairo-dock/cairo-dock-plug-ins/alsaMixer'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/arnout/cairo-dock/cairo-dock-plug-ins'
make: *** [all] Error 2 |
|
matttbe, Friday 11 September 2009 à 13:38
|
|
Subscription date : 24 January 2009
Messages : 12573
|
Yes, we know sorry
Will be fixed tonight I think  |
|
fabounet, Friday 11 September 2009 à 14:55
|
|
Subscription date : 30 November 2007
Messages : 17118
|
yep, I've fixed it already but couldn't push
basically you just add #include "cairo-dock-file-manager.h"
in the file cairo-dock-global-variables.h |
|
matttbe, Friday 11 September 2009 à 14:56
|
|
Subscription date : 24 January 2009
Messages : 12573
|
@ Fabounet : do you want that I correct it now ? |
|
matttbe, Friday 11 September 2009 à 15:19
|
|
|
fabounet, Friday 11 September 2009 à 16:52
|
|
Subscription date : 30 November 2007
Messages : 17118
|
thanks for applying the fix
(and thanks for the tip, I knew it though ) |
|
w0ei, Friday 11 September 2009 à 22:11
|
|
Subscription date : 27 August 2009
Messages : 16
|
Thanks for the fix, it works (at least it compiles now).. Cairo-dock itself is still not working for me http://www.glx-dock.org/bg_topic.php?t=3314 |
Installation problems | Problèmes à l'installation
|