Bug 2707 - Problem compiling dbus 0.31
Summary: Problem compiling dbus 0.31
Status: RESOLVED DUPLICATE of bug 717
Alias: None
Product: dbus
Classification: Unclassified
Component: core (show other bugs)
Version: unspecified
Hardware: x86 (IA32) Linux (All)
: high normal
Assignee: Havoc Pennington
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-11 16:50 UTC by Pierre
Modified: 2006-08-01 10:26 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Pierre 2005-03-11 16:50:57 UTC
# make
make  all-recursive
make[1]: Entering directory `/tmp/dbus-0.31'
Making all in dbus
make[2]: Entering directory `/tmp/dbus-0.31/dbus'
make  all-am
make[3]: Entering directory `/tmp/dbus-0.31/dbus'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/tmp/dbus-0.31/dbus'
make[2]: Leaving directory `/tmp/dbus-0.31/dbus'
Making all in bus
make[2]: Entering directory `/tmp/dbus-0.31/bus'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/tmp/dbus-0.31/bus'
Making all in doc
make[2]: Entering directory `/tmp/dbus-0.31/doc'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/tmp/dbus-0.31/doc'
Making all in glib
make[2]: Entering directory `/tmp/dbus-0.31/glib'
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I..  -I/usr/local/include/glib-2.0
-I/usr/local/lib/glib-2.0/include    -DDBUS_COMPILATION=1
-DDBUS_LOCALEDIR=\"/usr/local/@DATADIRNAME@/locale\" 
-DDBUS_API_SUBJECT_TO_CHANGE=1   -s -O3 -march=i686 -Wall -Wchar-subscripts
-Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith
-Wcast-align -Wfloat-equal -Wsign-compare -ansi -D_POSIX_C_SOURCE=199309L
-D_BSD_SOURCE -pedantic -MT dbus-glib-tool.o -MD -MP -MF
".deps/dbus-glib-tool.Tpo" -c -o dbus-glib-tool.o dbus-glib-tool.c; \
then mv -f ".deps/dbus-glib-tool.Tpo" ".deps/dbus-glib-tool.Po"; else rm -f
".deps/dbus-glib-tool.Tpo"; exit 1; fi
In file included from ../dbus/dbus.h:33,
                 from dbus-gidl.h:29,
                 from dbus-glib-tool.c:25:
../dbus/dbus-arch-deps.h:32: warning: ISO C does not allow extra `;' outside of
a function
../dbus/dbus-arch-deps.h:36: warning: ISO C90 does not support `long long'
../dbus/dbus-arch-deps.h:37: warning: ISO C90 does not support `long long'
../dbus/dbus-arch-deps.h:54: warning: ISO C does not allow extra `;' outside of
a function
dbus-glib-tool.c:49: warning: comma at end of enumerator list
dbus-glib-tool.c: In function `main':
dbus-glib-tool.c:276: error: `time_t' undeclared (first use in this function)
dbus-glib-tool.c:276: error: (Each undeclared identifier is reported only once
dbus-glib-tool.c:276: error: for each function it appears in.)
dbus-glib-tool.c:276: error: parse error before "newest_src"
dbus-glib-tool.c:356: error: `newest_src' undeclared (first use in this function)
make[2]: *** [dbus-glib-tool.o] Error 1
make[2]: Leaving directory `/tmp/dbus-0.31/glib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/dbus-0.31'
make: *** [all] Error 2
Comment 1 Colin Walters 2005-06-15 21:52:46 UTC

*** This bug has been marked as a duplicate of 717 ***


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.