Thread: Error when installing Kiba Dock!
ladies , gentlemen, trying install kiba dock on ubuntu 10.04 using this tutorial. however, @ particular spot hit error.
when execute command
but...code:cd kiba-plugins/ <--works fine ./autogen.sh <--works fine
yields output:code:sudo make install
so what's deal?code:making install in plugins make[1]: entering directory `/home/steve/kiba-plugins/plugins' make install-recursive make[2]: entering directory `/home/steve/kiba-plugins/plugins' making install in bounce make[3]: entering directory `/home/steve/kiba-plugins/plugins/bounce' if /bin/bash ../../libtool --tag=cc --mode=compile gcc -dhave_config_h -i. -i. -i../.. -pthread -d_reentrant -i/usr/include/glib-2.0 -i/usr/lib/glib-2.0/include -i/usr/include/gtk-2.0 -i/usr/lib/gtk-2.0/include -i/usr/include/atk-1.0 -i/usr/include/cairo -i/usr/include/pango-1.0 -i/usr/include/gio-unix-2.0/ -i/usr/include/pixman-1 -i/usr/include/freetype2 -i/usr/include/directfb -i/usr/include/libpng12 -i/usr/include/libxml2 -i/usr/include/akamaru -i/usr/include/librsvg-2 -i/usr/local/include/kiba-dock -ddatadir='"/usr/local/share"' -dlibdir='"/usr/local/lib"' -i../../plugins -i/usr/local/include -g -o2 -mt bounce.lo -md -mp -mf ".deps/bounce.tpo" -c -o bounce.lo bounce.c; \ then mv -f ".deps/bounce.tpo" ".deps/bounce.plo"; else rm -f ".deps/bounce.tpo"; exit 1; fi libtool: compile: gcc -dhave_config_h -i. -i. -i../.. -pthread -d_reentrant -i/usr/include/glib-2.0 -i/usr/lib/glib-2.0/include -i/usr/include/gtk-2.0 -i/usr/lib/gtk-2.0/include -i/usr/include/atk-1.0 -i/usr/include/cairo -i/usr/include/pango-1.0 -i/usr/include/gio-unix-2.0/ -i/usr/include/pixman-1 -i/usr/include/freetype2 -i/usr/include/directfb -i/usr/include/libpng12 -i/usr/include/libxml2 -i/usr/include/akamaru -i/usr/include/librsvg-2 -i/usr/local/include/kiba-dock -ddatadir=\"/usr/local/share\" -dlibdir=\"/usr/local/lib\" -i../../plugins -i/usr/local/include -g -o2 -mt bounce.lo -md -mp -mf .deps/bounce.tpo -c bounce.c -fpic -dpic -o .libs/bounce.o bounce.c:27:18: error: kiba.h: no such file or directory bounce.c: in function ‘plugin_unload’: bounce.c:637: error: ‘kiba’ undeclared (first use in function) bounce.c:637: error: (each undeclared identifier reported once bounce.c:637: error: each function appears in.) bounce.c:637: error: ‘kiba’ undeclared (first use in function) bounce.c: in function ‘plugin_load’: bounce.c:666: error: ‘kiba’ undeclared (first use in function) bounce.c:666: error: ‘kiba’ undeclared (first use in function) bounce.c:667: error: ‘kibaprefsfile’ undeclared (first use in function) bounce.c:667: error: ‘file’ undeclared (first use in function) bounce.c:686: warning: passing argument 2 of ‘kiba_prefs_add_callback’ incompatible pointer type /usr/local/include/kiba-dock/kiba-prefs.h:92: note: expected ‘kibaprefcallback’ argument of type ‘char *’ bounce.c:686: warning: passing argument 4 of ‘kiba_prefs_add_callback’ makes integer pointer without cast /usr/local/include/kiba-dock/kiba-prefs.h:92: note: expected ‘gboolean’ argument of type ‘struct kibabounce *’ bounce.c:686: error: many arguments function ‘kiba_prefs_add_callback’ bounce.c:688: warning: passing argument 2 of ‘kiba_prefs_add_callback’ incompatible pointer type /usr/local/include/kiba-dock/kiba-prefs.h:92: note: expected ‘kibaprefcallback’ argument of type ‘char *’ bounce.c:688: warning: passing argument 4 of ‘kiba_prefs_add_callback’ makes integer pointer without cast /usr/local/include/kiba-dock/kiba-prefs.h:92: note: expected ‘gboolean’ argument of type ‘struct kibabounce *’ bounce.c:688: error: many arguments function ‘kiba_prefs_add_callback’ bounce.c:690: warning: passing argument 2 of ‘kiba_prefs_add_callback’ incompatible pointer type /usr/local/include/kiba-dock/kiba-prefs.h:92: note: expected ‘kibaprefcallback’ argument of type ‘char *’ bounce.c:690: warning: passing argument 4 of ‘kiba_prefs_add_callback’ makes integer pointer without cast /usr/local/include/kiba-dock/kiba-prefs.h:92: note: expected ‘gboolean’ argument of type ‘struct kibabounce *’ bounce.c:690: error: many arguments function ‘kiba_prefs_add_callback’ bounce.c:692: warning: passing argument 2 of ‘kiba_prefs_add_callback’ incompatible pointer type /usr/local/include/kiba-dock/kiba-prefs.h:92: note: expected ‘kibaprefcallback’ argument of type ‘char *’ bounce.c:692: warning: passing argument 4 of ‘kiba_prefs_add_callback’ makes integer pointer without cast /usr/local/include/kiba-dock/kiba-prefs.h:92: note: expected ‘gboolean’ argument of type ‘struct kibabounce *’ bounce.c:692: error: many arguments function ‘kiba_prefs_add_callback’ bounce.c:694: warning: passing argument 2 of ‘kiba_prefs_add_callback’ incompatible pointer type /usr/local/include/kiba-dock/kiba-prefs.h:92: note: expected ‘kibaprefcallback’ argument of type ‘char *’ bounce.c:694: warning: passing argument 4 of ‘kiba_prefs_add_callback’ makes integer pointer without cast /usr/local/include/kiba-dock/kiba-prefs.h:92: note: expected ‘gboolean’ argument of type ‘struct kibabounce *’ bounce.c:694: error: many arguments function ‘kiba_prefs_add_callback’ bounce.c:696: warning: passing argument 2 of ‘kiba_prefs_add_callback’ incompatible pointer type /usr/local/include/kiba-dock/kiba-prefs.h:92: note: expected ‘kibaprefcallback’ argument of type ‘char *’ bounce.c:696: warning: passing argument 4 of ‘kiba_prefs_add_callback’ makes integer pointer without cast /usr/local/include/kiba-dock/kiba-prefs.h:92: note: expected ‘gboolean’ argument of type ‘struct kibabounce *’ bounce.c:696: error: many arguments function ‘kiba_prefs_add_callback’ bounce.c: @ top level: bounce.c:729: error: ‘kiba_plugin_multiple_loadable’ undeclared here (not in function) bounce.c:735: warning: excess elements in struct initializer bounce.c:735: warning: (near initialization ‘vtable’) bounce.c:739:59: error: macro "kiba_init_plugin" passed 5 arguments, takes 2 bounce.c:739: warning: data definition has no type or storage class make[3]: *** [bounce.lo] error 1 make[3]: leaving directory `/home/steve/kiba-plugins/plugins/bounce' make[2]: *** [install-recursive] error 1 make[2]: leaving directory `/home/steve/kiba-plugins/plugins' make[1]: *** [install] error 2 make[1]: leaving directory `/home/steve/kiba-plugins/plugins' make: *** [install-recursive] error 1
to else having problems kiba dock-- follow tutorial exactly, , work in 10.04!
http://ubuntuforums.org/showthread.php?t=1201132
placed in incorrect folder first time tried it. there go!
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [SOLVED] Error when installing Kiba Dock!
Ubuntu
Comments
Post a Comment