Re: [Tracker] Totem Tracker plugin fails to build against trunk
- From: Luca Ferretti <elle uca libero it>
- To: Ivan Frade <ivan frade gmail com>
- Cc: Tracker mailing list <tracker-list gnome org>
- Subject: Re: [Tracker] Totem Tracker plugin fails to build against trunk
- Date: Mon, 08 Dec 2008 16:25:24 +0100
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]