> I am trying to compile tracker using bitbake. In the configuration > stage, I am getting the errors related to the HAVE_INTROSPECTION. > > src/libtracker-extract/Makefile.am:72: HAVE_INTROSPECTION does not > appear in AM_CONDITIONAL > | src/libtracker-extract/Makefile.am:73: INTROSPECTION_CFLAGS must be > set with `=' before using `+=' > | src/libtracker-miner/Makefile.am:154: HAVE_INTROSPECTION does not > appear in AM_CONDITIONAL > | src/libtracker-miner/Makefile.am:155: INTROSPECTION_CFLAGS must be > set with `=' before using `+=' > | src/libtracker-sparql/Makefile.am:82: HAVE_INTROSPECTION does not > appear in AM_CONDITIONAL > | autoreconf: automake failed with exit status: 1 > | + oefatal 'autoreconf execution failed.' > | + echo > > > > What do I have to do to get rid of this error? >
You need to have both 'libgirepository-dev' and 'gobject-introspection' installed (package names may be slightly different in your system). Cheers, -- Aleksander _______________________________________________ tracker-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/tracker-list
