Re: [Tracker] make error on latest



On 04/18/2013 06:12 AM, Björn Johansson wrote:
Hi, I tried to install the latest version from git like this:

git clone git://git.gnome.org/tracker <http://git.gnome.org/tracker>

./autogen.sh --enable-tracker-needle
--with-nautilus-extensions-dir=/usr/lib/nautilus/extensions-3.0/

It complained about an old Glib, so
I got a later Glib 2.36.1
http://freecode.com/projects/glib

installed like this

./configure                             # run the `configure' script
make                                    # build GLIB

sudo rm -rf /install-prefix/include/glib.h /install-prefix/include/gmodule.h
sudo make install                            # install GLIB

which seemed to have worked as there were no error msg.

I returned to ./autogen.sh --enable-tracker-needle
--with-nautilus-extensions-dir=/usr/lib/nautilus/extensions-3.0/

and got the error below. IS there som dependency still missing?
thank you for your help,

It's highly suspicious that you're installing GLib in this way (i.e. hacking about removing some files, etc. It also looks like with configure you're installing to /usr/local as a prefix and so there would be concurrent GLib versions installed. I had to use jhbuild to get this working properly. I tried multiple and newer GLib versions but it just caused problems in one way or another due to the changes that have occurred in recent months.

The errors you report below are symptomatic of what I was seeing.

--
Regards,
Martyn

Founder and CEO of Lanedo GmbH.


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