Re: [Tracker] Totem Tracker plugin fails to build against trunk



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 :)




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]