Le lundi 07 aoÃt 2006 Ã 10:53 +0200, Laurent Aguerreche a Ãcrit :
Le dimanche 06 aoÃt 2006 Ã 13:33 +0100, Jamie McCracken a Ãcrit :Laurent Aguerreche wrote:Hello, I send two short patches: the first provide a working "make distclean" when libextractor from tracker is not used. It is necessary to build Debian packages that do not use this libextractor. The second patch adds the distribution of the RDF query examples in a archive generated by "make dist".Thanks will add to next version. (have to wait for it in cvs as Im modding tracker atm)You won't have to include these patches since the one to make a working "make dist" is very incomplete! So I decided to merge the two patches and to add the missing files: filters notably. The new patch also correct a problem with extractor.h: tracker always used the nested header, and linux-inotify-syscalls.h was not declared as inotify_source.
I forgot a '\' in Makefile.am...
There is still a problem with the nested libextractor: it doesn't compile because when Make comes in src/libextractor, it tries to call ../../libtool which does not exist (it never compiled on my box and I always used Debian's libextractor). make[5]: Entering directory `/home/laurent/Desktop/test-tracker/tracker/src/libextractor/src/main' if /bin/sh ../../libtool --mode=compile gcc-4.0 -DHAVE_CONFIG_H -I. -I. -I../../src/include -I../../src/include -DPLUGIN_PATH="\"/home/laurent/Desktop/test-tracker/tracker/LOCAL/lib/libextractor\"" -fno-strict-aliasing -g -O2 -MT extractor.lo -MD -MP -MF ".deps/extractor.Tpo" \ -c -o extractor.lo `test -f 'extractor.c' || echo './'`extractor.c; \ then mv -f ".deps/extractor.Tpo" ".deps/extractor.Plo"; \ else rm -f ".deps/extractor.Tpo"; exit 1; \ fi /bin/sh: ../../libtool: No such file or directory make[5]: *** [extractor.lo] Error 1 I really don't know how to force creation of a libtool file in src/libextractor... Laurent. _______________________________________________ tracker-list mailing list tracker-list gnome org http://mail.gnome.org/mailman/listinfo/tracker-list
Attachment:
complete-make-dist-patch.diff
Description: Text Data