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,

Bastien Nocera says[1]:

        That's a bug in tracker.h. It should include any headers it
        actually uses...
        
glib headers are missing in tracker.h. File a bug?

[1] http://bugzilla.gnome.org/show_bug.cgi?id=563706#c1




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