Hi, trying to compile on fc4-devel, './autogen.sh --prefix=/usr' works fine, but running 'make results in these errors: ---- galago-core.c:236: error: 'DBUS_ERROR_SERVICE_DOES_NOT_EXIST' undeclared (first use in this function) galago-core.c:236: error: (Each undeclared identifier is reported only once galago-core.c:236: error: for each function it appears in.) galago-core.c:254: warning: implicit declaration of function 'dbus_bus_activate_service' galago-core.c:271: warning: implicit declaration of function 'dbus_message_iter_get_string' galago-core.c:271: warning: assignment makes pointer from integer without a castgalago-core.c: In function '_dbus_fdo_filter_func': galago-core.c:294: error: 'DBUS_INTERFACE_ORG_FREEDESKTOP_DBUS' undeclared (first use in this function) galago-core.c:301: warning: assignment makes pointer from integer without a castgalago-core.c:317: warning: assignment makes pointer from integer without a castgalago-core.c: In function 'filter_func': galago-core.c:507: warning: implicit declaration of function 'dbus_message_iter_get_boolean' galago-core.c:513: warning: implicit declaration of function 'dbus_message_iter_get_uint32' galago-core.c:552: warning: assignment makes pointer from integer without a castgalago-core.c:571: warning: assignment makes pointer from integer without a castgalago-core.c:578: warning: initialization makes pointer from integer without a cast galago-core.c: In function '_galago_core_connect': galago-core.c:654: error: syntax error before 'DBUS_INTERFACE_ORG_FREEDESKTOP_DBUS' galago-core.c: In function 'galago_is_connected': galago-core.c:809: warning: the address of 'galago_is_daemon', will always evaluate as 'true' galago-core.c: In function '_galago_dbus_register_connection': galago-core.c:1158: warning: implicit declaration of function 'dbus_message_iter_append_string' galago-core.c:1159: warning: implicit declaration of function 'dbus_message_iter_append_boolean' galago-core.c:1180: warning: assignment makes pointer from integer without a cast galago-core.c:1183: warning: assignment makes pointer from integer without a cast make[2]: *** [galago-core.lo] Error 1 make[2]: Leaving directory `/home/npatel/galago/trunk/libgalago/libgalago' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/npatel/galago/trunk/libgalago' make: *** [all] Error 2 ---- gcc version = 4.0.0 20050412 (Red Hat 4.0.0-0.42) gettext version = 0.14.3
Fixed in SVN.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.