config.log



Hi,

I am new to Nautilus. I would like to walk through the source code using a debugger (Netbeans) to get an ideal about Nautilus. So I called:
  ./configure CFLAGS=-g

The only file generated was config.log. I assume that there were errors. I post the log below. What should I do?

Any information would be appreciated. Thanks in advance.

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

It was created by nautilus configure 2.32.2.1, which was
generated by GNU Autoconf 2.68.  Invocation command line was

  $ ./configure CFLAGS=-g

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

hostname = d4
uname -m = i686
uname -r = 2.6.32-30-generic
uname -s = Linux
uname -v = #59-Ubuntu SMP Tue Mar 1 21:30:21 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:2440: checking for a BSD-compatible install
configure:2508: result: /usr/bin/install -c
configure:2519: checking whether build environment is sane
configure:2569: result: yes
configure:2710: checking for a thread-safe mkdir -p
configure:2749: result: /bin/mkdir -p
configure:2762: checking for gawk
configure:2778: found /usr/bin/gawk
configure:2789: result: gawk
configure:2800: checking whether make sets $(MAKE)
configure:2822: result: yes
configure:2897: checking how to create a ustar tar archive
configure:2910: 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:2913: $? = 0
configure:2953: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar
configure:2956: $? = 0
configure:2960: tar -xf - <conftest.tar
configure:2963: $? = 0
configure:2976: result: gnutar
configure:2996: checking whether to enable maintainer-specific portions of Makefiles
configure:3005: result: no
configure:3048: checking for style of include used by make
configure:3076: result: GNU
configure:3146: checking for gcc
configure:3162: found /usr/bin/gcc
configure:3173: result: gcc
configure:3402: checking for C compiler version
configure:3411: 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:3422: $? = 0
configure:3411: 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:3422: $? = 0
configure:3411: gcc -V >&5
gcc: '-V' option must have argument
configure:3422: $? = 1
configure:3411: gcc -qversion >&5
gcc: unrecognized option '-qversion'
gcc: no input files
configure:3422: $? = 1
configure:3442: checking whether the C compiler works
configure:3464: gcc -g   conftest.c  >&5
configure:3468: $? = 0
configure:3516: result: yes
configure:3519: checking for C compiler default output file name
configure:3521: result: a.out
configure:3527: checking for suffix of executables
configure:3534: gcc -o conftest -g   conftest.c  >&5
configure:3538: $? = 0
configure:3560: result:
configure:3582: checking whether we are cross compiling
configure:3590: gcc -o conftest -g   conftest.c  >&5
configure:3594: $? = 0
configure:3601: ./conftest
configure:3605: $? = 0
configure:3620: result: no
configure:3625: checking for suffix of object files
configure:3647: gcc -c -g  conftest.c >&5
configure:3651: $? = 0
configure:3672: result: o
configure:3676: checking whether we are using the GNU C compiler
configure:3695: gcc -c -g  conftest.c >&5
configure:3695: $? = 0
configure:3704: result: yes
configure:3713: checking whether gcc accepts -g
configure:3733: gcc -c -g  conftest.c >&5
configure:3733: $? = 0
configure:3774: result: yes
configure:3791: checking for gcc option to accept ISO C89
configure:3855: gcc  -c -g  conftest.c >&5
configure:3855: $? = 0
configure:3868: result: none needed
configure:3890: checking dependency style of gcc
configure:4000: result: gcc3
configure:4021: checking how to run the C preprocessor
configure:4052: gcc -E  conftest.c
configure:4052: $? = 0
configure:4066: gcc -E  conftest.c
conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
configure:4066: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "nautilus"
| #define PACKAGE_TARNAME "nautilus"
| #define PACKAGE_VERSION "2.32.2.1"
| #define PACKAGE_STRING "nautilus 2.32.2.1"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus"
| #define PACKAGE_URL ""
| #define PACKAGE "nautilus"
| #define VERSION "2.32.2.1"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4091: result: gcc -E
configure:4111: gcc -E  conftest.c
configure:4111: $? = 0
configure:4125: gcc -E  conftest.c
conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
configure:4125: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "nautilus"
| #define PACKAGE_TARNAME "nautilus"
| #define PACKAGE_VERSION "2.32.2.1"
| #define PACKAGE_STRING "nautilus 2.32.2.1"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus"
| #define PACKAGE_URL ""
| #define PACKAGE "nautilus"
| #define VERSION "2.32.2.1"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4154: checking for grep that handles long lines and -e
configure:4212: result: /bin/grep
configure:4217: checking for egrep
configure:4279: result: /bin/grep -E
configure:4284: checking for ANSI C header files
configure:4304: gcc -c -g  conftest.c >&5
configure:4304: $? = 0
configure:4377: gcc -o conftest -g   conftest.c  >&5
configure:4377: $? = 0
configure:4377: ./conftest
configure:4377: $? = 0
configure:4388: result: yes
configure:4401: checking for sys/types.h
configure:4401: gcc -c -g  conftest.c >&5
configure:4401: $? = 0
configure:4401: result: yes
configure:4401: checking for sys/stat.h
configure:4401: gcc -c -g  conftest.c >&5
configure:4401: $? = 0
configure:4401: result: yes
configure:4401: checking for stdlib.h
configure:4401: gcc -c -g  conftest.c >&5
configure:4401: $? = 0
configure:4401: result: yes
configure:4401: checking for string.h
configure:4401: gcc -c -g  conftest.c >&5
configure:4401: $? = 0
configure:4401: result: yes
configure:4401: checking for memory.h
configure:4401: gcc -c -g  conftest.c >&5
configure:4401: $? = 0
configure:4401: result: yes
configure:4401: checking for strings.h
configure:4401: gcc -c -g  conftest.c >&5
configure:4401: $? = 0
configure:4401: result: yes
configure:4401: checking for inttypes.h
configure:4401: gcc -c -g  conftest.c >&5
configure:4401: $? = 0
configure:4401: result: yes
configure:4401: checking for stdint.h
configure:4401: gcc -c -g  conftest.c >&5
configure:4401: $? = 0
configure:4401: result: yes
configure:4401: checking for unistd.h
configure:4401: gcc -c -g  conftest.c >&5
configure:4401: $? = 0
configure:4401: result: yes
configure:4413: checking whether byte ordering is bigendian
configure:4428: gcc -c -g  conftest.c >&5
conftest.c:22: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'a'
configure:4428: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "nautilus"
| #define PACKAGE_TARNAME "nautilus"
| #define PACKAGE_VERSION "2.32.2.1"
| #define PACKAGE_STRING "nautilus 2.32.2.1"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus"
| #define PACKAGE_URL ""
| #define PACKAGE "nautilus"
| #define VERSION "2.32.2.1"
| #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
| /* end confdefs.h.  */
| #ifndef __APPLE_CC__
|            not a universal capable compiler
|          #endif
|          typedef int dummy;
|
configure:4473: gcc -c -g  conftest.c >&5
configure:4473: $? = 0
configure:4491: gcc -c -g  conftest.c >&5
conftest.c: In function 'main':
conftest.c:28: error: 'not' undeclared (first use in this function)
conftest.c:28: error: (Each undeclared identifier is reported only once
conftest.c:28: error: for each function it appears in.)
conftest.c:28: error: expected ';' before 'big'
configure:4491: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "nautilus"
| #define PACKAGE_TARNAME "nautilus"
| #define PACKAGE_VERSION "2.32.2.1"
| #define PACKAGE_STRING "nautilus 2.32.2.1"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus"
| #define PACKAGE_URL ""
| #define PACKAGE "nautilus"
| #define VERSION "2.32.2.1"
| #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
| /* end confdefs.h.  */
| #include <sys/types.h>
|         #include <sys/param.h>
|
| int
| main ()
| {
| #if BYTE_ORDER != BIG_ENDIAN
|          not big endian
|         #endif
|
|   ;
|   return 0;
| }
configure:4619: result: no
configure:4637: checking for an ANSI C-conforming const
configure:4702: gcc -c -g  conftest.c >&5
configure:4702: $? = 0
configure:4709: result: yes
configure:4765: checking for gcc
configure:4792: result: gcc
configure:5021: checking for C compiler version
configure:5030: 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:5041: $? = 0
configure:5030: 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:5041: $? = 0
configure:5030: gcc -V >&5
gcc: '-V' option must have argument
configure:5041: $? = 1
configure:5030: gcc -qversion >&5
gcc: unrecognized option '-qversion'
gcc: no input files
configure:5041: $? = 1
configure:5045: checking whether we are using the GNU C compiler
configure:5073: result: yes
configure:5082: checking whether gcc accepts -g
configure:5143: result: yes
configure:5160: checking for gcc option to accept ISO C89
configure:5237: result: none needed
configure:5259: checking dependency style of gcc
configure:5369: result: gcc3
configure:5389: checking how to run the C preprocessor
configure:5459: result: gcc -E
configure:5479: gcc -E  conftest.c
configure:5479: $? = 0
configure:5493: gcc -E  conftest.c
conftest.c:21:28: error: ac_nonexistent.h: No such file or directory
configure:5493: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "nautilus"
| #define PACKAGE_TARNAME "nautilus"
| #define PACKAGE_VERSION "2.32.2.1"
| #define PACKAGE_STRING "nautilus 2.32.2.1"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus"
| #define PACKAGE_URL ""
| #define PACKAGE "nautilus"
| #define VERSION "2.32.2.1"
| #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
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5522: checking whether ln -s works
configure:5526: result: yes
configure:5533: checking whether make sets $(MAKE)
configure:5555: result: yes
configure:5599: checking build system type
configure:5613: result: i686-pc-linux-gnu
configure:5633: checking host system type
configure:5646: result: i686-pc-linux-gnu
configure:6015: checking how to print strings
configure:6042: result: printf
configure:6063: checking for a sed that does not truncate output
configure:6127: result: /bin/sed
configure:6145: checking for fgrep
configure:6207: result: /bin/grep -F
configure:6242: checking for ld used by gcc
configure:6309: result: /usr/bin/ld
configure:6316: checking if the linker (/usr/bin/ld) is GNU ld
configure:6331: result: yes
configure:6343: checking for BSD- or MS-compatible name lister (nm)
configure:6392: result: /usr/bin/nm -B
configure:6522: checking the name lister (/usr/bin/nm -B) interface
configure:6529: gcc -c -g  conftest.c >&5
configure:6532: /usr/bin/nm -B "conftest.o"
configure:6535: output
00000000 B some_variable
configure:6542: result: BSD nm
configure:6546: checking the maximum length of command line arguments
configure:6671: result: 1572864
configure:6688: checking whether the shell understands some XSI constructs
configure:6698: result: yes
configure:6702: checking whether the shell understands "+="
configure:6708: result: yes
configure:6743: checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format
configure:6783: result: func_convert_file_noop
configure:6790: checking how to convert i686-pc-linux-gnu file names to toolchain format
configure:6810: result: func_convert_file_noop
configure:6817: checking for /usr/bin/ld option to reload object files
configure:6824: result: -r
configure:6898: checking for objdump
configure:6925: result: objdump
configure:6954: checking how to recognize dependent libraries
configure:7156: result: pass_all
configure:7241: checking for dlltool
configure:7268: result: dlltool
configure:7298: checking how to associate runtime and link libraries
configure:7325: result: printf %s\n
configure:7385: checking for ar
configure:7401: found /usr/bin/ar
configure:7412: result: ar
configure:7449: checking for archiver @FILE support
configure:7466: gcc -c -g  conftest.c >&5
configure:7466: $? = 0
configure:7469: ar cru libconftest.a @conftest.lst >&5
configure:7472: $? = 0
configure:7477: ar cru libconftest.a @conftest.lst >&5
ar: conftest.o: No such file or directory
configure:7480: $? = 1
configure:7492: result: @
configure:7550: checking for strip
configure:7566: found /usr/bin/strip
configure:7577: result: strip
configure:7649: checking for ranlib
configure:7665: found /usr/bin/ranlib
configure:7676: result: ranlib
configure:7778: checking command to parse /usr/bin/nm -B output from gcc object
configure:7897: gcc -c -g  conftest.c >&5
configure:7900: $? = 0
configure:7904: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
configure:7907: $? = 0
configure:7973: gcc -o conftest -g   conftest.c conftstm.o >&5
configure:7976: $? = 0
configure:8014: result: ok
configure:8051: checking for sysroot
configure:8081: result: no
configure:8324: checking for mt
configure:8340: found /bin/mt
configure:8351: result: mt
configure:8374: checking if mt is a manifest tool
configure:8380: mt '-?'
mt: invalid option -- ?
configure:8388: result: no
configure:9017: checking for dlfcn.h
configure:9017: gcc -c -g  conftest.c >&5
configure:9017: $? = 0
configure:9017: result: yes
configure:9172: checking for objdir
configure:9187: result: .libs
configure:9458: checking if gcc supports -fno-rtti -fno-exceptions
configure:9476: gcc -c -g  -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
configure:9480: $? = 0
configure:9493: result: no
configure:9803: checking for gcc option to produce PIC
configure:9810: result: -fPIC -DPIC
configure:9818: checking if gcc PIC flag -fPIC -DPIC works
configure:9836: gcc -c -g  -fPIC -DPIC -DPIC conftest.c >&5
configure:9840: $? = 0
configure:9853: result: yes
configure:9882: checking if gcc static flag -static works
configure:9910: result: yes
configure:9925: checking if gcc supports -c -o file.o
configure:9946: gcc -c -g  -o out/conftest2.o conftest.c >&5
configure:9950: $? = 0
configure:9972: result: yes
configure:9980: checking if gcc supports -c -o file.o
configure:10027: result: yes
configure:10060: checking whether the gcc linker (/usr/bin/ld) supports shared libraries
configure:11218: result: yes
configure:11255: checking whether -lc should be explicitly linked in
configure:11263: gcc -c -g  conftest.c >&5
configure:11266: $? = 0
configure:11281: gcc -shared  -fPIC -DPIC conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep  -lc  \>/dev/null 2\>\&1
configure:11284: $? = 0
configure:11298: result: no
configure:11463: checking dynamic linker characteristics
configure:11977: gcc -o conftest -g   -Wl,-rpath -Wl,/foo conftest.c  >&5
configure:11977: $? = 0
configure:12203: result: GNU/Linux ld.so
configure:12310: checking how to hardcode library paths into programs
configure:12335: result: immediate
configure:12875: checking whether stripping libraries is possible
configure:12880: result: yes
configure:12915: checking if libtool supports shared libraries
configure:12917: result: yes
configure:12920: checking whether to build shared libraries
configure:12941: result: yes
configure:12944: checking whether to build static libraries
configure:12948: result: no
configure:12985: checking for pkg-config
configure:13003: found /usr/bin/pkg-config
configure:13016: result: /usr/bin/pkg-config
configure:13025: checking for floor in -lm
configure:13050: gcc -o conftest -g   conftest.c -lm   >&5
conftest.c:30: warning: conflicting types for built-in function 'floor'
configure:13050: $? = 0
configure:13059: result: yes
configure:13179: checking pkg-config is at least version 0.9.0
configure:13182: result: yes
configure:13192: checking for ALL
configure:13210: $PKG_CONFIG --exists --print-errors "
    glib-2.0        >= 2.25.9
    gnome-desktop-2.0    >= 2.29.91
    gthread-2.0
    gio-unix-2.0
    gio-2.0
    pango            >= 1.1.2
    gtk+-2.0        >= 2.22.0
    libxml-2.0        >= 2.4.7
    gail            >= 0.16
    unique-1.0
