Bug 3081 - fails to build on FC4 devel
Summary: fails to build on FC4 devel
Status: RESOLVED FIXED
Alias: None
Product: Galago
Classification: Unclassified
Component: libgalago (show other bugs)
Version: unspecified
Hardware: x86 (IA32) Linux (All)
: high normal
Assignee: Christian Hammond
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-20 11:47 UTC by Neil
Modified: 2005-05-22 03:44 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments

Description Neil 2005-04-20 11:47:45 UTC
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
Comment 1 Christian Hammond 2005-05-22 20:44:39 UTC
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.