Il giorno lun, 08/12/2008 alle 15.16 +0200, Ivan Frade ha scritto: > Hi Luca, > > I run into the same problem compiling a small program using tracker.h > > In my case, it was fixed including <dbus/dbus.h> _before_ tracker.h > > So in that file you need this lines (in this order): > > #include <dbus/dbus.h> > #include <tracker.h> > > I hope it helps,
Great, now it compiles. However it seems the "correct" order is glib.h, dbus.h and finally tracker.h :) _______________________________________________ tracker-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/tracker-list
