Hi, I've been trying to compile rc1 with limited success. Compilation occurs, but when tested, on existing 2.1 files and on a new file (using src/lyx) it is not possible to insert or edit citations. Everything else appears to work efficiently and effectively. I suspect a configuration problem caused by an unrecognised problem with my debian Jessie 8.1 installation on a 64 bit system, but am reporting this just in case I am wrong, and there is some other problem.
The configure log shows messages such as: configure:5704: g++ -V >&5 g++: error: unrecognized command line option '-V' g++: fatal error: no input files compilation terminated. I have attached the full configuration log. Cheers Bruce
This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by LyX configure 2.2.0rc1, which was generated by GNU Autoconf 2.69. Invocation command line was $ ./configure --with-version-suffix ## --------- ## ## Platform. ## ## --------- ## hostname = debian uname -m = x86_64 uname -r = 4.4.0-0.bpo.1-amd64 uname -s = Linux uname -v = #1 SMP Debian 4.4.6-1~bpo8+1 (2016-03-20) /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /home/bruce/bin PATH: /usr/sbin PATH: /sbin PATH: /usr/local/bin PATH: /usr/bin PATH: /bin PATH: /usr/local/games PATH: /usr/games ## ----------- ## ## Core tests. ## ## ----------- ## configure:2828: checking for build type configure:2850: result: prerelease configure:2865: checking for version suffix configure:2884: result: -2.2.0rc1 configure:2888: checking whether Qt5 is requested configure:2897: result: no configure:2906: checking build system type configure:2920: result: x86_64-unknown-linux-gnu configure:2940: checking host system type configure:2953: result: x86_64-unknown-linux-gnu configure:2973: checking target system type configure:2986: result: x86_64-unknown-linux-gnu configure:3012: checking what packaging should be used configure:3028: result: posix configure:3128: checking whether to enable maintainer-specific portions of Makefiles configure:3137: result: no configure:3172: checking for a BSD-compatible install configure:3240: result: /usr/bin/install -c configure:3251: checking whether build environment is sane configure:3306: result: yes configure:3457: checking for a thread-safe mkdir -p configure:3496: result: /bin/mkdir -p configure:3503: checking for gawk configure:3519: found /usr/bin/gawk configure:3530: result: gawk configure:3541: checking whether make sets $(MAKE) configure:3563: result: yes configure:3592: checking whether make supports nested variables configure:3609: result: yes configure:3689: checking whether UID '1000' is supported by ustar format configure:3692: result: yes configure:3699: checking whether GID '1000' is supported by ustar format configure:3702: result: yes configure:3710: checking how to create a ustar tar archive configure:3721: tar --version tar (GNU tar) 1.27.1 Copyright (C) 2013 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:3724: $? = 0 configure:3764: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar configure:3767: $? = 0 configure:3771: tar -xf - <conftest.tar configure:3774: $? = 0 configure:3776: cat conftest.dir/file GrepMe configure:3779: $? = 0 configure:3792: result: gnutar configure:3853: checking whether make supports nested variables configure:3870: result: yes configure:3991: checking for a Python interpreter with version >= 2.7.0 or 3.3.0 configure:4002: python -c import sys version = sys.version_info[:3] sys.exit(not ((2,7,0) <= version < (3,0,0) or version >= (3,3,0))) configure:4005: $? = 0 configure:4011: result: python configure:4019: checking for python configure:4037: found /usr/bin/python configure:4049: result: /usr/bin/python configure:4129: checking for python version configure:4136: result: 2.7 configure:4148: checking for python platform configure:4155: result: linux2 configure:4181: checking for python script directory configure:4216: result: ${prefix}/lib/python2.7/dist-packages configure:4225: checking for python extension module directory configure:4260: result: ${exec_prefix}/lib/python2.7/dist-packages configure:4287: checking for style of include used by make configure:4315: result: GNU configure:4386: checking for gcc configure:4402: found /usr/bin/gcc configure:4413: result: gcc configure:4642: checking for C compiler version configure:4651: gcc --version >&5 gcc (Debian 4.9.2-10) 4.9.2 Copyright (C) 2014 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:4662: $? = 0 configure:4651: gcc -v >&5 Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.9/lto-wrapper Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Debian 4.9.2-10' --with-bugurl=file:///usr/share/doc/gcc-4.9/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.9 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.9 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.9-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.9-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.9-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --with-arch-32=i586 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu Thread model: posix gcc version 4.9.2 (Debian 4.9.2-10) configure:4662: $? = 0 configure:4651: gcc -V >&5 gcc: error: unrecognized command line option '-V' gcc: fatal error: no input files compilation terminated. configure:4662: $? = 4 configure:4651: gcc -qversion >&5 gcc: error: unrecognized command line option '-qversion' gcc: fatal error: no input files compilation terminated. configure:4662: $? = 4 configure:4682: checking whether the C compiler works configure:4704: gcc conftest.c >&5 configure:4708: $? = 0 configure:4756: result: yes configure:4759: checking for C compiler default output file name configure:4761: result: a.out configure:4767: checking for suffix of executables configure:4774: gcc -o conftest conftest.c >&5 configure:4778: $? = 0 configure:4800: result: configure:4822: checking whether we are cross compiling configure:4830: gcc -o conftest conftest.c >&5 configure:4834: $? = 0 configure:4841: ./conftest configure:4845: $? = 0 configure:4860: result: no configure:4865: checking for suffix of object files configure:4887: gcc -c conftest.c >&5 configure:4891: $? = 0 configure:4912: result: o configure:4916: checking whether we are using the GNU C compiler configure:4935: gcc -c conftest.c >&5 configure:4935: $? = 0 configure:4944: result: yes configure:4953: checking whether gcc accepts -g configure:4973: gcc -c -g conftest.c >&5 configure:4973: $? = 0 configure:5014: result: yes configure:5031: checking for gcc option to accept ISO C89 configure:5094: gcc -c -g -O2 conftest.c >&5 configure:5094: $? = 0 configure:5107: result: none needed configure:5132: checking whether gcc understands -c and -o together configure:5154: gcc -c conftest.c -o conftest2.o configure:5157: $? = 0 configure:5154: gcc -c conftest.c -o conftest2.o configure:5157: $? = 0 configure:5169: result: yes configure:5188: checking dependency style of gcc configure:5299: result: gcc3 configure:5364: checking for ar configure:5380: found /usr/bin/ar configure:5391: result: ar configure:5417: checking the archiver (ar) interface configure:5433: gcc -c -g -O2 conftest.c >&5 configure:5433: $? = 0 configure:5435: ar cru libconftest.a conftest.o >&5 configure:5438: $? = 0 configure:5466: result: ar configure:5528: checking for ranlib configure:5544: found /usr/bin/ranlib configure:5555: result: ranlib configure:5641: checking for g++ configure:5657: found /usr/bin/g++ configure:5668: result: g++ configure:5695: checking for C++ compiler version configure:5704: g++ --version >&5 g++ (Debian 4.9.2-10) 4.9.2 Copyright (C) 2014 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:5715: $? = 0 configure:5704: g++ -v >&5 Using built-in specs. COLLECT_GCC=g++ COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.9/lto-wrapper Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Debian 4.9.2-10' --with-bugurl=file:///usr/share/doc/gcc-4.9/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.9 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.9 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.9-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.9-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.9-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --with-arch-32=i586 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu Thread model: posix gcc version 4.9.2 (Debian 4.9.2-10) configure:5715: $? = 0 configure:5704: g++ -V >&5 g++: error: unrecognized command line option '-V' g++: fatal error: no input files compilation terminated. configure:5715: $? = 4 configure:5704: g++ -qversion >&5 g++: error: unrecognized command line option '-qversion' g++: fatal error: no input files compilation terminated. configure:5715: $? = 4 configure:5719: checking whether we are using the GNU C++ compiler configure:5738: g++ -c conftest.cpp >&5 configure:5738: $? = 0 configure:5747: result: yes configure:5756: checking whether g++ accepts -g configure:5776: g++ -c -g conftest.cpp >&5 configure:5776: $? = 0 configure:5817: result: yes configure:5842: checking dependency style of g++ configure:5953: result: gcc3 configure:5973: checking how to run the C++ preprocessor configure:6000: g++ -E conftest.cpp configure:6000: $? = 0 configure:6014: g++ -E conftest.cpp conftest.cpp:11:28: fatal error: ac_nonexistent.h: No such file or directory #include <ac_nonexistent.h> ^ compilation terminated. configure:6014: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LyX" | #define PACKAGE_TARNAME "lyx" | #define PACKAGE_VERSION "2.2.0rc1" | #define PACKAGE_STRING "LyX 2.2.0rc1" | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org" | #define PACKAGE_URL "" | #define USE_POSIX_PACKAGING 1 | #define PACKAGE "lyx-2.2.0rc1" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:6039: result: g++ -E configure:6059: g++ -E conftest.cpp configure:6059: $? = 0 configure:6073: g++ -E conftest.cpp conftest.cpp:11:28: fatal error: ac_nonexistent.h: No such file or directory #include <ac_nonexistent.h> ^ compilation terminated. configure:6073: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LyX" | #define PACKAGE_TARNAME "lyx" | #define PACKAGE_VERSION "2.2.0rc1" | #define PACKAGE_STRING "LyX 2.2.0rc1" | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org" | #define PACKAGE_URL "" | #define USE_POSIX_PACKAGING 1 | #define PACKAGE "lyx-2.2.0rc1" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:6103: checking for grep that handles long lines and -e configure:6161: result: /bin/grep configure:6166: checking for egrep configure:6228: result: /bin/grep -E configure:6233: checking for ANSI C header files configure:6253: gcc -c -g -O2 conftest.c >&5 configure:6253: $? = 0 ./configure: line 6267: conftest.c: command not found configure:6337: result: no configure:6350: checking for sys/types.h configure:6350: gcc -c -g -O2 conftest.c >&5 configure:6350: $? = 0 configure:6350: result: yes configure:6350: checking for sys/stat.h configure:6350: gcc -c -g -O2 conftest.c >&5 configure:6350: $? = 0 configure:6350: result: yes configure:6350: checking for stdlib.h configure:6350: gcc -c -g -O2 conftest.c >&5 configure:6350: $? = 0 configure:6350: result: yes configure:6350: checking for string.h configure:6350: gcc -c -g -O2 conftest.c >&5 configure:6350: $? = 0 configure:6350: result: yes configure:6350: checking for memory.h configure:6350: gcc -c -g -O2 conftest.c >&5 configure:6350: $? = 0 configure:6350: result: yes configure:6350: checking for strings.h configure:6350: gcc -c -g -O2 conftest.c >&5 configure:6350: $? = 0 configure:6350: result: yes configure:6350: checking for inttypes.h configure:6350: gcc -c -g -O2 conftest.c >&5 configure:6350: $? = 0 configure:6350: result: yes configure:6350: checking for stdint.h configure:6350: gcc -c -g -O2 conftest.c >&5 configure:6350: $? = 0 configure:6350: result: yes configure:6350: checking for unistd.h configure:6350: gcc -c -g -O2 conftest.c >&5 configure:6350: $? = 0 configure:6350: result: yes configure:6371: checking whether the compiler is clang configure:6391: g++ -c conftest.cpp >&5 conftest.cpp: In function 'int main()': conftest.cpp:26:6: error: invalid use of 'this' in non-member function this is not clang ^ configure:6391: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LyX" | #define PACKAGE_TARNAME "lyx" | #define PACKAGE_VERSION "2.2.0rc1" | #define PACKAGE_STRING "LyX 2.2.0rc1" | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org" | #define PACKAGE_URL "" | #define USE_POSIX_PACKAGING 1 | #define PACKAGE "lyx-2.2.0rc1" | #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. */ | | int | main () | { | | #ifndef __clang__ | this is not clang | #endif | | ; | return 0; | } configure:6398: result: no configure:6401: checking whether STL is libstdc++ configure:6421: g++ -c conftest.cpp >&5 configure:6421: $? = 0 configure:6428: result: yes configure:6431: checking whether STL is libstdc++ using the C++11 ABI configure:6451: g++ -c conftest.cpp >&5 conftest.cpp: In function 'int main()': conftest.cpp:26:6: error: invalid use of 'this' in non-member function this is not libstdc++ using the C++11 ABI ^ configure:6451: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LyX" | #define PACKAGE_TARNAME "lyx" | #define PACKAGE_VERSION "2.2.0rc1" | #define PACKAGE_STRING "LyX 2.2.0rc1" | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org" | #define PACKAGE_URL "" | #define USE_POSIX_PACKAGING 1 | #define PACKAGE "lyx-2.2.0rc1" | #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<vector> | int | main () | { | | #if ! defined(_GLIBCXX_USE_CXX11_ABI) || ! _GLIBCXX_USE_CXX11_ABI | this is not libstdc++ using the C++11 ABI | #endif | | ; | return 0; | } configure:6458: result: no configure:6651: checking whether the compiler implements C++11 configure:6681: g++ -c -std=c++11 -g -O2 -Wall -Wextra conftest.cpp >&5 conftest.cpp: In function 'int main()': conftest.cpp:28:6: error: invalid use of 'this' in non-member function this is a c++11 compiler ^ configure:6681: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LyX" | #define PACKAGE_TARNAME "lyx" | #define PACKAGE_VERSION "2.2.0rc1" | #define PACKAGE_STRING "LyX 2.2.0rc1" | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org" | #define PACKAGE_URL "" | #define USE_POSIX_PACKAGING 1 | #define PACKAGE "lyx-2.2.0rc1" | #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 STD_STRING_USES_COW 1 | #define ENABLE_ASSERTIONS 1 | /* end confdefs.h. */ | | int | main () | { | | #if __cplusplus >= 201103L || defined(__GXX_EXPERIMENTAL_CXX0X__) | this is a c++11 compiler | #endif | | ; | return 0; | } configure:6696: result: yes configure:6718: checking regex usability configure:6718: g++ -c -std=c++11 -g -O2 -Wno-deprecated-declarations -Wall -Wextra -std=c++11 conftest.cpp >&5 configure:6718: $? = 0 configure:6718: result: yes configure:6718: checking regex presence configure:6718: g++ -E -Wall -Wextra -std=c++11 conftest.cpp configure:6718: $? = 0 configure:6718: result: yes configure:6718: checking for regex configure:6718: result: yes configure:6735: checking for correct regex implementation configure:6744: result: yes configure:6829: checking for gcc configure:6845: found /usr/bin/gcc configure:6856: result: gcc configure:6881: checking for Objective C compiler version configure:6890: gcc --version >&5 gcc (Debian 4.9.2-10) 4.9.2 Copyright (C) 2014 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:6901: $? = 0 configure:6890: gcc -v >&5 Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.9/lto-wrapper Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Debian 4.9.2-10' --with-bugurl=file:///usr/share/doc/gcc-4.9/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.9 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.9 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.9-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.9-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.9-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --with-arch-32=i586 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu Thread model: posix gcc version 4.9.2 (Debian 4.9.2-10) configure:6901: $? = 0 configure:6890: gcc -V >&5 gcc: error: unrecognized command line option '-V' gcc: fatal error: no input files compilation terminated. configure:6901: $? = 4 configure:6890: gcc -qversion >&5 gcc: error: unrecognized command line option '-qversion' gcc: fatal error: no input files compilation terminated. configure:6901: $? = 4 configure:6905: checking whether we are using the GNU Objective C compiler configure:6924: gcc -c conftest.m >&5 gcc: error trying to exec 'cc1obj': execvp: No such file or directory configure:6924: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LyX" | #define PACKAGE_TARNAME "lyx" | #define PACKAGE_VERSION "2.2.0rc1" | #define PACKAGE_STRING "LyX 2.2.0rc1" | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org" | #define PACKAGE_URL "" | #define USE_POSIX_PACKAGING 1 | #define PACKAGE "lyx-2.2.0rc1" | #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 STD_STRING_USES_COW 1 | #define ENABLE_ASSERTIONS 1 | #define LYX_USE_STD_REGEX 1 | /* end confdefs.h. */ | | int | main () | { | #ifndef __GNUC__ | choke me | #endif | | ; | return 0; | } configure:6933: result: no configure:6942: checking whether gcc accepts -g configure:6962: gcc -c -g conftest.m >&5 gcc: error trying to exec 'cc1obj': execvp: No such file or directory configure:6962: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LyX" | #define PACKAGE_TARNAME "lyx" | #define PACKAGE_VERSION "2.2.0rc1" | #define PACKAGE_STRING "LyX 2.2.0rc1" | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org" | #define PACKAGE_URL "" | #define USE_POSIX_PACKAGING 1 | #define PACKAGE "lyx-2.2.0rc1" | #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 STD_STRING_USES_COW 1 | #define ENABLE_ASSERTIONS 1 | #define LYX_USE_STD_REGEX 1 | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:6977: gcc -c conftest.m >&5 gcc: error trying to exec 'cc1obj': execvp: No such file or directory configure:6977: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LyX" | #define PACKAGE_TARNAME "lyx" | #define PACKAGE_VERSION "2.2.0rc1" | #define PACKAGE_STRING "LyX 2.2.0rc1" | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org" | #define PACKAGE_URL "" | #define USE_POSIX_PACKAGING 1 | #define PACKAGE "lyx-2.2.0rc1" | #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 STD_STRING_USES_COW 1 | #define ENABLE_ASSERTIONS 1 | #define LYX_USE_STD_REGEX 1 | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:6993: gcc -c -g conftest.m >&5 gcc: error trying to exec 'cc1obj': execvp: No such file or directory configure:6993: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LyX" | #define PACKAGE_TARNAME "lyx" | #define PACKAGE_VERSION "2.2.0rc1" | #define PACKAGE_STRING "LyX 2.2.0rc1" | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org" | #define PACKAGE_URL "" | #define USE_POSIX_PACKAGING 1 | #define PACKAGE "lyx-2.2.0rc1" | #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 STD_STRING_USES_COW 1 | #define ENABLE_ASSERTIONS 1 | #define LYX_USE_STD_REGEX 1 | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:7003: result: no configure:7028: checking dependency style of gcc configure:7137: result: gcc3 configure:7155: checking dependency style of gcc configure:7264: result: gcc3 configure:7288: checking for extra library directory configure:7301: result: NONE configure:7332: checking for extra include directory configure:7345: result: NONE configure:7367: checking for extra lib+include directory configure:7380: result: NONE configure:7406: checking for main in -lshlwapi configure:7425: g++ -o conftest conftest.cpp -lshlwapi >&5 /usr/bin/ld: cannot find -lshlwapi collect2: error: ld returned 1 exit status configure:7425: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LyX" | #define PACKAGE_TARNAME "lyx" | #define PACKAGE_VERSION "2.2.0rc1" | #define PACKAGE_STRING "LyX 2.2.0rc1" | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org" | #define PACKAGE_URL "" | #define USE_POSIX_PACKAGING 1 | #define PACKAGE "lyx-2.2.0rc1" | #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 STD_STRING_USES_COW 1 | #define ENABLE_ASSERTIONS 1 | #define LYX_USE_STD_REGEX 1 | /* end confdefs.h. */ | | | int | main () | { | return main (); | ; | return 0; | } configure:7434: result: no configure:7441: checking for main in -lpsapi configure:7460: g++ -o conftest conftest.cpp -lpsapi >&5 /usr/bin/ld: cannot find -lpsapi collect2: error: ld returned 1 exit status configure:7460: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LyX" | #define PACKAGE_TARNAME "lyx" | #define PACKAGE_VERSION "2.2.0rc1" | #define PACKAGE_STRING "LyX 2.2.0rc1" | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org" | #define PACKAGE_URL "" | #define USE_POSIX_PACKAGING 1 | #define PACKAGE "lyx-2.2.0rc1" | #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 STD_STRING_USES_COW 1 | #define ENABLE_ASSERTIONS 1 | #define LYX_USE_STD_REGEX 1 | /* end confdefs.h. */ | | | int | main () | { | return main (); | ; | return 0; | } configure:7469: result: no configure:7476: checking for main in -lgdi32 configure:7495: g++ -o conftest conftest.cpp -lgdi32 >&5 /usr/bin/ld: cannot find -lgdi32 collect2: error: ld returned 1 exit status configure:7495: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LyX" | #define PACKAGE_TARNAME "lyx" | #define PACKAGE_VERSION "2.2.0rc1" | #define PACKAGE_STRING "LyX 2.2.0rc1" | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org" | #define PACKAGE_URL "" | #define USE_POSIX_PACKAGING 1 | #define PACKAGE "lyx-2.2.0rc1" | #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 STD_STRING_USES_COW 1 | #define ENABLE_ASSERTIONS 1 | #define LYX_USE_STD_REGEX 1 | /* end confdefs.h. */ | | | int | main () | { | return main (); | ; | return 0; | } configure:7504: result: no configure:7517: checking whether to use included boost library configure:7535: result: yes configure:7628: checking whether to use included MyThes library configure:7646: result: yes configure:7765: checking whether byte ordering is bigendian configure:7780: g++ -c conftest.cpp >&5 conftest.cpp:24:9: error: expected unqualified-id before 'not' token not a universal capable compiler ^ configure:7780: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LyX" | #define PACKAGE_TARNAME "lyx" | #define PACKAGE_VERSION "2.2.0rc1" | #define PACKAGE_STRING "LyX 2.2.0rc1" | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org" | #define PACKAGE_URL "" | #define USE_POSIX_PACKAGING 1 | #define PACKAGE "lyx-2.2.0rc1" | #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 STD_STRING_USES_COW 1 | #define ENABLE_ASSERTIONS 1 | #define LYX_USE_STD_REGEX 1 | /* end confdefs.h. */ | #ifndef __APPLE_CC__ | not a universal capable compiler | #endif | typedef int dummy; | configure:7825: g++ -c conftest.cpp >&5 configure:7825: $? = 0 configure:7843: g++ -c conftest.cpp >&5 conftest.cpp: In function 'int main()': conftest.cpp:30:8: error: 'big' was not declared in this scope not big endian ^ configure:7843: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LyX" | #define PACKAGE_TARNAME "lyx" | #define PACKAGE_VERSION "2.2.0rc1" | #define PACKAGE_STRING "LyX 2.2.0rc1" | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org" | #define PACKAGE_URL "" | #define USE_POSIX_PACKAGING 1 | #define PACKAGE "lyx-2.2.0rc1" | #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 STD_STRING_USES_COW 1 | #define ENABLE_ASSERTIONS 1 | #define LYX_USE_STD_REGEX 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:7971: result: no configure:7991: checking whether printing callstack is possible configure:8016: g++ -c conftest.cpp >&5 configure:8016: $? = 0 configure:8023: result: yes configure:8037: checking size of wchar_t configure:8042: g++ -o conftest conftest.cpp >&5 configure:8042: $? = 0 configure:8042: ./conftest configure:8042: $? = 0 configure:8056: result: 4 configure:8108: checking for ld used by GCC configure:8172: result: /usr/bin/ld configure:8179: checking if the linker (/usr/bin/ld) is GNU ld configure:8192: result: yes configure:8199: checking for shared library run path origin configure:8212: result: done configure:8790: checking for iconv configure:8812: g++ -o conftest conftest.cpp >&5 configure:8812: $? = 0 configure:8844: result: yes configure:8847: checking for working iconv configure:8942: g++ -o conftest conftest.cpp >&5 configure:8942: $? = 0 configure:8942: ./conftest configure:8942: $? = 0 configure:8954: result: yes configure:8982: checking for iconv declaration configure:9011: g++ -c conftest.cpp >&5 configure:9011: $? = 0 configure:9022: result: extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); configure:9041: checking zlib.h usability configure:9041: g++ -c conftest.cpp >&5 configure:9041: $? = 0 configure:9041: result: yes configure:9041: checking zlib.h presence configure:9041: g++ -E conftest.cpp configure:9041: $? = 0 configure:9041: result: yes configure:9041: checking for zlib.h configure:9041: result: yes configure:9046: checking for gzopen in -lz configure:9071: g++ -o conftest conftest.cpp -lz >&5 configure:9071: $? = 0 configure:9080: result: yes configure:9102: checking magic.h usability configure:9102: g++ -c conftest.cpp >&5 configure:9102: $? = 0 configure:9102: result: yes configure:9102: checking magic.h presence configure:9102: g++ -E conftest.cpp configure:9102: $? = 0 configure:9102: result: yes configure:9102: checking for magic.h configure:9102: result: yes configure:9107: checking for magic_open in -lmagic configure:9132: g++ -o conftest conftest.cpp -lmagic -lz >&5 configure:9132: $? = 0 configure:9141: result: yes configure:9265: checking for pkg-config configure:9283: found /usr/bin/pkg-config configure:9295: result: /usr/bin/pkg-config configure:9320: checking pkg-config is at least version 0.9.0 configure:9323: result: yes configure:9371: checking for QT_CORE configure:9379: $PKG_CONFIG --exists --print-errors "$qt_corelibs" configure:9382: $? = 0 configure:9397: $PKG_CONFIG --exists --print-errors "$qt_corelibs" configure:9400: $? = 0 configure:9434: result: yes configure:9448: checking for QT_FRONTEND configure:9456: $PKG_CONFIG --exists --print-errors "$qt_guilibs" configure:9459: $? = 0 configure:9474: $PKG_CONFIG --exists --print-errors "$qt_guilibs" configure:9477: $? = 0 configure:9511: result: yes configure:10510: checking for moc-qt4 configure:10528: found /usr/bin/moc-qt4 configure:10540: result: /usr/bin/moc-qt4 configure:10614: checking for uic-qt4 configure:10632: found /usr/bin/uic-qt4 configure:10644: result: /usr/bin/uic-qt4 configure:10718: checking for rcc-qt4 configure:10751: result: no configure:10718: checking for rcc configure:10736: found /usr/bin/rcc configure:10748: result: /usr/bin/rcc configure:10797: checking whether NLS is requested configure:10806: result: yes configure:10851: checking for msgfmt configure: trying /usr/bin/msgfmt... 0 translated messages. configure:10883: result: /usr/bin/msgfmt configure:10892: checking for gmsgfmt configure:10923: result: /usr/bin/msgfmt configure:10974: checking for xgettext configure: trying /usr/bin/xgettext... /usr/bin/xgettext: warning: file '/dev/null' extension '' is unknown; will try C configure:11006: result: /usr/bin/xgettext configure:11052: checking for msgmerge configure: trying /usr/bin/msgmerge... configure:11083: result: /usr/bin/msgmerge configure:11102: checking whether sys/types.h defines makedev configure:11118: g++ -o conftest conftest.cpp -lz -lmagic >&5 configure:11118: $? = 0 configure:11127: result: yes configure:11155: checking sys/time.h usability configure:11155: g++ -c conftest.cpp >&5 configure:11155: $? = 0 configure:11155: result: yes configure:11155: checking sys/time.h presence configure:11155: g++ -E conftest.cpp configure:11155: $? = 0 configure:11155: result: yes configure:11155: checking for sys/time.h configure:11155: result: yes configure:11155: checking for sys/types.h configure:11155: result: yes configure:11155: checking sys/select.h usability configure:11155: g++ -c conftest.cpp >&5 configure:11155: $? = 0 configure:11155: result: yes configure:11155: checking sys/select.h presence configure:11155: g++ -E conftest.cpp configure:11155: $? = 0 configure:11155: result: yes configure:11155: checking for sys/select.h configure:11155: result: yes configure:11155: checking locale.h usability configure:11155: g++ -c conftest.cpp >&5 configure:11155: $? = 0 configure:11155: result: yes configure:11155: checking locale.h presence configure:11155: g++ -E conftest.cpp configure:11155: $? = 0 configure:11155: result: yes configure:11155: checking for locale.h configure:11155: result: yes configure:11155: checking utime.h usability configure:11155: g++ -c conftest.cpp >&5 configure:11155: $? = 0 configure:11155: result: yes configure:11155: checking utime.h presence configure:11155: g++ -E conftest.cpp configure:11155: $? = 0 configure:11155: result: yes configure:11155: checking for utime.h configure:11155: result: yes configure:11155: checking sys/utime.h usability configure:11155: g++ -c conftest.cpp >&5 conftest.cpp:68:23: fatal error: sys/utime.h: No such file or directory #include <sys/utime.h> ^ compilation terminated. configure:11155: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LyX" | #define PACKAGE_TARNAME "lyx" | #define PACKAGE_VERSION "2.2.0rc1" | #define PACKAGE_STRING "LyX 2.2.0rc1" | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org" | #define PACKAGE_URL "" | #define USE_POSIX_PACKAGING 1 | #define PACKAGE "lyx-2.2.0rc1" | #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 STD_STRING_USES_COW 1 | #define ENABLE_ASSERTIONS 1 | #define LYX_USE_STD_REGEX 1 | #define LYX_CALLSTACK_PRINTING 1 | #define SIZEOF_WCHAR_T 4 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_ZLIB_H 1 | #define HAVE_MAGIC_H 1 | #define ENABLE_NLS 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_UTIME_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/utime.h> configure:11155: result: no configure:11155: checking sys/utime.h presence configure:11155: g++ -E conftest.cpp conftest.cpp:35:23: fatal error: sys/utime.h: No such file or directory #include <sys/utime.h> ^ compilation terminated. configure:11155: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LyX" | #define PACKAGE_TARNAME "lyx" | #define PACKAGE_VERSION "2.2.0rc1" | #define PACKAGE_STRING "LyX 2.2.0rc1" | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org" | #define PACKAGE_URL "" | #define USE_POSIX_PACKAGING 1 | #define PACKAGE "lyx-2.2.0rc1" | #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 STD_STRING_USES_COW 1 | #define ENABLE_ASSERTIONS 1 | #define LYX_USE_STD_REGEX 1 | #define LYX_CALLSTACK_PRINTING 1 | #define SIZEOF_WCHAR_T 4 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_ZLIB_H 1 | #define HAVE_MAGIC_H 1 | #define ENABLE_NLS 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_UTIME_H 1 | /* end confdefs.h. */ | #include <sys/utime.h> configure:11155: result: no configure:11155: checking for sys/utime.h configure:11155: result: no configure:11167: checking for mode_t configure:11167: g++ -c conftest.cpp >&5 configure:11167: $? = 0 configure:11167: g++ -c conftest.cpp >&5 conftest.cpp: In function 'int main()': conftest.cpp:71:20: error: expected primary-expression before ')' token if (sizeof ((mode_t))) ^ configure:11167: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LyX" | #define PACKAGE_TARNAME "lyx" | #define PACKAGE_VERSION "2.2.0rc1" | #define PACKAGE_STRING "LyX 2.2.0rc1" | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org" | #define PACKAGE_URL "" | #define USE_POSIX_PACKAGING 1 | #define PACKAGE "lyx-2.2.0rc1" | #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 STD_STRING_USES_COW 1 | #define ENABLE_ASSERTIONS 1 | #define LYX_USE_STD_REGEX 1 | #define LYX_CALLSTACK_PRINTING 1 | #define SIZEOF_WCHAR_T 4 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_ZLIB_H 1 | #define HAVE_MAGIC_H 1 | #define ENABLE_NLS 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_UTIME_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 | int | main () | { | if (sizeof ((mode_t))) | return 0; | ; | return 0; | } configure:11167: result: yes configure:11174: checking for off_t configure:11174: g++ -c conftest.cpp >&5 configure:11174: $? = 0 configure:11174: g++ -c conftest.cpp >&5 conftest.cpp: In function 'int main()': conftest.cpp:72:19: error: expected primary-expression before ')' token if (sizeof ((off_t))) ^ configure:11174: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LyX" | #define PACKAGE_TARNAME "lyx" | #define PACKAGE_VERSION "2.2.0rc1" | #define PACKAGE_STRING "LyX 2.2.0rc1" | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org" | #define PACKAGE_URL "" | #define USE_POSIX_PACKAGING 1 | #define PACKAGE "lyx-2.2.0rc1" | #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 STD_STRING_USES_COW 1 | #define ENABLE_ASSERTIONS 1 | #define LYX_USE_STD_REGEX 1 | #define LYX_CALLSTACK_PRINTING 1 | #define SIZEOF_WCHAR_T 4 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_ZLIB_H 1 | #define HAVE_MAGIC_H 1 | #define ENABLE_NLS 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_MODE_T 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 ((off_t))) | return 0; | ; | return 0; | } configure:11174: result: yes configure:11185: checking for pid_t configure:11185: g++ -c conftest.cpp >&5 configure:11185: $? = 0 configure:11185: g++ -c conftest.cpp >&5 conftest.cpp: In function 'int main()': conftest.cpp:72:19: error: expected primary-expression before ')' token if (sizeof ((pid_t))) ^ configure:11185: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LyX" | #define PACKAGE_TARNAME "lyx" | #define PACKAGE_VERSION "2.2.0rc1" | #define PACKAGE_STRING "LyX 2.2.0rc1" | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org" | #define PACKAGE_URL "" | #define USE_POSIX_PACKAGING 1 | #define PACKAGE "lyx-2.2.0rc1" | #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 STD_STRING_USES_COW 1 | #define ENABLE_ASSERTIONS 1 | #define LYX_USE_STD_REGEX 1 | #define LYX_CALLSTACK_PRINTING 1 | #define SIZEOF_WCHAR_T 4 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_ZLIB_H 1 | #define HAVE_MAGIC_H 1 | #define ENABLE_NLS 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_MODE_T 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 ((pid_t))) | return 0; | ; | return 0; | } configure:11185: result: yes configure:11196: checking for size_t configure:11196: g++ -c conftest.cpp >&5 configure:11196: $? = 0 configure:11196: g++ -c conftest.cpp >&5 conftest.cpp: In function 'int main()': conftest.cpp:72:20: error: expected primary-expression before ')' token if (sizeof ((size_t))) ^ configure:11196: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LyX" | #define PACKAGE_TARNAME "lyx" | #define PACKAGE_VERSION "2.2.0rc1" | #define PACKAGE_STRING "LyX 2.2.0rc1" | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org" | #define PACKAGE_URL "" | #define USE_POSIX_PACKAGING 1 | #define PACKAGE "lyx-2.2.0rc1" | #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 STD_STRING_USES_COW 1 | #define ENABLE_ASSERTIONS 1 | #define LYX_USE_STD_REGEX 1 | #define LYX_CALLSTACK_PRINTING 1 | #define SIZEOF_WCHAR_T 4 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_ZLIB_H 1 | #define HAVE_MAGIC_H 1 | #define ENABLE_NLS 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_MODE_T 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 ((size_t))) | return 0; | ; | return 0; | } configure:11196: result: yes configure:11207: checking for uid_t in sys/types.h configure:11226: result: yes configure:11238: checking for wchar_t configure:11255: g++ -c conftest.cpp >&5 configure:11255: $? = 0 configure:11262: result: yes configure:11271: checking whether PATH_MAX is defined by header limits.h configure:11284: g++ -c conftest.cpp >&5 configure:11284: $? = 0 configure:11290: result: yes configure:11303: checking for chmod configure:11303: g++ -o conftest conftest.cpp -lz -lmagic >&5 configure:11303: $? = 0 configure:11303: result: yes configure:11303: checking for close configure:11303: g++ -o conftest conftest.cpp -lz -lmagic >&5 configure:11303: $? = 0 configure:11303: result: yes configure:11303: checking for _close configure:11303: g++ -o conftest conftest.cpp -lz -lmagic >&5 /tmp/ccuMU4Bb.o: In function `main': conftest.cpp:(.text+0x5): undefined reference to `_close' collect2: error: ld returned 1 exit status configure:11303: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LyX" | #define PACKAGE_TARNAME "lyx" | #define PACKAGE_VERSION "2.2.0rc1" | #define PACKAGE_STRING "LyX 2.2.0rc1" | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org" | #define PACKAGE_URL "" | #define USE_POSIX_PACKAGING 1 | #define PACKAGE "lyx-2.2.0rc1" | #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 STD_STRING_USES_COW 1 | #define ENABLE_ASSERTIONS 1 | #define LYX_USE_STD_REGEX 1 | #define LYX_CALLSTACK_PRINTING 1 | #define SIZEOF_WCHAR_T 4 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_ZLIB_H 1 | #define HAVE_MAGIC_H 1 | #define ENABLE_NLS 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_MODE_T 1 | #define HAVE_WCHAR_T 1 | #define HAVE_DEF_PATH_MAX 1 | #define HAVE_CHMOD 1 | #define HAVE_CLOSE 1 | /* end confdefs.h. */ | /* Define _close to an innocuous variant, in case <limits.h> declares _close. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define _close innocuous__close | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char _close (); 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 _close | | /* 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 _close (); | /* 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__close || defined __stub____close | choke me | #endif | | int | main () | { | return _close (); | ; | return 0; | } configure:11303: result: no configure:11303: checking for fork configure:11303: g++ -o conftest conftest.cpp -lz -lmagic >&5 configure:11303: $? = 0 configure:11303: result: yes configure:11303: checking for getpid configure:11303: g++ -o conftest conftest.cpp -lz -lmagic >&5 configure:11303: $? = 0 configure:11303: result: yes configure:11303: checking for _getpid configure:11303: g++ -o conftest conftest.cpp -lz -lmagic >&5 /tmp/ccCPHfZx.o: In function `main': conftest.cpp:(.text+0x5): undefined reference to `_getpid' collect2: error: ld returned 1 exit status configure:11303: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LyX" | #define PACKAGE_TARNAME "lyx" | #define PACKAGE_VERSION "2.2.0rc1" | #define PACKAGE_STRING "LyX 2.2.0rc1" | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org" | #define PACKAGE_URL "" | #define USE_POSIX_PACKAGING 1 | #define PACKAGE "lyx-2.2.0rc1" | #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 STD_STRING_USES_COW 1 | #define ENABLE_ASSERTIONS 1 | #define LYX_USE_STD_REGEX 1 | #define LYX_CALLSTACK_PRINTING 1 | #define SIZEOF_WCHAR_T 4 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_ZLIB_H 1 | #define HAVE_MAGIC_H 1 | #define ENABLE_NLS 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_MODE_T 1 | #define HAVE_WCHAR_T 1 | #define HAVE_DEF_PATH_MAX 1 | #define HAVE_CHMOD 1 | #define HAVE_CLOSE 1 | #define HAVE_FORK 1 | #define HAVE_GETPID 1 | /* end confdefs.h. */ | /* Define _getpid to an innocuous variant, in case <limits.h> declares _getpid. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define _getpid innocuous__getpid | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char _getpid (); 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 _getpid | | /* 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 _getpid (); | /* 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__getpid || defined __stub____getpid | choke me | #endif | | int | main () | { | return _getpid (); | ; | return 0; | } configure:11303: result: no configure:11303: checking for lockf configure:11303: g++ -o conftest conftest.cpp -lz -lmagic >&5 configure:11303: $? = 0 configure:11303: result: yes configure:11303: checking for lstat configure:11303: g++ -o conftest conftest.cpp -lz -lmagic >&5 configure:11303: $? = 0 configure:11303: result: yes configure:11303: checking for mkfifo configure:11303: g++ -o conftest conftest.cpp -lz -lmagic >&5 configure:11303: $? = 0 configure:11303: result: yes configure:11303: checking for open configure:11303: g++ -o conftest conftest.cpp -lz -lmagic >&5 configure:11303: $? = 0 configure:11303: result: yes configure:11303: checking for _open configure:11303: g++ -o conftest conftest.cpp -lz -lmagic >&5 /tmp/ccqpb5K6.o: In function `main': conftest.cpp:(.text+0x5): undefined reference to `_open' collect2: error: ld returned 1 exit status configure:11303: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LyX" | #define PACKAGE_TARNAME "lyx" | #define PACKAGE_VERSION "2.2.0rc1" | #define PACKAGE_STRING "LyX 2.2.0rc1" | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org" | #define PACKAGE_URL "" | #define USE_POSIX_PACKAGING 1 | #define PACKAGE "lyx-2.2.0rc1" | #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 STD_STRING_USES_COW 1 | #define ENABLE_ASSERTIONS 1 | #define LYX_USE_STD_REGEX 1 | #define LYX_CALLSTACK_PRINTING 1 | #define SIZEOF_WCHAR_T 4 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_ZLIB_H 1 | #define HAVE_MAGIC_H 1 | #define ENABLE_NLS 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_MODE_T 1 | #define HAVE_WCHAR_T 1 | #define HAVE_DEF_PATH_MAX 1 | #define HAVE_CHMOD 1 | #define HAVE_CLOSE 1 | #define HAVE_FORK 1 | #define HAVE_GETPID 1 | #define HAVE_LOCKF 1 | #define HAVE_LSTAT 1 | #define HAVE_MKFIFO 1 | #define HAVE_OPEN 1 | /* end confdefs.h. */ | /* Define _open to an innocuous variant, in case <limits.h> declares _open. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define _open innocuous__open | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char _open (); 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 _open | | /* 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 _open (); | /* 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__open || defined __stub____open | choke me | #endif | | int | main () | { | return _open (); | ; | return 0; | } configure:11303: result: no configure:11303: checking for pclose configure:11303: g++ -o conftest conftest.cpp -lz -lmagic >&5 configure:11303: $? = 0 configure:11303: result: yes configure:11303: checking for _pclose configure:11303: g++ -o conftest conftest.cpp -lz -lmagic >&5 /tmp/ccGxYxUh.o: In function `main': conftest.cpp:(.text+0x5): undefined reference to `_pclose' collect2: error: ld returned 1 exit status configure:11303: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LyX" | #define PACKAGE_TARNAME "lyx" | #define PACKAGE_VERSION "2.2.0rc1" | #define PACKAGE_STRING "LyX 2.2.0rc1" | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org" | #define PACKAGE_URL "" | #define USE_POSIX_PACKAGING 1 | #define PACKAGE "lyx-2.2.0rc1" | #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 STD_STRING_USES_COW 1 | #define ENABLE_ASSERTIONS 1 | #define LYX_USE_STD_REGEX 1 | #define LYX_CALLSTACK_PRINTING 1 | #define SIZEOF_WCHAR_T 4 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_ZLIB_H 1 | #define HAVE_MAGIC_H 1 | #define ENABLE_NLS 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_MODE_T 1 | #define HAVE_WCHAR_T 1 | #define HAVE_DEF_PATH_MAX 1 | #define HAVE_CHMOD 1 | #define HAVE_CLOSE 1 | #define HAVE_FORK 1 | #define HAVE_GETPID 1 | #define HAVE_LOCKF 1 | #define HAVE_LSTAT 1 | #define HAVE_MKFIFO 1 | #define HAVE_OPEN 1 | #define HAVE_PCLOSE 1 | /* end confdefs.h. */ | /* Define _pclose to an innocuous variant, in case <limits.h> declares _pclose. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define _pclose innocuous__pclose | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char _pclose (); 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 _pclose | | /* 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 _pclose (); | /* 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__pclose || defined __stub____pclose | choke me | #endif | | int | main () | { | return _pclose (); | ; | return 0; | } configure:11303: result: no configure:11303: checking for popen configure:11303: g++ -o conftest conftest.cpp -lz -lmagic >&5 configure:11303: $? = 0 configure:11303: result: yes configure:11303: checking for _popen configure:11303: g++ -o conftest conftest.cpp -lz -lmagic >&5 /tmp/ccR5oSdw.o: In function `main': conftest.cpp:(.text+0x5): undefined reference to `_popen' collect2: error: ld returned 1 exit status configure:11303: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LyX" | #define PACKAGE_TARNAME "lyx" | #define PACKAGE_VERSION "2.2.0rc1" | #define PACKAGE_STRING "LyX 2.2.0rc1" | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org" | #define PACKAGE_URL "" | #define USE_POSIX_PACKAGING 1 | #define PACKAGE "lyx-2.2.0rc1" | #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 STD_STRING_USES_COW 1 | #define ENABLE_ASSERTIONS 1 | #define LYX_USE_STD_REGEX 1 | #define LYX_CALLSTACK_PRINTING 1 | #define SIZEOF_WCHAR_T 4 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_ZLIB_H 1 | #define HAVE_MAGIC_H 1 | #define ENABLE_NLS 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_MODE_T 1 | #define HAVE_WCHAR_T 1 | #define HAVE_DEF_PATH_MAX 1 | #define HAVE_CHMOD 1 | #define HAVE_CLOSE 1 | #define HAVE_FORK 1 | #define HAVE_GETPID 1 | #define HAVE_LOCKF 1 | #define HAVE_LSTAT 1 | #define HAVE_MKFIFO 1 | #define HAVE_OPEN 1 | #define HAVE_PCLOSE 1 | #define HAVE_POPEN 1 | /* end confdefs.h. */ | /* Define _popen to an innocuous variant, in case <limits.h> declares _popen. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define _popen innocuous__popen | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char _popen (); 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 _popen | | /* 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 _popen (); | /* 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__popen || defined __stub____popen | choke me | #endif | | int | main () | { | return _popen (); | ; | return 0; | } configure:11303: result: no configure:11303: checking for readlink configure:11303: g++ -o conftest conftest.cpp -lz -lmagic >&5 configure:11303: $? = 0 configure:11303: result: yes configure:11303: checking for putenv configure:11303: g++ -o conftest conftest.cpp -lz -lmagic >&5 configure:11303: $? = 0 configure:11303: result: yes configure:11303: checking for setenv configure:11303: g++ -o conftest conftest.cpp -lz -lmagic >&5 configure:11303: $? = 0 configure:11303: result: yes configure:11303: checking for strerror configure:11303: g++ -o conftest conftest.cpp -lz -lmagic >&5 configure:11303: $? = 0 configure:11303: result: yes configure:11303: checking for unsetenv configure:11303: g++ -o conftest conftest.cpp -lz -lmagic >&5 configure:11303: $? = 0 configure:11303: result: yes configure:11316: checking for mkdir configure:11316: g++ -o conftest conftest.cpp -lz -lmagic >&5 configure:11316: $? = 0 configure:11316: result: yes configure:11316: checking for _mkdir configure:11316: g++ -o conftest conftest.cpp -lz -lmagic >&5 /tmp/ccBv40Rg.o: In function `main': conftest.cpp:(.text+0x5): undefined reference to `_mkdir' collect2: error: ld returned 1 exit status configure:11316: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LyX" | #define PACKAGE_TARNAME "lyx" | #define PACKAGE_VERSION "2.2.0rc1" | #define PACKAGE_STRING "LyX 2.2.0rc1" | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org" | #define PACKAGE_URL "" | #define USE_POSIX_PACKAGING 1 | #define PACKAGE "lyx-2.2.0rc1" | #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 STD_STRING_USES_COW 1 | #define ENABLE_ASSERTIONS 1 | #define LYX_USE_STD_REGEX 1 | #define LYX_CALLSTACK_PRINTING 1 | #define SIZEOF_WCHAR_T 4 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_ZLIB_H 1 | #define HAVE_MAGIC_H 1 | #define ENABLE_NLS 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_MODE_T 1 | #define HAVE_WCHAR_T 1 | #define HAVE_DEF_PATH_MAX 1 | #define HAVE_CHMOD 1 | #define HAVE_CLOSE 1 | #define HAVE_FORK 1 | #define HAVE_GETPID 1 | #define HAVE_LOCKF 1 | #define HAVE_LSTAT 1 | #define HAVE_MKFIFO 1 | #define HAVE_OPEN 1 | #define HAVE_PCLOSE 1 | #define HAVE_POPEN 1 | #define HAVE_READLINK 1 | #define HAVE_PUTENV 1 | #define HAVE_SETENV 1 | #define HAVE_STRERROR 1 | #define HAVE_UNSETENV 1 | #define HAVE_MKDIR 1 | /* end confdefs.h. */ | /* Define _mkdir to an innocuous variant, in case <limits.h> declares _mkdir. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define _mkdir innocuous__mkdir | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char _mkdir (); 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 _mkdir | | /* 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 _mkdir (); | /* 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__mkdir || defined __stub____mkdir | choke me | #endif | | int | main () | { | return _mkdir (); | ; | return 0; | } configure:11316: result: no configure:11325: checking whether mkdir takes one argument configure:11346: g++ -c conftest.cpp >&5 conftest.cpp: In function 'int main()': conftest.cpp:63:11: error: too few arguments to function 'int mkdir(const char*, __mode_t)' mkdir ("."); ^ In file included from conftest.cpp:55:0: /usr/include/x86_64-linux-gnu/sys/stat.h:321:12: note: declared here extern int mkdir (const char *__path, __mode_t __mode) ^ configure:11346: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LyX" | #define PACKAGE_TARNAME "lyx" | #define PACKAGE_VERSION "2.2.0rc1" | #define PACKAGE_STRING "LyX 2.2.0rc1" | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org" | #define PACKAGE_URL "" | #define USE_POSIX_PACKAGING 1 | #define PACKAGE "lyx-2.2.0rc1" | #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 STD_STRING_USES_COW 1 | #define ENABLE_ASSERTIONS 1 | #define LYX_USE_STD_REGEX 1 | #define LYX_CALLSTACK_PRINTING 1 | #define SIZEOF_WCHAR_T 4 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_ZLIB_H 1 | #define HAVE_MAGIC_H 1 | #define ENABLE_NLS 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_MODE_T 1 | #define HAVE_WCHAR_T 1 | #define HAVE_DEF_PATH_MAX 1 | #define HAVE_CHMOD 1 | #define HAVE_CLOSE 1 | #define HAVE_FORK 1 | #define HAVE_GETPID 1 | #define HAVE_LOCKF 1 | #define HAVE_LSTAT 1 | #define HAVE_MKFIFO 1 | #define HAVE_OPEN 1 | #define HAVE_PCLOSE 1 | #define HAVE_POPEN 1 | #define HAVE_READLINK 1 | #define HAVE_PUTENV 1 | #define HAVE_SETENV 1 | #define HAVE_STRERROR 1 | #define HAVE_UNSETENV 1 | #define HAVE_MKDIR 1 | /* end confdefs.h. */ | | #include <sys/stat.h> | #if HAVE_UNISTD_H | # include <unistd.h> | #endif | | int | main () | { | mkdir ("."); | ; | return 0; | } configure:11353: result: no configure:11364: checking for sys/select.h configure:11364: result: yes configure:11364: checking sys/socket.h usability configure:11364: g++ -c conftest.cpp >&5 configure:11364: $? = 0 configure:11364: result: yes configure:11364: checking sys/socket.h presence configure:11364: g++ -E conftest.cpp configure:11364: $? = 0 configure:11364: result: yes configure:11364: checking for sys/socket.h configure:11364: result: yes configure:11374: checking types of arguments for select configure:11402: g++ -c conftest.cpp >&5 configure:11402: $? = 0 configure:11413: result: int,fd_set *,struct timeval * configure:11451: checking aspell.h usability configure:11451: g++ -c conftest.cpp >&5 configure:11451: $? = 0 configure:11451: result: yes configure:11451: checking aspell.h presence configure:11451: g++ -E conftest.cpp configure:11451: $? = 0 configure:11451: result: yes configure:11451: checking for aspell.h configure:11451: result: yes configure:11463: checking for new_aspell_config in -laspell configure:11488: g++ -o conftest conftest.cpp -laspell -lz -lmagic >&5 configure:11488: $? = 0 configure:11497: result: yes configure:11506: checking whether to use aspell configure:11509: result: yes configure:11543: checking for ENCHANT configure:11551: $PKG_CONFIG --exists --print-errors "enchant" configure:11554: $? = 0 configure:11569: $PKG_CONFIG --exists --print-errors "enchant" configure:11572: $? = 0 configure:11606: result: yes configure:11610: checking whether to use enchant configure:11613: result: yes configure:11647: checking for HUNSPELL configure:11655: $PKG_CONFIG --exists --print-errors "hunspell" configure:11658: $? = 0 configure:11673: $PKG_CONFIG --exists --print-errors "hunspell" configure:11676: $? = 0 configure:11812: result: yes configure:11816: checking whether to use hunspell configure:11819: result: yes configure:11846: checking for fcntl configure:11846: g++ -o conftest conftest.cpp >&5 configure:11846: $? = 0 configure:11846: result: yes configure:11851: checking for library containing gethostbyname configure:11882: g++ -o conftest conftest.cpp >&5 configure:11882: $? = 0 configure:11899: result: none required configure:11907: checking for library containing socket configure:11938: g++ -o conftest conftest.cpp >&5 configure:11938: $? = 0 configure:11955: result: none required configure:12384: checking that generated files are newer than configure configure:12390: result: done configure:12486: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by LyX config.status 2.2.0rc1, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on debian config.status:1097: creating Makefile config.status:1097: creating lyx.1 config.status:1097: creating 3rdparty/Makefile config.status:1097: creating 3rdparty/boost/Makefile config.status:1097: creating 3rdparty/hunspell/Makefile config.status:1097: creating 3rdparty/libiconv/Makefile config.status:1097: creating 3rdparty/zlib/Makefile config.status:1097: creating autotests/Makefile config.status:1097: creating config/Makefile config.status:1097: creating development/Makefile config.status:1097: creating development/MacOSX/Makefile config.status:1097: creating development/MacOSX/Info.plist config.status:1097: creating development/MacOSX/lyxrc.dist config.status:1097: creating development/MacOSX/spotlight/Makefile config.status:1097: creating development/cygwin/Makefile config.status:1097: creating development/cygwin/lyxrc.dist config.status:1097: creating development/lyx.spec config.status:1097: creating lib/lyx.desktop-temp config.status:1097: creating lib/Makefile config.status:1097: creating lib/doc/Makefile config.status:1097: creating lib/lyx2lyx/lyx2lyx_version.py config.status:1097: creating lib/lyx2lyx/Makefile config.status:1097: creating m4/Makefile config.status:1097: creating po/Makefile.in config.status:1097: creating sourcedoc/Doxyfile config.status:1097: creating sourcedoc/Makefile config.status:1097: creating src/client/Makefile config.status:1097: creating src/client/lyxclient.1 config.status:1097: creating src/Makefile config.status:1097: creating src/tex2lyx/Makefile config.status:1097: creating src/tex2lyx/tex2lyx.1 config.status:1097: creating src/support/Makefile config.status:1097: creating src/frontends/Makefile config.status:1097: creating src/frontends/qt4/Makefile config.status:1097: creating config.h config.status:1326: executing depfiles commands config.status:1326: executing po-directories commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=x86_64-unknown-linux-gnu ac_cv_c_bigendian=no ac_cv_c_compiler_gnu=yes ac_cv_cxx_compiler_gnu=yes ac_cv_env_CCC_set= ac_cv_env_CCC_value= ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set= ac_cv_env_CFLAGS_value= ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_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_ENCHANT_CFLAGS_set= ac_cv_env_ENCHANT_CFLAGS_value= ac_cv_env_ENCHANT_LIBS_set= ac_cv_env_ENCHANT_LIBS_value= ac_cv_env_HUNSPELL_CFLAGS_set= ac_cv_env_HUNSPELL_CFLAGS_value= ac_cv_env_HUNSPELL_LIBS_set= ac_cv_env_HUNSPELL_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_OBJCFLAGS_set= ac_cv_env_OBJCFLAGS_value= ac_cv_env_OBJC_set= ac_cv_env_OBJC_value= ac_cv_env_PKG_CONFIG_set= ac_cv_env_PKG_CONFIG_value= ac_cv_env_PYTHON_set= ac_cv_env_PYTHON_value= ac_cv_env_QTDIR_set= ac_cv_env_QTDIR_value= ac_cv_env_QT_CORE_CFLAGS_set= ac_cv_env_QT_CORE_CFLAGS_value= ac_cv_env_QT_CORE_LIBS_set= ac_cv_env_QT_CORE_LIBS_value= ac_cv_env_QT_FRONTEND_CFLAGS_set= ac_cv_env_QT_FRONTEND_CFLAGS_value= ac_cv_env_QT_FRONTEND_LIBS_set= ac_cv_env_QT_FRONTEND_LIBS_value= ac_cv_env_XMKMF_set= ac_cv_env_XMKMF_value= ac_cv_env_build_alias_set= ac_cv_env_build_alias_value= ac_cv_env_host_alias_set= ac_cv_env_host_alias_value= ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_func__close=no ac_cv_func__getpid=no ac_cv_func__mkdir=no ac_cv_func__open=no ac_cv_func__pclose=no ac_cv_func__popen=no ac_cv_func_chmod=yes ac_cv_func_close=yes ac_cv_func_fcntl=yes ac_cv_func_fork=yes ac_cv_func_getpid=yes ac_cv_func_lockf=yes ac_cv_func_lstat=yes ac_cv_func_mkdir=yes ac_cv_func_mkfifo=yes ac_cv_func_open=yes ac_cv_func_pclose=yes ac_cv_func_popen=yes ac_cv_func_putenv=yes ac_cv_func_readlink=yes ac_cv_func_select_args='int,fd_set *,struct timeval *' ac_cv_func_setenv=yes ac_cv_func_strerror=yes ac_cv_func_unsetenv=yes ac_cv_header_aspell_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_locale_h=yes ac_cv_header_magic_h=yes ac_cv_header_memory_h=yes ac_cv_header_regex=yes ac_cv_header_stdc=no 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_select_h=yes ac_cv_header_sys_socket_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_time_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_sys_types_h_makedev=yes ac_cv_header_sys_utime_h=no ac_cv_header_unistd_h=yes ac_cv_header_utime_h=yes ac_cv_header_zlib_h=yes ac_cv_host=x86_64-unknown-linux-gnu ac_cv_lib_aspell_new_aspell_config=yes ac_cv_lib_gdi32_main=no ac_cv_lib_magic_magic_open=yes ac_cv_lib_psapi_main=no ac_cv_lib_shlwapi_main=no ac_cv_lib_z_gzopen=yes ac_cv_mkdir_takes_one_arg=no ac_cv_objc_compiler_gnu=no ac_cv_objext=o ac_cv_path_EGREP='/bin/grep -E' ac_cv_path_GMSGFMT=/usr/bin/msgfmt ac_cv_path_GREP=/bin/grep ac_cv_path_MSGFMT=/usr/bin/msgfmt ac_cv_path_MSGMERGE=/usr/bin/msgmerge ac_cv_path_PYTHON=/usr/bin/python ac_cv_path_QT_MOC=/usr/bin/moc-qt4 ac_cv_path_QT_RCC=/usr/bin/rcc ac_cv_path_QT_UIC=/usr/bin/uic-qt4 ac_cv_path_XGETTEXT=/usr/bin/xgettext ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config ac_cv_path_install='/usr/bin/install -c' ac_cv_path_mkdir=/bin/mkdir ac_cv_prog_AWK=gawk ac_cv_prog_CXXCPP='g++ -E' ac_cv_prog_ac_ct_AR=ar ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_CXX=g++ ac_cv_prog_ac_ct_OBJC=gcc ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_cc_c89= ac_cv_prog_cc_g=yes ac_cv_prog_cxx_g=yes ac_cv_prog_make_make_set=yes ac_cv_prog_objc_g=no ac_cv_search_gethostbyname='none required' ac_cv_search_socket='none required' ac_cv_sizeof_wchar_t=4 ac_cv_target=x86_64-unknown-linux-gnu ac_cv_type_mode_t=yes ac_cv_type_off_t=yes ac_cv_type_pid_t=yes ac_cv_type_size_t=yes ac_cv_type_uid_t=yes acl_cv_hardcode_direct=no acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' acl_cv_hardcode_libdir_separator= acl_cv_hardcode_minus_L=no acl_cv_libext=a acl_cv_path_LD=/usr/bin/ld acl_cv_prog_gnu_ld=yes acl_cv_rpath=done acl_cv_shlibext=so acl_cv_wl=-Wl, am_cv_CC_dependencies_compiler_type=gcc3 am_cv_CXX_dependencies_compiler_type=gcc3 am_cv_OBJC_dependencies_compiler_type=gcc3 am_cv_ar_interface=ar am_cv_func_iconv=yes am_cv_func_iconv_works=yes am_cv_lib_iconv=no am_cv_make_support_nested_variables=yes am_cv_pathless_PYTHON=python am_cv_prog_cc_c_o=yes am_cv_prog_tar_ustar=gnutar am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);' am_cv_proto_iconv_arg1= am_cv_python_platform=linux2 am_cv_python_pyexecdir='${exec_prefix}/lib/python2.7/dist-packages' am_cv_python_pythondir='${prefix}/lib/python2.7/dist-packages' am_cv_python_version=2.7 gt_cv_c_wchar_t=yes lyx_cv_callstack_printing=yes lyx_cv_cxx_cxx11=yes lyx_cv_extra_inc=NONE lyx_cv_extra_lib=NONE lyx_cv_extra_prefix=NONE lyx_cv_lib_stdcxx=yes lyx_cv_lib_stdcxx_cxx11_abi=no lyx_cv_prog_clang=no lyx_cv_with_included_boost=yes lyx_cv_with_included_mythes=yes pkg_cv_ENCHANT_CFLAGS='-pthread -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include ' pkg_cv_ENCHANT_LIBS='-lenchant ' pkg_cv_HUNSPELL_CFLAGS='-I/usr/include/hunspell ' pkg_cv_HUNSPELL_LIBS='-lhunspell-1.3 ' pkg_cv_QT_CORE_CFLAGS='-DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore ' pkg_cv_QT_CORE_LIBS='-lQtCore ' pkg_cv_QT_FRONTEND_CFLAGS='-DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I/usr/include/qt4/QtCore ' pkg_cv_QT_FRONTEND_LIBS='-lQtSvg -lQtGui -lQtCore ' qt_cv_dir= ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /home/bruce/Downloads/lyx-2.2.0rc1/config/missing aclocal-1.14' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='$${TAR-tar}' AM_BACKSLASH='\' AM_CPPFLAGS=' -Wall -Wextra' AM_CXXFLAGS='-std=c++11 -g -O2 -Wno-deprecated-declarations' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' AM_DEFAULT_VERBOSITY='0' AM_LDFLAGS='' AM_V='$(V)' AR='ar' AUTOCONF='${SHELL} /home/bruce/Downloads/lyx-2.2.0rc1/config/missing autoconf' AUTOHEADER='${SHELL} /home/bruce/Downloads/lyx-2.2.0rc1/config/missing autoheader' AUTOMAKE='${SHELL} /home/bruce/Downloads/lyx-2.2.0rc1/config/missing automake-1.14' AWK='gawk' BOOST_INCLUDES='-I$(top_srcdir)/3rdparty/boost' BOOST_LIBS='$(top_builddir)/3rdparty/boost/liblyxboost.a' BUILD_CLIENT_SUBDIR_FALSE='#' BUILD_CLIENT_SUBDIR_TRUE='' CC='gcc' CCDEPMODE='depmode=gcc3' CFLAGS='-g -O2' CPPFLAGS='' CXX='g++' CXXCPP='g++ -E' CXXDEPMODE='depmode=gcc3' CXXFLAGS='' CYGPATH_W='echo' DEFS='-DHAVE_CONFIG_H' DEPDIR='.deps' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/bin/grep -E' ENCHANT_CFLAGS='-pthread -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include ' ENCHANT_LIBS='-lenchant ' EXEEXT='' FRONTENDS_SUBDIRS='qt4' GETTEXT_MACRO_VERSION='0.18' GMSGFMT='/usr/bin/msgfmt' GMSGFMT_015='/usr/bin/msgfmt' GREP='/bin/grep' HUNSPELL_CFLAGS='-I/usr/include/hunspell ' HUNSPELL_LIBS='-lhunspell-1.3 ' INSTALL_CYGWIN_FALSE='' INSTALL_CYGWIN_TRUE='#' INSTALL_DATA='${INSTALL} -m 644' INSTALL_MACOSX_FALSE='' INSTALL_MACOSX_TRUE='#' INSTALL_POSIX_FALSE='#' INSTALL_POSIX_TRUE='' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' INSTALL_WINDOWS_FALSE='' INSTALL_WINDOWS_TRUE='#' LDFLAGS='' LIBICONV='' LIBOBJS='' LIBPSAPI='' LIBS='-laspell -lz -lmagic' LIBSHLWAPI='' LTLIBICONV='' LTLIBOBJS='' LYX_DATE='2016-04-11' LYX_DIR_VER='LYX_DIR_22x' LYX_MAJOR_VERSION='2' LYX_MINOR_VERSION='2' LYX_RELEASE_LEVEL='0' LYX_RELEASE_PATCH='0' LYX_USERDIR_VER='LYX_USERDIR_22x' LYX_USE_STD_REGEX_FALSE='#' LYX_USE_STD_REGEX_TRUE='' LYX_WIN_RESOURCE_FALSE='' LYX_WIN_RESOURCE_TRUE='#' MAINT='#' MAINTAINER_MODE_FALSE='' MAINTAINER_MODE_TRUE='#' MAKEINFO='${SHELL} /home/bruce/Downloads/lyx-2.2.0rc1/config/missing makeinfo' MKDIR_P='/bin/mkdir -p' MONOLITHIC_BOOST_FALSE='' MONOLITHIC_BOOST_TRUE='#' MONOLITHIC_CLIENT_FALSE='' MONOLITHIC_CLIENT_TRUE='#' MONOLITHIC_CORE_FALSE='' MONOLITHIC_CORE_TRUE='#' MONOLITHIC_FRONTEND_QT_FALSE='' MONOLITHIC_FRONTEND_QT_TRUE='#' MONOLITHIC_INSETS_FALSE='' MONOLITHIC_INSETS_TRUE='#' MONOLITHIC_MATHED_FALSE='' MONOLITHIC_MATHED_TRUE='#' MONOLITHIC_TEX2LYX_FALSE='' MONOLITHIC_TEX2LYX_TRUE='#' MSGFMT='/usr/bin/msgfmt' MSGFMT_015='/usr/bin/msgfmt' MSGMERGE='/usr/bin/msgmerge' MYTHES_LIBS='' OBJC='gcc' OBJCDEPMODE='depmode=gcc3' OBJCFLAGS='' OBJEXT='o' PACKAGE='lyx-2.2.0rc1' PACKAGE_BUGREPORT='lyx-devel@lists.lyx.org' PACKAGE_NAME='LyX' PACKAGE_STRING='LyX 2.2.0rc1' PACKAGE_TARNAME='lyx' PACKAGE_URL='' PACKAGE_VERSION='2.2.0rc1' PATH_SEPARATOR=':' PKG_CONFIG='/usr/bin/pkg-config' PYTHON='/usr/bin/python' PYTHON_EXEC_PREFIX='${exec_prefix}' PYTHON_PLATFORM='linux2' PYTHON_PREFIX='${prefix}' PYTHON_VERSION='2.7' QTDIR='' QTLIB_VERSION='4.8.6' QT_CORE_CFLAGS='-DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore ' QT_CORE_INCLUDES='-DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore ' QT_CORE_LDFLAGS='' QT_CORE_LIB='-lQtCore ' QT_CORE_LIBS='-lQtCore ' QT_CPPFLAGS='-DQT_NO_STL -DQT_NO_KEYWORDS' QT_FRONTEND_CFLAGS='-DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I/usr/include/qt4/QtCore ' QT_FRONTEND_LIBS='-lQtSvg -lQtGui -lQtCore ' QT_INCLUDES='-DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I/usr/include/qt4/QtCore ' QT_LDFLAGS='' QT_LIB='-lQtSvg -lQtGui -lQtCore ' QT_MOC='/usr/bin/moc-qt4' QT_RCC='/usr/bin/rcc' QT_UIC='/usr/bin/uic-qt4' RANLIB='ranlib' RPM_VERSION_SUFFIX='--with-version-suffix=-2.2.0rc1' SET_MAKE='' SHELL='/bin/bash' SOCKET_LIBS='' STRIP='' USE_ASPELL_FALSE='#' USE_ASPELL_TRUE='' USE_ENCHANT_FALSE='#' USE_ENCHANT_TRUE='' USE_HUNSPELL_FALSE='#' USE_HUNSPELL_TRUE='' USE_INCLUDED_BOOST_FALSE='#' USE_INCLUDED_BOOST_TRUE='' USE_INCLUDED_MYTHES_FALSE='#' USE_INCLUDED_MYTHES_TRUE='' USE_NLS='yes' USE_QT5='no' VERSION='2.2.0rc1' VERSION_INFO='Configuration\n Host type: x86_64-unknown-linux-gnu\n Special build flags: build=prerelease warnings assertions c++11 std-regex use-aspell use-enchant use-hunspell\n C++ Compiler: g++ (4.9.2)\n C++ Compiler flags: -Wall -Wextra -std=c++11 -g -O2 -Wno-deprecated-declarations\n C++ Compiler user flags: \n Linker flags: \n Linker user flags: \n Qt Frontend:\n Qt version:\t 4.8.6\n Packaging: posix\n LyX binary dir: /usr/local/bin\n LyX files dir: /usr/local/share/lyx-2.2.0rc1\n' XGETTEXT='/usr/bin/xgettext' XGETTEXT_015='/usr/bin/xgettext' XGETTEXT_EXTRA_OPTIONS='' XMKMF='' X_CFLAGS='' X_EXTRA_LIBS='' X_LIBS='' X_PRE_LIBS='' ac_ct_AR='ar' ac_ct_CC='gcc' ac_ct_CXX='g++' ac_ct_OBJC='gcc' am__EXEEXT_FALSE='' am__EXEEXT_TRUE='#' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__fastdepCXX_FALSE='#' am__fastdepCXX_TRUE='' am__fastdepOBJC_FALSE='#' am__fastdepOBJC_TRUE='' am__include='include' am__isrc='' am__leading_dot='.' am__nodep='_no' am__quote='' am__tar='tar --format=ustar -chf - "$$tardir"' am__untar='tar -xf -' bindir='${exec_prefix}/bin' build='x86_64-unknown-linux-gnu' build_alias='' build_cpu='x86_64' build_os='linux-gnu' build_vendor='unknown' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='${prefix}' host='x86_64-unknown-linux-gnu' host_alias='' host_cpu='x86_64' host_os='linux-gnu' host_vendor='unknown' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' install_sh='${SHELL} /home/bruce/Downloads/lyx-2.2.0rc1/config/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' lyx_devel_version='no' mandir='${datarootdir}/man' mkdir_p='$(MKDIR_P)' oldincludedir='/usr/include' osx_bundle_program_name='' pdfdir='${docdir}' pkgdatadir='${datadir}/${PACKAGE}' pkgpyexecdir='${pyexecdir}/lyx-2.2.0rc1' pkgpythondir='${pythondir}/lyx-2.2.0rc1' prefix='/usr/local' program_base_name='lyx' program_suffix='-2.2.0rc1' program_transform_name='s&$$&-2.2.0rc1&' psdir='${docdir}' pyexecdir='${exec_prefix}/lib/python2.7/dist-packages' pythondir='${prefix}/lib/python2.7/dist-packages' real_pkgdatadir='/usr/local/share/lyx-2.2.0rc1' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target='x86_64-unknown-linux-gnu' target_alias='' target_cpu='x86_64' target_os='linux-gnu' target_vendor='unknown' version_suffix='-2.2.0rc1' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "LyX" #define PACKAGE_TARNAME "lyx" #define PACKAGE_VERSION "2.2.0rc1" #define PACKAGE_STRING "LyX 2.2.0rc1" #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org" #define PACKAGE_URL "" #define USE_POSIX_PACKAGING 1 #define PACKAGE "lyx-2.2.0rc1" #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 STD_STRING_USES_COW 1 #define ENABLE_ASSERTIONS 1 #define LYX_USE_STD_REGEX 1 #define LYX_CALLSTACK_PRINTING 1 #define SIZEOF_WCHAR_T 4 #define HAVE_ICONV 1 #define ICONV_CONST #define HAVE_ZLIB_H 1 #define HAVE_MAGIC_H 1 #define ENABLE_NLS 1 #define HAVE_SYS_TIME_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_SELECT_H 1 #define HAVE_LOCALE_H 1 #define HAVE_UTIME_H 1 #define HAVE_MODE_T 1 #define HAVE_WCHAR_T 1 #define HAVE_DEF_PATH_MAX 1 #define HAVE_CHMOD 1 #define HAVE_CLOSE 1 #define HAVE_FORK 1 #define HAVE_GETPID 1 #define HAVE_LOCKF 1 #define HAVE_LSTAT 1 #define HAVE_MKFIFO 1 #define HAVE_OPEN 1 #define HAVE_PCLOSE 1 #define HAVE_POPEN 1 #define HAVE_READLINK 1 #define HAVE_PUTENV 1 #define HAVE_SETENV 1 #define HAVE_STRERROR 1 #define HAVE_UNSETENV 1 #define HAVE_MKDIR 1 #define HAVE_SYS_SELECT_H 1 #define HAVE_SYS_SOCKET_H 1 #define SELECT_TYPE_ARG1 int #define SELECT_TYPE_ARG234 (fd_set *) #define SELECT_TYPE_ARG5 (struct timeval *) #define HAVE_ASPELL_H 1 #define USE_ASPELL 1 #define USE_ENCHANT 1 #define USE_HUNSPELL 1 #define HAVE_FCNTL 1 #define LYX_ABS_TOP_SRCDIR "/home/bruce/Downloads/lyx-2.2.0rc1" #define LYX_ABS_INSTALLED_LOCALEDIR "/usr/local/share/locale" #define LYX_ABS_INSTALLED_DATADIR "/usr/local/share/lyx-2.2.0rc1" #define PROGRAM_SUFFIX "-2.2.0rc1" #define LYX_DATE "2016-04-11" #define VERSION_INFO "Configuration\n Host type: x86_64-unknown-linux-gnu\n Special build flags: build=prerelease warnings assertions c++11 std-regex use-aspell use-enchant use-hunspell\n C++ Compiler: g++ (4.9.2)\n C++ Compiler flags: -Wall -Wextra -std=c++11 -g -O2 -Wno-deprecated-declarations\n C++ Compiler user flags: \n Linker flags: \n Linker user flags: \n Qt Frontend:\n Qt version:\t 4.8.6\n Packaging: posix\n LyX binary dir: /usr/local/bin\n LyX files dir: /usr/local/share/lyx-2.2.0rc1\n" #define LYX_DIR_VER "LYX_DIR_22x" #define LYX_USERDIR_VER "LYX_USERDIR_22x" #define LYX_MAJOR_VERSION 2 #define LYX_MINOR_VERSION 2 #define LYX_RELEASE_LEVEL 0 #define LYX_RELEASE_PATCH 0 configure: exit 0