Re: Problems running autogen for Nemiver



Hi Dodji,
Something weird happened last time. The config.log file I had sent was from the toplevel directory, and not from the 'build' directory which I had created as per your last email about how to create the setup for GSoC.

But now I am attaching the config.log from within my 'build' directory and you will notice that here also, it is actually run with 'enable-maintainer-mode'. I guess we will never why in that first config file we got '-with-boost-unit-test-framework=mt'.

So, now we have a bigger mystery. My config.log is same as yours, yet I am getting the error while you are not. I am attaching this new config.log file with this email again :(

regards,
Seemanta



On Wed, May 11, 2011 at 1:36 AM, Dodji Seketeli <dodji seketeli org> wrote:
> This file contains any messages produced by compilers while
> running configure, to aid debugging if configure makes a mistake.
>
> It was created by nemiver configure 0.8.2, which was
> generated by GNU Autoconf 2.65.  Invocation command line was
>
>   $ ./configure --enable-maintainer-mode --with-boost-unit-test-framework=mt

Weird.  I am not sure how it comes that your configure is being run with
--with-boost-unit-test-framework=mt.  When I run autogen.sh, here is
what my configure is run with (from my config.log):

   $ /home/dodji/devel/git/nemiver/master/configure --enable-maintainer-mode

After your autogen.sh failed, could you try to just run configure
configure with --enable-maintainer-mode and see if it runs OK?

Then we'll figure out where that --with-boost-unit-test-framework=mt
comes from.

--
               Dodji
_______________________________________________
nemiver-list mailing list
nemiver-list gnome org
http://mail.gnome.org/mailman/listinfo/nemiver-list

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

It was created by nemiver configure 0.8.2, which was
generated by GNU Autoconf 2.65.  Invocation command line was

  $ ../configure --enable-maintainer-mode

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

hostname = vaishampayana
uname -m = i686
uname -r = 2.6.32-22-generic
uname -s = Linux
uname -v = #33-Ubuntu SMP Wed Apr 28 13:27:30 UTC 2010

/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: /home/seemanta/android/system/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/
PATH: /home/seemanta/bin/
PATH: /home/seemanta/AndroidSDK/tools/
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games


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

configure:2915: checking build system type
configure:2929: result: i686-pc-linux-gnu
configure:2949: checking host system type
configure:2962: result: i686-pc-linux-gnu
configure:2982: checking target system type
configure:2995: result: i686-pc-linux-gnu
configure:3038: checking for a BSD-compatible install
configure:3106: result: /usr/bin/install -c
configure:3117: checking whether build environment is sane
configure:3167: result: yes
configure:3308: checking for a thread-safe mkdir -p
configure:3347: result: /bin/mkdir -p
configure:3360: checking for gawk
configure:3376: found /usr/bin/gawk
configure:3387: result: gawk
configure:3398: checking whether make sets $(MAKE)
configure:3420: result: yes
configure:3501: checking whether to disable maintainer-specific portions of Makefiles
configure:3510: result: yes
configure:3632: checking for g++
configure:3648: found /usr/bin/g++
configure:3659: result: g++
configure:3686: checking for C++ compiler version
configure:3695: g++ --version >&5
g++ (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:3706: $? = 0
configure:3695: g++ -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:3706: $? = 0
configure:3695: g++ -V >&5
g++: '-V' option must have argument
configure:3706: $? = 1
configure:3695: g++ -qversion >&5
g++: unrecognized option '-qversion'
g++: no input files
configure:3706: $? = 1
configure:3726: checking whether the C++ compiler works
configure:3748: g++    conftest.cpp  >&5
configure:3752: $? = 0
configure:3801: result: yes
configure:3804: checking for C++ compiler default output file name
configure:3806: result: a.out
configure:3812: checking for suffix of executables
configure:3819: g++ -o conftest    conftest.cpp  >&5
configure:3823: $? = 0
configure:3845: result: 
configure:3867: checking whether we are cross compiling
configure:3875: g++ -o conftest    conftest.cpp  >&5
configure:3879: $? = 0
configure:3886: ./conftest
configure:3890: $? = 0
configure:3905: result: no
configure:3910: checking for suffix of object files
configure:3932: g++ -c   conftest.cpp >&5
configure:3936: $? = 0
configure:3957: result: o
configure:3961: checking whether we are using the GNU C++ compiler
configure:3980: g++ -c   conftest.cpp >&5
configure:3980: $? = 0
configure:3989: result: yes
configure:3998: checking whether g++ accepts -g
configure:4018: g++ -c -g  conftest.cpp >&5
configure:4018: $? = 0
configure:4059: result: yes
configure:4093: checking for style of include used by make
configure:4121: result: GNU
configure:4146: checking dependency style of g++
configure:4256: result: gcc3
configure:4319: checking for gcc
configure:4335: found /usr/bin/gcc
configure:4346: result: gcc
configure:4575: checking for C compiler version
configure:4584: 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:4595: $? = 0
configure:4584: 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:4595: $? = 0
configure:4584: gcc -V >&5
gcc: '-V' option must have argument
configure:4595: $? = 1
configure:4584: gcc -qversion >&5
gcc: unrecognized option '-qversion'
gcc: no input files
configure:4595: $? = 1
configure:4599: checking whether we are using the GNU C compiler
configure:4618: gcc -c   conftest.c >&5
configure:4618: $? = 0
configure:4627: result: yes
configure:4636: checking whether gcc accepts -g
configure:4656: gcc -c -g  conftest.c >&5
configure:4656: $? = 0
configure:4697: result: yes
configure:4714: checking for gcc option to accept ISO C89
configure:4778: gcc  -c -g -O2  conftest.c >&5
configure:4778: $? = 0
configure:4791: result: none needed
configure:4813: checking dependency style of gcc
configure:4923: result: gcc3
configure:4944: checking how to run the C preprocessor
configure:4975: gcc -E  conftest.c
configure:4975: $? = 0
configure:4989: gcc -E  conftest.c
conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
configure:4989: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "nemiver"
| #define PACKAGE_TARNAME "nemiver"
| #define PACKAGE_VERSION "0.8.2"
| #define PACKAGE_STRING "nemiver 0.8.2"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=nemiver";
| #define PACKAGE_URL "http://projects.gnome.org/nemiver";
| #define PACKAGE "nemiver"
| #define VERSION "0.8.2"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5014: result: gcc -E
configure:5034: gcc -E  conftest.c
configure:5034: $? = 0
configure:5048: gcc -E  conftest.c
conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
configure:5048: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "nemiver"
| #define PACKAGE_TARNAME "nemiver"
| #define PACKAGE_VERSION "0.8.2"
| #define PACKAGE_STRING "nemiver 0.8.2"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=nemiver";
| #define PACKAGE_URL "http://projects.gnome.org/nemiver";
| #define PACKAGE "nemiver"
| #define VERSION "0.8.2"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5077: checking for grep that handles long lines and -e
configure:5135: result: /bin/grep
configure:5140: checking for egrep
configure:5202: result: /bin/grep -E
configure:5207: checking for ANSI C header files
configure:5227: gcc -c -g -O2  conftest.c >&5
configure:5227: $? = 0
configure:5300: gcc -o conftest -g -O2   conftest.c  >&5
configure:5300: $? = 0
configure:5300: ./conftest
configure:5300: $? = 0
configure:5311: result: yes
configure:5324: checking for sys/types.h
configure:5324: gcc -c -g -O2  conftest.c >&5
configure:5324: $? = 0
configure:5324: result: yes
configure:5324: checking for sys/stat.h
configure:5324: gcc -c -g -O2  conftest.c >&5
configure:5324: $? = 0
configure:5324: result: yes
configure:5324: checking for stdlib.h
configure:5324: gcc -c -g -O2  conftest.c >&5
configure:5324: $? = 0
configure:5324: result: yes
configure:5324: checking for string.h
configure:5324: gcc -c -g -O2  conftest.c >&5
configure:5324: $? = 0
configure:5324: result: yes
configure:5324: checking for memory.h
configure:5324: gcc -c -g -O2  conftest.c >&5
configure:5324: $? = 0
configure:5324: result: yes
configure:5324: checking for strings.h
configure:5324: gcc -c -g -O2  conftest.c >&5
configure:5324: $? = 0
configure:5324: result: yes
configure:5324: checking for inttypes.h
configure:5324: gcc -c -g -O2  conftest.c >&5
configure:5324: $? = 0
configure:5324: result: yes
configure:5324: checking for stdint.h
configure:5324: gcc -c -g -O2  conftest.c >&5
configure:5324: $? = 0
configure:5324: result: yes
configure:5324: checking for unistd.h
configure:5324: gcc -c -g -O2  conftest.c >&5
configure:5324: $? = 0
configure:5324: result: yes
configure:5338: checking minix/config.h usability
configure:5338: gcc -c -g -O2  conftest.c >&5
conftest.c:54:26: error: minix/config.h: No such file or directory
configure:5338: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "nemiver"
| #define PACKAGE_TARNAME "nemiver"
| #define PACKAGE_VERSION "0.8.2"
| #define PACKAGE_STRING "nemiver 0.8.2"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=nemiver";
| #define PACKAGE_URL "http://projects.gnome.org/nemiver";
| #define PACKAGE "nemiver"
| #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
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <minix/config.h>
configure:5338: result: no
configure:5338: checking minix/config.h presence
configure:5338: gcc -E  conftest.c
conftest.c:21:26: error: minix/config.h: No such file or directory
configure:5338: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "nemiver"
| #define PACKAGE_TARNAME "nemiver"
| #define PACKAGE_VERSION "0.8.2"
| #define PACKAGE_STRING "nemiver 0.8.2"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=nemiver";
| #define PACKAGE_URL "http://projects.gnome.org/nemiver";
| #define PACKAGE "nemiver"
| #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
| /* end confdefs.h.  */
| #include <minix/config.h>
configure:5338: result: no
configure:5338: checking for minix/config.h
configure:5338: result: no
configure:5359: checking whether it is safe to define __EXTENSIONS__
configure:5377: gcc -c -g -O2  conftest.c >&5
configure:5377: $? = 0
configure:5384: result: yes
configure:5428: checking for a sed that does not truncate output
configure:5492: result: /bin/sed
configure:5510: checking for fgrep
configure:5572: result: /bin/grep -F
configure:5607: checking for ld used by gcc
configure:5674: result: /usr/bin/ld
configure:5681: checking if the linker (/usr/bin/ld) is GNU ld
configure:5696: result: yes
configure:5708: checking for BSD- or MS-compatible name lister (nm)
configure:5757: result: /usr/bin/nm -B
configure:5875: checking the name lister (/usr/bin/nm -B) interface
configure:5882: gcc -c -g -O2  conftest.c >&5
configure:5885: /usr/bin/nm -B "conftest.o"
configure:5888: output
00000000 B some_variable
configure:5895: result: BSD nm
configure:5898: checking whether ln -s works
configure:5902: result: yes
configure:5910: checking the maximum length of command line arguments
configure:6030: result: 1572864
configure:6047: checking whether the shell understands some XSI constructs
configure:6057: result: yes
configure:6061: checking whether the shell understands "+="
configure:6067: result: yes
configure:6102: checking for /usr/bin/ld option to reload object files
configure:6109: result: -r
configure:6178: checking for objdump
configure:6194: found /usr/bin/objdump
configure:6205: result: objdump
configure:6237: checking how to recognize dependent libraries
configure:6433: result: pass_all
configure:6493: checking for ar
configure:6509: found /usr/bin/ar
configure:6520: result: ar
configure:6598: checking for strip
configure:6614: found /usr/bin/strip
configure:6625: result: strip
configure:6697: checking for ranlib
configure:6713: found /usr/bin/ranlib
configure:6724: result: ranlib
configure:6814: checking command to parse /usr/bin/nm -B output from gcc object
configure:6932: gcc -c -g -O2  conftest.c >&5
configure:6935: $? = 0
configure:6939: /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:6942: $? = 0
configure:6996: gcc -o conftest -g -O2   conftest.c conftstm.o >&5
configure:6999: $? = 0
configure:7037: result: ok
configure:7842: checking for dlfcn.h
configure:7842: gcc -c -g -O2  conftest.c >&5
configure:7842: $? = 0
configure:7842: result: yes
configure:7967: checking for C++ compiler version
configure:7976: g++ --version >&5
g++ (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:7987: $? = 0
configure:7976: g++ -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:7987: $? = 0
configure:7976: g++ -V >&5
g++: '-V' option must have argument
configure:7987: $? = 1
configure:7976: g++ -qversion >&5
g++: unrecognized option '-qversion'
g++: no input files
configure:7987: $? = 1
configure:7991: checking whether we are using the GNU C++ compiler
configure:8019: result: yes
configure:8028: checking whether g++ accepts -g
configure:8089: result: yes
configure:8114: checking dependency style of g++
configure:8224: result: gcc3
configure:8247: checking how to run the C++ preprocessor
configure:8274: g++ -E  conftest.cpp
configure:8274: $? = 0
configure:8288: g++ -E  conftest.cpp
conftest.cpp:27:28: error: ac_nonexistent.h: No such file or directory
configure:8288: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "nemiver"
| #define PACKAGE_TARNAME "nemiver"
| #define PACKAGE_VERSION "0.8.2"
| #define PACKAGE_STRING "nemiver 0.8.2"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=nemiver";
| #define PACKAGE_URL "http://projects.gnome.org/nemiver";
| #define PACKAGE "nemiver"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:8313: result: g++ -E
configure:8333: g++ -E  conftest.cpp
configure:8333: $? = 0
configure:8347: g++ -E  conftest.cpp
conftest.cpp:27:28: error: ac_nonexistent.h: No such file or directory
configure:8347: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "nemiver"
| #define PACKAGE_TARNAME "nemiver"
| #define PACKAGE_VERSION "0.8.2"
| #define PACKAGE_STRING "nemiver 0.8.2"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=nemiver";
| #define PACKAGE_URL "http://projects.gnome.org/nemiver";
| #define PACKAGE "nemiver"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:8553: checking for objdir
configure:8568: result: .libs
configure:8864: checking if gcc supports -fno-rtti -fno-exceptions
configure:8882: 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:8886: $? = 0
configure:8899: result: no
configure:8919: checking for gcc option to produce PIC
configure:9191: result: -fPIC -DPIC
configure:9203: checking if gcc PIC flag -fPIC -DPIC works
configure:9221: gcc -c -g -O2  -fPIC -DPIC -DPIC conftest.c >&5
configure:9225: $? = 0
configure:9238: result: yes
configure:9262: checking if gcc static flag -static works
configure:9290: result: yes
configure:9305: checking if gcc supports -c -o file.o
configure:9326: gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
configure:9330: $? = 0
configure:9352: result: yes
configure:9360: checking if gcc supports -c -o file.o
configure:9407: result: yes
configure:9440: checking whether the gcc linker (/usr/bin/ld) supports shared libraries
configure:10431: result: yes
configure:10468: checking whether -lc should be explicitly linked in
configure:10473: gcc -c -g -O2  conftest.c >&5
configure:10476: $? = 0
configure:10491: gcc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep  -lc  \>/dev/null 2\>\&1
configure:10494: $? = 0
configure:10506: result: no
configure:10670: checking dynamic linker characteristics
configure:11103: gcc -o conftest -g -O2   -Wl,-rpath -Wl,/foo conftest.c  >&5
configure:11103: $? = 0
configure:11333: result: GNU/Linux ld.so
configure:11435: checking how to hardcode library paths into programs
configure:11460: result: immediate
configure:11980: checking whether stripping libraries is possible
configure:11985: result: yes
configure:12020: checking if libtool supports shared libraries
configure:12022: result: yes
configure:12025: checking whether to build shared libraries
configure:12046: result: yes
configure:12049: checking whether to build static libraries
configure:12053: result: yes
configure:12203: checking for ld used by g++
configure:12270: result: /usr/bin/ld
configure:12277: checking if the linker (/usr/bin/ld) is GNU ld
configure:12292: result: yes
configure:12347: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
configure:13260: result: yes
configure:13288: g++ -c -g -O2  conftest.cpp >&5
configure:13291: $? = 0
configure:13473: checking for g++ option to produce PIC
configure:13790: result: -fPIC -DPIC
configure:13799: checking if g++ PIC flag -fPIC -DPIC works
configure:13817: g++ -c -g -O2  -fPIC -DPIC -DPIC conftest.cpp >&5
configure:13821: $? = 0
configure:13834: result: yes
configure:13855: checking if g++ static flag -static works
configure:13883: result: yes
configure:13895: checking if g++ supports -c -o file.o
configure:13916: g++ -c -g -O2  -o out/conftest2.o conftest.cpp >&5
configure:13920: $? = 0
configure:13942: result: yes
configure:13947: checking if g++ supports -c -o file.o
configure:13994: result: yes
configure:14024: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
configure:14053: result: yes
configure:14190: checking dynamic linker characteristics
configure:14571: g++ -o conftest -g -O2   -Wl,-rpath -Wl,/foo conftest.cpp  >&5
configure:14571: $? = 0
configure:14801: result: GNU/Linux ld.so
configure:14852: checking how to hardcode library paths into programs
configure:14877: result: immediate
configure:14946: checking for gdb
configure:14964: found /usr/bin/gdb
configure:14976: result: /usr/bin/gdb
configure:14995: checking whether NLS is requested
configure:15004: result: yes
configure:15019: checking for intltool >= 0.40.0
configure:15026: result: 0.41.0 found
configure:15034: checking for intltool-update
configure:15052: found /usr/bin/intltool-update
configure:15064: result: /usr/bin/intltool-update
configure:15074: checking for intltool-merge
configure:15092: found /usr/bin/intltool-merge
configure:15104: result: /usr/bin/intltool-merge
configure:15114: checking for intltool-extract
configure:15132: found /usr/bin/intltool-extract
configure:15144: result: /usr/bin/intltool-extract
configure:15275: checking for xgettext
configure:15293: found /usr/bin/xgettext
configure:15305: result: /usr/bin/xgettext
configure:15315: checking for msgmerge
configure:15333: found /usr/bin/msgmerge
configure:15345: result: /usr/bin/msgmerge
configure:15355: checking for msgfmt
configure:15373: found /usr/bin/msgfmt
configure:15385: result: /usr/bin/msgfmt
configure:15395: checking for gmsgfmt
configure:15426: result: /usr/bin/msgfmt
configure:15446: checking for perl
configure:15464: found /usr/bin/perl
configure:15476: result: /usr/bin/perl
configure:15487: checking for perl >= 5.8.1
configure:15494: result: 5.10.1
configure:15498: checking for XML::Parser
configure:15501: result: ok
configure:15526: g++ -o conftest -g -O2   conftest.cpp  >&5
configure:15526: $? = 0
configure:15590: checking for msgfmt
configure:15622: result: /usr/bin/msgfmt
configure:15631: checking for gmsgfmt
configure:15662: result: /usr/bin/msgfmt
configure:15713: checking for xgettext
configure:15745: result: /usr/bin/xgettext
configure:15791: checking for msgmerge
configure:15822: result: /usr/bin/msgmerge
configure:15879: checking for ld used by GCC
configure:15943: result: /usr/bin/ld
configure:15950: checking if the linker (/usr/bin/ld) is GNU ld
configure:15963: result: yes
configure:15970: checking for shared library run path origin
configure:15983: result: done
configure:16484: checking for CFPreferencesCopyAppValue
configure:16502: g++ -o conftest -g -O2   conftest.cpp  -Wl,-framework -Wl,CoreFoundation >&5
conftest.cpp:28:42: error: CoreFoundation/CFPreferences.h: No such file or directory
conftest.cpp: In function 'int main()':
conftest.cpp:32: error: 'NULL' was not declared in this scope
conftest.cpp:32: error: 'CFPreferencesCopyAppValue' was not declared in this scope
configure:16502: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "nemiver"
| #define PACKAGE_TARNAME "nemiver"
| #define PACKAGE_VERSION "0.8.2"
| #define PACKAGE_STRING "nemiver 0.8.2"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=nemiver";
| #define PACKAGE_URL "http://projects.gnome.org/nemiver";
| #define PACKAGE "nemiver"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| #include <CoreFoundation/CFPreferences.h>
| int
| main ()
| {
| CFPreferencesCopyAppValue(NULL, NULL)
|   ;
|   return 0;
| }
configure:16511: result: no
configure:16518: checking for CFLocaleCopyCurrent
configure:16536: g++ -o conftest -g -O2   conftest.cpp  -Wl,-framework -Wl,CoreFoundation >&5
conftest.cpp:28:37: error: CoreFoundation/CFLocale.h: No such file or directory
conftest.cpp: In function 'int main()':
conftest.cpp:32: error: 'CFLocaleCopyCurrent' was not declared in this scope
configure:16536: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "nemiver"
| #define PACKAGE_TARNAME "nemiver"
| #define PACKAGE_VERSION "0.8.2"
| #define PACKAGE_STRING "nemiver 0.8.2"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=nemiver";
| #define PACKAGE_URL "http://projects.gnome.org/nemiver";
| #define PACKAGE "nemiver"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| #include <CoreFoundation/CFLocale.h>
| int
| main ()
| {
| CFLocaleCopyCurrent();
|   ;
|   return 0;
| }
configure:16545: result: no
configure:16594: checking for GNU gettext in libc
configure:16614: g++ -o conftest -g -O2   conftest.cpp  >&5
configure:16614: $? = 0
configure:16623: result: yes
configure:17369: checking whether to use NLS
configure:17371: result: yes
configure:17374: checking where the gettext function comes from
configure:17385: result: libc
configure:17504: checking for pkg-config
configure:17522: found /usr/bin/pkg-config
configure:17534: result: /usr/bin/pkg-config
configure:17559: checking pkg-config is at least version 0.9.0
configure:17562: result: yes
configure:17574: checking gnome-doc-utils >= 0.3.2
configure:17577: $PKG_CONFIG --exists --print-errors "gnome-doc-utils >= $gdu_cv_version_required"
configure:17580: $? = 0
configure:17588: result: yes
configure:17691: support of automated tests enabled
configure:17727: $PKG_CONFIG --exists --print-errors "gtkhex >= $GTKHEX_VERSION"
configure:17730: $? = 0
configure:17789: checking for dconf
configure:17817: result: no
configure:17826: $PKG_CONFIG --exists --print-errors "giomm-2.4 >= $LIBGIOMM_WITH_GSETTINGS_VERSION gsettings-desktop-schemas >= $GSETTINGS_DESKTOP_SCHEMAS"
Requested 'giomm-2.4 >= 2.25.1' but version of giomm is 2.24.2
You may find new versions of giomm at http://www.gtkmm.org/
Package gsettings-desktop-schemas was not found in the pkg-config search path.
Perhaps you should add the directory containing `gsettings-desktop-schemas.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gsettings-desktop-schemas' found
configure:17829: $? = 1
configure:17869: checking boost/variant.hpp usability
configure:17869: g++ -c -g -O2  conftest.cpp >&5
configure:17869: $? = 0
configure:17869: result: yes
configure:17869: checking boost/variant.hpp presence
configure:17869: g++ -E  conftest.cpp
configure:17869: $? = 0
configure:17869: result: yes
configure:17869: checking for boost/variant.hpp
configure:17869: result: yes
configure:17885: checking for SQLITE3
configure:17893: $PKG_CONFIG --exists --print-errors "sqlite3 >= $SQLITE3_VERSION"
configure:17896: $? = 0
configure:17911: $PKG_CONFIG --exists --print-errors "sqlite3 >= $SQLITE3_VERSION"
configure:17914: $? = 0
configure:17969: result: yes
configure:18013: checking for boostlib >= 1.33.1
configure:18071: g++ -c -g -O2  -I/usr/include conftest.cpp >&5
configure:18071: $? = 0
configure:18073: result: yes
configure:18236: checking whether the Boost::Unit_Test_Framework library is available
configure:18259: g++ -c -g -O2  -I/usr/include conftest.cpp >&5
configure:18259: $? = 0
configure:18273: result: yes
configure:18415: checking whether the Boost::Test_Exec_Monitor library is available
configure:18437: g++ -c -g -O2  -I/usr/include conftest.cpp >&5
configure:18437: $? = 0
configure:18451: result: yes
configure:18556: error: Could not link against boost_unit_test_framework-mt !

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

ac_cv_build=i686-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
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_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_GCONF_CFLAGS_set=
ac_cv_env_GCONF_CFLAGS_value=
ac_cv_env_GCONF_LIBS_set=
ac_cv_env_GCONF_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_NEMIVERCOMMON_CFLAGS_set=
ac_cv_env_NEMIVERCOMMON_CFLAGS_value=
ac_cv_env_NEMIVERCOMMON_LIBS_set=
ac_cv_env_NEMIVERCOMMON_LIBS_value=
ac_cv_env_NEMIVERDBGPERSP_CFLAGS_set=
ac_cv_env_NEMIVERDBGPERSP_CFLAGS_value=
ac_cv_env_NEMIVERDBGPERSP_LIBS_set=
ac_cv_env_NEMIVERDBGPERSP_LIBS_value=
ac_cv_env_NEMIVERGSETTINGS_CFLAGS_set=
ac_cv_env_NEMIVERGSETTINGS_CFLAGS_value=
ac_cv_env_NEMIVERGSETTINGS_LIBS_set=
ac_cv_env_NEMIVERGSETTINGS_LIBS_value=
ac_cv_env_NEMIVERUICOMMON_CFLAGS_set=
ac_cv_env_NEMIVERUICOMMON_CFLAGS_value=
ac_cv_env_NEMIVERUICOMMON_LIBS_set=
ac_cv_env_NEMIVERUICOMMON_LIBS_value=
ac_cv_env_NEMIVERWORKBENCH_CFLAGS_set=
ac_cv_env_NEMIVERWORKBENCH_CFLAGS_value=
ac_cv_env_NEMIVERWORKBENCH_LIBS_set=
ac_cv_env_NEMIVERWORKBENCH_LIBS_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_SQLITE3_CFLAGS_set=
ac_cv_env_SQLITE3_CFLAGS_value=
ac_cv_env_SQLITE3_LIBS_set=
ac_cv_env_SQLITE3_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_header_boost_variant_hpp=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_minix_config_h=no
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_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_FGREP='/bin/grep -F'
ac_cv_path_GDB_PROG=/usr/bin/gdb
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_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_CXXCPP='g++ -E'
ac_cv_prog_HAS_DCONF=no
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
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_cxx_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_safe_to_define___extensions__=yes
ac_cv_target=i686-pc-linux-gnu
acl_cv_hardcode_direct=no
acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
acl_cv_hardcode_libdir_separator=
acl_cv_hardcode_minus_L=no
acl_cv_libext=a
acl_cv_libname_spec='lib$name'
acl_cv_library_names_spec='$libname$shrext'
acl_cv_path_LD=/usr/bin/ld
acl_cv_prog_gnu_ld=yes
acl_cv_rpath=done
acl_cv_shlibext=so
acl_cv_wl=-Wl,
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
ax_cv_boost_test_exec_monitor=yes
ax_cv_boost_unit_test_framework=yes
gdu_cv_have_gdu=yes
gdu_cv_version_required=0.3.2
gt_cv_func_CFLocaleCopyCurrent=no
gt_cv_func_CFPreferencesCopyAppValue=no
gt_cv_func_gnugettext1_libc=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_LDCXX=/usr/bin/ld
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_pic_works_CXX=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_compiler_static_works=yes
lt_cv_prog_compiler_static_works_CXX=yes
lt_cv_prog_gnu_ld=yes
lt_cv_prog_gnu_ldcxx=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_SQLITE3_CFLAGS=' '
pkg_cv_SQLITE3_LIBS='-lsqlite3  '

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

ACLOCAL='${SHELL} /home/seemanta/Development/nemiver.git/missing --run aclocal-1.11'
ALL_LINGUAS=''
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/seemanta/Development/nemiver.git/missing --run tar'
AM_BACKSLASH='\'
AM_DEFAULT_VERBOSITY='0'
AR='ar'
AUTOCONF='${SHELL} /home/seemanta/Development/nemiver.git/missing --run autoconf'
AUTOHEADER='${SHELL} /home/seemanta/Development/nemiver.git/missing --run autoheader'
AUTOMAKE='${SHELL} /home/seemanta/Development/nemiver.git/missing --run automake-1.11'
AUTOTESTS_FALSE='#'
AUTOTESTS_TRUE=''
AWK='gawk'
BOOST_CPPFLAGS='-I/usr/include'
BOOST_LDFLAGS='-L/usr/lib'
BOOST_TEST_EXEC_MONITOR_LIB=''
BOOST_UNIT_TEST_FRAMEWORK_LIB='-lboost_unit_test_framework-mt'
BOOST_UNIT_TEST_FRAMEWORK_STATIC_LIB=''
BUILD_GSETTINGS_FALSE=''
BUILD_GSETTINGS_TRUE='#'
BUILD_MEMORYVIEW_FALSE='#'
BUILD_MEMORYVIEW_TRUE=''
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS=' -I/usr/include'
CPPUNIT_VERSION='1.10.0'
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2'
CYGPATH_W='echo'
DATADIRNAME='share'
DEFS=''
DEPDIR='.deps'
DISTCHECK_CONFIGURE_FLAGS='--disable-scrollkeeper '
DOC_USER_FORMATS=''
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
ENABLE_SK_FALSE='#'
ENABLE_SK_TRUE=''
EXEEXT=''
FGREP='/bin/grep -F'
GCONFTOOL=''
GCONF_CFLAGS=''
GCONF_LIBS=''
GCONF_SCHEMAS_INSTALL_FALSE=''
GCONF_SCHEMAS_INSTALL_TRUE=''
GCONF_SCHEMA_CONFIG_SOURCE=''
GCONF_SCHEMA_FILE_DIR=''
GCONF_VERSION='2.14.0'
GDB_PROG='/usr/bin/gdb'
GETTEXT_MACRO_VERSION='0.17'
GETTEXT_PACKAGE='nemiver'
GIOMM_WITH_GSETTINGS_VERSION=''
GMSGFMT='/usr/bin/msgfmt'
GMSGFMT_015='/usr/bin/msgfmt'
GREP='/bin/grep'
GSETTINGS_DESKTOP_SCHEMAS='0.0.1'
GTKHEX_VERSION='2.21.4'
HAS_DCONF='no'
HAVE_GNOME_DOC_UTILS_FALSE='#'
HAVE_GNOME_DOC_UTILS_TRUE=''
HELP_DIR='${datadir}/gnome/help'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
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 $< $@'
INTL_MACOSX_LIBS=''
LD='/usr/bin/ld'
LDFLAGS=' -L/usr/lib'
LIBGIOMM_VERSION='2.15.2'
LIBGLIBMM_VERSION='2.14'
LIBGMODULE_VERSION='2.14'
LIBGTHREAD_VERSION='2.14'
LIBGTKMM_VERSION='2.20'
LIBGTKSOURCEVIEWMM_VERSION='2.10'
LIBGTK_VERSION='2.22'
LIBGTOP_VERSION='2.14'
LIBICONV='-liconv'
LIBINTL=''
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIBVTE_VERSION='0.12.0'
LIBXML2_VERSION='2.6.22'
LIPO=''
LN_S='ln -s'
LTLIBICONV='-liconv'
LTLIBINTL=''
LTLIBOBJS=''
MAINT=''
MAINTAINER_MODE_FALSE='#'
MAINTAINER_MODE_TRUE=''
MAKEINFO='${SHELL} /home/seemanta/Development/nemiver.git/missing --run makeinfo'
MKDIR_P='/bin/mkdir -p'
MSGFMT='/usr/bin/msgfmt'
MSGFMT_015='/usr/bin/msgfmt'
MSGMERGE='/usr/bin/msgmerge'
NEMIVERCOMMON_CFLAGS=''
NEMIVERCOMMON_LIBS=''
NEMIVERDBGPERSP_CFLAGS=''
NEMIVERDBGPERSP_LIBS=''
NEMIVERGSETTINGS_CFLAGS=''
NEMIVERGSETTINGS_LIBS=''
NEMIVERUICOMMON_CFLAGS=''
NEMIVERUICOMMON_LIBS=''
NEMIVERWORKBENCH_CFLAGS=''
NEMIVERWORKBENCH_LIBS=''
NEMIVER_CFLAGS=''
NEMIVER_INCLUDE_DIR=''
NEMIVER_INSTALL_PREFIX=''
NEMIVER_LIBDIR=''
NEMIVER_LIBS=''
NEMIVER_LIB_DIR_NAME=''
NEMIVER_MODULES_DIR=''
NEMIVER_PLUGINS_DIR=''
NEMIVER_SYSTEM_CONFIG_DIR=''
NEMIVER_TEST_MODULES_DIR=''
NEMIVER_VERSION='..'
NM='/usr/bin/nm -B'
NMEDIT=''
OBJDUMP='objdump'
OBJEXT='o'
OMF_DIR='${datadir}/omf'
OTOOL64=''
OTOOL=''
PACKAGE='nemiver'
PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=nemiver'
PACKAGE_NAME='nemiver'
PACKAGE_STRING='nemiver 0.8.2'
PACKAGE_TARNAME='nemiver'
PACKAGE_URL='http://projects.gnome.org/nemiver'
PACKAGE_VERSION='0.8.2'
PATH_SEPARATOR=':'
PKG_CONFIG='/usr/bin/pkg-config'
POSUB='po'
RANLIB='ranlib'
SED='/bin/sed'
SET_MAKE=''
SHELL='/bin/bash'
SQLITE3_CFLAGS=' '
SQLITE3_LIBS='-lsqlite3  '
SQLITE3_VERSION='3.0'
STRIP='strip'
USE_NLS='yes'
VERSION='0.8.2'
XGETTEXT='/usr/bin/xgettext'
XGETTEXT_015='/usr/bin/xgettext'
XGETTEXT_EXTRA_OPTIONS=''
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_DUMPBIN=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__isrc=' -I$(srcdir)'
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} 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'
gsettingsschemadir=''
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/seemanta/Development/nemiver.git/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'
nemiverlocaledir='${datarootdir}/locale'
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='i686-pc-linux-gnu'
target_alias=''
target_cpu='i686'
target_os='linux-gnu'
target_vendor='pc'

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

/* confdefs.h */
#define PACKAGE_NAME "nemiver"
#define PACKAGE_TARNAME "nemiver"
#define PACKAGE_VERSION "0.8.2"
#define PACKAGE_STRING "nemiver 0.8.2"
#define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=nemiver";
#define PACKAGE_URL "http://projects.gnome.org/nemiver";
#define PACKAGE "nemiver"
#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 __EXTENSIONS__ 1
#define _ALL_SOURCE 1
#define _GNU_SOURCE 1
#define _POSIX_PTHREAD_SEMANTICS 1
#define _TANDEM_SOURCE 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define ENABLE_NLS 1
#define HAVE_GETTEXT 1
#define HAVE_DCGETTEXT 1
#define GETTEXT_PACKAGE "nemiver"
#define WITH_WORKBENCH 1
#define WITH_MEMORYVIEW 1
#define NEMIVER_DEBUG 1
#define CONFIG_MGR_MODULE_NAME "gconfmgr"
#define HAVE_BOOST_VARIANT_HPP 1
#define HAVE_BOOST /**/
#define HAVE_BOOST_UNIT_TEST_FRAMEWORK /**/
#define HAVE_BOOST_TEST_EXEC_MONITOR /**/

configure: exit 1


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