> > Output below. Nothing changed from when I first ran up dbus-monitor > > but then I'm not sure it would have as rhythmbox doesn't have dbus > > compiled in as it wants dbus >=0.35 and FC4 comes with 0.33 so it > > doesn't compile with dbus support. > > Oh right, of course...urg. Maybe we'll have to go the Evince route of > supporting multiple D-BUS versions. I'll have a look at that.
Hi Colin, Sorry to be a bother, just a few other bits. It seems that the bonobo build on FC4 has problems too (output below), then if its built with a --without-bonobo I get the second output with the errors of load_uri_args never used. Looks to me like it needs and ifdef bonobo and/or dbus around it too, but then maybe I just need either bonobo or dbus! Cheers, Pete Bonobo build: rb-remote-bonobo.c: In function 'rb_remote_bonobo_init': rb-remote-bonobo.c:301: error: '_rb_threads_lock' undeclared (first use in this function) rb-remote-bonobo.c:301: error: (Each undeclared identifier is reported only once rb-remote-bonobo.c:301: error: for each function it appears in.) rb-remote-bonobo.c:302: error: '_rb_threads_unlock' undeclared (first use in this function) make[4]: *** [rb-remote-bonobo.lo] Error 1 make[4]: Leaving directory `/usr/src/redhat/BUILD/rhythmbox-0.9.0/remote/bonobo' make[3]: *** [all] Error 2 make[3]: Leaving directory `/usr/src/redhat/BUILD/rhythmbox-0.9.0/remote/bonobo' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/usr/src/redhat/BUILD/rhythmbox-0.9.0/remote' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/src/redhat/BUILD/rhythmbox-0.9.0' make: *** [all] Error 2 With out bonobo: then mv -f ".deps/main.Tpo" ".deps/main.Po"; \ else rm -f ".deps/main.Tpo"; exit 1; \ fi cc1: warnings being treated as errors main.c:386: warning: 'load_uri_args' defined but not used make[3]: *** [main.o] Error 1 make[3]: Leaving directory `/usr/src/redhat/BUILD/rhythmbox-0.9.0/shell' make[2]: *** [all] Error 2 make[2]: Leaving directory `/usr/src/redhat/BUILD/rhythmbox-0.9.0/shell' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/src/redhat/BUILD/rhythmbox-0.9.0' make: *** [all] Error 2 _______________________________________________ rhythmbox-devel mailing list [email protected] http://mail.gnome.org/mailman/listinfo/rhythmbox-devel
