Re: Import from disk and auto-tag
- From: "Dotan Cohen" <dotancohen gmail com>
- To: "Stephane Delcroix" <stephane delcroix org>, "F-Spot list" <f-spot-list gnome org>
- Subject: Re: Import from disk and auto-tag
- Date: Mon, 3 Jul 2006 13:53:33 +0300
On 30/06/06, Stephane Delcroix <stephane delcroix org> wrote:
Personally, I never use f-spot --uninstalled...
I always do a make install after make. but if you're already unsing
f-spot, take care of making a backup(of the photos.db) before running
the modified version.
how to compile:
get f-spot cvs
cd f-spot
patch -p0 < thepatch.diff
./autogen.sh
make
su
make install
exit
Stephane
Stephane, I hope you're not fed up with me yet! The patch applies
cleanly (Thank you Bengt!!), and ./autogen.sh finished and requests
that I make:
Now type `make' to compile f-spot
dotancohen ubuntu:~/development/f-spot/f-spot$
But, "make" (and "make all", I tried them both) dies with this error
(translation below):
make[2]: *** התיינבל םיללכ ןיא ךא ,`XmpTagsImporter.cs' תשרוד
`f-spot.exe' הרטמ. Stop.
This translates to "But there are no rules for the build,
'XmpTagsImporter.cs' demands 'f-spot.exe' target. Stop."
Note the following Hebrew translations in the following output:
make[2]: .`all רובע תושעל המ ןיא
Translates to "Nothing to do with all".
make[1]: *** [all-recursive] 1 הלקת
Translates to Error 1
make: *** [all-recursive-am] 2 הלקת
Translates to Error 2
dotancohen ubuntu:~/development/f-spot/f-spot$ make all
cd . && autoheader
make all-recursive
make[1]: Entering directory `/home/dotancohen/development/f-spot/f-spot'
Making all in FlickrNet
make[2]: Entering directory
`/home/dotancohen/development/f-spot/f-spot/FlickrNet'
make[2]: .`all רובע תושעל המ ןיא
make[2]: Leaving directory
`/home/dotancohen/development/f-spot/f-spot/FlickrNet'
Making all in icons
make[2]: Entering directory `/home/dotancohen/development/f-spot/f-spot/icons'
make[2]: .`all רובע תושעל המ ןיא
make[2]: Leaving directory `/home/dotancohen/development/f-spot/f-spot/icons'
Making all in libeog
make[2]: Entering directory `/home/dotancohen/development/f-spot/f-spot/libeog'
Making all in cursors
make[3]: Entering directory
`/home/dotancohen/development/f-spot/f-spot/libeog/cursors'
make[3]: .`all רובע תושעל המ ןיא
make[3]: Leaving directory
`/home/dotancohen/development/f-spot/f-spot/libeog/cursors'
make[3]: Entering directory `/home/dotancohen/development/f-spot/f-spot/libeog'
make[3]: .`all-am רובע תושעל המ ןיא
make[3]: Leaving directory `/home/dotancohen/development/f-spot/f-spot/libeog'
make[2]: Leaving directory `/home/dotancohen/development/f-spot/f-spot/libeog'
Making all in libjpegtran
make[2]: Entering directory
`/home/dotancohen/development/f-spot/f-spot/libjpegtran'
make[2]: .`all רובע תושעל המ ןיא
make[2]: Leaving directory
`/home/dotancohen/development/f-spot/f-spot/libjpegtran'
Making all in libfspot
make[2]: Entering directory
`/home/dotancohen/development/f-spot/f-spot/libfspot'
make[2]: .`all רובע תושעל המ ןיא
make[2]: Leaving directory `/home/dotancohen/development/f-spot/f-spot/libfspot'
Making all in libgphoto2-sharp
make[2]: Entering directory
`/home/dotancohen/development/f-spot/f-spot/libgphoto2-sharp'
make[2]: .`all רובע תושעל המ ןיא
make[2]: Leaving directory
`/home/dotancohen/development/f-spot/f-spot/libgphoto2-sharp'
Making all in semweb
make[2]: Entering directory `/home/dotancohen/development/f-spot/f-spot/semweb'
make[2]: .`all רובע תושעל המ ןיא
make[2]: Leaving directory `/home/dotancohen/development/f-spot/f-spot/semweb'
Making all in tools
make[2]: Entering directory `/home/dotancohen/development/f-spot/f-spot/tools'
LC_ALL=C ../intltool-merge -d -u -c ../po/.intltool-merge-cache ../po
f-spot-screensaver.desktop.in f-spot-screensaver.desktop
Found cached translation database
Merging translations into f-spot-screensaver.desktop.
make[2]: Leaving directory `/home/dotancohen/development/f-spot/f-spot/tools'
Making all in po
make[2]: Entering directory `/home/dotancohen/development/f-spot/f-spot/po'
make[2]: .`all רובע תושעל המ ןיא
make[2]: Leaving directory `/home/dotancohen/development/f-spot/f-spot/po'
Making all in src
make[2]: Entering directory `/home/dotancohen/development/f-spot/f-spot/src'
make[2]: *** התיינבל םיללכ ןיא ךא ,`XmpTagsImporter.cs' תשרוד
`f-spot.exe' הרטמ. Stop.
^ This translates to "But there are no rules for the build,
'XmpTagsImporter.cs' demands 'f-spot.exe' target. Stop."
make[2]: Leaving directory `/home/dotancohen/development/f-spot/f-spot/src'
make[1]: *** [all-recursive] 1 הלקת
make[1]: Leaving directory `/home/dotancohen/development/f-spot/f-spot'
make: *** [all-recursive-am] 2 הלקת
dotancohen ubuntu:~/development/f-spot/f-spot$
dotancohen ubuntu:~/development/f-spot/f-spot$
dotancohen ubuntu:~/development/f-spot/f-spot$ make
make all-recursive
make[1]: Entering directory `/home/dotancohen/development/f-spot/f-spot'
Making all in FlickrNet
make[2]: Entering directory
`/home/dotancohen/development/f-spot/f-spot/FlickrNet'
make[2]: .`all רובע תושעל המ ןיא
make[2]: Leaving directory
`/home/dotancohen/development/f-spot/f-spot/FlickrNet'
Making all in icons
make[2]: Entering directory `/home/dotancohen/development/f-spot/f-spot/icons'
make[2]: .`all רובע תושעל המ ןיא
make[2]: Leaving directory `/home/dotancohen/development/f-spot/f-spot/icons'
Making all in libeog
make[2]: Entering directory `/home/dotancohen/development/f-spot/f-spot/libeog'
Making all in cursors
make[3]: Entering directory
`/home/dotancohen/development/f-spot/f-spot/libeog/cursors'
make[3]: .`all רובע תושעל המ ןיא
make[3]: Leaving directory
`/home/dotancohen/development/f-spot/f-spot/libeog/cursors'
make[3]: Entering directory `/home/dotancohen/development/f-spot/f-spot/libeog'
make[3]: .`all-am רובע תושעל המ ןיא
make[3]: Leaving directory `/home/dotancohen/development/f-spot/f-spot/libeog'
make[2]: Leaving directory `/home/dotancohen/development/f-spot/f-spot/libeog'
Making all in libjpegtran
make[2]: Entering directory
`/home/dotancohen/development/f-spot/f-spot/libjpegtran'
make[2]: .`all רובע תושעל המ ןיא
make[2]: Leaving directory
`/home/dotancohen/development/f-spot/f-spot/libjpegtran'
Making all in libfspot
make[2]: Entering directory
`/home/dotancohen/development/f-spot/f-spot/libfspot'
make[2]: .`all רובע תושעל המ ןיא
make[2]: Leaving directory `/home/dotancohen/development/f-spot/f-spot/libfspot'
Making all in libgphoto2-sharp
make[2]: Entering directory
`/home/dotancohen/development/f-spot/f-spot/libgphoto2-sharp'
make[2]: .`all רובע תושעל המ ןיא
make[2]: Leaving directory
`/home/dotancohen/development/f-spot/f-spot/libgphoto2-sharp'
Making all in semweb
make[2]: Entering directory `/home/dotancohen/development/f-spot/f-spot/semweb'
make[2]: .`all רובע תושעל המ ןיא
make[2]: Leaving directory `/home/dotancohen/development/f-spot/f-spot/semweb'
Making all in tools
make[2]: Entering directory `/home/dotancohen/development/f-spot/f-spot/tools'
make[2]: .`all רובע תושעל המ ןיא
make[2]: Leaving directory `/home/dotancohen/development/f-spot/f-spot/tools'
Making all in po
make[2]: Entering directory `/home/dotancohen/development/f-spot/f-spot/po'
make[2]: .`all רובע תושעל המ ןיא
make[2]: Leaving directory `/home/dotancohen/development/f-spot/f-spot/po'
Making all in src
make[2]: Entering directory `/home/dotancohen/development/f-spot/f-spot/src'
make[2]: *** התיינבל םיללכ ןיא ךא ,`XmpTagsImporter.cs' תשרוד
`f-spot.exe' הרטמ. Stop.
make[2]: Leaving directory `/home/dotancohen/development/f-spot/f-spot/src'
make[1]: *** [all-recursive] 1 הלקת
make[1]: Leaving directory `/home/dotancohen/development/f-spot/f-spot'
make: *** [all-recursive-am] 2 הלקת
dotancohen ubuntu:~/development/f-spot/f-spot$
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]