.48 build fails on DebianLenny
Hi there,
I'm running Debian Lenny on a pentium III.
AS Lenny's packages are so old (sigh) I decided to uninstall the old Inkscape .46 version that came with Lenny, and build .48 from the tar.gz source downloaded from inkscape.org.
The build failed. I used aptitude to install the list of files for compiling inkscape on Ubuntu http://wiki.inkscape.org/wiki/index.php/CompilingUbuntu:
sudo apt-get install build-essential autoconf automake intltool \ libglib2.0-dev libpng12-dev libgc-dev libfreetype6-dev liblcms1-dev \ libgtkmm-2.4-dev libxslt1-dev libboost-dev libpopt-dev libgsl0-dev libaspell-dev
Unfortunately, the build failed again. Configure seems to be looking for the file "confdefs.h" but exits with zero status, then make fails. I've listed the output to configure and make below. Thanks for your help.
agt
==============
config.log
This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake.
It was created by inkscape configure 0.48.1, which was generated by GNU Autoconf 2.67. Invocation command line was
$ ./configure
## --------- ## ## Platform. ## ## --------- ##
hostname = regnier uname -m = i686 uname -r = 2.6.26-2-686 uname -s = Linux uname -v = #1 SMP Thu Jan 27 00:28:05 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/gnu/bin PATH: /usr/local/bin PATH: /usr/sbin PATH: /usr/bin PATH: /sbin PATH: /bin
## ----------- ## ## Core tests. ## ## ----------- ##
configure:2589: checking build system type configure:2603: result: i686-pc-linux-gnu configure:2623: checking host system type configure:2636: result: i686-pc-linux-gnu configure:2673: checking for a BSD-compatible install configure:2741: result: /usr/bin/install -c configure:2752: checking whether build environment is sane configure:2802: result: yes configure:2943: checking for a thread-safe mkdir -p configure:2982: result: /bin/mkdir -p configure:2995: checking for gawk configure:3025: result: no configure:2995: checking for mawk configure:3011: found /usr/bin/mawk configure:3022: result: mawk configure:3033: checking whether make sets $(MAKE) configure:3055: result: yes configure:3130: checking how to create a pax tar archive configure:3143: tar --version tar (GNU tar) 1.20 Copyright (C) 2008 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:3146: $? = 0 configure:3186: tardir=conftest.dir && eval tar --format=posix -chf - "$tardir" >conftest.tar configure:3189: $? = 0 configure:3193: tar -xf - <conftest.tar configure:3196: $? = 0 configure:3209: result: gnutar configure:3250: checking for style of include used by make configure:3278: result: GNU configure:3358: checking for g++ configure:3374: found /usr/bin/g++ configure:3385: result: g++ configure:3412: checking for C++ compiler version configure:3421: g++ --version >&5 g++ (Debian 4.3.2-1.1) 4.3.2 Copyright (C) 2008 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:3432: $? = 0 configure:3421: g++ -v >&5 Using built-in specs. Target: i486-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Debian 4.3.2-1.1' --with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --enable-targets=all --enable-cld --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu Thread model: posix gcc version 4.3.2 (Debian 4.3.2-1.1) configure:3432: $? = 0 configure:3421: g++ -V >&5 g++: '-V' option must have argument configure:3432: $? = 1 configure:3421: g++ -qversion >&5 g++: unrecognized option '-qversion' g++: no input files configure:3432: $? = 1 configure:3452: checking whether the C++ compiler works configure:3474: g++ conftest.cpp >&5 configure:3478: $? = 0 configure:3526: result: yes configure:3529: checking for C++ compiler default output file name configure:3531: result: a.out configure:3537: checking for suffix of executables configure:3544: g++ -o conftest conftest.cpp >&5 configure:3548: $? = 0 configure:3570: result: configure:3592: checking whether we are cross compiling configure:3600: g++ -o conftest conftest.cpp >&5 configure:3604: $? = 0 configure:3611: ./conftest configure:3615: $? = 0 configure:3630: result: no configure:3635: checking for suffix of object files configure:3657: g++ -c conftest.cpp >&5 configure:3661: $? = 0 configure:3682: result: o configure:3686: checking whether we are using the GNU C++ compiler configure:3705: g++ -c conftest.cpp >&5 configure:3705: $? = 0 configure:3714: result: yes configure:3723: checking whether g++ accepts -g configure:3743: g++ -c -g conftest.cpp >&5 configure:3743: $? = 0 configure:3784: result: yes configure:3809: checking dependency style of g++ configure:3919: result: gcc3 configure:3935: checking for library containing strerror configure:3966: g++ -o conftest -g -O2 conftest.cpp >&5 configure:3966: $? = 0 configure:3983: result: none required configure:4103: checking for C++ compiler version configure:4112: g++ --version >&5 g++ (Debian 4.3.2-1.1) 4.3.2 Copyright (C) 2008 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:4123: $? = 0 configure:4112: g++ -v >&5 Using built-in specs. Target: i486-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Debian 4.3.2-1.1' --with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --enable-targets=all --enable-cld --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu Thread model: posix gcc version 4.3.2 (Debian 4.3.2-1.1) configure:4123: $? = 0 configure:4112: g++ -V >&5 g++: '-V' option must have argument configure:4123: $? = 1 configure:4112: g++ -qversion >&5 g++: unrecognized option '-qversion' g++: no input files configure:4123: $? = 1 configure:4127: checking whether we are using the GNU C++ compiler configure:4155: result: yes configure:4164: checking whether g++ accepts -g configure:4225: result: yes configure:4250: checking dependency style of g++ configure:4360: result: gcc3 configure:4423: checking for gcc configure:4439: found /usr/bin/gcc configure:4450: result: gcc configure:4679: checking for C compiler version configure:4688: gcc --version >&5 gcc (Debian 4.3.2-1.1) 4.3.2 Copyright (C) 2008 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:4699: $? = 0 configure:4688: gcc -v >&5 Using built-in specs. Target: i486-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Debian 4.3.2-1.1' --with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --enable-targets=all --enable-cld --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu Thread model: posix gcc version 4.3.2 (Debian 4.3.2-1.1) configure:4699: $? = 0 configure:4688: gcc -V >&5 gcc: '-V' option must have argument configure:4699: $? = 1 configure:4688: gcc -qversion >&5 gcc: unrecognized option '-qversion' gcc: no input files configure:4699: $? = 1 configure:4703: checking whether we are using the GNU C compiler configure:4722: gcc -c conftest.c >&5 configure:4722: $? = 0 configure:4731: result: yes configure:4740: checking whether gcc accepts -g configure:4760: gcc -c -g conftest.c >&5 configure:4760: $? = 0 configure:4801: result: yes configure:4818: checking for gcc option to accept ISO C89 configure:4882: gcc -c -g -O2 conftest.c >&5 configure:4882: $? = 0 configure:4895: result: none needed configure:4917: checking dependency style of gcc configure:5027: result: gcc3 configure:5054: checking dependency style of gcc configure:5162: result: gcc3 configure:5220: checking for ranlib configure:5236: found /usr/bin/ranlib configure:5247: result: ranlib configure:5270: checking whether NLS is requested configure:5279: result: yes configure:5294: checking for intltool >= 0.22 configure:5301: result: 0.40.0 found configure:5309: checking for intltool-update configure:5327: found /usr/bin/intltool-update configure:5339: result: /usr/bin/intltool-update configure:5349: checking for intltool-merge configure:5367: found /usr/bin/intltool-merge configure:5379: result: /usr/bin/intltool-merge configure:5389: checking for intltool-extract configure:5407: found /usr/bin/intltool-extract configure:5419: result: /usr/bin/intltool-extract configure:5550: checking for xgettext configure:5568: found /usr/bin/xgettext configure:5580: result: /usr/bin/xgettext configure:5590: checking for msgmerge configure:5608: found /usr/bin/msgmerge configure:5620: result: /usr/bin/msgmerge configure:5630: checking for msgfmt configure:5648: found /usr/bin/msgfmt configure:5660: result: /usr/bin/msgfmt configure:5670: checking for gmsgfmt configure:5701: result: /usr/bin/msgfmt configure:5721: checking for perl configure:5739: found /usr/bin/perl configure:5751: result: /usr/bin/perl configure:5762: checking for perl >= 5.8.1 configure:5769: result: 5.10.0 configure:5773: checking for XML::Parser configure:5776: result: ok configure:5801: g++ -o conftest -g -O2 conftest.cpp >&5 configure:5801: $? = 0 configure:5832: checking how to run the C++ preprocessor configure:5859: g++ -E conftest.cpp configure:5859: $? = 0 configure:5873: g++ -E conftest.cpp conftest.cpp:11:28: error: ac_nonexistent.h: No such file or directory configure:5873: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "inkscape" | #define PACKAGE_TARNAME "inkscape" | #define PACKAGE_VERSION "0.48.1" | #define PACKAGE_STRING "inkscape 0.48.1" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "inkscape" | #define VERSION "0.48.1" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:5898: result: g++ -E configure:5918: g++ -E conftest.cpp configure:5918: $? = 0 configure:5932: g++ -E conftest.cpp conftest.cpp:11:28: error: ac_nonexistent.h: No such file or directory configure:5932: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "inkscape" | #define PACKAGE_TARNAME "inkscape" | #define PACKAGE_VERSION "0.48.1" | #define PACKAGE_STRING "inkscape 0.48.1" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "inkscape" | #define VERSION "0.48.1" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:5961: checking for grep that handles long lines and -e configure:6019: result: /bin/grep configure:6024: checking for egrep configure:6086: result: /bin/grep -E configure:6091: checking for ANSI C header files configure:6111: g++ -c -g -O2 conftest.cpp >&5 configure:6111: $? = 0 configure:6184: g++ -o conftest -g -O2 conftest.cpp >&5 configure:6184: $? = 0 configure:6184: ./conftest configure:6184: $? = 0 configure:6195: result: yes configure:6204: checking for BZR snapshot build configure:6215: result: no configure:6288: checking for gcc configure:6315: result: gcc configure:6544: checking for C compiler version configure:6553: gcc --version >&5 gcc (Debian 4.3.2-1.1) 4.3.2 Copyright (C) 2008 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:6564: $? = 0 configure:6553: gcc -v >&5 Using built-in specs. Target: i486-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Debian 4.3.2-1.1' --with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --enable-targets=all --enable-cld --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu Thread model: posix gcc version 4.3.2 (Debian 4.3.2-1.1) configure:6564: $? = 0 configure:6553: gcc -V >&5 gcc: '-V' option must have argument configure:6564: $? = 1 configure:6553: gcc -qversion >&5 gcc: unrecognized option '-qversion' gcc: no input files configure:6564: $? = 1 configure:6568: checking whether we are using the GNU C compiler configure:6596: result: yes configure:6605: checking whether gcc accepts -g configure:6666: result: yes configure:6683: checking for gcc option to accept ISO C89 configure:6760: result: none needed configure:6782: checking dependency style of gcc configure:6892: result: gcc3 configure:6908: checking whether gcc and cc understand -c and -o together configure:6939: gcc -c conftest.cpp -o conftest2.o >&5 configure:6943: $? = 0 configure:6949: gcc -c conftest.cpp -o conftest2.o >&5 configure:6953: $? = 0 configure:6964: cc -c conftest.cpp >&5 configure:6968: $? = 0 configure:6976: cc -c conftest.cpp -o conftest2.o >&5 configure:6980: $? = 0 configure:6986: cc -c conftest.cpp -o conftest2.o >&5 configure:6990: $? = 0 configure:7008: result: yes configure:7055: checking compiler support for -Werror=format-security configure:7071: gcc -c -g -O2 -Werror=format-security -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 conftest.c >&5 configure:7071: $? = 0 configure:7077: result: yes configure:7088: checking compiler support for -Wno-pointer-sign configure:7103: gcc -c -Wno-pointer-sign -g -O2 -Werror=format-security -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 conftest.c >&5 configure:7103: $? = 0 configure:7109: result: yes configure:7119: checking linker tolerates -z relro configure:7134: gcc -o conftest -Wno-pointer-sign -g -O2 -Werror=format-security -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c >&5 configure:7134: $? = 0 configure:7141: result: yes configure:7160: checking GNU compiler version configure:7168: result: 4.3.2 configure:7186: checking TR1 unordered_set usability configure:7199: g++ -c -g -O2 -Werror=format-security -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 conftest.cpp >&5 configure:7199: $? = 0 configure:7206: result: ok configure:7220: checking for sys/types.h configure:7220: g++ -c -g -O2 -Werror=format-security -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 conftest.cpp >&5 configure:7220: $? = 0 configure:7220: result: yes configure:7220: checking for sys/stat.h configure:7220: g++ -c -g -O2 -Werror=format-security -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 conftest.cpp >&5 configure:7220: $? = 0 configure:7220: result: yes configure:7220: checking for stdlib.h configure:7220: g++ -c -g -O2 -Werror=format-security -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 conftest.cpp >&5 configure:7220: $? = 0 configure:7220: result: yes configure:7220: checking for string.h configure:7220: g++ -c -g -O2 -Werror=format-security -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 conftest.cpp >&5 configure:7220: $? = 0 configure:7220: result: yes configure:7220: checking for memory.h configure:7220: g++ -c -g -O2 -Werror=format-security -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 conftest.cpp >&5 configure:7220: $? = 0 configure:7220: result: yes configure:7220: checking for strings.h configure:7220: g++ -c -g -O2 -Werror=format-security -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 conftest.cpp >&5 configure:7220: $? = 0 configure:7220: result: yes configure:7220: checking for inttypes.h configure:7220: g++ -c -g -O2 -Werror=format-security -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 conftest.cpp >&5 configure:7220: $? = 0 configure:7220: result: yes configure:7220: checking for stdint.h configure:7220: g++ -c -g -O2 -Werror=format-security -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 conftest.cpp >&5 configure:7220: $? = 0 configure:7220: result: yes configure:7220: checking for unistd.h configure:7220: g++ -c -g -O2 -Werror=format-security -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 conftest.cpp >&5 configure:7220: $? = 0 configure:7220: result: yes configure:7232: checking boost/unordered_set.hpp usability configure:7232: g++ -c -g -O2 -Werror=format-security -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 conftest.cpp >&5 conftest.cpp:55:35: error: boost/unordered_set.hpp: No such file or directory configure:7232: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "inkscape" | #define PACKAGE_TARNAME "inkscape" | #define PACKAGE_VERSION "0.48.1" | #define PACKAGE_STRING "inkscape 0.48.1" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "inkscape" | #define VERSION "0.48.1" | #define STDC_HEADERS 1 | #define HAVE_TR1_UNORDERED_SET 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 <boost/unordered_set.hpp> configure:7232: result: no configure:7232: checking boost/unordered_set.hpp presence configure:7232: g++ -E -Werror=format-security -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 conftest.cpp conftest.cpp:22:35: error: boost/unordered_set.hpp: No such file or directory configure:7232: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "inkscape" | #define PACKAGE_TARNAME "inkscape" | #define PACKAGE_VERSION "0.48.1" | #define PACKAGE_STRING "inkscape 0.48.1" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "inkscape" | #define VERSION "0.48.1" | #define STDC_HEADERS 1 | #define HAVE_TR1_UNORDERED_SET 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 <boost/unordered_set.hpp> configure:7232: result: no configure:7232: checking for boost/unordered_set.hpp configure:7232: result: no configure:7240: checking ext/hash_set usability configure:7240: g++ -c -g -O2 -Werror=format-security -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 conftest.cpp >&5 In file included from /usr/include/c++/4.3/ext/hash_set:64, from conftest.cpp:55: /usr/include/c++/4.3/backward/backward_warning.h:33:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. configure:7240: $? = 0 configure:7240: result: yes configure:7240: checking ext/hash_set presence configure:7240: g++ -E -Werror=format-security -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 conftest.cpp In file included from /usr/include/c++/4.3/ext/hash_set:64, from conftest.cpp:22: /usr/include/c++/4.3/backward/backward_warning.h:33:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. configure:7240: $? = 0 configure:7240: result: yes configure:7240: checking for ext/hash_set configure:7240: result: yes configure:7252: checking for overzealous strict aliasing warnings configure:7267: g++ -c -g -O2 -Werror=strict-aliasing -Werror=format-security -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 conftest.cpp >&5 configure:7267: $? = 0 configure:7273: result: no configure:7291: checking locale.h usability configure:7291: g++ -c -g -O2 -Werror=format-security -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 conftest.cpp >&5 configure:7291: $? = 0 configure:7291: result: yes configure:7291: checking locale.h presence configure:7291: g++ -E -Werror=format-security -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 conftest.cpp configure:7291: $? = 0 configure:7291: result: yes configure:7291: checking for locale.h configure:7291: result: yes configure:7302: checking for LC_MESSAGES configure:7318: g++ -o conftest -g -O2 -Werror=format-security -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.cpp >&5 configure:7318: $? = 0 configure:7326: result: yes configure:7343: checking libintl.h usability configure:7343: g++ -c -g -O2 -Werror=format-security -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 conftest.cpp >&5 configure:7343: $? = 0 configure:7343: result: yes configure:7343: checking libintl.h presence configure:7343: g++ -E -Werror=format-security -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 conftest.cpp configure:7343: $? = 0 configure:7343: result: yes configure:7343: checking for libintl.h configure:7343: result: yes configure:7351: checking for ngettext in libc configure:7369: g++ -o conftest -g -O2 -Werror=format-security -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.cpp >&5 configure:7369: $? = 0 configure:7378: result: yes configure:7382: checking for dgettext in libc configure:7400: g++ -o conftest -g -O2 -Werror=format-security -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.cpp >&5 configure:7400: $? = 0 configure:7409: result: yes configure:7416: checking for bind_textdomain_codeset configure:7416: g++ -o conftest -g -O2 -Werror=format-security -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.cpp >&5 configure:7416: $? = 0 configure:7416: result: yes configure:7692: checking for msgfmt configure:7719: result: /usr/bin/msgfmt configure:7730: checking for dcgettext configure:7730: g++ -o conftest -g -O2 -Werror=format-security -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.cpp >&5 configure:7730: $? = 0 configure:7730: result: yes configure:7740: checking if msgfmt accepts -c configure:7755: $MSGFMT -c -o /dev/null conftest.foo configure:7758: $? = 0 configure:7760: result: yes configure:7770: checking for gmsgfmt configure:7801: result: /usr/bin/msgfmt configure:7811: checking for xgettext configure:7838: result: /usr/bin/xgettext configure:7857: g++ -o conftest -g -O2 -Werror=format-security -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.cpp >&5 configure:7857: $? = 0 configure:7935: checking for catalogs to be installed configure:7960: result: am ar az be bg bn br ca ca@...2844... cs da de dz el en_AU en_CA en_GB en_US@...2845... eo es_MX es et eu fa fi fr ga gl he hr hu hy id it ja km ko lt mk mn nb ne nl nn pa pl pt_BR pt ro ru rw sk sl sq sr@...2846... sr sv te_IN th tr uk vi zh_CN zh_TW configure:7995: checking for pkg-config configure:8013: found /usr/bin/pkg-config configure:8026: result: /usr/bin/pkg-config configure:8040: checking for msgfmt configure:8071: result: /usr/bin/msgfmt configure:8081: checking for gmsgfmt configure:8112: result: /usr/bin/msgfmt configure:8123: checking for OpenMP flag of C++ compiler configure:8159: g++ -o conftest -g -O2 -fopenmp -Werror=format-security -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.cpp >&5 configure:8159: $? = 0 configure:8168: result: -fopenmp configure:8181: checking omp.h usability configure:8181: g++ -c -g -O2 -fopenmp -Werror=format-security -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 conftest.cpp >&5 configure:8181: $? = 0 configure:8181: result: yes configure:8181: checking omp.h presence configure:8181: g++ -E -Werror=format-security -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 conftest.cpp configure:8181: $? = 0 configure:8181: result: yes configure:8181: checking for omp.h configure:8181: result: yes configure:8192: checking for png_read_info in -lpng configure:8217: g++ -o conftest -g -O2 -fopenmp -Werror=format-security -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.cpp -lpng -lz -lm >&5 configure:8217: $? = 0 configure:8226: result: yes configure:8229: checking png.h usability configure:8229: g++ -c -g -O2 -fopenmp -Werror=format-security -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 conftest.cpp >&5 configure:8229: $? = 0 configure:8229: result: yes configure:8229: checking png.h presence configure:8229: g++ -E -Werror=format-security -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 conftest.cpp configure:8229: $? = 0 configure:8229: result: yes configure:8229: checking for png.h configure:8229: result: yes configure:8245: checking for shl_load in -ldld configure:8270: g++ -o conftest -g -O2 -fopenmp -Werror=format-security -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.cpp -ldld >&5 /usr/bin/ld: cannot find -ldld collect2: ld returned 1 exit status configure:8270: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "inkscape" | #define PACKAGE_TARNAME "inkscape" | #define PACKAGE_VERSION "0.48.1" | #define PACKAGE_STRING "inkscape 0.48.1" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "inkscape" | #define VERSION "0.48.1" | #define STDC_HEADERS 1 | #define HAVE_TR1_UNORDERED_SET 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_EXT_HASH_SET 1 | #define GETTEXT_PACKAGE "inkscape" | #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 | #define HAVE_OPENMP 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char shl_load (); | int | main () | { | return shl_load (); | ; | return 0; | } configure:8279: result: no configure:8284: checking for dlopen configure:8284: g++ -o conftest -g -O2 -fopenmp -Werror=format-security -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.cpp >&5 /tmp/ccIkvp2k.o: In function `main': /usr/local/src/inkscape-0.48.1/conftest.cpp:65: undefined reference to `dlopen' collect2: ld returned 1 exit status configure:8284: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "inkscape" | #define PACKAGE_TARNAME "inkscape" | #define PACKAGE_VERSION "0.48.1" | #define PACKAGE_STRING "inkscape 0.48.1" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "inkscape" | #define VERSION "0.48.1" | #define STDC_HEADERS 1 | #define HAVE_TR1_UNORDERED_SET 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_EXT_HASH_SET 1 | #define GETTEXT_PACKAGE "inkscape" | #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 | #define HAVE_OPENMP 1 | /* end confdefs.h. */ | /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define dlopen innocuous_dlopen | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char dlopen (); below. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | <limits.h> exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include <limits.h> | #else | # include <assert.h> | #endif | | #undef dlopen | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char dlopen (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_dlopen || defined __stub___dlopen | choke me | #endif | | int | main () | { | return dlopen (); | ; | return 0; | } configure:8284: result: no configure:8288: checking for dlopen in -ldl configure:8313: g++ -o conftest -g -O2 -fopenmp -Werror=format-security -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.cpp -ldl >&5 configure:8313: $? = 0 configure:8322: result: yes configure:8422: checking gc.h usability configure:8422: g++ -c -g -O2 -fopenmp -Werror=format-security -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 conftest.cpp >&5 conftest.cpp:64:16: error: gc.h: No such file or directory configure:8422: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "inkscape" | #define PACKAGE_TARNAME "inkscape" | #define PACKAGE_VERSION "0.48.1" | #define PACKAGE_STRING "inkscape 0.48.1" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "inkscape" | #define VERSION "0.48.1" | #define STDC_HEADERS 1 | #define HAVE_TR1_UNORDERED_SET 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_EXT_HASH_SET 1 | #define GETTEXT_PACKAGE "inkscape" | #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 | #define HAVE_OPENMP 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 <gc.h> configure:8422: result: no configure:8422: checking gc.h presence configure:8422: g++ -E -Werror=format-security -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 conftest.cpp conftest.cpp:31:16: error: gc.h: No such file or directory configure:8422: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "inkscape" | #define PACKAGE_TARNAME "inkscape" | #define PACKAGE_VERSION "0.48.1" | #define PACKAGE_STRING "inkscape 0.48.1" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "inkscape" | #define VERSION "0.48.1" | #define STDC_HEADERS 1 | #define HAVE_TR1_UNORDERED_SET 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_EXT_HASH_SET 1 | #define GETTEXT_PACKAGE "inkscape" | #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 | #define HAVE_OPENMP 1 | /* end confdefs.h. */ | #include <gc.h> configure:8422: result: no configure:8422: checking for gc.h configure:8422: result: no configure:8422: checking gc/gc.h usability configure:8422: g++ -c -g -O2 -fopenmp -Werror=format-security -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 conftest.cpp >&5 configure:8422: $? = 0 configure:8422: result: yes configure:8422: checking gc/gc.h presence configure:8422: g++ -E -Werror=format-security -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 conftest.cpp configure:8422: $? = 0 configure:8422: result: yes configure:8422: checking for gc/gc.h configure:8422: result: yes configure:8434: checking for GC_init in -lgc configure:8459: g++ -o conftest -g -O2 -fopenmp -Werror=format-security -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.cpp -lgc >&5 configure:8459: $? = 0 configure:8468: result: yes configure:8621: checking libgc version 6.4+ configure:8646: g++ -o conftest -g -O2 -fopenmp -Werror=format-security -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.cpp -lgc >&5 configure:8646: $? = 0 configure:8646: ./conftest configure:8646: $? = 0 configure:8656: result: yes configure:8665: checking sys/filio.h usability configure:8665: g++ -c -g -O2 -fopenmp -Werror=format-security -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 conftest.cpp >&5 conftest.cpp:65:23: error: sys/filio.h: No such file or directory configure:8665: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "inkscape" | #define PACKAGE_TARNAME "inkscape" | #define PACKAGE_VERSION "0.48.1" | #define PACKAGE_STRING "inkscape 0.48.1" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "inkscape" | #define VERSION "0.48.1" | #define STDC_HEADERS 1 | #define HAVE_TR1_UNORDERED_SET 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_EXT_HASH_SET 1 | #define GETTEXT_PACKAGE "inkscape" | #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 | #define HAVE_OPENMP 1 | #define HAVE_GC_GC_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 <sys/filio.h> configure:8665: result: no configure:8665: checking sys/filio.h presence configure:8665: g++ -E -Werror=format-security -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 conftest.cpp conftest.cpp:32:23: error: sys/filio.h: No such file or directory configure:8665: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "inkscape" | #define PACKAGE_TARNAME "inkscape" | #define PACKAGE_VERSION "0.48.1" | #define PACKAGE_STRING "inkscape 0.48.1" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "inkscape" | #define VERSION "0.48.1" | #define STDC_HEADERS 1 | #define HAVE_TR1_UNORDERED_SET 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_EXT_HASH_SET 1 | #define GETTEXT_PACKAGE "inkscape" | #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 | #define HAVE_OPENMP 1 | #define HAVE_GC_GC_H 1 | /* end confdefs.h. */ | #include <sys/filio.h> configure:8665: result: no configure:8665: checking for sys/filio.h configure:8665: result: no configure:8679: checking malloc.h usability configure:8679: g++ -c -g -O2 -fopenmp -Werror=format-security -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 conftest.cpp >&5 configure:8679: $? = 0 configure:8679: result: yes configure:8679: checking malloc.h presence configure:8679: g++ -E -Werror=format-security -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 conftest.cpp configure:8679: $? = 0 configure:8679: result: yes configure:8679: checking for malloc.h configure:8679: result: yes configure:8691: checking for mallinfo configure:8691: g++ -o conftest -g -O2 -fopenmp -Werror=format-security -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.cpp -lgc >&5 configure:8691: $? = 0 configure:8691: result: yes configure:8697: checking for struct mallinfo.usmblks configure:8697: g++ -c -g -O2 -fopenmp -Werror=format-security -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 conftest.cpp >&5 configure:8697: $? = 0 configure:8697: result: yes configure:8707: checking for struct mallinfo.fsmblks configure:8707: g++ -c -g -O2 -fopenmp -Werror=format-security -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 conftest.cpp >&5 configure:8707: $? = 0 configure:8707: result: yes configure:8717: checking for struct mallinfo.uordblks configure:8717: g++ -c -g -O2 -fopenmp -Werror=format-security -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 conftest.cpp >&5 configure:8717: $? = 0 configure:8717: result: yes configure:8727: checking for struct mallinfo.fordblks configure:8727: g++ -c -g -O2 -fopenmp -Werror=format-security -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 conftest.cpp >&5 configure:8727: $? = 0 configure:8727: result: yes configure:8737: checking for struct mallinfo.hblkhd configure:8737: g++ -c -g -O2 -fopenmp -Werror=format-security -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 conftest.cpp >&5 configure:8737: $? = 0 configure:8737: result: yes configure:8755: checking for freetype-config configure:8773: found /usr/bin/freetype-config configure:8786: result: /usr/bin/freetype-config configure:8802: checking for Win32 platform configure:8813: result: no configure:8825: checking for Solaris platform configure:8838: result: no configure:8968: checking pkg-config is at least version 0.9.0 configure:8971: result: yes configure:8981: checking for XFT configure:8988: $PKG_CONFIG --exists --print-errors "fontconfig" configure:8991: $? = 0 configure:9004: $PKG_CONFIG --exists --print-errors "fontconfig" configure:9007: $? = 0 configure:9044: result: yes configure:9161: checking for PANGOFT2 configure:9168: $PKG_CONFIG --exists --print-errors "pangoft2" configure:9171: $? = 0 configure:9184: $PKG_CONFIG --exists --print-errors "pangoft2" configure:9187: $? = 0 configure:9224: result: yes configure:9249: checking for GNOME_VFS configure:9256: $PKG_CONFIG --exists --print-errors "gnome-vfs-2.0 >= 2.0" Package gnome-vfs-2.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `gnome-vfs-2.0.pc' to the PKG_CONFIG_PATH environment variable No package 'gnome-vfs-2.0' found configure:9259: $? = 1 configure:9272: $PKG_CONFIG --exists --print-errors "gnome-vfs-2.0 >= 2.0" Package gnome-vfs-2.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `gnome-vfs-2.0.pc' to the PKG_CONFIG_PATH environment variable No package 'gnome-vfs-2.0' found configure:9275: $? = 1 configure:9288: result: no No package 'gnome-vfs-2.0' found configure:9321: result: no configure:9358: checking whether byte ordering is bigendian configure:9373: g++ -c -g -O2 -fopenmp -Werror=format-security -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 conftest.cpp >&5 conftest.cpp:42: error: expected unqualified-id before '!' token configure:9373: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "inkscape" | #define PACKAGE_TARNAME "inkscape" | #define PACKAGE_VERSION "0.48.1" | #define PACKAGE_STRING "inkscape 0.48.1" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "inkscape" | #define VERSION "0.48.1" | #define STDC_HEADERS 1 | #define HAVE_TR1_UNORDERED_SET 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_EXT_HASH_SET 1 | #define GETTEXT_PACKAGE "inkscape" | #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 | #define HAVE_OPENMP 1 | #define HAVE_GC_GC_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_MALLINFO 1 | #define HAVE_STRUCT_MALLINFO_USMBLKS 1 | #define HAVE_STRUCT_MALLINFO_FSMBLKS 1 | #define HAVE_STRUCT_MALLINFO_UORDBLKS 1 | #define HAVE_STRUCT_MALLINFO_FORDBLKS 1 | #define HAVE_STRUCT_MALLINFO_HBLKHD 1 | #define WITH_XFT 1 | #define WITH_INKJAR 1 | /* end confdefs.h. */ | #ifndef __APPLE_CC__ | not a universal capable compiler | #endif | typedef int dummy; | configure:9418: g++ -c -g -O2 -fopenmp -Werror=format-security -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 conftest.cpp >&5 configure:9418: $? = 0 configure:9436: g++ -c -g -O2 -fopenmp -Werror=format-security -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 conftest.cpp >&5 conftest.cpp: In function 'int main()': conftest.cpp:48: error: 'big' was not declared in this scope conftest.cpp:48: error: expected `;' before 'endian' configure:9436: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "inkscape" | #define PACKAGE_TARNAME "inkscape" | #define PACKAGE_VERSION "0.48.1" | #define PACKAGE_STRING "inkscape 0.48.1" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "inkscape" | #define VERSION "0.48.1" | #define STDC_HEADERS 1 | #define HAVE_TR1_UNORDERED_SET 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_EXT_HASH_SET 1 | #define GETTEXT_PACKAGE "inkscape" | #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 | #define HAVE_OPENMP 1 | #define HAVE_GC_GC_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_MALLINFO 1 | #define HAVE_STRUCT_MALLINFO_USMBLKS 1 | #define HAVE_STRUCT_MALLINFO_FSMBLKS 1 | #define HAVE_STRUCT_MALLINFO_UORDBLKS 1 | #define HAVE_STRUCT_MALLINFO_FORDBLKS 1 | #define HAVE_STRUCT_MALLINFO_HBLKHD 1 | #define WITH_XFT 1 | #define WITH_INKJAR 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:9564: result: no configure:9584: checking zlib.h usability configure:9584: g++ -c -g -O2 -fopenmp -Werror=format-security -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 conftest.cpp >&5 configure:9584: $? = 0 configure:9584: result: yes configure:9584: checking zlib.h presence configure:9584: g++ -E -Werror=format-security -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 conftest.cpp configure:9584: $? = 0 configure:9584: result: yes configure:9584: checking for zlib.h configure:9584: result: yes configure:9616: checking for Perl development environment configure:9640: result: skipped configure:9678: checking for Python development environment configure:9702: result: skipped configure:9753: checking for LCMS configure:9760: $PKG_CONFIG --exists --print-errors "lcms >= 1.13" configure:9763: $? = 0 configure:9776: $PKG_CONFIG --exists --print-errors "lcms >= 1.13" configure:9779: $? = 0 configure:9816: result: yes configure:9851: checking for POPPLER configure:9858: $PKG_CONFIG --exists --print-errors "poppler >= 0.5.9" Package poppler was not found in the pkg-config search path. Perhaps you should add the directory containing `poppler.pc' to the PKG_CONFIG_PATH environment variable No package 'poppler' found configure:9861: $? = 1 configure:9874: $PKG_CONFIG --exists --print-errors "poppler >= 0.5.9" Package poppler was not found in the pkg-config search path. Perhaps you should add the directory containing `poppler.pc' to the PKG_CONFIG_PATH environment variable No package 'poppler' found configure:9877: $? = 1 configure:9890: result: no No package 'poppler' found configure:10162: checking for POPPLER_GFXFONT configure:10169: $PKG_CONFIG --exists --print-errors "poppler >= 0.8.3" Package poppler was not found in the pkg-config search path. Perhaps you should add the directory containing `poppler.pc' to the PKG_CONFIG_PATH environment variable No package 'poppler' found configure:10172: $? = 1 configure:10185: $PKG_CONFIG --exists --print-errors "poppler >= 0.8.3" Package poppler was not found in the pkg-config search path. Perhaps you should add the directory containing `poppler.pc' to the PKG_CONFIG_PATH environment variable No package 'poppler' found configure:10188: $? = 1 configure:10201: result: no No package 'poppler' found configure:10240: checking for new color space API in Poppler configure:10256: g++ -c -g -O2 -fopenmp -Werror=format-security -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 conftest.cpp >&5 conftest.cpp:44:22: error: GfxState.h: No such file or directory conftest.cpp: In function 'int main()': conftest.cpp:47: error: expected initializer before '*' token conftest.cpp:48: error: 'parse_p' was not declared in this scope conftest.cpp:48: error: expected `;' before 'p' conftest.cpp:49: error: 'p' was not declared in this scope conftest.cpp:49: error: 'GfxColorSpace' has not been declared configure:10256: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "inkscape" | #define PACKAGE_TARNAME "inkscape" | #define PACKAGE_VERSION "0.48.1" | #define PACKAGE_STRING "inkscape 0.48.1" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "inkscape" | #define VERSION "0.48.1" | #define STDC_HEADERS 1 | #define HAVE_TR1_UNORDERED_SET 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_EXT_HASH_SET 1 | #define GETTEXT_PACKAGE "inkscape" | #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 | #define HAVE_OPENMP 1 | #define HAVE_GC_GC_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_MALLINFO 1 | #define HAVE_STRUCT_MALLINFO_USMBLKS 1 | #define HAVE_STRUCT_MALLINFO_FSMBLKS 1 | #define HAVE_STRUCT_MALLINFO_UORDBLKS 1 | #define HAVE_STRUCT_MALLINFO_FORDBLKS 1 | #define HAVE_STRUCT_MALLINFO_HBLKHD 1 | #define WITH_XFT 1 | #define WITH_INKJAR 1 | #define HAVE_ZLIB_H 1 | #define ENABLE_LCMS 1 | /* end confdefs.h. */ | | #include <GfxState.h> | | int main() { | typedef GfxColorSpace *(*parse_p)(Object *, Gfx *); | parse_p p; | p = &GfxColorSpace::parse; | return 0; | } | configure:10267: result: no configure:10272: checking whether Poppler's GfxPatch no longer uses GfxColor configure:10288: g++ -c -g -O2 -fopenmp -Werror=format-security -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 conftest.cpp >&5 conftest.cpp:44:22: error: GfxState.h: No such file or directory conftest.cpp: In function 'int main()': conftest.cpp:47: error: 'GfxPatch' has not been declared conftest.cpp:47: error: expected `;' before 'color' conftest.cpp:51: error: expected `}' at end of input configure:10288: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "inkscape" | #define PACKAGE_TARNAME "inkscape" | #define PACKAGE_VERSION "0.48.1" | #define PACKAGE_STRING "inkscape 0.48.1" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "inkscape" | #define VERSION "0.48.1" | #define STDC_HEADERS 1 | #define HAVE_TR1_UNORDERED_SET 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_EXT_HASH_SET 1 | #define GETTEXT_PACKAGE "inkscape" | #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 | #define HAVE_OPENMP 1 | #define HAVE_GC_GC_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_MALLINFO 1 | #define HAVE_STRUCT_MALLINFO_USMBLKS 1 | #define HAVE_STRUCT_MALLINFO_FSMBLKS 1 | #define HAVE_STRUCT_MALLINFO_UORDBLKS 1 | #define HAVE_STRUCT_MALLINFO_FORDBLKS 1 | #define HAVE_STRUCT_MALLINFO_HBLKHD 1 | #define WITH_XFT 1 | #define WITH_INKJAR 1 | #define HAVE_ZLIB_H 1 | #define ENABLE_LCMS 1 | /* end confdefs.h. */ | | #include <GfxState.h> | | int main() { | GfxPatch::ColorValue color = {c: {0}}; | GfxPatch patch; | patch.color[0][0] = color; | return 0; | } | configure:10299: result: no configure:10321: checking for LIBWPG configure:10328: $PKG_CONFIG --exists --print-errors "libwpg-0.1 libwpg-stream-0.1" Package libwpg-0.1 was not found in the pkg-config search path. Perhaps you should add the directory containing `libwpg-0.1.pc' to the PKG_CONFIG_PATH environment variable No package 'libwpg-0.1' found Package libwpg-stream-0.1 was not found in the pkg-config search path. Perhaps you should add the directory containing `libwpg-stream-0.1.pc' to the PKG_CONFIG_PATH environment variable No package 'libwpg-stream-0.1' found configure:10331: $? = 1 configure:10344: $PKG_CONFIG --exists --print-errors "libwpg-0.1 libwpg-stream-0.1" Package libwpg-0.1 was not found in the pkg-config search path. Perhaps you should add the directory containing `libwpg-0.1.pc' to the PKG_CONFIG_PATH environment variable No package 'libwpg-0.1' found Package libwpg-stream-0.1 was not found in the pkg-config search path. Perhaps you should add the directory containing `libwpg-stream-0.1.pc' to the PKG_CONFIG_PATH environment variable No package 'libwpg-stream-0.1' found configure:10347: $? = 1 configure:10360: result: no No package 'libwpg-0.1' found No package 'libwpg-stream-0.1' found configure:10408: checking for IMAGEMAGICK configure:10415: $PKG_CONFIG --exists --print-errors "ImageMagick++" Package ImageMagick++ was not found in the pkg-config search path. Perhaps you should add the directory containing `ImageMagick++.pc' to the PKG_CONFIG_PATH environment variable No package 'ImageMagick++' found configure:10418: $? = 1 configure:10431: $PKG_CONFIG --exists --print-errors "ImageMagick++" Package ImageMagick++ was not found in the pkg-config search path. Perhaps you should add the directory containing `ImageMagick++.pc' to the PKG_CONFIG_PATH environment variable No package 'ImageMagick++' found configure:10434: $? = 1 configure:10447: result: no No package 'ImageMagick++' found configure:10495: checking for CAIRO_USER_FONTS configure:10502: $PKG_CONFIG --exists --print-errors "cairo > 1.7.6" Requested 'cairo > 1.7.6' but version of cairo is 1.6.4 configure:10505: $? = 1 configure:10518: $PKG_CONFIG --exists --print-errors "cairo > 1.7.6" Requested 'cairo > 1.7.6' but version of cairo is 1.6.4 configure:10521: $? = 1 configure:10534: result: no Requested 'cairo > 1.7.6' but version of cairo is 1.6.4 configure:10576: checking for INKSCAPE configure:10583: $PKG_CONFIG --exists --print-errors "gdkmm-2.4 glibmm-2.4 giomm-2.4 gtkmm-2.4 >= 2.10.0 gtk+-2.0 libxml-2.0 >= 2.6.11 libxslt >= 1.0.15 cairo sigc++-2.0 >= $min_sigc_version $ink_spell_pkg gthread-2.0 >= 2.0 libpng >= 1.2 gsl" configure:10586: $? = 0 configure:10599: $PKG_CONFIG --exists --print-errors "gdkmm-2.4 glibmm-2.4 giomm-2.4 gtkmm-2.4 >= 2.10.0 gtk+-2.0 libxml-2.0 >= 2.6.11 libxslt >= 1.0.15 cairo sigc++-2.0 >= $min_sigc_version $ink_spell_pkg gthread-2.0 >= 2.0 libpng >= 1.2 gsl" configure:10602: $? = 0 configure:10659: result: yes configure:10666: checking for Mac OS X Carbon support configure:10675: g++ -c -g -O2 -fopenmp -Werror=format-security -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 conftest.cpp >&5 conftest.cpp:44:27: error: Carbon/Carbon.h: No such file or directory conftest.cpp:45:39: error: CoreServices/CoreServices.h: No such file or directory configure:10675: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "inkscape" | #define PACKAGE_TARNAME "inkscape" | #define PACKAGE_VERSION "0.48.1" | #define PACKAGE_STRING "inkscape 0.48.1" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "inkscape" | #define VERSION "0.48.1" | #define STDC_HEADERS 1 | #define HAVE_TR1_UNORDERED_SET 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_EXT_HASH_SET 1 | #define GETTEXT_PACKAGE "inkscape" | #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 | #define HAVE_OPENMP 1 | #define HAVE_GC_GC_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_MALLINFO 1 | #define HAVE_STRUCT_MALLINFO_USMBLKS 1 | #define HAVE_STRUCT_MALLINFO_FSMBLKS 1 | #define HAVE_STRUCT_MALLINFO_UORDBLKS 1 | #define HAVE_STRUCT_MALLINFO_FORDBLKS 1 | #define HAVE_STRUCT_MALLINFO_HBLKHD 1 | #define WITH_XFT 1 | #define WITH_INKJAR 1 | #define HAVE_ZLIB_H 1 | #define ENABLE_LCMS 1 | /* end confdefs.h. */ | | #include <Carbon/Carbon.h> | #include <CoreServices/CoreServices.h> | configure:10679: result: no configure:10700: checking boost/concept_check.hpp usability configure:10700: g++ -c -g -O2 -fopenmp -Werror=format-security -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 conftest.cpp >&5 configure:10700: $? = 0 configure:10700: result: yes configure:10700: checking boost/concept_check.hpp presence configure:10700: g++ -E -Werror=format-security -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 conftest.cpp configure:10700: $? = 0 configure:10700: result: yes configure:10700: checking for boost/concept_check.hpp configure:10700: result: yes configure:10715: checking for CAIRO_PDF configure:10722: $PKG_CONFIG --exists --print-errors "cairo-pdf" configure:10725: $? = 0 configure:10738: $PKG_CONFIG --exists --print-errors "cairo-pdf" configure:10741: $? = 0 configure:10778: result: yes configure:10793: checking popt.h usability configure:10793: g++ -c -g -O2 -fopenmp -Werror=format-security -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 conftest.cpp >&5 configure:10793: $? = 0 configure:10793: result: yes configure:10793: checking popt.h presence configure:10793: g++ -E -Werror=format-security -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 conftest.cpp configure:10793: $? = 0 configure:10793: result: yes configure:10793: checking for popt.h configure:10793: result: yes configure:10802: checking for new_aspell_config in -laspell configure:10827: g++ -o conftest -g -O2 -fopenmp -Werror=format-security -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.cpp -laspell -lz -lm -lgc -llcms >&5 configure:10827: $? = 0 configure:10836: result: yes configure:10839: checking aspell.h usability configure:10839: g++ -c -g -O2 -fopenmp -Werror=format-security -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 conftest.cpp >&5 configure:10839: $? = 0 configure:10839: result: yes configure:10839: checking aspell.h presence configure:10839: g++ -E -Werror=format-security -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 conftest.cpp configure:10839: $? = 0 configure:10839: result: yes configure:10839: checking for aspell.h configure:10839: result: yes configure:10865: checking for bind_textdomain_codeset configure:10865: result: yes configure:10876: checking for gtk_window_set_default_icon_from_file configure:10876: g++ -o conftest -g -O2 -fopenmp -Werror=format-security -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.cpp -lgc -llcms -pthread -L/usr/local/lib -lgiomm-2.4 -lgio-2.0 -lgtkmm-2.4 -lgdkmm-2.4 -latkmm-1.6 -lpangomm-1.4 -lcairomm-1.0 -lglibmm-2.4 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lxslt -lxml2 -lcairo -lsigc-2.0 -lgthread-2.0 -lrt -lglib-2.0 -lpng12 -lgsl -lgslcblas -lm -lpng -lz -lX11 -lxml2 -ldl -lgomp -lpopt -laspell >&5 configure:10876: $? = 0 configure:10876: result: yes configure:10887: checking for gtk_window_fullscreen configure:10887: g++ -o conftest -g -O2 -fopenmp -Werror=format-security -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.cpp -lgc -llcms -pthread -L/usr/local/lib -lgiomm-2.4 -lgio-2.0 -lgtkmm-2.4 -lgdkmm-2.4 -latkmm-1.6 -lpangomm-1.4 -lcairomm-1.0 -lglibmm-2.4 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lxslt -lxml2 -lcairo -lsigc-2.0 -lgthread-2.0 -lrt -lglib-2.0 -lpng12 -lgsl -lgslcblas -lm -lpng -lz -lX11 -lxml2 -ldl -lgomp -lpopt -laspell >&5 configure:10887: $? = 0 configure:10887: result: yes configure:10908: checking whether binary relocation support should be enabled configure:10958: result: no configure:10989: checking for pow configure:10989: g++ -o conftest -g -O2 -fopenmp -Werror=format-security -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.cpp -lgc -llcms >&5 configure:10989: $? = 0 configure:10989: result: yes configure:11048: checking for sqrt configure:11048: g++ -o conftest -g -O2 -fopenmp -Werror=format-security -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.cpp -lgc -llcms >&5 configure:11048: $? = 0 configure:11048: result: yes configure:11059: checking for floor configure:11059: g++ -o conftest -g -O2 -fopenmp -Werror=format-security -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.cpp -lgc -llcms >&5 configure:11059: $? = 0 configure:11059: result: yes configure:11070: checking for gettimeofday configure:11070: g++ -o conftest -g -O2 -fopenmp -Werror=format-security -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.cpp -lgc -llcms >&5 configure:11070: $? = 0 configure:11070: result: yes configure:11081: checking for memmove configure:11081: g++ -o conftest -g -O2 -fopenmp -Werror=format-security -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.cpp -lgc -llcms >&5 configure:11081: $? = 0 configure:11081: result: yes configure:11092: checking for memset configure:11092: g++ -o conftest -g -O2 -fopenmp -Werror=format-security -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.cpp -lgc -llcms >&5 configure:11092: $? = 0 configure:11092: result: yes configure:11103: checking for mkdir configure:11103: g++ -o conftest -g -O2 -fopenmp -Werror=format-security -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.cpp -lgc -llcms >&5 configure:11103: $? = 0 configure:11103: result: yes configure:11114: checking for strncasecmp configure:11114: g++ -o conftest -g -O2 -fopenmp -Werror=format-security -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.cpp -lgc -llcms >&5 configure:11114: $? = 0 configure:11114: result: yes configure:11125: checking for strpbrk configure:11125: g++ -o conftest -g -O2 -fopenmp -Werror=format-security -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.cpp -lgc -llcms >&5 configure:11125: $? = 0 configure:11125: result: yes configure:11136: checking for strrchr configure:11136: g++ -o conftest -g -O2 -fopenmp -Werror=format-security -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.cpp -lgc -llcms >&5 configure:11136: $? = 0 configure:11136: result: yes configure:11147: checking for strspn configure:11147: g++ -o conftest -g -O2 -fopenmp -Werror=format-security -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.cpp -lgc -llcms >&5 configure:11147: $? = 0 configure:11147: result: yes configure:11158: checking for strstr configure:11158: g++ -o conftest -g -O2 -fopenmp -Werror=format-security -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.cpp -lgc -llcms >&5 configure:11158: $? = 0 configure:11158: result: yes configure:11169: checking for strtoul configure:11169: g++ -o conftest -g -O2 -fopenmp -Werror=format-security -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.cpp -lgc -llcms >&5 configure:11169: $? = 0 configure:11169: result: yes configure:11180: checking for fpsetmask configure:11180: g++ -o conftest -g -O2 -fopenmp -Werror=format-security -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.cpp -lgc -llcms >&5 /tmp/ccQVuFEl.o: In function `main': /usr/local/src/inkscape-0.48.1/conftest.cpp:97: undefined reference to `fpsetmask' collect2: ld returned 1 exit status configure:11180: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "inkscape" | #define PACKAGE_TARNAME "inkscape" | #define PACKAGE_VERSION "0.48.1" | #define PACKAGE_STRING "inkscape 0.48.1" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "inkscape" | #define VERSION "0.48.1" | #define STDC_HEADERS 1 | #define HAVE_TR1_UNORDERED_SET 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_EXT_HASH_SET 1 | #define GETTEXT_PACKAGE "inkscape" | #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 | #define HAVE_OPENMP 1 | #define HAVE_GC_GC_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_MALLINFO 1 | #define HAVE_STRUCT_MALLINFO_USMBLKS 1 | #define HAVE_STRUCT_MALLINFO_FSMBLKS 1 | #define HAVE_STRUCT_MALLINFO_UORDBLKS 1 | #define HAVE_STRUCT_MALLINFO_FORDBLKS 1 | #define HAVE_STRUCT_MALLINFO_HBLKHD 1 | #define WITH_XFT 1 | #define WITH_INKJAR 1 | #define HAVE_ZLIB_H 1 | #define ENABLE_LCMS 1 | #define HAVE_BOOST_CONCEPT_CHECK_HPP 1 | #define HAVE_CAIRO_PDF 1 | #define HAVE_ASPELL 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define HAVE_GTK_WINDOW_SET_DEFAULT_ICON_FROM_FILE 1 | #define HAVE_GTK_WINDOW_FULLSCREEN 1 | #define BR_PTHREADS 0 | #define HAVE_POW 1 | #define HAVE_SQRT 1 | #define HAVE_FLOOR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MKDIR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRPBRK 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSPN 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOUL 1 | /* end confdefs.h. */ | /* Define fpsetmask to an innocuous variant, in case <limits.h> declares fpsetmask. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define fpsetmask innocuous_fpsetmask | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char fpsetmask (); below. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | <limits.h> exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include <limits.h> | #else | # include <assert.h> | #endif | | #undef fpsetmask | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char fpsetmask (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_fpsetmask || defined __stub___fpsetmask | choke me | #endif | | int | main () | { | return fpsetmask (); | ; | return 0; | } configure:11180: result: no configure:11191: checking for ecvt configure:11191: g++ -o conftest -g -O2 -fopenmp -Werror=format-security -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.cpp -lgc -llcms >&5 configure:11191: $? = 0 configure:11191: result: yes configure:11202: checking ieeefp.h usability configure:11202: g++ -c -g -O2 -fopenmp -Werror=format-security -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 conftest.cpp >&5 conftest.cpp:97:20: error: ieeefp.h: No such file or directory configure:11202: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "inkscape" | #define PACKAGE_TARNAME "inkscape" | #define PACKAGE_VERSION "0.48.1" | #define PACKAGE_STRING "inkscape 0.48.1" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "inkscape" | #define VERSION "0.48.1" | #define STDC_HEADERS 1 | #define HAVE_TR1_UNORDERED_SET 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_EXT_HASH_SET 1 | #define GETTEXT_PACKAGE "inkscape" | #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 | #define HAVE_OPENMP 1 | #define HAVE_GC_GC_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_MALLINFO 1 | #define HAVE_STRUCT_MALLINFO_USMBLKS 1 | #define HAVE_STRUCT_MALLINFO_FSMBLKS 1 | #define HAVE_STRUCT_MALLINFO_UORDBLKS 1 | #define HAVE_STRUCT_MALLINFO_FORDBLKS 1 | #define HAVE_STRUCT_MALLINFO_HBLKHD 1 | #define WITH_XFT 1 | #define WITH_INKJAR 1 | #define HAVE_ZLIB_H 1 | #define ENABLE_LCMS 1 | #define HAVE_BOOST_CONCEPT_CHECK_HPP 1 | #define HAVE_CAIRO_PDF 1 | #define HAVE_ASPELL 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define HAVE_GTK_WINDOW_SET_DEFAULT_ICON_FROM_FILE 1 | #define HAVE_GTK_WINDOW_FULLSCREEN 1 | #define BR_PTHREADS 0 | #define HAVE_POW 1 | #define HAVE_SQRT 1 | #define HAVE_FLOOR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MKDIR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRPBRK 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSPN 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOUL 1 | #define HAVE_ECVT 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 <ieeefp.h> configure:11202: result: no configure:11202: checking ieeefp.h presence configure:11202: g++ -E -Werror=format-security -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 conftest.cpp conftest.cpp:64:20: error: ieeefp.h: No such file or directory configure:11202: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "inkscape" | #define PACKAGE_TARNAME "inkscape" | #define PACKAGE_VERSION "0.48.1" | #define PACKAGE_STRING "inkscape 0.48.1" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "inkscape" | #define VERSION "0.48.1" | #define STDC_HEADERS 1 | #define HAVE_TR1_UNORDERED_SET 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_EXT_HASH_SET 1 | #define GETTEXT_PACKAGE "inkscape" | #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 | #define HAVE_OPENMP 1 | #define HAVE_GC_GC_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_MALLINFO 1 | #define HAVE_STRUCT_MALLINFO_USMBLKS 1 | #define HAVE_STRUCT_MALLINFO_FSMBLKS 1 | #define HAVE_STRUCT_MALLINFO_UORDBLKS 1 | #define HAVE_STRUCT_MALLINFO_FORDBLKS 1 | #define HAVE_STRUCT_MALLINFO_HBLKHD 1 | #define WITH_XFT 1 | #define WITH_INKJAR 1 | #define HAVE_ZLIB_H 1 | #define ENABLE_LCMS 1 | #define HAVE_BOOST_CONCEPT_CHECK_HPP 1 | #define HAVE_CAIRO_PDF 1 | #define HAVE_ASPELL 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define HAVE_GTK_WINDOW_SET_DEFAULT_ICON_FROM_FILE 1 | #define HAVE_GTK_WINDOW_FULLSCREEN 1 | #define BR_PTHREADS 0 | #define HAVE_POW 1 | #define HAVE_SQRT 1 | #define HAVE_FLOOR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MKDIR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRPBRK 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSPN 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOUL 1 | #define HAVE_ECVT 1 | /* end confdefs.h. */ | #include <ieeefp.h> configure:11202: result: no configure:11202: checking for ieeefp.h configure:11202: result: no configure:11214: checking fcntl.h usability configure:11214: g++ -c -g -O2 -fopenmp -Werror=format-security -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 conftest.cpp >&5 configure:11214: $? = 0 configure:11214: result: yes configure:11214: checking fcntl.h presence configure:11214: g++ -E -Werror=format-security -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 conftest.cpp configure:11214: $? = 0 configure:11214: result: yes configure:11214: checking for fcntl.h configure:11214: result: yes configure:11226: checking for libintl.h configure:11226: result: yes configure:11238: checking stddef.h usability configure:11238: g++ -c -g -O2 -fopenmp -Werror=format-security -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 conftest.cpp >&5 configure:11238: $? = 0 configure:11238: result: yes configure:11238: checking stddef.h presence configure:11238: g++ -E -Werror=format-security -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 conftest.cpp configure:11238: $? = 0 configure:11238: result: yes configure:11238: checking for stddef.h configure:11238: result: yes configure:11250: checking sys/time.h usability configure:11250: g++ -c -g -O2 -fopenmp -Werror=format-security -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 conftest.cpp >&5 configure:11250: $? = 0 configure:11250: result: yes configure:11250: checking sys/time.h presence configure:11250: g++ -E -Werror=format-security -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 conftest.cpp configure:11250: $? = 0 configure:11250: result: yes configure:11250: checking for sys/time.h configure:11250: result: yes configure:11260: checking whether lstat correctly handles trailing slash configure:11286: g++ -o conftest -g -O2 -fopenmp -Werror=format-security -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.cpp -lgc -llcms >&5 configure:11286: $? = 0 configure:11286: ./conftest configure:11286: $? = 0 configure:11303: result: yes configure:11322: checking whether stat accepts an empty string configure:11342: g++ -o conftest -g -O2 -fopenmp -Werror=format-security -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.cpp -lgc -llcms >&5 configure:11342: $? = 0 configure:11342: ./conftest configure:11342: $? = 0 configure:11352: result: no configure:11370: checking for strftime configure:11370: g++ -o conftest -g -O2 -fopenmp -Werror=format-security -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.cpp -lgc -llcms >&5 configure:11370: $? = 0 configure:11370: result: yes configure:11423: checking for working strtod configure:11464: g++ -o conftest -g -O2 -fopenmp -Werror=format-security -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.cpp -lgc -llcms >&5 conftest.cpp: In function 'int main()': conftest.cpp:112: warning: deprecated conversion from string constant to 'char*' conftest.cpp:123: warning: deprecated conversion from string constant to 'char*' conftest.cpp:125: warning: ignoring return value of 'double strtod(const char*, char**)', declared with attribute warn_unused_result configure:11464: $? = 0 configure:11464: ./conftest configure:11464: $? = 0 configure:11474: result: yes configure:11536: checking whether stat file-mode macros are broken configure:11563: g++ -c -g -O2 -fopenmp -Werror=format-security -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 conftest.cpp >&5 configure:11563: $? = 0 configure:11570: result: no configure:11578: checking whether time.h and sys/time.h may both be included configure:11598: g++ -c -g -O2 -fopenmp -Werror=format-security -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 conftest.cpp >&5 configure:11598: $? = 0 configure:11605: result: yes configure:11613: checking whether struct tm is in sys/time.h or time.h configure:11633: g++ -c -g -O2 -fopenmp -Werror=format-security -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 conftest.cpp >&5 configure:11633: $? = 0 configure:11640: result: time.h configure:11648: checking for mode_t configure:11648: g++ -c -g -O2 -fopenmp -Werror=format-security -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 conftest.cpp >&5 configure:11648: $? = 0 configure:11648: g++ -c -g -O2 -fopenmp -Werror=format-security -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 conftest.cpp >&5 conftest.cpp: In function 'int main()': conftest.cpp:107: error: expected primary-expression before ')' token configure:11648: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "inkscape" | #define PACKAGE_TARNAME "inkscape" | #define PACKAGE_VERSION "0.48.1" | #define PACKAGE_STRING "inkscape 0.48.1" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "inkscape" | #define VERSION "0.48.1" | #define STDC_HEADERS 1 | #define HAVE_TR1_UNORDERED_SET 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_EXT_HASH_SET 1 | #define GETTEXT_PACKAGE "inkscape" | #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 | #define HAVE_OPENMP 1 | #define HAVE_GC_GC_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_MALLINFO 1 | #define HAVE_STRUCT_MALLINFO_USMBLKS 1 | #define HAVE_STRUCT_MALLINFO_FSMBLKS 1 | #define HAVE_STRUCT_MALLINFO_UORDBLKS 1 | #define HAVE_STRUCT_MALLINFO_FORDBLKS 1 | #define HAVE_STRUCT_MALLINFO_HBLKHD 1 | #define WITH_XFT 1 | #define WITH_INKJAR 1 | #define HAVE_ZLIB_H 1 | #define ENABLE_LCMS 1 | #define HAVE_BOOST_CONCEPT_CHECK_HPP 1 | #define HAVE_CAIRO_PDF 1 | #define HAVE_ASPELL 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define HAVE_GTK_WINDOW_SET_DEFAULT_ICON_FROM_FILE 1 | #define HAVE_GTK_WINDOW_FULLSCREEN 1 | #define BR_PTHREADS 0 | #define HAVE_POW 1 | #define HAVE_SQRT 1 | #define HAVE_FLOOR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MKDIR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRPBRK 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSPN 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOUL 1 | #define HAVE_ECVT 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TIME_H 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STRFTIME 1 | #define TIME_WITH_SYS_TIME 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 | int | main () | { | if (sizeof ((mode_t))) | return 0; | ; | return 0; | } configure:11648: result: yes configure:11659: checking return type of signal handlers configure:11677: g++ -c -g -O2 -fopenmp -Werror=format-security -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 conftest.cpp >&5 conftest.cpp: In function 'int main()': conftest.cpp:77: error: void value not ignored as it ought to be configure:11677: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "inkscape" | #define PACKAGE_TARNAME "inkscape" | #define PACKAGE_VERSION "0.48.1" | #define PACKAGE_STRING "inkscape 0.48.1" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "inkscape" | #define VERSION "0.48.1" | #define STDC_HEADERS 1 | #define HAVE_TR1_UNORDERED_SET 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_EXT_HASH_SET 1 | #define GETTEXT_PACKAGE "inkscape" | #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 | #define HAVE_OPENMP 1 | #define HAVE_GC_GC_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_MALLINFO 1 | #define HAVE_STRUCT_MALLINFO_USMBLKS 1 | #define HAVE_STRUCT_MALLINFO_FSMBLKS 1 | #define HAVE_STRUCT_MALLINFO_UORDBLKS 1 | #define HAVE_STRUCT_MALLINFO_FORDBLKS 1 | #define HAVE_STRUCT_MALLINFO_HBLKHD 1 | #define WITH_XFT 1 | #define WITH_INKJAR 1 | #define HAVE_ZLIB_H 1 | #define ENABLE_LCMS 1 | #define HAVE_BOOST_CONCEPT_CHECK_HPP 1 | #define HAVE_CAIRO_PDF 1 | #define HAVE_ASPELL 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define HAVE_GTK_WINDOW_SET_DEFAULT_ICON_FROM_FILE 1 | #define HAVE_GTK_WINDOW_FULLSCREEN 1 | #define BR_PTHREADS 0 | #define HAVE_POW 1 | #define HAVE_SQRT 1 | #define HAVE_FLOOR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MKDIR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRPBRK 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSPN 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOUL 1 | #define HAVE_ECVT 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_TIME_H 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STRFTIME 1 | #define TIME_WITH_SYS_TIME 1 | /* end confdefs.h. */ | #include <sys/types.h> | #include <signal.h> | | int | main () | { | return *(signal (0, 0)) (0) == 1; | ; | return 0; | } configure:11684: result: void configure:11715: g++ -c -Wno-unused-parameter -g -O2 -fopenmp -Werror=format-security -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 conftest.cpp >&5 configure:11715: $? = 0 configure:11963: creating ./config.status
## ---------------------- ## ## Running config.status. ## ## ---------------------- ##
This file was extended by inkscape config.status 0.48.1, which was generated by GNU Autoconf 2.67. Invocation command line was
CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status
on regnier
config.status:1146: creating Makefile config.status:1146: creating src/Makefile config.status:1146: creating src/check-header-compile config.status:1146: creating src/application/makefile config.status:1146: creating src/bind/makefile config.status:1146: creating src/debug/makefile config.status:1146: creating src/dialogs/makefile config.status:1146: creating src/display/makefile config.status:1146: creating src/dom/makefile config.status:1146: creating src/extension/implementation/makefile config.status:1146: creating src/extension/internal/makefile config.status:1146: creating src/extension/makefile config.status:1146: creating src/extension/script/makefile config.status:1146: creating src/filters/makefile config.status:1146: creating src/helper/makefile config.status:1146: creating src/io/makefile config.status:1146: creating src/libcroco/makefile config.status:1146: creating src/libgdl/makefile config.status:1146: creating src/libnr/makefile config.status:1146: creating src/libnrtype/makefile config.status:1146: creating src/libavoid/makefile config.status:1146: creating src/livarot/makefile config.status:1146: creating src/live_effects/makefile config.status:1146: creating src/live_effects/parameter/makefile config.status:1146: creating src/pedro/makefile config.status:1146: creating src/jabber_whiteboard/makefile config.status:1146: creating src/svg/makefile config.status:1146: creating src/trace/makefile config.status:1146: creating src/ui/cache/makefile config.status:1146: creating src/ui/dialog/makefile config.status:1146: creating src/ui/makefile config.status:1146: creating src/ui/view/makefile config.status:1146: creating src/ui/widget/makefile config.status:1146: creating src/util/makefile config.status:1146: creating src/widgets/makefile config.status:1146: creating src/xml/makefile config.status:1146: creating src/2geom/makefile config.status:1146: creating doc/Makefile config.status:1146: creating po/Makefile.in config.status:1146: creating share/Makefile config.status:1146: creating share/clipart/Makefile config.status:1146: creating share/examples/Makefile config.status:1146: creating share/extensions/Makefile config.status:1146: creating share/extensions/alphabet_soup/Makefile config.status:1146: creating share/extensions/Barcode/Makefile config.status:1146: creating share/extensions/Poly3DObjects/Makefile config.status:1146: creating share/extensions/test/Makefile config.status:1146: creating share/extensions/xaml2svg/Makefile config.status:1146: creating share/filters/Makefile config.status:1146: creating share/fonts/Makefile config.status:1146: creating share/gradients/Makefile config.status:1146: creating share/icons/Makefile config.status:1146: creating share/icons/application/Makefile config.status:1146: creating share/icons/application/16x16/Makefile config.status:1146: creating share/icons/application/22x22/Makefile config.status:1146: creating share/icons/application/24x24/Makefile config.status:1146: creating share/icons/application/32x32/Makefile config.status:1146: creating share/icons/application/48x48/Makefile config.status:1146: creating share/icons/application/256x256/Makefile config.status:1146: creating share/keys/Makefile config.status:1146: creating share/markers/Makefile config.status:1146: creating share/palettes/Makefile config.status:1146: creating share/patterns/Makefile config.status:1146: creating share/screens/Makefile config.status:1146: creating share/templates/Makefile config.status:1146: creating share/tutorials/Makefile config.status:1146: creating share/ui/Makefile config.status:1146: creating packaging/autopackage/default.apspec config.status:1146: creating inkscape.spec config.status:1146: creating Info.plist config.status:1146: creating inkview.1 config.status:1146: creating config.h config.status:1374: executing depfiles commands config.status:1374: executing default-1 commands config.status:1374: executing po/stamp-it commands
## ---------------- ## ## Cache variables. ## ## ---------------- ##
ac_cv_build=i686-pc-linux-gnu ac_cv_c_bigendian=no ac_cv_c_compiler_gnu=yes ac_cv_cxx_compiler_gnu=yes ac_cv_env_CAIRO_PDF_CFLAGS_set= ac_cv_env_CAIRO_PDF_CFLAGS_value= ac_cv_env_CAIRO_PDF_LIBS_set= ac_cv_env_CAIRO_PDF_LIBS_value= ac_cv_env_CAIRO_SVG_CFLAGS_set= ac_cv_env_CAIRO_SVG_CFLAGS_value= ac_cv_env_CAIRO_SVG_LIBS_set= ac_cv_env_CAIRO_SVG_LIBS_value= ac_cv_env_CAIRO_USER_FONTS_CFLAGS_set= ac_cv_env_CAIRO_USER_FONTS_CFLAGS_value= ac_cv_env_CAIRO_USER_FONTS_LIBS_set= ac_cv_env_CAIRO_USER_FONTS_LIBS_value= ac_cv_env_CCASFLAGS_set= ac_cv_env_CCASFLAGS_value= ac_cv_env_CCAS_set= ac_cv_env_CCAS_value= 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_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_GNOME_VFS_CFLAGS_set= ac_cv_env_GNOME_VFS_CFLAGS_value= ac_cv_env_GNOME_VFS_LIBS_set= ac_cv_env_GNOME_VFS_LIBS_value= ac_cv_env_IMAGEMAGICK_CFLAGS_set= ac_cv_env_IMAGEMAGICK_CFLAGS_value= ac_cv_env_IMAGEMAGICK_LIBS_set= ac_cv_env_IMAGEMAGICK_LIBS_value= ac_cv_env_INKSCAPE_CFLAGS_set= ac_cv_env_INKSCAPE_CFLAGS_value= ac_cv_env_INKSCAPE_LIBS_set= ac_cv_env_INKSCAPE_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_LIBWPG_CFLAGS_set= ac_cv_env_LIBWPG_CFLAGS_value= ac_cv_env_LIBWPG_LIBS_set= ac_cv_env_LIBWPG_LIBS_value= ac_cv_env_PANGOFT2_CFLAGS_set= ac_cv_env_PANGOFT2_CFLAGS_value= ac_cv_env_PANGOFT2_LIBS_set= ac_cv_env_PANGOFT2_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_POPPLER_CAIRO_CFLAGS_set= ac_cv_env_POPPLER_CAIRO_CFLAGS_value= ac_cv_env_POPPLER_CAIRO_LIBS_set= ac_cv_env_POPPLER_CAIRO_LIBS_value= ac_cv_env_POPPLER_CFLAGS_set= ac_cv_env_POPPLER_CFLAGS_value= ac_cv_env_POPPLER_GFXFONT_CFLAGS_set= ac_cv_env_POPPLER_GFXFONT_CFLAGS_value= ac_cv_env_POPPLER_GFXFONT_LIBS_set= ac_cv_env_POPPLER_GFXFONT_LIBS_value= ac_cv_env_POPPLER_GLIB_CFLAGS_set= ac_cv_env_POPPLER_GLIB_CFLAGS_value= ac_cv_env_POPPLER_GLIB_LIBS_set= ac_cv_env_POPPLER_GLIB_LIBS_value= ac_cv_env_POPPLER_LIBS_set= ac_cv_env_POPPLER_LIBS_value= ac_cv_env_XFT_CFLAGS_set= ac_cv_env_XFT_CFLAGS_value= ac_cv_env_XFT_LIBS_set= ac_cv_env_XFT_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_func_dlopen=no ac_cv_func_ecvt=yes ac_cv_func_floor=yes ac_cv_func_fpsetmask=no ac_cv_func_gettimeofday=yes ac_cv_func_gtk_window_fullscreen=yes ac_cv_func_gtk_window_set_default_icon_from_file=yes ac_cv_func_lstat_dereferences_slashed_symlink=yes ac_cv_func_mallinfo=yes ac_cv_func_memmove=yes ac_cv_func_memset=yes ac_cv_func_mkdir=yes ac_cv_func_pow=yes ac_cv_func_sqrt=yes ac_cv_func_stat_empty_string_bug=no ac_cv_func_strftime=yes ac_cv_func_strncasecmp=yes ac_cv_func_strpbrk=yes ac_cv_func_strrchr=yes ac_cv_func_strspn=yes ac_cv_func_strstr=yes ac_cv_func_strtod=yes ac_cv_func_strtoul=yes ac_cv_header_aspell_h=yes ac_cv_header_boost_concept_check_hpp=yes ac_cv_header_boost_unordered_set_hpp=no ac_cv_header_ext_hash_set=yes ac_cv_header_fcntl_h=yes ac_cv_header_gc_gc_h=yes ac_cv_header_gc_h=no ac_cv_header_ieeefp_h=no ac_cv_header_inttypes_h=yes ac_cv_header_libintl_h=yes ac_cv_header_locale_h=yes ac_cv_header_malloc_h=yes ac_cv_header_memory_h=yes ac_cv_header_omp_h=yes ac_cv_header_png_h=yes ac_cv_header_popt_h=yes ac_cv_header_stat_broken=no ac_cv_header_stdc=yes ac_cv_header_stddef_h=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_filio_h=no ac_cv_header_sys_stat_h=yes ac_cv_header_sys_time_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_time=yes ac_cv_header_unistd_h=yes ac_cv_header_zlib_h=yes ac_cv_host=i686-pc-linux-gnu ac_cv_lib_aspell_new_aspell_config=yes ac_cv_lib_dl_dlopen=yes ac_cv_lib_dld_shl_load=no ac_cv_lib_gc_GC_init=yes ac_cv_lib_png_png_read_info=yes ac_cv_member_struct_mallinfo_fordblks=yes ac_cv_member_struct_mallinfo_fsmblks=yes ac_cv_member_struct_mallinfo_hblkhd=yes ac_cv_member_struct_mallinfo_uordblks=yes ac_cv_member_struct_mallinfo_usmblks=yes ac_cv_objext=o ac_cv_path_EGREP='/bin/grep -E' ac_cv_path_FREETYPE_CONFIG=/usr/bin/freetype-config 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_PKG_CONFIG=/usr/bin/pkg-config ac_cv_path_XGETTEXT=/usr/bin/xgettext ac_cv_path_install='/usr/bin/install -c' ac_cv_path_mkdir=/bin/mkdir ac_cv_prog_AWK=mawk ac_cv_prog_CXXCPP='g++ -E' ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_CXX=g++ ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_cc_c89= ac_cv_prog_cc_g=yes ac_cv_prog_cc_gcc_c_o=yes ac_cv_prog_cxx_g=yes ac_cv_prog_make_make_set=yes ac_cv_search_strerror='none required' ac_cv_struct_tm=time.h ac_cv_type_mode_t=yes ac_cv_type_signal=void am_cv_CCAS_dependencies_compiler_type=gcc3 am_cv_CC_dependencies_compiler_type=gcc3 am_cv_CXX_dependencies_compiler_type=gcc3 am_cv_prog_cc_stdc= am_cv_prog_tar_pax=gnutar am_cv_val_LC_MESSAGES=yes ax_cv_cxx_openmp=-fopenmp gt_cv_func_dgettext_libc=yes gt_cv_func_dgettext_libintl=no gt_cv_func_ngettext_libc=yes gt_cv_have_gettext=yes ink_cv_bzr_snapshot_build=no lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl pkg_cv_CAIRO_PDF_CFLAGS='-D_REENTRANT -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/pixman-1 ' pkg_cv_CAIRO_PDF_LIBS='-lz -lcairo ' pkg_cv_INKSCAPE_CFLAGS='-D_REENTRANT -pthread -I/usr/local/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/pixman-1 -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/atkmm-1.6 -I/usr/include/atk-1.0 -I/usr/include/libxml2 ' pkg_cv_INKSCAPE_LIBS='-pthread -L/usr/local/lib -lgiomm-2.4 -lgio-2.0 -lgtkmm-2.4 -lgdkmm-2.4 -latkmm-1.6 -lpangomm-1.4 -lcairomm-1.0 -lglibmm-2.4 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lxslt -lxml2 -lcairo -lsigc-2.0 -lgthread-2.0 -lrt -lglib-2.0 -lpng12 -lgsl -lgslcblas -lm ' pkg_cv_LCMS_CFLAGS=' ' pkg_cv_LCMS_LIBS='-llcms ' pkg_cv_PANGOFT2_CFLAGS='-I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include ' pkg_cv_PANGOFT2_LIBS='-lpangoft2-1.0 -lpango-1.0 -lfreetype -lz -lfontconfig -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 ' pkg_cv_XFT_CFLAGS=' ' pkg_cv_XFT_LIBS='-lfontconfig '
## ----------------- ## ## Output variables. ## ## ----------------- ##
ACLOCAL='${SHELL} /usr/local/src/inkscape-0.48.1/missing --run aclocal-1.11 ' ALL_LINGUAS='am ar az be bg bn br ca ca@...2844... cs da de dz el en_AU en_CA en_GB en_US@...2845... eo es_MX es et eu fa fi fr ga gl he hr hu hy id it ja km ko lt mk mn nb ne nl nn pa pl pt_BR pt ro ru rw sk sl sq sr@...2846... sr sv te_IN th tr uk vi zh_CN zh_TW' AMDEPBACKSLASH='' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} /usr/local/src/inkscape-0.48.1/missing --run tar' AM_BACKSLASH='' AM_DEFAULT_VERBOSITY='0' AUTOCONF='${SHELL} /usr/local/src/inkscape-0.48.1/missing --run autoconf' AUTOHEADER='${SHELL} /usr/local/src/inkscape-0.48.1/missing --run autoheader' AUTOMAKE='${SHELL} /usr/local/src/inkscape-0.48.1/missing --run automake-1.11' AWK='mawk' CAIRO_PDF_CFLAGS='-D_REENTRANT -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/pixman-1 ' CAIRO_PDF_LIBS='-lz -lcairo ' CAIRO_SVG_CFLAGS='' CAIRO_SVG_LIBS='' CAIRO_USER_FONTS_CFLAGS='' CAIRO_USER_FONTS_LIBS='' CARBON_LDFLAGS='' CATALOGS=' am.gmo ar.gmo az.gmo be.gmo bg.gmo bn.gmo br.gmo ca.gmo ca@...2847... cs.gmo da.gmo de.gmo dz.gmo el.gmo en_AU.gmo en_CA.gmo en_GB.gmo en_US@...2848... eo.gmo es_MX.gmo es.gmo et.gmo eu.gmo fa.gmo fi.gmo fr.gmo ga.gmo gl.gmo he.gmo hr.gmo hu.gmo hy.gmo id.gmo it.gmo ja.gmo km.gmo ko.gmo lt.gmo mk.gmo mn.gmo nb.gmo ne.gmo nl.gmo nn.gmo pa.gmo pl.gmo pt_BR.gmo pt.gmo ro.gmo ru.gmo rw.gmo sk.gmo sl.gmo sq.gmo sr@...2849... sr.gmo sv.gmo te_IN.gmo th.gmo tr.gmo uk.gmo vi.gmo zh_CN.gmo zh_TW.gmo' CATOBJEXT='.gmo' CC='gcc' CCAS='gcc' CCASDEPMODE='depmode=gcc3' CCASFLAGS='-g -O2' CCDEPMODE='depmode=gcc3' CFLAGS='-Wno-pointer-sign -g -O2' CPPFLAGS='-Werror=format-security -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 ' CXX='g++' CXXCPP='g++ -E' CXXDEPMODE='depmode=gcc3' CXXFLAGS='-Wpointer-arith -Wcast-align -Wsign-compare -Woverloaded-virtual -Wswitch -Wno-unused-parameter -g -O2 -fopenmp' CYGPATH_W='echo' DATADIRNAME='share' DEFS='-DHAVE_CONFIG_H' DEPDIR='.deps' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/bin/grep -E' EXEEXT='' FREETYPE_CFLAGS='-I/usr/include/freetype2' FREETYPE_CONFIG='/usr/bin/freetype-config' FREETYPE_LIBS='-lfreetype -lz' GETTEXT_PACKAGE='inkscape' GMOFILES=' am.gmo ar.gmo az.gmo be.gmo bg.gmo bn.gmo br.gmo ca.gmo ca@...2847... cs.gmo da.gmo de.gmo dz.gmo el.gmo en_AU.gmo en_CA.gmo en_GB.gmo en_US@...2848... eo.gmo es_MX.gmo es.gmo et.gmo eu.gmo fa.gmo fi.gmo fr.gmo ga.gmo gl.gmo he.gmo hr.gmo hu.gmo hy.gmo id.gmo it.gmo ja.gmo km.gmo ko.gmo lt.gmo mk.gmo mn.gmo nb.gmo ne.gmo nl.gmo nn.gmo pa.gmo pl.gmo pt_BR.gmo pt.gmo ro.gmo ru.gmo rw.gmo sk.gmo sl.gmo sq.gmo sr@...2849... sr.gmo sv.gmo te_IN.gmo th.gmo tr.gmo uk.gmo vi.gmo zh_CN.gmo zh_TW.gmo' GMSGFMT='/usr/bin/msgfmt' GNOME_VFS_CFLAGS='' GNOME_VFS_LIBS='' GREP='/bin/grep' HAVE_CARBON_FALSE='' HAVE_CARBON_TRUE='#' IMAGEMAGICK_CFLAGS='' IMAGEMAGICK_LIBS='' INKBOARD_CFLAGS='' INKBOARD_LIBS='' INKJAR_FALSE='#' INKJAR_TRUE='' INKSCAPE_CFLAGS='-D_REENTRANT -pthread -I/usr/local/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/pixman-1 -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/atkmm-1.6 -I/usr/include/atk-1.0 -I/usr/include/libxml2 ' INKSCAPE_DATADIR='/usr/local/share' INKSCAPE_LIBS='-pthread -L/usr/local/lib -lgiomm-2.4 -lgio-2.0 -lgtkmm-2.4 -lgdkmm-2.4 -latkmm-1.6 -lpangomm-1.4 -lcairomm-1.0 -lglibmm-2.4 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lxslt -lxml2 -lcairo -lsigc-2.0 -lgthread-2.0 -lrt -lglib-2.0 -lpng12 -lgsl -lgslcblas -lm -lpng -lz -lX11 -lxml2 -ldl -lgomp -lpopt -laspell' 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 $< $@' LCMS_CFLAGS=' ' LCMS_LIBS='-llcms ' LDFLAGS='-Wl,-z,relro ' LIBOBJS='' LIBS='-lgc -llcms ' LIBWPG_CFLAGS='' LIBWPG_LIBS='' LTLIBOBJS='' MAKEINFO='${SHELL} /usr/local/src/inkscape-0.48.1/missing --run makeinfo' MKDIR_P='/bin/mkdir -p' MKINSTALLDIRS='./mkinstalldirs' MSGFMT='/usr/bin/msgfmt' MSGFMT_OPTS='-c' MSGMERGE='/usr/bin/msgmerge' OBJEXT='o' PACKAGE='inkscape' PACKAGE_BUGREPORT='' PACKAGE_LOCALE_DIR='/usr/local/share/locale' PACKAGE_NAME='inkscape' PACKAGE_STRING='inkscape 0.48.1' PACKAGE_TARNAME='inkscape' PACKAGE_URL='' PACKAGE_VERSION='0.48.1' PANGOFT2_CFLAGS='-I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include ' PANGOFT2_LIBS='-lpangoft2-1.0 -lpango-1.0 -lfreetype -lz -lfontconfig -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 ' PATH_SEPARATOR=':' PERL_CFLAGS='' PERL_LIBS='' PKG_CONFIG='/usr/bin/pkg-config' PKG_CONFIG_LIBDIR='' PKG_CONFIG_PATH='' PLATFORM_SOLARIS_FALSE='' PLATFORM_SOLARIS_TRUE='#' PLATFORM_WIN32_FALSE='' PLATFORM_WIN32_TRUE='#' POFILES=' am.po ar.po az.po be.po bg.po bn.po br.po ca.po ca@...2850... cs.po da.po de.po dz.po el.po en_AU.po en_CA.po en_GB.po en_US@...2851... eo.po es_MX.po es.po et.po eu.po fa.po fi.po fr.po ga.po gl.po he.po hr.po hu.po hy.po id.po it.po ja.po km.po ko.po lt.po mk.po mn.po nb.po ne.po nl.po nn.po pa.po pl.po pt_BR.po pt.po ro.po ru.po rw.po sk.po sl.po sq.po sr@...2852... sr.po sv.po te_IN.po th.po tr.po uk.po vi.po zh_CN.po zh_TW.po' POPPLER_CAIRO_CFLAGS='' POPPLER_CAIRO_LIBS='' POPPLER_CFLAGS='' POPPLER_GFXFONT_CFLAGS='' POPPLER_GFXFONT_LIBS='' POPPLER_GLIB_CFLAGS='' POPPLER_GLIB_LIBS='' POPPLER_LIBS='' POSUB='po' POW_LIB='' PO_IN_DATADIR_FALSE='' PO_IN_DATADIR_TRUE='' PYTHON_CFLAGS='' PYTHON_LIBS='' RANLIB='ranlib' SET_MAKE='' SHELL='/bin/sh' STRIP='' USE_BZR_VERSION_FALSE='' USE_BZR_VERSION_TRUE='#' USE_GNOME_VFS_FALSE='' USE_GNOME_VFS_TRUE='#' USE_IMAGE_MAGICK_FALSE='' USE_IMAGE_MAGICK_TRUE='#' USE_NLS='yes' USE_XFT_FALSE='#' USE_XFT_TRUE='' VERSION='0.48.1' WIN32_CFLAGS='' WITH_LIBWPG_FALSE='' WITH_LIBWPG_TRUE='#' WITH_PERL_FALSE='' WITH_PERL_TRUE='#' WITH_PYTHON_FALSE='' WITH_PYTHON_TRUE='#' XFT_CFLAGS=' ' XFT_LIBS='-lfontconfig -lpangoft2-1.0 -lpango-1.0 -lfreetype -lz -lfontconfig -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 ' XGETTEXT='/usr/bin/xgettext' ac_ct_CC='gcc' ac_ct_CXX='g++' am__EXEEXT_FALSE='' am__EXEEXT_TRUE='#' am__fastdepCCAS_FALSE='#' am__fastdepCCAS_TRUE='' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__fastdepCXX_FALSE='#' am__fastdepCXX_TRUE='' am__include='include' am__isrc='' am__leading_dot='.' am__quote='' am__tar='tar --format=posix -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='${prefix}' 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} /usr/local/src/inkscape-0.48.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='/usr/local' 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 "inkscape" #define PACKAGE_TARNAME "inkscape" #define PACKAGE_VERSION "0.48.1" #define PACKAGE_STRING "inkscape 0.48.1" #define PACKAGE_BUGREPORT "" #define PACKAGE_URL "" #define PACKAGE "inkscape" #define VERSION "0.48.1" #define STDC_HEADERS 1 #define HAVE_TR1_UNORDERED_SET 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_EXT_HASH_SET 1 #define GETTEXT_PACKAGE "inkscape" #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 #define HAVE_OPENMP 1 #define HAVE_GC_GC_H 1 #define HAVE_MALLOC_H 1 #define HAVE_MALLINFO 1 #define HAVE_STRUCT_MALLINFO_USMBLKS 1 #define HAVE_STRUCT_MALLINFO_FSMBLKS 1 #define HAVE_STRUCT_MALLINFO_UORDBLKS 1 #define HAVE_STRUCT_MALLINFO_FORDBLKS 1 #define HAVE_STRUCT_MALLINFO_HBLKHD 1 #define WITH_XFT 1 #define WITH_INKJAR 1 #define HAVE_ZLIB_H 1 #define ENABLE_LCMS 1 #define HAVE_BOOST_CONCEPT_CHECK_HPP 1 #define HAVE_CAIRO_PDF 1 #define HAVE_ASPELL 1 #define HAVE_BIND_TEXTDOMAIN_CODESET 1 #define HAVE_GTK_WINDOW_SET_DEFAULT_ICON_FROM_FILE 1 #define HAVE_GTK_WINDOW_FULLSCREEN 1 #define BR_PTHREADS 0 #define HAVE_POW 1 #define HAVE_SQRT 1 #define HAVE_FLOOR 1 #define HAVE_GETTIMEOFDAY 1 #define HAVE_MEMMOVE 1 #define HAVE_MEMSET 1 #define HAVE_MKDIR 1 #define HAVE_STRNCASECMP 1 #define HAVE_STRPBRK 1 #define HAVE_STRRCHR 1 #define HAVE_STRSPN 1 #define HAVE_STRSTR 1 #define HAVE_STRTOUL 1 #define HAVE_ECVT 1 #define HAVE_FCNTL_H 1 #define HAVE_LIBINTL_H 1 #define HAVE_STDDEF_H 1 #define HAVE_SYS_TIME_H 1 #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 #define HAVE_STRFTIME 1 #define TIME_WITH_SYS_TIME 1 #define RETSIGTYPE void #define ENABLE_NLS 1 #define INKSCAPE_DATADIR "/usr/local/share" #define PACKAGE_LOCALE_DIR "/usr/local/share/locale"
configure: exit 0
regnier:/usr/local/src/inkscape-0.48.1# make make all-recursive make[1]: Entering directory `/usr/local/src/inkscape-0.48.1' Making all in src make[2]: Entering directory `/usr/local/src/inkscape-0.48.1/src' CXX arc-context.o CXX attributes.o CXX box3d-context.o CXX box3d.o CXX box3d-side.o CXX color-profile.o CXX common-context.o CXX composite-undo-stack-observer.o CXX conditions.o CXX conn-avoid-ref.o CXX connector-context.o CXX console-output-undo-observer.o CXX context-fns.o CXX desktop.o CXX desktop-events.o CXX desktop-handles.o CXX desktop-style.o CXX device-manager.o CXX document.o CXX document-subset.o CXX document-undo.o CXX draw-anchor.o CXX draw-context.o CXX dropper-context.o CXX dyna-draw-context.o CXX eraser-context.o CXX event-context.o CXX event-log.o CXX file.o CXX filter-chemistry.o CXX filter-enums.o CXX fixes.o CXX flood-context.o CXX gc-anchored.o CXX gc.o CXX gc-finalized.o CXX gradient-chemistry.o CXX gradient-context.o CXX gradient-drag.o CXX graphlayout.o util/glib-list-iterators.h: In member function ‘T* const& Inkscape::Util::GSListConstIterator<T*>::operator*() const [with T = SPItem]’: /usr/include/c++/4.3/bits/stl_list.h:1295: instantiated from ‘void std::list<_Tp, _Alloc>::_M_initialize_dispatch(_InputIterator, _InputIterator, std::__false_type) [with _InputIterator = Inkscape::Util::GSListConstIterator<SPItem*>, _Tp = SPItem*, _Alloc = std::allocator<SPItem*>]’ /usr/include/c++/4.3/bits/stl_list.h:563: instantiated from ‘std::list<_Tp, _Alloc>::list(_InputIterator, _InputIterator, const _Alloc&) [with _InputIterator = Inkscape::Util::GSListConstIterator<SPItem*>, _Tp = SPItem*, _Alloc = std::allocator<SPItem*>]’ /usr/include/c++/4.3/bits/stl_list.h:985: instantiated from ‘void std::list<_Tp, _Alloc>::insert(std::_List_iterator<_Tp>, _InputIterator, _InputIterator) [with _InputIterator = Inkscape::Util::GSListConstIterator<SPItem*>, _Tp = SPItem*, _Alloc = std::allocator<SPItem*>]’ graphlayout.cpp:166: instantiated from here util/glib-list-iterators.h:47: warning: dereferencing type-punned pointer will break strict-aliasing rules CXX guide-snapper.o CXX help.o CXX helper/pixbuf-ops.o CXX id-clash.o CC ige-mac-menu.o CXX ink-action.o CXX inkscape.o CXX interface.o interface.cpp: In function ‘void injectRenamedIcons()’: interface.cpp:1620: error: no matching function for call to ‘Gtk::IconTheme::load_icon(Glib::ustring&, int)’ /usr/include/gtkmm-2.4/gtkmm/icontheme.h:336: note: candidates are: Glib::RefPtrGdk::Pixbuf Gtk::IconTheme::load_icon(const Glib::ustring&, int, Gtk::IconLookupFlags) const make[2]: *** [interface.o] Error 1 make[2]: Leaving directory `/usr/local/src/inkscape-0.48.1/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/local/src/inkscape-0.48.1' make: *** [all] Error 2 regnier:/usr/local/src/inkscape-0.48.1#
On 7/5/11 19:44, Adrienne Thompson wrote:
I'm running Debian Lenny on a pentium III.
AS Lenny's packages are so old (sigh) I decided to uninstall the old Inkscape .46 version that came with Lenny, and build .48 from the tar.gz source downloaded from inkscape.org.
The build failed. I used aptitude to install the list of files for compiling inkscape on Ubuntu http://wiki.inkscape.org/wiki/index.php/CompilingUbuntu:
sudo apt-get install build-essential autoconf automake intltool \ libglib2.0-dev libpng12-dev libgc-dev libfreetype6-dev liblcms1-dev \ libgtkmm-2.4-dev libxslt1-dev libboost-dev libpopt-dev libgsl0-dev libaspell-dev
Unfortunately, the build failed again. Configure seems to be looking for the file "confdefs.h" but exits with zero status, then make fails. I've listed the output to configure and make below. Thanks for your help.
<...>
CXX interface.o interface.cpp: In function ‘void injectRenamedIcons()’: interface.cpp:1620: error: no matching function for call to ‘Gtk::IconTheme::load_icon(Glib::ustring&, int)’ /usr/include/gtkmm-2.4/gtkmm/icontheme.h:336: note: candidates are: Glib::RefPtrGdk::Pixbuf Gtk::IconTheme::load_icon(const Glib::ustring&, int, Gtk::IconLookupFlags) const make[2]: *** [interface.o] Error 1 make[2]: Leaving directory `/usr/local/src/inkscape-0.48.1/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/local/src/inkscape-0.48.1' make: *** [all] Error 2 regnier:/usr/local/src/inkscape-0.48.1#
Bug #693586 "gtkmm-related compilation error on Debian 5.0" https://bugs.launchpad.net/inkscape/+bug/693586
Not yet addressed in inkscape trunk or the 0.48.x branch.
~suv
On May 7, 2011, at 12:34 PM, ~suv wrote:
CXX interface.o interface.cpp: In function ‘void injectRenamedIcons()’: interface.cpp:1620: error: no matching function for call to ‘Gtk::IconTheme::load_icon(Glib::ustring&, int)’ /usr/include/gtkmm-2.4/gtkmm/icontheme.h:336: note: candidates are: Glib::RefPtrGdk::Pixbuf Gtk::IconTheme::load_icon(const Glib::ustring&, int, Gtk::IconLookupFlags) const make[2]: *** [interface.o] Error 1 make[2]: Leaving directory `/usr/local/src/inkscape-0.48.1/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/local/src/inkscape-0.48.1' make: *** [all] Error 2 regnier:/usr/local/src/inkscape-0.48.1#
Bug #693586 "gtkmm-related compilation error on Debian 5.0" https://bugs.launchpad.net/inkscape/+bug/693586
Not yet addressed in inkscape trunk or the 0.48.x branch.
Can you check if adding a parameter as listed in that bug report fixes things for you?
If we get confirmation, we can commit that to trunk. Otherwise we'll need to work with you to pin down more fixes.
Thanks.
participants (3)
-
Adrienne Thompson
-
Jon Cruz
-
~suv