Ubuntu Installation of 0.8.2 (the latest release)



Hello,
 First I have to say this is the most complicated install I have ever
attempted. The Requirements are stated, but there is no clear set of
packages to download ( I got stopped on gnome-keyring-sharp-1.0.0,
ndesk-dbus-0.6.0,ndeskdbus-glib-0.4.1, and libunique-dev, among others).
The README is vague enough as to be uninformative ("just go through the
normal autogen/configure stuff and then make install.") If you are not
used to this process, a descriptive sentence like "Briefly, the shell
commands `./configure; make; make install' should
configure, build, and install this package." really helps. All this
said, it should be clear that I WOULD like to install the latest version
of F-Spot on my system and even after the configure file finishes
successfully, I still get errors which prevent me from running the
program. Specifically the errors are :

./FSpot.Loaders/GdkImageLoader.cs(115,45): error CS1501: No overload for
method `Close' takes `1' arguments
/usr/lib/cli/gdk-sharp-2.0/gdk-sharp.dll (Location of the symbol related
to previous error)
./FSpot.Loaders/GdkImageLoader.cs(112,33): error CS0161:
`FSpot.Loaders.GdkImageLoader.Close()': not all code paths return a value

Can you help me with these?

Stephen





P.S. I found the commands below particularly helpful given that I was
trying to track down dependencies one at a time:
sudo apt-get build-dep f-spot
sudo apt-get install libunique-dev

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by f-spot configure 0.8.2, which was
generated by GNU Autoconf 2.64.  Invocation command line was

  $ ./configure 

## --------- ##
## Platform. ##
## --------- ##

hostname = World-View
uname -m = i686
uname -r = 2.6.32-35-generic
uname -s = Linux
uname -v = #78-Ubuntu SMP Tue Oct 11 15:27:15 UTC 2011

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2640: checking for a BSD-compatible install
configure:2708: result: /usr/bin/install -c
configure:2719: checking whether build environment is sane
configure:2769: result: yes
configure:2910: checking for a thread-safe mkdir -p
configure:2949: result: /bin/mkdir -p
configure:2962: checking for gawk
configure:2978: found /usr/bin/gawk
configure:2989: result: gawk
configure:3000: checking whether make sets $(MAKE)
configure:3022: result: yes
configure:3097: checking how to create a ustar tar archive
configure:3110: tar --version
tar (GNU tar) 1.22
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by John Gilmore and Jay Fenlason.
configure:3113: $? = 0
configure:3153: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar
configure:3156: $? = 0
configure:3160: tar -xf - <conftest.tar
configure:3163: $? = 0
configure:3176: result: gnutar
configure:3184: checking whether to enable maintainer-specific portions of Makefiles
configure:3193: result: no
configure:3213: checking whether NLS is requested
configure:3222: result: yes
configure:3238: checking for style of include used by make
configure:3266: result: GNU
configure:3336: checking for gcc
configure:3352: found /usr/bin/gcc
configure:3363: result: gcc
configure:3592: checking for C compiler version
configure:3601: gcc --version >&5
gcc (Ubuntu 4.4.3-4ubuntu5) 4.4.3
Copyright (C) 2009 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:3612: $? = 0
configure:3601: gcc -v >&5
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.4.3-4ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --program-suffix=-4.4 --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-plugin --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i486 --with-tune=generic --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
Thread model: posix
gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5) 
configure:3612: $? = 0
configure:3601: gcc -V >&5
gcc: '-V' option must have argument
configure:3612: $? = 1
configure:3601: gcc -qversion >&5
gcc: unrecognized option '-qversion'
gcc: no input files
configure:3612: $? = 1
configure:3634: checking for C compiler default output file name
configure:3656: gcc    conftest.c  >&5
configure:3660: $? = 0
configure:3697: result: a.out
configure:3713: checking whether the C compiler works
configure:3722: ./a.out
configure:3726: $? = 0
configure:3741: result: yes
configure:3748: checking whether we are cross compiling
configure:3750: result: no
configure:3753: checking for suffix of executables
configure:3760: gcc -o conftest    conftest.c  >&5
configure:3764: $? = 0
configure:3786: result: 
configure:3792: checking for suffix of object files
configure:3814: gcc -c   conftest.c >&5
configure:3818: $? = 0
configure:3839: result: o
configure:3843: checking whether we are using the GNU C compiler
configure:3862: gcc -c   conftest.c >&5
configure:3862: $? = 0
configure:3871: result: yes
configure:3880: checking whether gcc accepts -g
configure:3900: gcc -c -g  conftest.c >&5
configure:3900: $? = 0
configure:3941: result: yes
configure:3958: checking for gcc option to accept ISO C89
configure:4022: gcc  -c -g -O2  conftest.c >&5
configure:4022: $? = 0
configure:4035: result: none needed
configure:4057: checking dependency style of gcc
configure:4167: result: gcc3
configure:4194: checking for intltool >= 0.35.0
configure:4201: result: 0.41.0 found
configure:4209: checking for intltool-update
configure:4227: found /usr/bin/intltool-update
configure:4239: result: /usr/bin/intltool-update
configure:4249: checking for intltool-merge
configure:4267: found /usr/bin/intltool-merge
configure:4279: result: /usr/bin/intltool-merge
configure:4289: checking for intltool-extract
configure:4307: found /usr/bin/intltool-extract
configure:4319: result: /usr/bin/intltool-extract
configure:4374: checking for xgettext
configure:4392: found /usr/bin/xgettext
configure:4404: result: /usr/bin/xgettext
configure:4414: checking for msgmerge
configure:4432: found /usr/bin/msgmerge
configure:4444: result: /usr/bin/msgmerge
configure:4454: checking for msgfmt
configure:4472: found /usr/bin/msgfmt
configure:4484: result: /usr/bin/msgfmt
configure:4494: checking for gmsgfmt
configure:4525: result: /usr/bin/msgfmt
configure:4545: checking for perl
configure:4563: found /usr/bin/perl
configure:4575: result: /usr/bin/perl
configure:4590: checking for XML::Parser
configure:4593: result: ok
configure:4618: gcc -o conftest -g -O2   conftest.c  >&5
configure:4618: $? = 0
configure:4673: checking build system type
configure:4687: result: i686-pc-linux-gnu
configure:4707: checking host system type
configure:4720: result: i686-pc-linux-gnu
configure:4740: checking for a sed that does not truncate output
configure:4804: result: /bin/sed
configure:4822: checking for grep that handles long lines and -e
configure:4880: result: /bin/grep
configure:4885: checking for egrep
configure:4947: result: /bin/grep -E
configure:4952: checking for fgrep
configure:5014: result: /bin/grep -F
configure:5049: checking for ld used by gcc
configure:5116: result: /usr/bin/ld
configure:5123: checking if the linker (/usr/bin/ld) is GNU ld
configure:5138: result: yes
configure:5150: checking for BSD- or MS-compatible name lister (nm)
configure:5199: result: /usr/bin/nm -B
configure:5317: checking the name lister (/usr/bin/nm -B) interface
configure:5324: gcc -c -g -O2  conftest.c >&5
configure:5327: /usr/bin/nm -B "conftest.o"
configure:5330: output
00000000 B some_variable
configure:5337: result: BSD nm
configure:5340: checking whether ln -s works
configure:5344: result: yes
configure:5352: checking the maximum length of command line arguments
configure:5472: result: 1572864
configure:5489: checking whether the shell understands some XSI constructs
configure:5499: result: yes
configure:5503: checking whether the shell understands "+="
configure:5509: result: yes
configure:5544: checking for /usr/bin/ld option to reload object files
configure:5551: result: -r
configure:5620: checking for objdump
configure:5636: found /usr/bin/objdump
configure:5647: result: objdump
configure:5679: checking how to recognize dependent libraries
configure:5875: result: pass_all
configure:5935: checking for ar
configure:5951: found /usr/bin/ar
configure:5962: result: ar
configure:6040: checking for strip
configure:6056: found /usr/bin/strip
configure:6067: result: strip
configure:6139: checking for ranlib
configure:6155: found /usr/bin/ranlib
configure:6166: result: ranlib
configure:6256: checking command to parse /usr/bin/nm -B output from gcc object
configure:6374: gcc -c -g -O2  conftest.c >&5
configure:6377: $? = 0
configure:6381: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[	 ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[	 ][	 ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
configure:6384: $? = 0
configure:6438: gcc -o conftest -g -O2   conftest.c conftstm.o >&5
configure:6441: $? = 0
configure:6479: result: ok
configure:7287: checking how to run the C preprocessor
configure:7318: gcc -E  conftest.c
configure:7318: $? = 0
configure:7332: gcc -E  conftest.c
conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
configure:7332: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "f-spot"
| #define PACKAGE_TARNAME "f-spot"
| #define PACKAGE_VERSION "0.8.2"
| #define PACKAGE_STRING "f-spot 0.8.2"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=f-spot";
| #define PACKAGE_URL ""
| #define PACKAGE "f-spot"
| #define VERSION "0.8.2"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:7357: result: gcc -E
configure:7377: gcc -E  conftest.c
configure:7377: $? = 0
configure:7391: gcc -E  conftest.c
conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
configure:7391: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "f-spot"
| #define PACKAGE_TARNAME "f-spot"
| #define PACKAGE_VERSION "0.8.2"
| #define PACKAGE_STRING "f-spot 0.8.2"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=f-spot";
| #define PACKAGE_URL ""
| #define PACKAGE "f-spot"
| #define VERSION "0.8.2"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:7420: checking for ANSI C header files
configure:7440: gcc -c -g -O2  conftest.c >&5
configure:7440: $? = 0
configure:7513: gcc -o conftest -g -O2   conftest.c  >&5
configure:7513: $? = 0
configure:7513: ./conftest
configure:7513: $? = 0
configure:7524: result: yes
configure:7537: checking for sys/types.h
configure:7537: gcc -c -g -O2  conftest.c >&5
configure:7537: $? = 0
configure:7537: result: yes
configure:7537: checking for sys/stat.h
configure:7537: gcc -c -g -O2  conftest.c >&5
configure:7537: $? = 0
configure:7537: result: yes
configure:7537: checking for stdlib.h
configure:7537: gcc -c -g -O2  conftest.c >&5
configure:7537: $? = 0
configure:7537: result: yes
configure:7537: checking for string.h
configure:7537: gcc -c -g -O2  conftest.c >&5
configure:7537: $? = 0
configure:7537: result: yes
configure:7537: checking for memory.h
configure:7537: gcc -c -g -O2  conftest.c >&5
configure:7537: $? = 0
configure:7537: result: yes
configure:7537: checking for strings.h
configure:7537: gcc -c -g -O2  conftest.c >&5
configure:7537: $? = 0
configure:7537: result: yes
configure:7537: checking for inttypes.h
configure:7537: gcc -c -g -O2  conftest.c >&5
configure:7537: $? = 0
configure:7537: result: yes
configure:7537: checking for stdint.h
configure:7537: gcc -c -g -O2  conftest.c >&5
configure:7537: $? = 0
configure:7537: result: yes
configure:7537: checking for unistd.h
configure:7537: gcc -c -g -O2  conftest.c >&5
configure:7537: $? = 0
configure:7537: result: yes
configure:7552: checking for dlfcn.h
configure:7552: gcc -c -g -O2  conftest.c >&5
configure:7552: $? = 0
configure:7552: result: yes
configure:7736: checking for objdir
configure:7751: result: .libs
configure:8043: checking if gcc supports -fno-rtti -fno-exceptions
configure:8061: gcc -c -g -O2  -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
configure:8065: $? = 0
configure:8078: result: no
configure:8098: checking for gcc option to produce PIC
configure:8370: result: -fPIC -DPIC
configure:8382: checking if gcc PIC flag -fPIC -DPIC works
configure:8400: gcc -c -g -O2  -fPIC -DPIC -DPIC conftest.c >&5
configure:8404: $? = 0
configure:8417: result: yes
configure:8441: checking if gcc static flag -static works
configure:8469: result: yes
configure:8484: checking if gcc supports -c -o file.o
configure:8505: gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
configure:8509: $? = 0
configure:8531: result: yes
configure:8539: checking if gcc supports -c -o file.o
configure:8586: result: yes
configure:8619: checking whether the gcc linker (/usr/bin/ld) supports shared libraries
configure:9609: result: yes
configure:9646: checking whether -lc should be explicitly linked in
configure:9651: gcc -c -g -O2  conftest.c >&5
configure:9654: $? = 0
configure:9669: gcc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep  -lc  \>/dev/null 2\>\&1
configure:9672: $? = 0
configure:9684: result: no
configure:9848: checking dynamic linker characteristics
configure:10281: gcc -o conftest -g -O2   -Wl,-rpath -Wl,/foo conftest.c  >&5
configure:10281: $? = 0
configure:10511: result: GNU/Linux ld.so
configure:10613: checking how to hardcode library paths into programs
configure:10638: result: immediate
configure:11158: checking whether stripping libraries is possible
configure:11163: result: yes
configure:11198: checking if libtool supports shared libraries
configure:11200: result: yes
configure:11203: checking whether to build shared libraries
configure:11224: result: yes
configure:11227: checking whether to build static libraries
configure:11231: result: yes
configure:11372: checking for pkg-config
configure:11390: found /usr/bin/pkg-config
configure:11402: result: /usr/bin/pkg-config
configure:11427: checking pkg-config is at least version 0.9.0
configure:11430: result: yes
configure:11451: checking for GNOME_DOC_UTILS
configure:11459: $PKG_CONFIG --exists --print-errors "gnome-doc-utils"
configure:11462: $? = 0
configure:11477: $PKG_CONFIG --exists --print-errors "gnome-doc-utils"
configure:11480: $? = 0
configure:11516: result: yes
configure:11618: $PKG_CONFIG --exists --print-errors "gnome-doc-utils >= $gdu_cv_version_required"
configure:11621: $? = 0
configure:11722: checking for MONO_MODULE
configure:11730: $PKG_CONFIG --exists --print-errors "mono >= 2.2"
configure:11733: $? = 0
configure:11748: $PKG_CONFIG --exists --print-errors "mono >= 2.2"
configure:11751: $? = 0
configure:11806: result: yes
configure:11817: checking for gmcs
configure:11835: found /usr/bin/gmcs
configure:11848: result: /usr/bin/gmcs
configure:11868: checking for mono
configure:11886: found /usr/bin/mono
configure:11899: result: /usr/bin/mono
configure:11927: checking for Mono 2.0 GAC for Mono.Posix.dll
configure:11933: result: found
configure:11927: checking for Mono 2.0 GAC for Mono.Simd.dll
configure:11933: result: found
configure:11927: checking for Mono 2.0 GAC for System.dll
configure:11933: result: found
configure:11927: checking for Mono 2.0 GAC for System.Runtime.Remoting.dll
configure:11933: result: found
configure:11927: checking for Mono 2.0 GAC for System.Web.dll
configure:11933: result: found
configure:11927: checking for Mono 2.0 GAC for System.Web.Services.dll
configure:11933: result: found
configure:11927: checking for Mono 2.0 GAC for System.Data.dll
configure:11933: result: found
configure:11927: checking for Mono 2.0 GAC for Mono.Cairo.dll
configure:11933: result: found
configure:11927: checking for Mono 2.0 GAC for ICSharpCode.SharpZipLib.dll
configure:11933: result: found
configure:11945: checking for library containing strerror
configure:11976: gcc -o conftest -g -O2   conftest.c  >&5
configure:11976: $? = 0
configure:11993: result: none required
configure:12049: checking for gcc
configure:12076: result: gcc
configure:12305: checking for C compiler version
configure:12314: gcc --version >&5
gcc (Ubuntu 4.4.3-4ubuntu5) 4.4.3
Copyright (C) 2009 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:12325: $? = 0
configure:12314: gcc -v >&5
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.4.3-4ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --program-suffix=-4.4 --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-plugin --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i486 --with-tune=generic --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
Thread model: posix
gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5) 
configure:12325: $? = 0
configure:12314: gcc -V >&5
gcc: '-V' option must have argument
configure:12325: $? = 1
configure:12314: gcc -qversion >&5
gcc: unrecognized option '-qversion'
gcc: no input files
configure:12325: $? = 1
configure:12329: checking whether we are using the GNU C compiler
configure:12357: result: yes
configure:12366: checking whether gcc accepts -g
configure:12427: result: yes
configure:12444: checking for gcc option to accept ISO C89
configure:12521: result: none needed
configure:12543: checking dependency style of gcc
configure:12653: result: gcc3
configure:12669: checking for ANSI C header files
configure:12773: result: yes
configure:12861: checking for pkg-config
configure:12891: result: /usr/bin/pkg-config
configure:12916: checking pkg-config is at least version 0.16
configure:12919: result: yes
configure:12937: checking for GLIB - version >= 2.0.0
configure:13051: gcc -o conftest -g -O2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include     conftest.c -lglib-2.0    >&5
configure:13051: $? = 0
configure:13051: ./conftest
configure:13051: $? = 0
configure:13065: result: yes (version 2.24.1)
configure:13137: checking for GTKSHARP
configure:13145: $PKG_CONFIG --exists --print-errors "gtk-sharp-2.0 >= $GTKSHARP_REQUIRED"
configure:13148: $? = 0
configure:13163: $PKG_CONFIG --exists --print-errors "gtk-sharp-2.0 >= $GTKSHARP_REQUIRED"
configure:13166: $? = 0
configure:13221: result: yes
configure:13229: checking for GLIBSHARP
configure:13237: $PKG_CONFIG --exists --print-errors "glib-sharp-2.0 >= $GTKSHARP_REQUIRED"
configure:13240: $? = 0
configure:13255: $PKG_CONFIG --exists --print-errors "glib-sharp-2.0 >= $GTKSHARP_REQUIRED"
configure:13258: $? = 0
configure:13313: result: yes
configure:13321: checking for GLIBSHARP_2_12_7
configure:13329: $PKG_CONFIG --exists --print-errors "glib-sharp-2.0 >= 2.12.7"
configure:13332: $? = 0
configure:13347: $PKG_CONFIG --exists --print-errors "glib-sharp-2.0 >= 2.12.7"
configure:13350: $? = 0
configure:13386: result: yes
configure:13401: checking for GTKSHARP_A11Y
configure:13409: $PKG_CONFIG --exists --print-errors "gtk-sharp-2.0 >= 2.12.10"
Requested 'gtk-sharp-2.0 >= 2.12.10' but version of Gtk is 2.12.9
configure:13412: $? = 1
configure:13427: $PKG_CONFIG --exists --print-errors "gtk-sharp-2.0 >= 2.12.10"
Requested 'gtk-sharp-2.0 >= 2.12.10' but version of Gtk is 2.12.9
configure:13430: $? = 1
Requested 'gtk-sharp-2.0 >= 2.12.10' but version of Gtk is 2.12.9
configure:13458: result: no
configure:13485: checking for KEYRINGSHARP
configure:13493: $PKG_CONFIG --exists --print-errors "gnome-keyring-sharp-1.0 >= $GNOMEKEYRINGSHARP_REQUIRED"
configure:13496: $? = 0
configure:13511: $PKG_CONFIG --exists --print-errors "gnome-keyring-sharp-1.0 >= $GNOMEKEYRINGSHARP_REQUIRED"
configure:13514: $? = 0
configure:13569: result: yes
configure:13580: checking for FLICKRNET
configure:13588: $PKG_CONFIG --exists --print-errors "flickrnet >= $FLICKRNET_REQUIRED"
configure:13591: $? = 0
configure:13606: $PKG_CONFIG --exists --print-errors "flickrnet >= $FLICKRNET_REQUIRED"
configure:13609: $? = 0
configure:13664: result: yes
configure:13869: checking for mono
configure:13899: result: /usr/bin/mono
configure:13909: checking for gmcs
configure:13939: result: /usr/bin/gmcs
configure:13956: checking for gapi2-fixup
configure:13974: found /usr/bin/gapi2-fixup
configure:13987: result: /usr/bin/gapi2-fixup
configure:14002: checking for gapi2-parser
configure:14020: found /usr/bin/gapi2-parser
configure:14033: result: /usr/bin/gapi2-parser
configure:14048: checking for gapi2-codegen
configure:14066: found /usr/bin/gapi2-codegen
configure:14079: result: /usr/bin/gapi2-codegen
configure:14093: checking for mono.pc
configure:14098: result: found
configure:14118: checking for F
configure:14126: $PKG_CONFIG --exists --print-errors "libgnome-2.0 >= $LIBGNOME_REQUIRED libgnomeui-2.0 >= $LIBGNOMEUI_REQUIRED gtk+-2.0 >= $GTK_REQUIRED mono-cairo >= $MONO_CAIRO_REQUIRED cairo >= $CAIRO_REQUIRED mono-addins >= $MONOADDINS_REQUIRED mono-addins-gui >= $MONOADDINS_REQUIRED mono-addins-setup >= $MONOADDINS_REQUIRED"
configure:14129: $? = 0
configure:14144: $PKG_CONFIG --exists --print-errors "libgnome-2.0 >= $LIBGNOME_REQUIRED libgnomeui-2.0 >= $LIBGNOMEUI_REQUIRED gtk+-2.0 >= $GTK_REQUIRED mono-cairo >= $MONO_CAIRO_REQUIRED cairo >= $CAIRO_REQUIRED mono-addins >= $MONOADDINS_REQUIRED mono-addins-gui >= $MONOADDINS_REQUIRED mono-addins-setup >= $MONOADDINS_REQUIRED"
configure:14147: $? = 0
configure:14202: result: yes
configure:14211: checking for GIO
configure:14219: $PKG_CONFIG --exists --print-errors "gio-2.0 >= $GIO_REQUIRED"
configure:14222: $? = 0
configure:14237: $PKG_CONFIG --exists --print-errors "gio-2.0 >= $GIO_REQUIRED"
configure:14240: $? = 0
configure:14295: result: yes
configure:14305: checking for GNOME_SHARP
configure:14313: $PKG_CONFIG --exists --print-errors "gnome-sharp-2.0 >= 2.8"
configure:14316: $? = 0
configure:14331: $PKG_CONFIG --exists --print-errors "gnome-sharp-2.0 >= 2.8"
configure:14334: $? = 0
configure:14389: result: yes
configure:14396: checking for GLIBSHARP
configure:14480: result: yes
configure:14491: checking for gconftool-2
configure:14509: found /usr/bin/gconftool-2
configure:14521: result: /usr/bin/gconftool-2
configure:14544: result: Using config source xml:merged:/etc/gconf/gconf.xml.defaults for schema installation
configure:14559: result: Using $(sysconfdir)/gconf/schemas as install directory for schema files
configure:14581: checking for GCONF_SHARP
configure:14589: $PKG_CONFIG --exists --print-errors "gconf-sharp-2.0 >= $GTKSHARP_REQUIRED"
configure:14592: $? = 0
configure:14607: $PKG_CONFIG --exists --print-errors "gconf-sharp-2.0 >= $GTKSHARP_REQUIRED"
configure:14610: $? = 0
configure:14665: result: yes
configure:14685: checking for MONO_ADDINS
configure:14693: $PKG_CONFIG --exists --print-errors "mono-addins >= 0.3.1"
configure:14696: $? = 0
configure:14711: $PKG_CONFIG --exists --print-errors "mono-addins >= 0.3.1"
configure:14714: $? = 0
configure:14769: result: yes
configure:14777: checking for MONO_ADDINS_SETUP
configure:14785: $PKG_CONFIG --exists --print-errors "mono-addins-setup >= 0.3.1"
configure:14788: $? = 0
configure:14803: $PKG_CONFIG --exists --print-errors "mono-addins-setup >= 0.3.1"
configure:14806: $? = 0
configure:14861: result: yes
configure:14869: checking for MONO_ADDINS_GUI
configure:14877: $PKG_CONFIG --exists --print-errors "mono-addins-gui >= 0.3.1"
configure:14880: $? = 0
configure:14895: $PKG_CONFIG --exists --print-errors "mono-addins-gui >= 0.3.1"
configure:14898: $? = 0
configure:14953: result: yes
configure:14962: checking for NDESK_DBUS
configure:14970: $PKG_CONFIG --exists --print-errors "ndesk-dbus-1.0 >= $NDESK_DBUS_REQUIRED ndesk-dbus-glib-1.0 >= $NDESK_DBUS_GLIB_REQUIRED"
configure:14973: $? = 0
configure:14988: $PKG_CONFIG --exists --print-errors "ndesk-dbus-1.0 >= $NDESK_DBUS_REQUIRED ndesk-dbus-glib-1.0 >= $NDESK_DBUS_GLIB_REQUIRED"
configure:14991: $? = 0
configure:15046: result: yes
configure:15053: checking for jpeg_start_decompress in -ljpeg
configure:15078: gcc -o conftest -g -O2   conftest.c -ljpeg -lm  >&5
configure:15078: $? = 0
configure:15087: result: yes
configure:15100: checking jpeglib.h usability
configure:15100: gcc -c -g -O2  conftest.c >&5
configure:15100: $? = 0
configure:15100: result: yes
configure:15100: checking jpeglib.h presence
configure:15100: gcc -E  conftest.c
configure:15100: $? = 0
configure:15100: result: yes
configure:15100: checking for jpeglib.h
configure:15100: result: yes
configure:15113: checking for LCMS
configure:15121: $PKG_CONFIG --exists --print-errors "lcms >= $LCMS_REQUIRED"
configure:15124: $? = 0
configure:15139: $PKG_CONFIG --exists --print-errors "lcms >= $LCMS_REQUIRED"
configure:15142: $? = 0
configure:15290: result: yes
configure:15297: checking for UNIQUE
configure:15305: $PKG_CONFIG --exists --print-errors "unique-1.0 >= 1.0"
configure:15308: $? = 0
configure:15323: $PKG_CONFIG --exists --print-errors "unique-1.0 >= 1.0"
configure:15326: $? = 0
configure:15381: result: yes
configure:15457: checking locale.h usability
configure:15457: gcc -c -g -O2  conftest.c >&5
configure:15457: $? = 0
configure:15457: result: yes
configure:15457: checking locale.h presence
configure:15457: gcc -E  conftest.c
configure:15457: $? = 0
configure:15457: result: yes
configure:15457: checking for locale.h
configure:15457: result: yes
configure:15468: checking for LC_MESSAGES
configure:15484: gcc -o conftest -g -O2   conftest.c -ljpeg  >&5
configure:15484: $? = 0
configure:15492: result: yes
configure:15509: checking libintl.h usability
configure:15509: gcc -c -g -O2  conftest.c >&5
configure:15509: $? = 0
configure:15509: result: yes
configure:15509: checking libintl.h presence
configure:15509: gcc -E  conftest.c
configure:15509: $? = 0
configure:15509: result: yes
configure:15509: checking for libintl.h
configure:15509: result: yes
configure:15517: checking for ngettext in libc
configure:15535: gcc -o conftest -g -O2   conftest.c -ljpeg  >&5
configure:15535: $? = 0
configure:15544: result: yes
configure:15548: checking for dgettext in libc
configure:15566: gcc -o conftest -g -O2   conftest.c -ljpeg  >&5
configure:15566: $? = 0
configure:15575: result: yes
configure:15582: checking for bind_textdomain_codeset
configure:15582: gcc -o conftest -g -O2   conftest.c -ljpeg  >&5
configure:15582: $? = 0
configure:15582: result: yes
configure:15858: checking for msgfmt
configure:15885: result: /usr/bin/msgfmt
configure:15896: checking for dcgettext
configure:15896: gcc -o conftest -g -O2   conftest.c -ljpeg   >&5
conftest.c:53: warning: conflicting types for built-in function 'dcgettext'
configure:15896: $? = 0
configure:15896: result: yes
configure:15906: checking if msgfmt accepts -c
configure:15921: $MSGFMT -c -o /dev/null conftest.foo
configure:15924: $? = 0
configure:15926: result: yes
configure:15936: checking for gmsgfmt
configure:15967: result: /usr/bin/msgfmt
configure:15977: checking for xgettext
configure:16004: result: /usr/bin/xgettext
configure:16023: gcc -o conftest -g -O2   conftest.c -ljpeg   >&5
configure:16023: $? = 0
configure:16253: checking for sed
configure:16281: result: /bin/sed
configure:16506: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by f-spot config.status 0.8.2, which was
generated by GNU Autoconf 2.64.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on World-View

config.status:1348: creating src/Clients/MainApp/f-spot
config.status:1348: creating Makefile
config.status:1348: creating build/Makefile
config.status:1348: creating build/m4/Makefile
config.status:1348: creating build/m4/shave/shave
config.status:1348: creating build/m4/shave/shave-libtool
config.status:1348: creating build/pkg-config/Makefile
config.status:1348: creating data/Makefile
config.status:1348: creating data/desktop-files/Makefile
config.status:1348: creating data/desktop-files/f-spot.desktop.in
config.status:1348: creating data/desktop-files/f-spot-view.desktop.in
config.status:1348: creating data/desktop-files/f-spot-import.desktop.in
config.status:1348: creating help/Makefile
config.status:1348: creating lib/gio-sharp/generator/Makefile
config.status:1348: creating lib/gio-sharp/gio/Makefile
config.status:1348: creating lib/gio-sharp/Makefile
config.status:1348: creating lib/GKeyFile/Makefile
config.status:1348: creating lib/gtk-sharp-beans/Makefile
config.status:1348: creating lib/Hyena/build/m4/Makefile
config.status:1348: creating lib/Hyena/build/Makefile
config.status:1348: creating lib/Hyena/build/pkg-config/Makefile
config.status:1348: creating lib/Hyena/Hyena.Data.Sqlite/Makefile
config.status:1348: creating lib/Hyena/Hyena.Gui/Makefile
config.status:1348: creating lib/Hyena/Hyena/Makefile
config.status:1348: creating lib/Hyena/Makefile
config.status:1348: creating lib/libfspot/Makefile
config.status:1348: creating lib/Makefile
config.status:1348: creating lib/Mono.Google/Makefile
config.status:1348: creating lib/Mono.Tabblo/Makefile
config.status:1348: creating lib/SmugMugNet/Makefile
config.status:1348: creating lib/TagLib/Makefile
config.status:1348: creating lib/unique-sharp/generator/Makefile
config.status:1348: creating lib/unique-sharp/Makefile
config.status:1348: creating lib/unique-sharp/unique/Makefile
config.status:1348: creating src/AssemblyInfo.cs
config.status:1348: creating src/Makefile
config.status:1348: creating src/Core/Makefile
config.status:1348: creating src/Core/FSpot.Bling/Makefile
config.status:1348: creating src/Core/FSpot.Cms/Makefile
config.status:1348: creating src/Core/FSpot.Cms/FSpot.Cms.dll.config
config.status:1348: creating src/Core/FSpot.Core/Makefile
config.status:1348: creating src/Core/FSpot.Core/FSpot.Core.dll.config
config.status:1348: creating src/Core/FSpot.Core/FSpot.Core/Defines.cs
config.status:1348: creating src/Core/FSpot.JobScheduler/Makefile
config.status:1348: creating src/Core/FSpot.Utils/Makefile
config.status:1348: creating src/Core/FSpot.Utils/FSpot.Utils.dll.config
config.status:1348: creating src/Core/FSpot.Query/Makefile
config.status:1348: creating src/Core/FSpot.Gui/Makefile
config.status:1348: creating src/Core/FSpot.Gui/FSpot.Gui.dll.config
config.status:1348: creating src/Core/FSpot.Platform/Makefile
config.status:1348: creating src/Clients/Makefile
config.status:1348: creating src/Clients/MainApp/Makefile
config.status:1348: creating src/Clients/MainApp/f-spot.exe.config
config.status:1348: creating src/Extensions/Makefile
config.status:1348: creating src/Extensions/Editors/Makefile
config.status:1348: creating src/Extensions/Editors/FSpot.Editors.Blackout/Makefile
config.status:1348: creating src/Extensions/Editors/FSpot.Editors.BW/Makefile
config.status:1348: creating src/Extensions/Editors/FSpot.Editors.Flip/Makefile
config.status:1348: creating src/Extensions/Editors/FSpot.Editors.Pixelate/Makefile
config.status:1348: creating src/Extensions/Editors/FSpot.Editors.Resize/Makefile
config.status:1348: creating src/Extensions/Exporters/Makefile
config.status:1348: creating src/Extensions/Exporters/FSpot.Exporters.CD/Makefile
config.status:1348: creating src/Extensions/Exporters/FSpot.Exporters.Flickr/Makefile
config.status:1348: creating src/Extensions/Exporters/FSpot.Exporters.Gallery/Makefile
config.status:1348: creating src/Extensions/Exporters/FSpot.Exporters.Facebook/Makefile
config.status:1348: creating src/Extensions/Exporters/FSpot.Exporters.Folder/Makefile
config.status:1348: creating src/Extensions/Exporters/FSpot.Exporters.SmugMug/Makefile
config.status:1348: creating src/Extensions/Exporters/FSpot.Exporters.Tabblo/Makefile
config.status:1348: creating src/Extensions/Exporters/FSpot.Exporters.PicasaWeb/Makefile
config.status:1348: creating src/Extensions/Exporters/FSpot.Exporters.Zip/Makefile
config.status:1348: creating src/Extensions/Tools/Makefile
config.status:1348: creating src/Extensions/Tools/FSpot.Tools.RawPlusJpeg/Makefile
config.status:1348: creating src/Extensions/Tools/FSpot.Tools.ChangePhotoPath/Makefile
config.status:1348: creating src/Extensions/Tools/FSpot.Tools.DevelopInUFraw/Makefile
config.status:1348: creating src/Extensions/Tools/FSpot.Tools.LiveWebGallery/Makefile
config.status:1348: creating src/Extensions/Tools/FSpot.Tools.MergeDb/Makefile
config.status:1348: creating src/Extensions/Tools/FSpot.Tools.RetroactiveRoll/Makefile
config.status:1348: creating src/Extensions/Tools/FSpot.Tools.ScreensaverConfig/Makefile
config.status:1348: creating src/Extensions/Transitions/Makefile
config.status:1348: creating src/Extensions/Transitions/FSpot.Transitions.Cover/Makefile
config.status:1348: creating docs/Makefile
config.status:1348: creating icons/Makefile
config.status:1348: creating tools/Makefile
config.status:1348: creating po/Makefile.in
config.status:1348: creating tests/Makefile
config.status:1348: creating config.h
config.status:1520: config.h is unchanged
config.status:1568: executing depfiles commands
config.status:1568: executing libtool commands
config.status:1568: executing default-1 commands
config.status:1568: executing po/stamp-it commands

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=i686-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_FLICKRNET_CFLAGS_set=
ac_cv_env_FLICKRNET_CFLAGS_value=
ac_cv_env_FLICKRNET_LIBS_set=
ac_cv_env_FLICKRNET_LIBS_value=
ac_cv_env_F_CFLAGS_set=
ac_cv_env_F_CFLAGS_value=
ac_cv_env_F_LIBS_set=
ac_cv_env_F_LIBS_value=
ac_cv_env_GCONF_SHARP_CFLAGS_set=
ac_cv_env_GCONF_SHARP_CFLAGS_value=
ac_cv_env_GCONF_SHARP_LIBS_set=
ac_cv_env_GCONF_SHARP_LIBS_value=
ac_cv_env_GIO_CFLAGS_set=
ac_cv_env_GIO_CFLAGS_value=
ac_cv_env_GIO_LIBS_set=
ac_cv_env_GIO_LIBS_value=
ac_cv_env_GLIBSHARP_2_12_7_CFLAGS_set=
ac_cv_env_GLIBSHARP_2_12_7_CFLAGS_value=
ac_cv_env_GLIBSHARP_2_12_7_LIBS_set=
ac_cv_env_GLIBSHARP_2_12_7_LIBS_value=
ac_cv_env_GLIBSHARP_CFLAGS_set=
ac_cv_env_GLIBSHARP_CFLAGS_value=
ac_cv_env_GLIBSHARP_LIBS_set=
ac_cv_env_GLIBSHARP_LIBS_value=
ac_cv_env_GNOME_DOC_UTILS_CFLAGS_set=
ac_cv_env_GNOME_DOC_UTILS_CFLAGS_value=
ac_cv_env_GNOME_DOC_UTILS_LIBS_set=
ac_cv_env_GNOME_DOC_UTILS_LIBS_value=
ac_cv_env_GNOME_SHARP_CFLAGS_set=
ac_cv_env_GNOME_SHARP_CFLAGS_value=
ac_cv_env_GNOME_SHARP_LIBS_set=
ac_cv_env_GNOME_SHARP_LIBS_value=
ac_cv_env_GTKSHARP_A11Y_CFLAGS_set=
ac_cv_env_GTKSHARP_A11Y_CFLAGS_value=
ac_cv_env_GTKSHARP_A11Y_LIBS_set=
ac_cv_env_GTKSHARP_A11Y_LIBS_value=
ac_cv_env_GTKSHARP_CFLAGS_set=
ac_cv_env_GTKSHARP_CFLAGS_value=
ac_cv_env_GTKSHARP_LIBS_set=
ac_cv_env_GTKSHARP_LIBS_value=
ac_cv_env_KEYRINGSHARP_CFLAGS_set=
ac_cv_env_KEYRINGSHARP_CFLAGS_value=
ac_cv_env_KEYRINGSHARP_LIBS_set=
ac_cv_env_KEYRINGSHARP_LIBS_value=
ac_cv_env_LCMS_CFLAGS_set=
ac_cv_env_LCMS_CFLAGS_value=
ac_cv_env_LCMS_LIBS_set=
ac_cv_env_LCMS_LIBS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_MONO_ADDINS_CFLAGS_set=
ac_cv_env_MONO_ADDINS_CFLAGS_value=
ac_cv_env_MONO_ADDINS_GUI_CFLAGS_set=
ac_cv_env_MONO_ADDINS_GUI_CFLAGS_value=
ac_cv_env_MONO_ADDINS_GUI_LIBS_set=
ac_cv_env_MONO_ADDINS_GUI_LIBS_value=
ac_cv_env_MONO_ADDINS_LIBS_set=
ac_cv_env_MONO_ADDINS_LIBS_value=
ac_cv_env_MONO_ADDINS_SETUP_CFLAGS_set=
ac_cv_env_MONO_ADDINS_SETUP_CFLAGS_value=
ac_cv_env_MONO_ADDINS_SETUP_LIBS_set=
ac_cv_env_MONO_ADDINS_SETUP_LIBS_value=
ac_cv_env_MONO_MODULE_CFLAGS_set=
ac_cv_env_MONO_MODULE_CFLAGS_value=
ac_cv_env_MONO_MODULE_LIBS_set=
ac_cv_env_MONO_MODULE_LIBS_value=
ac_cv_env_NDESK_DBUS_CFLAGS_set=
ac_cv_env_NDESK_DBUS_CFLAGS_value=
ac_cv_env_NDESK_DBUS_LIBS_set=
ac_cv_env_NDESK_DBUS_LIBS_value=
ac_cv_env_NUNIT_CFLAGS_set=
ac_cv_env_NUNIT_CFLAGS_value=
ac_cv_env_NUNIT_LIBS_set=
ac_cv_env_NUNIT_LIBS_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_UNIQUE_CFLAGS_set=
ac_cv_env_UNIQUE_CFLAGS_value=
ac_cv_env_UNIQUE_LIBS_set=
ac_cv_env_UNIQUE_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func_bind_textdomain_codeset=yes
ac_cv_func_dcgettext=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_jpeglib_h=yes
ac_cv_header_libintl_h=yes
ac_cv_header_locale_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=i686-pc-linux-gnu
ac_cv_lib_jpeg_jpeg_start_decompress=yes
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_FGREP='/bin/grep -F'
ac_cv_path_GAPI2CODEGEN=/usr/bin/gapi2-codegen
ac_cv_path_GAPI2FIXUP=/usr/bin/gapi2-fixup
ac_cv_path_GAPI2PARSER=/usr/bin/gapi2-parser
ac_cv_path_GCONFTOOL=/usr/bin/gconftool-2
ac_cv_path_GMSGFMT=/usr/bin/msgfmt
ac_cv_path_GREP=/bin/grep
ac_cv_path_INTLTOOL_EXTRACT=/usr/bin/intltool-extract
ac_cv_path_INTLTOOL_MERGE=/usr/bin/intltool-merge
ac_cv_path_INTLTOOL_PERL=/usr/bin/perl
ac_cv_path_INTLTOOL_UPDATE=/usr/bin/intltool-update
ac_cv_path_MCS=/usr/bin/gmcs
ac_cv_path_MONO=/usr/bin/mono
ac_cv_path_MSGFMT=/usr/bin/msgfmt
ac_cv_path_MSGMERGE=/usr/bin/msgmerge
ac_cv_path_SED=/bin/sed
ac_cv_path_XGETTEXT=/usr/bin/xgettext
ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_SED=/bin/sed
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_OBJDUMP=objdump
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_search_strerror='none required'
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_prog_tar_ustar=gnutar
am_cv_val_LC_MESSAGES=yes
gdu_cv_have_gdu=yes
gdu_cv_version_required=0.17.3
gt_cv_func_dgettext_libc=yes
gt_cv_func_dgettext_libintl=no
gt_cv_func_ngettext_libc=yes
gt_cv_have_gettext=yes
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_compiler_static_works=yes
lt_cv_prog_gnu_ld=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[	 ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[	 ][	 ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/  {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"lib\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_max_cmd_len=1572864
pkg_cv_FLICKRNET_CFLAGS=' '
pkg_cv_FLICKRNET_LIBS='-r:/usr/lib/cli/FlickrNet-2.2/FlickrNet.dll  '
pkg_cv_F_CFLAGS='-DORBIT2=1 -pthread -D_REENTRANT -I/usr/include/libgnome-2.0 -I/usr/include/orbit-2.0 -I/usr/include/gconf/2 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/libgnomeui-2.0 -I/usr/include/libart-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/include/pango-1.0 -I/usr/include/gail-1.0 -I/usr/include/freetype2 -I/usr/include/atk-1.0 -I/usr/lib/gtk-2.0/include -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/pixman-1 -I/usr/include/directfb -I/usr/include/libpng12 -I:/usr/lib/pkgconfig/../../share/gapi-2.0/pango-api.xml -I:/usr/lib/pkgconfig/../../share/gapi-2.0/atk-api.xml -I:/usr/lib/pkgconfig/../../share/gapi-2.0/gdk-api.xml -I:/usr/lib/pkgconfig/../../share/gapi-2.0/gtk-api.xml -I:/usr/lib/pkgconfig/../../share/gapi-2.0/glib-api.xml  '
pkg_cv_F_LIBS='-pthread -r:/usr/lib/mono/2.0/Mono.Cairo.dll -r:/usr/lib/pkgconfig/../../lib/cli/Mono.Addins-0.2/Mono.Addins.dll -r:/usr/lib/pkgconfig/../../lib/cli/Mono.Addins.Gui-0.2/Mono.Addins.Gui.dll -r:/usr/lib/pkgconfig/../../lib/cli/pango-sharp-2.0/pango-sharp.dll -r:/usr/lib/pkgconfig/../../lib/cli/atk-sharp-2.0/atk-sharp.dll -r:/usr/lib/pkgconfig/../../lib/cli/gdk-sharp-2.0/gdk-sharp.dll -r:/usr/lib/pkgconfig/../../lib/cli/gtk-sharp-2.0/gtk-sharp.dll -r:/usr/lib/pkgconfig/../../lib/cli/glib-sharp-2.0/glib-sharp.dll -r:/usr/lib/pkgconfig/../../lib/cli/Mono.Addins.Setup-0.2/Mono.Addins.Setup.dll -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lgnomevfs-2 -lgnomecanvas-2 -lgnome-2 -lpopt -lbonobo-2 -lbonobo-activation -lORBit-2 -lart_lgpl_2 -lgconf-2 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 -lcairo  '
pkg_cv_GCONF_SHARP_CFLAGS=' '
pkg_cv_GCONF_SHARP_LIBS='-r:/usr/lib/cli/gconf-sharp-2.0/gconf-sharp.dll  '
pkg_cv_GIO_CFLAGS='-pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  '
pkg_cv_GIO_LIBS='-pthread -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0  '
pkg_cv_GLIBSHARP_2_12_7_CFLAGS='-I:/usr/lib/pkgconfig/../../share/gapi-2.0/glib-api.xml  '
pkg_cv_GLIBSHARP_2_12_7_LIBS='-r:/usr/lib/pkgconfig/../../lib/cli/glib-sharp-2.0/glib-sharp.dll  '
pkg_cv_GLIBSHARP_CFLAGS='-I:/usr/lib/pkgconfig/../../share/gapi-2.0/glib-api.xml  '
pkg_cv_GLIBSHARP_LIBS='-r:/usr/lib/pkgconfig/../../lib/cli/glib-sharp-2.0/glib-sharp.dll  '
pkg_cv_GNOME_DOC_UTILS_CFLAGS=' '
pkg_cv_GNOME_DOC_UTILS_LIBS=' '
pkg_cv_GNOME_SHARP_CFLAGS='-I:/usr/share/gapi-2.0/gnome-api.xml -I:/usr/lib/pkgconfig/../../share/gapi-2.0/pango-api.xml -I:/usr/lib/pkgconfig/../../share/gapi-2.0/atk-api.xml -I:/usr/lib/pkgconfig/../../share/gapi-2.0/gdk-api.xml -I:/usr/lib/pkgconfig/../../share/gapi-2.0/gtk-api.xml -I:/usr/share/gapi-2.0/art-api.xml -I:/usr/share/gapi-2.0/gnome-vfs-api.xml -I:/usr/lib/pkgconfig/../../share/gapi-2.0/glib-api.xml  '
pkg_cv_GNOME_SHARP_LIBS='-r:/usr/lib/cli/gnome-sharp-2.24/gnome-sharp.dll -r:/usr/lib/pkgconfig/../../lib/cli/pango-sharp-2.0/pango-sharp.dll -r:/usr/lib/pkgconfig/../../lib/cli/atk-sharp-2.0/atk-sharp.dll -r:/usr/lib/pkgconfig/../../lib/cli/gdk-sharp-2.0/gdk-sharp.dll -r:/usr/lib/pkgconfig/../../lib/cli/gtk-sharp-2.0/gtk-sharp.dll -r:/usr/lib/cli/art-sharp-2.0/art-sharp.dll -r:/usr/lib/cli/gnome-vfs-sharp-2.0/gnome-vfs-sharp.dll -r:/usr/lib/pkgconfig/../../lib/cli/glib-sharp-2.0/glib-sharp.dll  '
pkg_cv_GTKSHARP_CFLAGS='-I:/usr/lib/pkgconfig/../../share/gapi-2.0/pango-api.xml -I:/usr/lib/pkgconfig/../../share/gapi-2.0/atk-api.xml -I:/usr/lib/pkgconfig/../../share/gapi-2.0/gdk-api.xml -I:/usr/lib/pkgconfig/../../share/gapi-2.0/gtk-api.xml -I:/usr/lib/pkgconfig/../../share/gapi-2.0/glib-api.xml  '
pkg_cv_GTKSHARP_LIBS='-r:/usr/lib/pkgconfig/../../lib/cli/pango-sharp-2.0/pango-sharp.dll -r:/usr/lib/pkgconfig/../../lib/cli/atk-sharp-2.0/atk-sharp.dll -r:/usr/lib/pkgconfig/../../lib/cli/gdk-sharp-2.0/gdk-sharp.dll -r:/usr/lib/pkgconfig/../../lib/cli/gtk-sharp-2.0/gtk-sharp.dll -r:/usr/lib/pkgconfig/../../lib/cli/glib-sharp-2.0/glib-sharp.dll  '
pkg_cv_KEYRINGSHARP_CFLAGS=' '
pkg_cv_KEYRINGSHARP_LIBS='-r:/usr/local/lib/mono/gnome-keyring-sharp-1.0/Gnome.Keyring.dll  '
pkg_cv_LCMS_CFLAGS=' '
pkg_cv_LCMS_LIBS='-llcms  '
pkg_cv_MONO_ADDINS_CFLAGS=' '
pkg_cv_MONO_ADDINS_GUI_CFLAGS='-I:/usr/lib/pkgconfig/../../share/gapi-2.0/pango-api.xml -I:/usr/lib/pkgconfig/../../share/gapi-2.0/atk-api.xml -I:/usr/lib/pkgconfig/../../share/gapi-2.0/gdk-api.xml -I:/usr/lib/pkgconfig/../../share/gapi-2.0/gtk-api.xml -I:/usr/lib/pkgconfig/../../share/gapi-2.0/glib-api.xml  '
pkg_cv_MONO_ADDINS_GUI_LIBS='-r:/usr/lib/pkgconfig/../../lib/cli/Mono.Addins.Gui-0.2/Mono.Addins.Gui.dll -r:/usr/lib/pkgconfig/../../lib/cli/pango-sharp-2.0/pango-sharp.dll -r:/usr/lib/pkgconfig/../../lib/cli/atk-sharp-2.0/atk-sharp.dll -r:/usr/lib/pkgconfig/../../lib/cli/gdk-sharp-2.0/gdk-sharp.dll -r:/usr/lib/pkgconfig/../../lib/cli/gtk-sharp-2.0/gtk-sharp.dll -r:/usr/lib/pkgconfig/../../lib/cli/Mono.Addins-0.2/Mono.Addins.dll -r:/usr/lib/pkgconfig/../../lib/cli/glib-sharp-2.0/glib-sharp.dll  '
pkg_cv_MONO_ADDINS_LIBS='-r:/usr/lib/pkgconfig/../../lib/cli/Mono.Addins-0.2/Mono.Addins.dll  '
pkg_cv_MONO_ADDINS_SETUP_CFLAGS=' '
pkg_cv_MONO_ADDINS_SETUP_LIBS='-r:/usr/lib/pkgconfig/../../lib/cli/Mono.Addins.Setup-0.2/Mono.Addins.Setup.dll -r:/usr/lib/pkgconfig/../../lib/cli/Mono.Addins-0.2/Mono.Addins.dll  '
pkg_cv_MONO_MODULE_CFLAGS=' '
pkg_cv_MONO_MODULE_LIBS=' '
pkg_cv_NDESK_DBUS_CFLAGS=' '
pkg_cv_NDESK_DBUS_LIBS='-r:/usr/local/lib/mono/ndesk-dbus-1.0/NDesk.DBus.dll -r:/usr/local/lib/mono/ndesk-dbus-glib-1.0/NDesk.DBus.GLib.dll  '
pkg_cv_UNIQUE_CFLAGS='-pthread -D_REENTRANT -I/usr/include/unique-1.0 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12  '
pkg_cv_UNIQUE_LIBS='-pthread -lunique-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0  '

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /home/stephen/computers/f-spot-0.8.2/missing --run aclocal-1.11'
ACLOCAL_AMFLAGS='-I build/m4/shamrock -I build/m4/f-spot -I build/m4/shave ${ACLOCAL_FLAGS}'
ALL_LINGUAS=''
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/stephen/computers/f-spot-0.8.2/missing --run tar'
AM_MAKEFLAGS='`test -z $V && echo -s`'
API_VERSION='0.8'
AR='ar'
ASM_VERSION='0.8.0.0'
AUTOCONF='${SHELL} /home/stephen/computers/f-spot-0.8.2/missing --run autoconf'
AUTOHEADER='${SHELL} /home/stephen/computers/f-spot-0.8.2/missing --run autoheader'
AUTOMAKE='${SHELL} /home/stephen/computers/f-spot-0.8.2/missing --run automake-1.11'
AWK='gawk'
BUILD_HOST_CPU='i686'
BUILD_HOST_OS='linux-gnu'
BUILD_TIME='2011-11-14 05:19:18 EST'
BUILD_VENDOR_ID='source-tarball'
CATALOGS=''
CATOBJEXT='.gmo'
CC='/bin/bash /home/stephen/computers/f-spot-0.8.2/build/m4/shave/shave cc gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS=''
CSC_DEFINES=' -d:GCONF_SHARP_2_18 -d:GCONF_SHARP_2_20_2 -d:GTK_2_16'
CXX='/bin/bash /home/stephen/computers/f-spot-0.8.2/build/m4/shave/shave cxx '
CYGPATH_W='echo'
DATADIRNAME='share'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DISPLAY_VERSION='0.8.2'
DISTCHECK_CONFIGURE_FLAGS='--disable-scrollkeeper --disable-docs --enable-release'
DOC_USER_FORMATS=''
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
ENABLE_ATK_FALSE=''
ENABLE_ATK_TRUE='#'
ENABLE_RELEASE='yes'
ENABLE_RELEASE_FALSE='#'
ENABLE_RELEASE_TRUE=''
ENABLE_SK_FALSE='#'
ENABLE_SK_TRUE=''
ENABLE_TESTS_FALSE=''
ENABLE_TESTS_TRUE='#'
EXEEXT=''
F77='/bin/bash /home/stephen/computers/f-spot-0.8.2/build/m4/shave/shave f77 '
FC='/bin/bash /home/stephen/computers/f-spot-0.8.2/build/m4/shave/shave fc '
FGREP='/bin/grep -F'
FLICKRNET_CFLAGS=' '
FLICKRNET_LIBS='-r:/usr/lib/cli/FlickrNet-2.2/FlickrNet.dll  '
F_CFLAGS='-DORBIT2=1 -pthread -D_REENTRANT -I/usr/include/libgnome-2.0 -I/usr/include/orbit-2.0 -I/usr/include/gconf/2 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/libgnomeui-2.0 -I/usr/include/libart-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/include/pango-1.0 -I/usr/include/gail-1.0 -I/usr/include/freetype2 -I/usr/include/atk-1.0 -I/usr/lib/gtk-2.0/include -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/pixman-1 -I/usr/include/directfb -I/usr/include/libpng12 -I:/usr/lib/pkgconfig/../../share/gapi-2.0/pango-api.xml -I:/usr/lib/pkgconfig/../../share/gapi-2.0/atk-api.xml -I:/usr/lib/pkgconfig/../../share/gapi-2.0/gdk-api.xml -I:/usr/lib/pkgconfig/../../share/gapi-2.0/gtk-api.xml -I:/usr/lib/pkgconfig/../../share/gapi-2.0/glib-api.xml  '
F_LIBS='-pthread -r:/usr/lib/mono/2.0/Mono.Cairo.dll -r:/usr/lib/pkgconfig/../../lib/cli/Mono.Addins-0.2/Mono.Addins.dll -r:/usr/lib/pkgconfig/../../lib/cli/Mono.Addins.Gui-0.2/Mono.Addins.Gui.dll -r:/usr/lib/pkgconfig/../../lib/cli/pango-sharp-2.0/pango-sharp.dll -r:/usr/lib/pkgconfig/../../lib/cli/atk-sharp-2.0/atk-sharp.dll -r:/usr/lib/pkgconfig/../../lib/cli/gdk-sharp-2.0/gdk-sharp.dll -r:/usr/lib/pkgconfig/../../lib/cli/gtk-sharp-2.0/gtk-sharp.dll -r:/usr/lib/pkgconfig/../../lib/cli/glib-sharp-2.0/glib-sharp.dll -r:/usr/lib/pkgconfig/../../lib/cli/Mono.Addins.Setup-0.2/Mono.Addins.Setup.dll -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lgnomevfs-2 -lgnomecanvas-2 -lgnome-2 -lpopt -lbonobo-2 -lbonobo-activation -lORBit-2 -lart_lgpl_2 -lgconf-2 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 -lcairo  '
GAPI2CODEGEN='/usr/bin/gapi2-codegen'
GAPI2FIXUP='/usr/bin/gapi2-fixup'
GAPI2PARSER='/usr/bin/gapi2-parser'
GCONFTOOL='/usr/bin/gconftool-2'
GCONF_SCHEMAS_INSTALL_FALSE='#'
GCONF_SCHEMAS_INSTALL_TRUE=''
GCONF_SCHEMA_CONFIG_SOURCE='xml:merged:/etc/gconf/gconf.xml.defaults'
GCONF_SCHEMA_FILE_DIR='$(sysconfdir)/gconf/schemas'
GCONF_SHARP_CFLAGS=' '
GCONF_SHARP_LIBS='-r:/usr/lib/cli/gconf-sharp-2.0/gconf-sharp.dll  '
GETTEXT_PACKAGE='f-spot'
GIO_CFLAGS='-pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  '
GIO_LIBS='-pthread -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0  '
GLIBSHARP_2_12_7_CFLAGS='-I:/usr/lib/pkgconfig/../../share/gapi-2.0/glib-api.xml  '
GLIBSHARP_2_12_7_LIBS='-r:/usr/lib/pkgconfig/../../lib/cli/glib-sharp-2.0/glib-sharp.dll  '
GLIBSHARP_CFLAGS='-I:/usr/lib/pkgconfig/../../share/gapi-2.0/glib-api.xml  '
GLIBSHARP_LIBS='-r:/usr/lib/pkgconfig/../../lib/cli/glib-sharp-2.0/glib-sharp.dll  '
GLIB_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  '
GLIB_GENMARSHAL='glib-genmarshal'
GLIB_LIBS='-lglib-2.0  '
GLIB_MKENUMS='glib-mkenums'
GMCS_FLAGS='-define:RELEASE'
GMOFILES=''
GMSGFMT='/usr/bin/msgfmt'
GNOME_DOC_UTILS_CFLAGS=' '
GNOME_DOC_UTILS_LIBS=' '
GNOME_ICON_THEME_PREFIX=''
GNOME_SCREENSAVER_SAVERDIR='/usr/local/libexec/gnome-screensaver'
GNOME_SCREENSAVER_THEMESDIR='/usr/local/share/applications/screensavers'
GNOME_SHARP_CFLAGS='-I:/usr/share/gapi-2.0/gnome-api.xml -I:/usr/lib/pkgconfig/../../share/gapi-2.0/pango-api.xml -I:/usr/lib/pkgconfig/../../share/gapi-2.0/atk-api.xml -I:/usr/lib/pkgconfig/../../share/gapi-2.0/gdk-api.xml -I:/usr/lib/pkgconfig/../../share/gapi-2.0/gtk-api.xml -I:/usr/share/gapi-2.0/art-api.xml -I:/usr/share/gapi-2.0/gnome-vfs-api.xml -I:/usr/lib/pkgconfig/../../share/gapi-2.0/glib-api.xml  '
GNOME_SHARP_LIBS='-r:/usr/lib/cli/gnome-sharp-2.24/gnome-sharp.dll -r:/usr/lib/pkgconfig/../../lib/cli/pango-sharp-2.0/pango-sharp.dll -r:/usr/lib/pkgconfig/../../lib/cli/atk-sharp-2.0/atk-sharp.dll -r:/usr/lib/pkgconfig/../../lib/cli/gdk-sharp-2.0/gdk-sharp.dll -r:/usr/lib/pkgconfig/../../lib/cli/gtk-sharp-2.0/gtk-sharp.dll -r:/usr/lib/cli/art-sharp-2.0/art-sharp.dll -r:/usr/lib/cli/gnome-vfs-sharp-2.0/gnome-vfs-sharp.dll -r:/usr/lib/pkgconfig/../../lib/cli/glib-sharp-2.0/glib-sharp.dll  '
GOBJECT_QUERY='gobject-query'
GREP='/bin/grep'
GTKSHARP_A11Y_CFLAGS=''
GTKSHARP_A11Y_LIBS=''
GTKSHARP_CFLAGS='-I:/usr/lib/pkgconfig/../../share/gapi-2.0/pango-api.xml -I:/usr/lib/pkgconfig/../../share/gapi-2.0/atk-api.xml -I:/usr/lib/pkgconfig/../../share/gapi-2.0/gdk-api.xml -I:/usr/lib/pkgconfig/../../share/gapi-2.0/gtk-api.xml -I:/usr/lib/pkgconfig/../../share/gapi-2.0/glib-api.xml  '
GTKSHARP_LIBS='-r:/usr/lib/pkgconfig/../../lib/cli/pango-sharp-2.0/pango-sharp.dll -r:/usr/lib/pkgconfig/../../lib/cli/atk-sharp-2.0/atk-sharp.dll -r:/usr/lib/pkgconfig/../../lib/cli/gdk-sharp-2.0/gdk-sharp.dll -r:/usr/lib/pkgconfig/../../lib/cli/gtk-sharp-2.0/gtk-sharp.dll -r:/usr/lib/pkgconfig/../../lib/cli/glib-sharp-2.0/glib-sharp.dll  '
HAVE_GLIBSHARP_2_12_7_FALSE='#'
HAVE_GLIBSHARP_2_12_7_TRUE=''
HAVE_GNOME_DOC_UTILS_FALSE='#'
HAVE_GNOME_DOC_UTILS_TRUE=''
HELP_DIR='${datadir}/gnome/help'
HYENA_PKG_CONFIG_FALSE=''
HYENA_PKG_CONFIG_TRUE='#'
ICONS_DIRECTORY='${datarootdir}/f-spot-0.8.2'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
INSTOBJEXT='.mo'
INTLLIBS=''
INTLTOOL_CAVES_RULE='%.caves:     %.caves.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_DESKTOP_RULE='%.desktop:   %.desktop.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_DIRECTORY_RULE='%.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_EXTRACT='/usr/bin/intltool-extract'
INTLTOOL_KBD_RULE='%.kbd:       %.kbd.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -m -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_KEYS_RULE='%.keys:      %.keys.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -k -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_MERGE='/usr/bin/intltool-merge'
INTLTOOL_OAF_RULE='%.oaf:       %.oaf.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -p $(top_srcdir)/po $< $@'
INTLTOOL_PERL='/usr/bin/perl'
INTLTOOL_POLICY_RULE='%.policy:    %.policy.in    $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_PONG_RULE='%.pong:      %.pong.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_PROP_RULE='%.prop:      %.prop.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_SCHEMAS_RULE='%.schemas:   %.schemas.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -s -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_SERVER_RULE='%.server:    %.server.in    $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_SERVICE_RULE='%.service: %.service.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_SHEET_RULE='%.sheet:     %.sheet.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_THEME_RULE='%.theme:     %.theme.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_UI_RULE='%.ui:        %.ui.in        $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_UPDATE='/usr/bin/intltool-update'
INTLTOOL_XAM_RULE='%.xam:       %.xml.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_XML_NOMERGE_RULE='%.xml:       %.xml.in       $(INTLTOOL_MERGE) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u /tmp $< $@'
INTLTOOL_XML_RULE='%.xml:       %.xml.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
KEYRINGSHARP_CFLAGS=' '
KEYRINGSHARP_LIBS='-r:/usr/local/lib/mono/gnome-keyring-sharp-1.0/Gnome.Keyring.dll  '
LCMS_CFLAGS=' '
LCMS_LIBS='-llcms  '
LD='/usr/bin/ld'
LDFLAGS=''
LIBJPEG='-ljpeg'
LIBOBJS=''
LIBS='-ljpeg '
LIBTOOL='/bin/bash /home/stephen/computers/f-spot-0.8.2/build/m4/shave/shave-libtool '\''$(SHELL) $(top_builddir)/libtool'\'''
LIPO=''
LN_S='ln -s'
LTLIBOBJS=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEFLAGS='-s'
MAKEINFO='${SHELL} /home/stephen/computers/f-spot-0.8.2/missing --run makeinfo'
MCS='/bin/bash /home/stephen/computers/f-spot-0.8.2/build/m4/shave/shave mcs /usr/bin/gmcs'
MKDIR_P='/bin/mkdir -p'
MKINSTALLDIRS='./mkinstalldirs'
MONO='/usr/bin/mono'
MONO_ADDINS_CFLAGS=' '
MONO_ADDINS_GUI_CFLAGS='-I:/usr/lib/pkgconfig/../../share/gapi-2.0/pango-api.xml -I:/usr/lib/pkgconfig/../../share/gapi-2.0/atk-api.xml -I:/usr/lib/pkgconfig/../../share/gapi-2.0/gdk-api.xml -I:/usr/lib/pkgconfig/../../share/gapi-2.0/gtk-api.xml -I:/usr/lib/pkgconfig/../../share/gapi-2.0/glib-api.xml  '
MONO_ADDINS_GUI_LIBS='-r:/usr/lib/pkgconfig/../../lib/cli/Mono.Addins.Gui-0.2/Mono.Addins.Gui.dll -r:/usr/lib/pkgconfig/../../lib/cli/pango-sharp-2.0/pango-sharp.dll -r:/usr/lib/pkgconfig/../../lib/cli/atk-sharp-2.0/atk-sharp.dll -r:/usr/lib/pkgconfig/../../lib/cli/gdk-sharp-2.0/gdk-sharp.dll -r:/usr/lib/pkgconfig/../../lib/cli/gtk-sharp-2.0/gtk-sharp.dll -r:/usr/lib/pkgconfig/../../lib/cli/Mono.Addins-0.2/Mono.Addins.dll -r:/usr/lib/pkgconfig/../../lib/cli/glib-sharp-2.0/glib-sharp.dll  '
MONO_ADDINS_LIBS='-r:/usr/lib/pkgconfig/../../lib/cli/Mono.Addins-0.2/Mono.Addins.dll  '
MONO_ADDINS_SETUP_CFLAGS=' '
MONO_ADDINS_SETUP_LIBS='-r:/usr/lib/pkgconfig/../../lib/cli/Mono.Addins.Setup-0.2/Mono.Addins.Setup.dll -r:/usr/lib/pkgconfig/../../lib/cli/Mono.Addins-0.2/Mono.Addins.dll  '
MONO_MODULE_CFLAGS=' '
MONO_MODULE_LIBS=' '
MSGFMT='/usr/bin/msgfmt'
MSGFMT_OPTS='-c'
MSGMERGE='/usr/bin/msgmerge'
NDESK_DBUS_CFLAGS=' '
NDESK_DBUS_LIBS='-r:/usr/local/lib/mono/ndesk-dbus-1.0/NDesk.DBus.dll -r:/usr/local/lib/mono/ndesk-dbus-glib-1.0/NDesk.DBus.GLib.dll  '
NM='/usr/bin/nm -B'
NMEDIT=''
NUNIT_CFLAGS=''
NUNIT_LIBS=''
OBJC='/bin/bash /home/stephen/computers/f-spot-0.8.2/build/m4/shave/shave objc '
OBJDUMP='objdump'
OBJEXT='o'
OMF_DIR='${datadir}/omf'
OTOOL64=''
OTOOL=''
PACKAGE='f-spot'
PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=f-spot'
PACKAGE_NAME='f-spot'
PACKAGE_STRING='f-spot 0.8.2'
PACKAGE_TARNAME='f-spot'
PACKAGE_URL=''
PACKAGE_VERSION='0.8.2'
PATH_SEPARATOR=':'
PKG_CONFIG='/usr/bin/pkg-config'
POFILES=''
POSUB='po'
PO_IN_DATADIR_FALSE=''
PO_IN_DATADIR_TRUE=''
Q='$(V:1=)'
RANLIB='ranlib'
SED='/bin/sed'
SET_MAKE=''
SHELL='/bin/bash'
STRIP='strip'
TURTLEDIR=''
UNIQUE_CFLAGS='-pthread -D_REENTRANT -I/usr/include/unique-1.0 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12  '
UNIQUE_LIBS='-pthread -lunique-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0  '
USE_NLS='yes'
V='@'
VERSION='0.8.2'
WITH_TURTLE_FALSE='#'
WITH_TURTLE_TRUE=''
XGETTEXT='/usr/bin/xgettext'
ac_ct_CC='gcc'
ac_ct_DUMPBIN=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__quote=''
am__tar='tar --format=ustar -chf - "$$tardir"'
am__untar='tar -xf -'
bindir='${exec_prefix}/bin'
build='i686-pc-linux-gnu'
build_alias=''
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='/usr/local'
expanded_bindir='/usr/local/bin'
expanded_datadir='/usr/local/share'
expanded_libdir='/usr/local/lib'
host='i686-pc-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/stephen/computers/f-spot-0.8.2/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
lt_ECHO='echo'
mandir='${datarootdir}/man'
mkdir_p='/bin/mkdir -p'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
shavedir='/home/stephen/computers/f-spot-0.8.2/build/m4/shave'
sysconfdir='${prefix}/etc'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME "f-spot"
#define PACKAGE_TARNAME "f-spot"
#define PACKAGE_VERSION "0.8.2"
#define PACKAGE_STRING "f-spot 0.8.2"
#define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=f-spot";
#define PACKAGE_URL ""
#define PACKAGE "f-spot"
#define VERSION "0.8.2"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define STDC_HEADERS 1
#define HAVE_LIBJPEG 1
#define GETTEXT_PACKAGE "f-spot"
#define HAVE_LOCALE_H 1
#define HAVE_LC_MESSAGES 1
#define HAVE_BIND_TEXTDOMAIN_CODESET 1
#define HAVE_GETTEXT 1
#define HAVE_DCGETTEXT 1
#define ENABLE_NLS 1

configure: exit 0

./FSpot.UI.Dialog/TagSelectionDialog.cs(20,30): warning CS0108: `FSpot.UI.Dialog.TagSelectionDialog.Run()' hides inherited member `Gtk.Dialog.Run()'. Use the new keyword if hiding was intended
/usr/lib/cli/gtk-sharp-2.0/gtk-sharp.dll (Location of the symbol related to previous warning)
./FSpot.UI.Dialog/TagSelectionDialog.cs(29,29): warning CS0108: `FSpot.UI.Dialog.TagSelectionDialog.Hide()' hides inherited member `Gtk.Widget.Hide()'. Use the new keyword if hiding was intended
/usr/lib/cli/gtk-sharp-2.0/gtk-sharp.dll (Location of the symbol related to previous warning)
./FSpot.Widgets/MetadataDisplay.cs(157,22): warning CS0108: `FSpot.Widgets.MetadataDisplayWidget.Visible' hides inherited member `Gtk.Widget.Visible'. Use the new keyword if hiding was intended
/usr/lib/cli/gtk-sharp-2.0/gtk-sharp.dll (Location of the symbol related to previous warning)
./FSpot.Widgets/PreviewPopup.cs(41,32): warning CS0109: The member `FSpot.PreviewPopup.Item' does not hide an inherited member. The new keyword is not required
./FSpot/SingleView.cs(618,44): warning CS0108: `FSpot.SingleView.PreferenceDialog.Show()' hides inherited member `Gtk.Widget.Show()'. Use the new keyword if hiding was intended
/usr/lib/cli/gtk-sharp-2.0/gtk-sharp.dll (Location of the symbol related to previous warning)
./FSpot.Loaders/GdkImageLoader.cs(115,45): error CS1501: No overload for method `Close' takes `1' arguments
/usr/lib/cli/gdk-sharp-2.0/gdk-sharp.dll (Location of the symbol related to previous error)
./FSpot.Loaders/GdkImageLoader.cs(112,33): error CS0161: `FSpot.Loaders.GdkImageLoader.Close()': not all code paths return a value
./FSpot.Widgets/FolderTreeView.cs(140,49): warning CS0618: `FSpot.DragDropTargets.UriListEntry' is obsolete: `Use gtk_target_list_add_uri_target'
./FSpot.Widgets/FolderTreeView.cs(141,49): warning CS0618: `FSpot.DragDropTargets.PlainTextEntry' is obsolete: `better use gtk_target_list_add_text_targets'
./FSpot.Widgets/FolderTreeView.cs(148,56): warning CS0618: `FSpot.DragDropTargets.UriListEntry' is obsolete: `Use gtk_target_list_add_uri_target'
./FSpot.Widgets/FolderTreeView.cs(149,56): warning CS0618: `FSpot.DragDropTargets.PlainTextEntry' is obsolete: `better use gtk_target_list_add_text_targets'
./FSpot.Widgets/InfoBox.cs(705,30): warning CS0612: `Gtk.Object.SetData(string, System.IntPtr)' is obsolete
./FSpot.Widgets/InfoBox.cs(714,30): warning CS0612: `Gtk.Object.SetData(string, System.IntPtr)' is obsolete
./FSpot.Widgets/InfoBox.cs(723,30): warning CS0612: `Gtk.Object.SetData(string, System.IntPtr)' is obsolete
./FSpot.Widgets/InfoBox.cs(732,30): warning CS0612: `Gtk.Object.SetData(string, System.IntPtr)' is obsolete
./FSpot.Widgets/InfoBox.cs(741,30): warning CS0612: `Gtk.Object.SetData(string, System.IntPtr)' is obsolete
./FSpot.Widgets/InfoBox.cs(750,30): warning CS0612: `Gtk.Object.SetData(string, System.IntPtr)' is obsolete
./FSpot.Widgets/InfoBox.cs(759,30): warning CS0612: `Gtk.Object.SetData(string, System.IntPtr)' is obsolete
./FSpot.Widgets/InfoBox.cs(764,67): warning CS0612: `Gtk.Object.GetData(string)' is obsolete
./FSpot.Widgets/MetadataDisplay.cs(64,22): warning CS0108: `FSpot.Widgets.MetadataDisplayWidget.State' hides inherited member `Gtk.Widget.State'. Use the new keyword if hiding was intended
/usr/lib/cli/gtk-sharp-2.0/gtk-sharp.dll (Location of the symbol related to previous warning)
./FSpot.Widgets/PhotoImageView.cs(238,62): warning CS0618: `FSpot.PhotoLoader' is obsolete: `nuke or rename this'
./FSpot.Widgets/PreviewPopup.cs(115,68): warning CS0618: `FSpot.PhotoLoader' is obsolete: `nuke or rename this'
./FSpot.Widgets/TagEntry.cs(103,33): warning CS0612: `Gtk.Entry.AppendText(string)' is obsolete
./FSpot/App.cs(265,58): warning CS0618: `FSpot.PhotoStore.Query(FSpot.Core.Tag[])' is obsolete: `drop this, use IQueryCondition correctly instead'
./FSpot/App.cs(267,58): warning CS0618: `FSpot.PhotoStore.Query(FSpot.Core.Tag[])' is obsolete: `drop this, use IQueryCondition correctly instead'
./FSpot/MainWindow.cs(183,49): warning CS0618: `FSpot.DragDropTargets.UriListEntry' is obsolete: `Use gtk_target_list_add_uri_target'
./FSpot/MainWindow.cs(191,49): warning CS0618: `FSpot.DragDropTargets.UriListEntry' is obsolete: `Use gtk_target_list_add_uri_target'
./FSpot/MainWindow.cs(913,72): warning CS0618: `FSpot.PhotoLoader' is obsolete: `nuke or rename this'
./FSpot/MainWindow.cs(1086,58): warning CS0618: `FSpot.DragDropTargets.UriListEntry' is obsolete: `Use gtk_target_list_add_uri_target'
./FSpot/MainWindow.cs(1189,58): warning CS0618: `FSpot.DragDropTargets.UriListEntry' is obsolete: `Use gtk_target_list_add_uri_target'
./FSpot/MainWindow.cs(1215,97): warning CS0618: `FSpot.PhotoQuery.Photos' is obsolete: `DO NOT USE THIS, IT'S TOO SLOW'
./FSpot/MainWindow.cs(1770,59): warning CS0618: `FSpot.PhotoStore.Query(FSpot.Core.Tag[])' is obsolete: `drop this, use IQueryCondition correctly instead'
./FSpot/MainWindow.cs(2293,33): warning CS0618: `FSpot.DragDropTargets.PlainTextEntry' is obsolete: `better use gtk_target_list_add_text_targets'
./FSpot/MainWindow.cs(2294,33): warning CS0618: `FSpot.DragDropTargets.UriListEntry' is obsolete: `Use gtk_target_list_add_uri_target'
./FSpot/MainWindow.cs(2306,45): warning CS0618: `FSpot.DragDropTargets.PlainTextEntry' is obsolete: `better use gtk_target_list_add_text_targets'
./FSpot/MainWindow.cs(2311,45): warning CS0618: `FSpot.DragDropTargets.UriListEntry' is obsolete: `Use gtk_target_list_add_uri_target'
./FSpot/MainWindow.cs(2732,51): warning CS0612: `Gtk.MenuItem.RemoveSubmenu()' is obsolete
./FSpot/PhotoStore.cs(379,35): warning CS0618: `FSpot.PhotoStore.Query(FSpot.Core.Tag[], string, FSpot.Query.DateRange, FSpot.Query.RollSet)' is obsolete: `drop this, use IQueryCondition correctly instead'
./FSpot/SingleView.cs(97,55): warning CS0618: `FSpot.DragDropTargets.UriListEntry' is obsolete: `Use gtk_target_list_add_uri_target'
./FSpot/SingleView.cs(98,55): warning CS0618: `FSpot.DragDropTargets.PlainTextEntry' is obsolete: `better use gtk_target_list_add_text_targets'
./FSpot/SingleView.cs(442,64): warning CS0618: `FSpot.DragDropTargets.UriListEntry' is obsolete: `Use gtk_target_list_add_uri_target'
./FSpot/SingleView.cs(443,67): warning CS0618: `FSpot.DragDropTargets.PlainTextEntry' is obsolete: `better use gtk_target_list_add_text_targets'
./FSpot/TagQueryWidget.cs(180,25): warning CS0612: `Gtk.DrawingArea.Size(int, int)' is obsolete
./FSpot/TagSelectionWidget.cs(524,49): warning CS0618: `FSpot.DragDropTargets.UriListEntry' is obsolete: `Use gtk_target_list_add_uri_target'
./FSpot/TagSelectionWidget.cs(707,58): warning CS0618: `FSpot.DragDropTargets.UriListEntry' is obsolete: `Use gtk_target_list_add_uri_target'
./FSpot/TagStore.cs(382,80): warning CS0618: `FSpot.PhotoStore.Query(FSpot.Core.Tag[])' is obsolete: `drop this, use IQueryCondition correctly instead'
./PixbufUtils.cs(131,47): warning CS0618: `PixbufUtils.GetOrientation(string)' is obsolete: `Use GetOrientation (SafeUri) instead'
make[4]: *** [../../../bin/f-spot.exe] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2




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