On Wed, 2005-01-26 at 17:14 +0000, Paul Cooper wrote: > That's what I did initially however red carpet complained of missing > dependencies: first libgtkmozembed (so I installed mozilla via yast) > then gecko-sharp - eventually after a bit more searching I added the > http://red-carpet.ximian.com/ service, subscribed to the mono channel > and added mono and others til it was happy. However beagle will now run, > but in best I get the following error when I try to search
Ah, good call. I forgot that red-carpet.ximian.com was also required. > The query for test failed with error: > > System.EntryPointNotFoundException: dbus_message_append_iter_init in > <0x00053> (wrapper managed-to-native) DBus.Arguments: > dbus_message_append_iter_init (intptr,intptr) in [0x00011] > (at > /tmp/bb-daemon.36526/beagle-snaps/dbus/BUILD/dbus-0.23/mono/Arguments.cs:221) > DBus.Arguments:InitAppending () in <0x0006e> > Beagle.Factory.Proxy:NewQueryPath () in [0x00005] (at > /tmp/bb-daemon.36389/beagle-snaps/beagle/BUILD/beagle-0.0.5/BeagleClient/Factory.cs:52) > Beagle.Factory:NewQuery () in [0x00035] (at > /tmp/bb-daemon.36389/beagle-snaps/beagle/BUILD/beagle-0.0.5/Best/BestWindow.cs:469) > Best.BestWindow:Search (string) in [0x00011] (at > /tmp/bb-daemon.36389/beagle-snaps/beagle/BUILD/beagle-0.0.5/Best/BestWindow.cs:365) > Best.BestWindow:DoSearch (object,System.EventArgs) Our snapshots are automatically built out of CVS, and right now dbus CVS is a little broken. I checked in some fixes for it yesterday, but it'll still won't work with beagle until we update it. Your best bet for right now is to download the dbus 0.23 tarball and build it. That should be the only thing you need to build by hand. Now that our 0.0.5 release is out, we can bring Beagle up to date with dbus and get things back into sync. Joe _______________________________________________ Dashboard-hackers mailing list [email protected] http://mail.gnome.org/mailman/listinfo/dashboard-hackers