"
Package glib-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `glib-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'glib-2.0' found
Package gnome-desktop-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gnome-desktop-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gnome-desktop-2.0' found
Package gthread-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gthread-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gthread-2.0' found
Package gio-unix-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gio-unix-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gio-unix-2.0' found
Package gio-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gio-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gio-2.0' found
Package pango was not found in the pkg-config search path.
Perhaps you should add the directory containing `pango.pc'
to the PKG_CONFIG_PATH environment variable
No package 'pango' found
Package gtk+-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtk+-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtk+-2.0' found
Package libxml-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `libxml-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libxml-2.0' found
Package gail was not found in the pkg-config search path.
Perhaps you should add the directory containing `gail.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gail' found
Package unique-1.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `unique-1.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'unique-1.0' found
configure:13224: $? = 1
configure:13259: $PKG_CONFIG --exists --print-errors "
    glib-2.0        >= 2.25.9
    gnome-desktop-2.0    >= 2.29.91
    gthread-2.0
    gio-unix-2.0
    gio-2.0
    pango            >= 1.1.2
    gtk+-2.0        >= 2.22.0
    libxml-2.0        >= 2.4.7
    gail            >= 0.16
    unique-1.0
"
Package glib-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `glib-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'glib-2.0' found
Package gnome-desktop-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gnome-desktop-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gnome-desktop-2.0' found
Package gthread-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gthread-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gthread-2.0' found
Package gio-unix-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gio-unix-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gio-unix-2.0' found
Package gio-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gio-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gio-2.0' found
Package pango was not found in the pkg-config search path.
Perhaps you should add the directory containing `pango.pc'
to the PKG_CONFIG_PATH environment variable
No package 'pango' found
Package gtk+-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtk+-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtk+-2.0' found
Package libxml-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `libxml-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libxml-2.0' found
Package gail was not found in the pkg-config search path.
Perhaps you should add the directory containing `gail.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gail' found
Package unique-1.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `unique-1.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'unique-1.0' found
configure:13273: $? = 1
configure:13297: result: no
No package 'glib-2.0' found
No package 'gnome-desktop-2.0' found
No package 'gthread-2.0' found
No package 'gio-unix-2.0' found
No package 'gio-2.0' found
No package 'pango' found
No package 'gtk+-2.0' found
No package 'libxml-2.0' found
No package 'gail' found
No package 'unique-1.0' found
configure:13335: error: Package requirements (
    glib-2.0        >= 2.25.9
    gnome-desktop-2.0    >= 2.29.91
    gthread-2.0
    gio-unix-2.0
    gio-2.0
    pango            >= 1.1.2
    gtk+-2.0        >= 2.22.0
    libxml-2.0        >= 2.4.7
    gail            >= 0.16
    unique-1.0
) were not met:

