Re: [Tracker] Problems building tracker

2007-03-08 Thread Fabio Corneti
On Thu, 2007-03-08 at 22:06 +, jamie wrote:
On Thu, 2007-03-08 at 23:02 +0100, Fabio Corneti wrote:
> > Am I doing something wrong?
> > 
> 
> nope I have not committed all the icons stuff yet - so its my fault!
> 
> it will be fixed within the hour...
> 
No hurry :) Thanks for the clarification.

Best,
Fabio Corneti
[EMAIL PROTECTED]

___
tracker-list mailing list
tracker-list@gnome.org
http://mail.gnome.org/mailman/listinfo/tracker-list


Re: [Tracker] Problems building tracker

2007-03-08 Thread jamie
On Thu, 2007-03-08 at 23:02 +0100, Fabio Corneti wrote:
> Hi all,
> I have started playing with the latest tracker release and I find it an
> excellent tool (I especially like the tagging idea).
> 
> I have checked out the current trunk, and run autogen.sh this way:
> 
> ./autogen.sh --prefix=/home/fab/local/tracker-svn
> --enable-deskbar-applet --enable-preferences
> --enable-file-monitoring=inotify --enable-video-extractor=gstreamer
> 
> Autogen seems to work without warnings, and the runs this configure:
> 
> Running ./configure --enable-maintainer-mode
> --prefix=/home/fab/local/tracker-svn --enable-deskbar-applet
> --enable-preferences --enable-file-monitoring=inotify
> --enable-video-extractor=gstreamer ...
> 
> The configure results are:
> 
> Tracker-0.6.0:
> 
> 
> prefix: /home/fab/local/tracker-svn
> source code location:   .
> compiler:   gcc
> enable gcc warnings:yes
> build with debug symbols:   no
> database engine:SQLite
> file monitor backend to be used:inotify
> inotify header location:linux/inotify.h
> ioprio support: yes
> build search tool (GNOME):  yes
> build preferences ui:   yes
> build libtracker-gtk:   yes
> 
> Metadata extractors:
> 
> pdf:yes
> png:yes
> exif (jpeg):yes
> gsf:yes
> video files:yes (GStreamer)
> 
> Now, when I run make, it doesn't compile anything:
> 
> make  all-recursive
> make[1]: Entering directory `/home/fab/src/tracker'
> Making all in data
> make[2]: Entering directory `/home/fab/src/tracker/data'
> Making all in languages
> make[3]: Entering directory `/home/fab/src/tracker/data/languages'
> make[3]: Nothing to be done for `all'.
> make[3]: Leaving directory `/home/fab/src/tracker/data/languages'
> Making all in icons
> make[3]: Entering directory `/home/fab/src/tracker/data/icons'
> make[3]: *** No rule to make target `all'.  Stop.
> make[3]: Leaving directory `/home/fab/src/tracker/data/icons'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/home/fab/src/tracker/data'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/fab/src/tracker'
> make: *** [all] Error 2
> 
> Am I doing something wrong?
> 

nope I have not committed all the icons stuff yet - so its my fault!

it will be fixed within the hour...

jamie.


___
tracker-list mailing list
tracker-list@gnome.org
http://mail.gnome.org/mailman/listinfo/tracker-list


Re: [Tracker] Problems building tracker

2007-03-08 Thread Michael Biebl
2007/3/8, Fabio Corneti <[EMAIL PROTECTED]>:

> Making all in icons
> make[3]: Entering directory `/home/fab/src/tracker/data/icons'
> make[3]: *** No rule to make target `all'.  Stop.
> make[3]: Leaving directory `/home/fab/src/tracker/data/icons'
> make[2]: *** [all-recursive] Error 1

Jamie has only committed half of my my icon patch. So you will have to
wait until tonight, until jamie comits the remaining half ;-)

Cheers,
Michael
___
tracker-list mailing list
tracker-list@gnome.org
http://mail.gnome.org/mailman/listinfo/tracker-list


[Tracker] Problems building tracker

2007-03-08 Thread Fabio Corneti
Hi all,
I have started playing with the latest tracker release and I find it an
excellent tool (I especially like the tagging idea).

I have checked out the current trunk, and run autogen.sh this way:

./autogen.sh --prefix=/home/fab/local/tracker-svn
--enable-deskbar-applet --enable-preferences
--enable-file-monitoring=inotify --enable-video-extractor=gstreamer

Autogen seems to work without warnings, and the runs this configure:

Running ./configure --enable-maintainer-mode
--prefix=/home/fab/local/tracker-svn --enable-deskbar-applet
--enable-preferences --enable-file-monitoring=inotify
--enable-video-extractor=gstreamer ...

The configure results are:

Tracker-0.6.0:


prefix: /home/fab/local/tracker-svn
source code location:   .
compiler:   gcc
enable gcc warnings:yes
build with debug symbols:   no
database engine:SQLite
file monitor backend to be used:inotify
inotify header location:linux/inotify.h
ioprio support: yes
build search tool (GNOME):  yes
build preferences ui:   yes
build libtracker-gtk:   yes

Metadata extractors:

pdf:yes
png:yes
exif (jpeg):yes
gsf:yes
video files:yes (GStreamer)

Now, when I run make, it doesn't compile anything:

make  all-recursive
make[1]: Entering directory `/home/fab/src/tracker'
Making all in data
make[2]: Entering directory `/home/fab/src/tracker/data'
Making all in languages
make[3]: Entering directory `/home/fab/src/tracker/data/languages'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/fab/src/tracker/data/languages'
Making all in icons
make[3]: Entering directory `/home/fab/src/tracker/data/icons'
make[3]: *** No rule to make target `all'.  Stop.
make[3]: Leaving directory `/home/fab/src/tracker/data/icons'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/fab/src/tracker/data'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/fab/src/tracker'
make: *** [all] Error 2

Am I doing something wrong?

Best,
Fabio Corneti
[EMAIL PROTECTED]

___
tracker-list mailing list
tracker-list@gnome.org
http://mail.gnome.org/mailman/listinfo/tracker-list