configure:3700: g++ -V >&5 g++: error: unrecognized command line option '-V' g++: fatal error: no input files compilation terminated. /////////////////////////////////// configure:3700: g++ -qversion >&5 g++: error: unrecognized command line option '-qversion' g++: fatal error: no input files compilation terminated. /////////////////////////////////// configure:4590: ccache gcc -qversion >&5 gcc: error: unrecognized command line option '-qversion' gcc: fatal error: no input files compilation terminated. /////////////////////////////////// configure:8349: ccache gcc -E conftest.c conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. /////////////////////////////////// configure:8408: ccache gcc -E conftest.c conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. /////////////////////////////////// configure:12629: g++ -E conftest.cpp conftest.cpp:23:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. /////////////////////////////////// configure:12688: g++ -E conftest.cpp conftest.cpp:23:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. //////////////////////////////////// configure:16307: g++ -c -g -O2 -Werror=format-security -Werror=switch -Werror=return-type -DGSEAL_ENABLE -DG_DISABLE_SINGLE_INCLUDES -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 conftest.cpp >&5 In file included from /usr/include/c++/4.8/unordered_set:35:0, from conftest.cpp:24: /usr/include/c++/4.8/bits/c++0x_warning.h:32:2: error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support is currently experimental, and must be enabled with the -std=c++11 or -std=gnu++11 compiler options. #error This file requires compiler and library support for the \ ^ conftest.cpp: In function 'int main()': conftest.cpp:29:3: error: 'unordered_set' is not a member of 'std' std::unordered_set i, j; ^ conftest.cpp:29:22: error: expected primary-expression before 'int' std::unordered_set i, j; ^ conftest.cpp:29:22: error: expected ';' before 'int' conftest.cpp:30:3: error: 'i' was not declared in this scope i = j; ^ conftest.cpp:30:7: error: 'j' was not declared in this scope i = j; ^ configure:16307: $? = 1 /////////////////////////////////// configure:17937: g++ -o conftest -g -O2 -Werror=format-security -Werror=switch -Werror=return-type -DGSEAL_ENABLE -DG_DISABLE_SINGLE_INCLUDES -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.cpp -Wl,-framework -Wl,CoreFoundation >&5 conftest.cpp:27:42: fatal error: CoreFoundation/CFPreferences.h: No such file or directory #include ^ compilation terminated. //////////////////////////////////// configure:17971: g++ -o conftest -g -O2 -Werror=format-security -Werror=switch -Werror=return-type -DGSEAL_ENABLE -DG_DISABLE_SINGLE_INCLUDES -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.cpp -Wl,-framework -Wl,CoreFoundation >&5 conftest.cpp:27:37: fatal error: CoreFoundation/CFLocale.h: No such file or directory #include ^ compilation terminated. /////////////////////////////////////////// configure:19037: g++ -o conftest -g -O2 -Werror=format-security -Werror=switch -Werror=return-type -DGSEAL_ENABLE -DG_DISABLE_SINGLE_INCLUDES -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.cpp >&5 conftest.cpp:33:2: error: 'choke' does not name a type choke me ^ In file included from conftest.cpp:35:0: /usr/lib/gcc/x86_64-linux-gnu/4.8/include/omp.h:38:3: error: 'omp_lock_t' does not name a type } omp_lock_t; ^ /usr/lib/gcc/x86_64-linux-gnu/4.8/include/omp.h:76:28: error: variable or field 'omp_init_lock' declared void extern void omp_init_lock (omp_lock_t *) __GOMP_NOTHROW; ^ /usr/lib/gcc/x86_64-linux-gnu/4.8/include/omp.h:76:28: error: 'omp_lock_t' was not declared in this scope /usr/lib/gcc/x86_64-linux-gnu/4.8/include/omp.h:76:40: error: expected primary-expression before ')' token extern void omp_init_lock (omp_lock_t *) __GOMP_NOTHROW; ^ /usr/lib/gcc/x86_64-linux-gnu/4.8/include/omp.h:77:31: error: variable or field 'omp_destroy_lock' declared void extern void omp_destroy_lock (omp_lock_t *) __GOMP_NOTHROW; ^ /usr/lib/gcc/x86_64-linux-gnu/4.8/include/omp.h:77:31: error: 'omp_lock_t' was not declared in this scope /usr/lib/gcc/x86_64-linux-gnu/4.8/include/omp.h:77:43: error: expected primary-expression before ')' token extern void omp_destroy_lock (omp_lock_t *) __GOMP_NOTHROW; ^ /usr/lib/gcc/x86_64-linux-gnu/4.8/include/omp.h:78:27: error: variable or field 'omp_set_lock' declared void extern void omp_set_lock (omp_lock_t *) __GOMP_NOTHROW; ^ /usr/lib/gcc/x86_64-linux-gnu/4.8/include/omp.h:78:27: error: 'omp_lock_t' was not declared in this scope /usr/lib/gcc/x86_64-linux-gnu/4.8/include/omp.h:78:39: error: expected primary-expression before ')' token extern void omp_set_lock (omp_lock_t *) __GOMP_NOTHROW; ^ /usr/lib/gcc/x86_64-linux-gnu/4.8/include/omp.h:79:29: error: variable or field 'omp_unset_lock' declared void extern void omp_unset_lock (omp_lock_t *) __GOMP_NOTHROW; ^ /usr/lib/gcc/x86_64-linux-gnu/4.8/include/omp.h:79:29: error: 'omp_lock_t' was not declared in this scope /usr/lib/gcc/x86_64-linux-gnu/4.8/include/omp.h:79:41: error: expected primary-expression before ')' token extern void omp_unset_lock (omp_lock_t *) __GOMP_NOTHROW; ^ /usr/lib/gcc/x86_64-linux-gnu/4.8/include/omp.h:80:27: error: 'omp_lock_t' was not declared in this scope extern int omp_test_lock (omp_lock_t *) __GOMP_NOTHROW; ^ /usr/lib/gcc/x86_64-linux-gnu/4.8/include/omp.h:80:39: error: expected primary-expression before ')' token extern int omp_test_lock (omp_lock_t *) __GOMP_NOTHROW; ^ /usr/lib/gcc/x86_64-linux-gnu/4.8/include/omp.h:80:41: error: expected ',' or ';' before 'throw' extern int omp_test_lock (omp_lock_t *) __GOMP_NOTHROW; ^ configure:19037: $? = 1 //////////////////////////////////////////////////////// configure:19312: g++ -o conftest -g -O2 -fopenmp -Werror=format-security -Werror=switch -Werror=return-type -DGSEAL_ENABLE -DG_DISABLE_SINGLE_INCLUDES -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.cpp -ljpeg >&5 /usr/bin/ld: cannot find -ljpeg collect2: error: ld returned 1 exit status configure:19312: $? = 1 /////////////////////////////////////////////////////// configure:19345: g++ -c -g -O2 -fopenmp -Werror=format-security -Werror=switch -Werror=return-type -DGSEAL_ENABLE -DG_DISABLE_SINGLE_INCLUDES -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 conftest.cpp >&5 conftest.cpp:65:23: fatal error: sys/filio.h: No such file or directory #include ^ compilation terminated. ////////////////////////////////////////// configure:19345: g++ -E -Werror=format-security -Werror=switch -Werror=return-type -DGSEAL_ENABLE -DG_DISABLE_SINGLE_INCLUDES -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 conftest.cpp conftest.cpp:32:23: fatal error: sys/filio.h: No such file or directory #include ^ compilation terminated. ///////////////////////////////////////////// configure:19680: g++ -c -g -O2 -fopenmp -Werror=format-security -Werror=switch -Werror=return-type -DGSEAL_ENABLE -DG_DISABLE_SINGLE_INCLUDES -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 conftest.cpp >&5 conftest.cpp:41:9: error: expected unqualified-id before 'not' token not a universal capable compiler ^ configure:19680: $? = 1 //////////////////////////////////////////// configure:19743: g++ -c -g -O2 -fopenmp -Werror=format-security -Werror=switch -Werror=return-type -DGSEAL_ENABLE -DG_DISABLE_SINGLE_INCLUDES -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 conftest.cpp >&5 conftest.cpp: In function 'int main()': conftest.cpp:47:8: error: 'big' was not declared in this scope not big endian ^ conftest.cpp:47:12: error: expected ';' before 'endian' not big endian ^ configure:19743: $? = 1 //////////////////////////////////////////// conftest.cpp: In function 'int main()': conftest.cpp:51:31: error: invalid conversion from 'GfxColorSpace* (*)(Object*, Gfx*, int)' to 'parse_p {aka GfxColorSpace* (*)(Object*, Gfx*)}' [-fpermissive] parse_p p = &GfxColorSpace::parse; ^ conftest.cpp:51:11: warning: unused variable 'p' [-Wunused-variable] parse_p p = &GfxColorSpace::parse; ^ configure:20603: $? = 1 ///////////////////////////////////////////// conftest.cpp:50:27: fatal error: Carbon/Carbon.h: No such file or directory #include ^ compilation terminated. configure:22260: $? = 1 /////////////////////////////////////////////// configure:22768: g++ -o conftest -g -O2 -fopenmp -DG_DISABLE_DEPRECATED -DGLIBMM_DISABLE_DEPRECATED -DGDKMM_DISABLE_DEPRECATED -DGTK_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_DEPRECATED -DGTKMM_DISABLE_DEPRECATED -Werror=format-security -Werror=switch -Werror=return-type -DGSEAL_ENABLE -DG_DISABLE_SINGLE_INCLUDES -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.cpp -llcms2 -lpoppler >&5 /tmp/ccMzzGVb.o: In function `main': /home/jtx/Development/inkscape/inkscape-gcc/conftest.cpp:103: undefined reference to `fpsetmask' collect2: error: ld returned 1 exit status configure:22768: $? = 1 ////////////////////////////////////////////// configure:22790: g++ -E -DG_DISABLE_DEPRECATED -DGLIBMM_DISABLE_DEPRECATED -DGDKMM_DISABLE_DEPRECATED -DGTK_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_DEPRECATED -DGTKMM_DISABLE_DEPRECATED -Werror=format-security -Werror=switch -Werror=return-type -DGSEAL_ENABLE -DG_DISABLE_SINGLE_INCLUDES -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 conftest.cpp conftest.cpp:70:20: fatal error: ieeefp.h: No such file or directory #include ^ compilation terminated. /////////////////////////////////////////////// configure:23236: g++ -c -g -O2 -fopenmp -DG_DISABLE_DEPRECATED -DGLIBMM_DISABLE_DEPRECATED -DGDKMM_DISABLE_DEPRECATED -DGTK_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_DEPRECATED -DGTKMM_DISABLE_DEPRECATED -Werror=format-security -Werror=switch -Werror=return-type -DGSEAL_ENABLE -DG_DISABLE_SINGLE_INCLUDES -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 conftest.cpp >&5 conftest.cpp: In function 'int main()': conftest.cpp:113:20: error: expected primary-expression before ')' token if (sizeof ((mode_t))) ^ configure:23236: $? = 1 //////////////////////////////////////////////