No package 'glib-2.0' found
No package 'gnome-desktop-2.0' found
No package 'gthread-2.0' found
No package 'gio-unix-2.0' found
No package 'gio-2.0' found
No package 'pango' found
No package 'gtk+-2.0' found
No package 'libxml-2.0' found
No package 'gail' found
No package 'unique-1.0' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables ALL_CFLAGS
and ALL_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

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

ac_cv_build=i686-pc-linux-gnu
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_env_ALL_CFLAGS_set=
ac_cv_env_ALL_CFLAGS_value=
ac_cv_env_ALL_LIBS_set=
ac_cv_env_ALL_LIBS_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value=-g
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_EXEMPI_CFLAGS_set=
ac_cv_env_EXEMPI_CFLAGS_value=
ac_cv_env_EXEMPI_LIBS_set=
ac_cv_env_EXEMPI_LIBS_value=
ac_cv_env_EXEMPI_NEW_API_CFLAGS_set=
ac_cv_env_EXEMPI_NEW_API_CFLAGS_value=
ac_cv_env_EXEMPI_NEW_API_LIBS_set=
ac_cv_env_EXEMPI_NEW_API_LIBS_value=
ac_cv_env_EXIF_CFLAGS_set=
ac_cv_env_EXIF_CFLAGS_value=
ac_cv_env_EXIF_LIBS_set=
ac_cv_env_EXIF_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_PKG_CONFIG_ LIBDIR_set=
ac_cv_env_PKG_CONFIG_LIBDIR_value=
ac_cv_env_PKG_CONFIG_PATH_set=
ac_cv_env_PKG_CONFIG_PATH_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_XMKMF_set=
ac_cv_env_XMKMF_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_header_dlfcn_h=yes
ac_cv_header_inttypes_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_m_floor=yes
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_FGREP='/bin/grep -F'
ac_cv_path_GREP=/bin/grep
ac_cv_path_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_path_SED=/bin/sed
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_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_DLLTOOL=dlltool
ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
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
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_prog_tar_ustar=gnutar
lt_cv_ar_at_file=@
lt_cv_archive_cmds_need_lc=no
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_path_mainfest_tool=no
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_pic='-fPIC -DPIC'
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_sharedlib_from_linklib_cmd='printf %s\n'
lt_cv_shlibpath_overrides_runpath=no
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[     ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[     ][     ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
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
lt_cv_to_host_file_cmd=func_convert_file_noop
lt_cv_to_tool_file_cmd=func_convert_file_noop

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

ACLOCAL='${SHELL} /try/nautilus/nautilus-2.32.2.1/missing --run aclocal-1.11'
ACLOCAL_AMFLAGS='${ACLOCAL_FLAGS}'
ALL_CFLAGS=''
ALL_LIBS=''
ALL_LINGUAS=''
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /try/nautilus/nautilus-2.32.2.1/missing --run tar'
AM_BACKSLASH='\'
AM_DEFAULT_VERBOSITY='0'
AR='ar'
AS='as'
AUTOCONF='${SHELL} /try/nautilus/nautilus-2.32.2.1/missing --run autoconf'
AUTOHEADER='${SHELL} /try/nautilus/nautilus-2.32.2.1/missing --run autoheader'
AUTOMAKE='${SHELL} /try/nautilus/nautilus-2.32.2.1/missing --run automake-1.11'
AWK='gawk'
CATALOGS=''
CATOBJEXT=''
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g'
CORE_CFLAGS=''
CORE_LIBS=''
CPP='gcc -E'
CPPFLAGS=''
CYGPATH_W='echo'
DATADIRNAME=''
DEFS=''
DEPDIR='.deps'
DISABLE_DEPRECATED_CFLAGS=''
DLLTOOL='dlltool'
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
ENABLE_EMPTY_VIEW=''
ENABLE_EMPTY_VIEW_FALSE=''
ENABLE_EMPTY_VIEW_TRUE=''
ENABLE_GTK_DOC_FALSE=''
ENABLE_GTK_DOC_TRUE=''
ENABLE_PROFILER=''
ENABLE_PROFILER_FALSE=''
ENABLE_PROFILER_TRUE=''
ENABLE_UPDATE_MIMEDB_FALSE=''
ENABLE_UPDATE_MIMEDB_TRUE=''
EXEEXT=''
EXEMPI_CFLAGS=''
EXEMPI_LIBS=''
EXEMPI_NEW_API_CFLAGS=''
EXEMPI_NEW_API_LIBS=''
EXIF_CFLAGS=''
EXIF_LIBS=''
FGREP='/bin/grep -F'
GAIL_REQUIRED=''
GCONFTOOL=''
GCONF_SCHEMAS_INSTALL_FALSE=''
GCONF_SCHEMAS_INSTALL_TRUE=''
GCONF_SCHEMA_CONFIG_SOURCE=''
GCONF_SCHEMA_FILE_DIR=''
GETTEXT_PACKAGE=''
GLIB_GENMARSHAL=''
GLIB_REQUIRED='2.25.9'
GMOFILES=''
GMSGFMT=''
GNOME_DESKTOP_REQUIRED='2.29.91'
GREP='/bin/grep'
GTKDOC_CHECK=''
GTKDOC_MKPDF=''
GTKDOC_REBASE=''
GTK_DOC_BUILD_HTML_FALSE=''
GTK_DOC_BUILD_HTML_TRUE=''
GTK_DOC_BUILD_PDF_FALSE=''
GTK_DOC_BUILD_PDF_TRUE=''
GTK_DOC_USE_LIBTOOL_FALSE=''
GTK_DOC_USE_LIBTOOL_TRUE=''
GTK_DOC_USE_REBASE_FALSE=''
GTK_DOC_USE_REBASE_TRUE=''
GTK_REQUIRED='2.22.0'
HAVE_EXEMPI_FALSE=''
HAVE_EXEMPI_TRUE=''
HAVE_EXIF_FALSE=''
HAVE_EXIF_TRUE=''
HAVE_INTROSPECTION_FALSE=''
HAVE_INTROSPECTION_TRUE=''
HTML_DIR=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
INSTOBJEXT=''
INTLLIBS=''
INTLTOOL_CAVES_RULE=''
INTLTOOL_DESKTOP_RULE=''
INTLTOOL_DIRECTORY_RULE=''
INTLTOOL_EXTRACT=''
INTLTOOL_KBD_RULE=''
INTLTOOL_KEYS_RULE=''
INTLTOOL_MERGE=''
INTLTOOL_OAF_RULE=''
INTLTOOL_PERL=''
INTLTOOL_POLICY_RULE=''
INTLTOOL_PONG_RULE=''
INTLTOOL_PROP_RULE=''
INTLTOOL_SCHEMAS_RULE=''
INTLTOOL_SERVER_RULE=''
INTLTOOL_SERVICE_RULE=''
INTLTOOL_SHEET_RULE=''
INTLTOOL_SOUNDLIST_RULE=''
INTLTOOL_THEME_RULE=''
INTLTOOL_UI_RULE=''
INTLTOOL_UPDATE=''
INTLTOOL_XAM_RULE=''
INTLTOOL_XML_NOMERGE_RULE=''
INTLTOOL_XML_RULE=''
INTROSPECTION_CFLAGS=''
INTROSPECTION_COMPILER=''
INTROSPECTION_GENERATE=''
INTROSPECTION_GIRDIR=''
INTROSPECTION_LIBS=''
INTROSPECTION_MAKEFILE=''
INTROSPECTION_SCANNER=''
INTROSPECTION_TYPELIBDIR=''
LD='/usr/bin/ld'
LDFLAGS=''
LIBEGG_CFLAGS=''
LIBEGG_LIBS=''
LIBNAUTILUS_EXTENSION_CFLAGS=''
LIBNAUT ILUS_EXTENSION_LIBS=''
LIBOBJS=''
LIBS='-lm '
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO=''
LN_S='ln -s'
LTLIBOBJS=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /try/nautilus/nautilus-2.32.2.1/missing --run makeinfo'
MANIFEST_TOOL=':'
MKDIR_P='/bin/mkdir -p'
MKINSTALLDIRS=''
MSGFMT=''
MSGFMT_OPTS=''
MSGMERGE=''
NAUTILUS_EXTENSION_VERSION_INFO='3:0:2'
NM='/usr/bin/nm -B'
NMEDIT=''
OBJDUMP='objdump'
OBJEXT='o'
OTOOL64=''
OTOOL=''
PACKAGE='nautilus'
PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus'
PACKAGE_NAME='nautilus'
PACKAGE_STRING='nautilus 2.32.2.1'
PACKAGE_TARNAME='nautilus'
PACKAGE_URL=''
PACKAGE_VERSION='2.32.2.1'
PANGO_REQUIRED='1.1.2'
PATH_SEPARATOR=':'
PERL=''
PKG_CONFIG='/usr/bin/pkg-config'
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH=''
POFILES=''
POSUB=''
PO_IN_DATADIR_FALSE=''
PO_IN_DATADIR_TRUE=''
RANLIB='ranlib'
RENDER_LIBS=''
SED='/bin/sed'
SELINUX_LIBS=''
SET_MAKE=''
SHELL='/bin/bash'
STRIP='strip'
UPDATE_MIME_DATABASE=''
USE_NLS=''
VERSION='2.32.2.1'
WARNING_CFLAGS=''
XGETTEXT=''
XMKMF=''
XML_REQUIRED='2.4.7'
X_CFLAGS=''
X_EXTRA_LIBS=''
X_LIBS=''
X_PRE_LIBS=''
ac_ct_AR='ar'
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='NONE'
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} /try/nautilus/nautilus-2.32.2.1/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='/bin/mkdir -p'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='NONE'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

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

/* confdefs.h */
#define PACKAGE_NAME "nautilus"
#define PACKAGE_TARNAME "nautilus"
#define PACKAGE_VERSION "2.32.2.1"
#define PACKAGE_STRING "nautilus 2.32.2.1"
#define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus"
#define PACKAGE_URL ""
#define PACKAGE "nautilus"
#define VERSION "2.32.2.1"
#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 HAVE_LIBM 1

configure: exit 1






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