Skip to content

Instantly share code, notes, and snippets.

@knewter
Created April 18, 2014 21:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save knewter/11064578 to your computer and use it in GitHub Desktop.
Save knewter/11064578 to your computer and use it in GitHub Desktop.
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by configure, which was
generated by GNU Autoconf 2.59. Invocation command line was
$ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = jibbajabba
uname -m = x86_64
uname -r = 3.13.0-24-generic
uname -s = Linux
uname -v = #46-Ubuntu SMP Thu Apr 10 19:11:08 UTC 2014
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /home/jadams/erlang/erlangs/17.0/bin
PATH: /home/jadams/.kiex/bin
PATH: /home/jadams/.rvm/gems/ruby-2.0.0-p247@system/bin
PATH: /home/jadams/.rvm/gems/ruby-2.0.0-p247@global/bin
PATH: /home/jadams/.rvm/rubies/ruby-2.0.0-p247/bin
PATH: /home/jadams/.rvm/bin
PATH: /home/jadams/.rvm/bin
PATH: /home/jadams/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games
PATH: /usr/local/games
PATH: .
PATH: /platform-tools
PATH: /home/jadams/.rvm/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1436: checking build system type
configure:1454: result: x86_64-unknown-linux-gnu
configure:1462: checking host system type
configure:1476: result: x86_64-unknown-linux-gnu
configure:1547: checking for gcc
configure:1563: found /usr/bin/gcc
configure:1573: result: gcc
configure:1817: checking for C compiler version
configure:1820: gcc --version </dev/null >&5
gcc (Ubuntu 4.8.2-19ubuntu1) 4.8.2
Copyright (C) 2013 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:1823: $? = 0
configure:1825: gcc -v </dev/null >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.8.2-19ubuntu1' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap --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.8-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --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.8.2 (Ubuntu 4.8.2-19ubuntu1)
configure:1828: $? = 0
configure:1830: gcc -V </dev/null >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:1833: $? = 4
configure:1856: checking for C compiler default output file name
configure:1859: gcc conftest.c >&5
configure:1862: $? = 0
configure:1908: result: a.out
configure:1913: checking whether the C compiler works
configure:1919: ./a.out
configure:1922: $? = 0
configure:1939: result: yes
configure:1946: checking whether we are cross compiling
configure:1948: result: no
configure:1951: checking for suffix of executables
configure:1953: gcc -o conftest conftest.c >&5
configure:1956: $? = 0
configure:1981: result:
configure:1987: checking for suffix of object files
configure:2008: gcc -c conftest.c >&5
configure:2011: $? = 0
configure:2033: result: o
configure:2037: checking whether we are using the GNU C compiler
configure:2061: gcc -c conftest.c >&5
configure:2067: $? = 0
configure:2071: test -z
|| test ! -s conftest.err
configure:2074: $? = 0
configure:2077: test -s conftest.o
configure:2080: $? = 0
configure:2093: result: yes
configure:2099: checking whether gcc accepts -g
configure:2120: gcc -c -g conftest.c >&5
configure:2126: $? = 0
configure:2130: test -z
|| test ! -s conftest.err
configure:2133: $? = 0
configure:2136: test -s conftest.o
configure:2139: $? = 0
configure:2150: result: yes
configure:2167: checking for gcc option to accept ANSI C
configure:2237: gcc -c -g -O2 conftest.c >&5
configure:2243: $? = 0
configure:2247: test -z
|| test ! -s conftest.err
configure:2250: $? = 0
configure:2253: test -s conftest.o
configure:2256: $? = 0
configure:2274: result: none needed
configure:2292: gcc -c -g -O2 conftest.c >&5
conftest.c:2:3: error: unknown type name 'choke'
choke me
^
conftest.c:2:3: error: expected '=', ',', ';', 'asm' or '__attribute__' at end of input
configure:2298: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:2483: checking for g++
configure:2499: found /usr/bin/g++
configure:2509: result: g++
configure:2525: checking for C++ compiler version
configure:2528: g++ --version </dev/null >&5
g++ (Ubuntu 4.8.2-19ubuntu1) 4.8.2
Copyright (C) 2013 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:2531: $? = 0
configure:2533: g++ -v </dev/null >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.8.2-19ubuntu1' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap --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.8-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --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.8.2 (Ubuntu 4.8.2-19ubuntu1)
configure:2536: $? = 0
configure:2538: g++ -V </dev/null >&5
g++: error: unrecognized command line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:2541: $? = 4
configure:2544: checking whether we are using the GNU C++ compiler
configure:2568: g++ -c conftest.cc >&5
configure:2574: $? = 0
configure:2578: test -z
|| test ! -s conftest.err
configure:2581: $? = 0
configure:2584: test -s conftest.o
configure:2587: $? = 0
configure:2600: result: yes
configure:2606: checking whether g++ accepts -g
configure:2627: g++ -c -g conftest.cc >&5
configure:2633: $? = 0
configure:2637: test -z
|| test ! -s conftest.err
configure:2640: $? = 0
configure:2643: test -s conftest.o
configure:2646: $? = 0
configure:2657: result: yes
configure:2699: g++ -c -g -O2 conftest.cc >&5
configure:2705: $? = 0
configure:2709: test -z
|| test ! -s conftest.err
configure:2712: $? = 0
configure:2715: test -s conftest.o
configure:2718: $? = 0
configure:2744: g++ -c -g -O2 conftest.cc >&5
conftest.cc: In function 'int main()':
conftest.cc:13:9: error: 'exit' was not declared in this scope
exit (42);
^
configure:2750: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h. */
|
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:2699: g++ -c -g -O2 conftest.cc >&5
conftest.cc:9:40: error: 'void std::exit(int)' should have been declared inside 'std'
extern "C" void std::exit (int) throw (); using std::exit;
^
configure:2705: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h. */
| extern "C" void std::exit (int) throw (); using std::exit;
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:2699: g++ -c -g -O2 conftest.cc >&5
conftest.cc:9:31: error: 'void std::exit(int)' should have been declared inside 'std'
extern "C" void std::exit (int); using std::exit;
^
In file included from conftest.cc:10:0:
/usr/include/stdlib.h:543:70: error: declaration of 'void std::exit(int) throw ()' has a different exception specifier
extern void exit (int __status) __THROW __attribute__ ((__noreturn__));
^
conftest.cc:9:17: error: from previous declaration 'void std::exit(int)'
extern "C" void std::exit (int); using std::exit;
^
configure:2705: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h. */
| extern "C" void std::exit (int); using std::exit;
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:2699: g++ -c -g -O2 conftest.cc >&5
configure:2705: $? = 0
configure:2709: test -z
|| test ! -s conftest.err
configure:2712: $? = 0
configure:2715: test -s conftest.o
configure:2718: $? = 0
configure:2744: g++ -c -g -O2 conftest.cc >&5
configure:2750: $? = 0
configure:2754: test -z
|| test ! -s conftest.err
configure:2757: $? = 0
configure:2760: test -s conftest.o
configure:2763: $? = 0
configure:2827: checking for ranlib
configure:2843: found /usr/bin/ranlib
configure:2854: result: ranlib
configure:2871: checking how to run the C preprocessor
configure:2906: gcc -E conftest.c
configure:2912: $? = 0
configure:2944: gcc -E conftest.c
conftest.c:12:28: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^
compilation terminated.
configure:2950: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:2989: result: gcc -E
configure:3013: gcc -E conftest.c
configure:3019: $? = 0
configure:3051: gcc -E conftest.c
conftest.c:12:28: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^
compilation terminated.
configure:3057: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3101: Building for linux-gnu
configure:3109: checking for mixed cygwin or msys and native VC++ environment
configure:3134: result: no
configure:3150: checking for mixed cygwin and native MinGW environment
configure:3168: result: no
configure:3177: checking if we mix cygwin with any native compiler
configure:3183: result: no
configure:3189: checking if we mix msys with another native compiler
configure:3195: result: no
configure:3210: checking for egrep
configure:3220: result: grep -E
configure:3225: checking for ANSI C header files
configure:3250: gcc -c -g -O2 conftest.c >&5
configure:3256: $? = 0
configure:3260: test -z
|| test ! -s conftest.err
configure:3263: $? = 0
configure:3266: test -s conftest.o
configure:3269: $? = 0
configure:3358: gcc -o conftest -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:29:7: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
exit(2);
^
configure:3361: $? = 0
configure:3363: ./conftest
configure:3366: $? = 0
configure:3381: result: yes
configure:3405: checking for sys/types.h
configure:3421: gcc -c -g -O2 conftest.c >&5
configure:3427: $? = 0
configure:3431: test -z
|| test ! -s conftest.err
configure:3434: $? = 0
configure:3437: test -s conftest.o
configure:3440: $? = 0
configure:3451: result: yes
configure:3405: checking for sys/stat.h
configure:3421: gcc -c -g -O2 conftest.c >&5
configure:3427: $? = 0
configure:3431: test -z
|| test ! -s conftest.err
configure:3434: $? = 0
configure:3437: test -s conftest.o
configure:3440: $? = 0
configure:3451: result: yes
configure:3405: checking for stdlib.h
configure:3421: gcc -c -g -O2 conftest.c >&5
configure:3427: $? = 0
configure:3431: test -z
|| test ! -s conftest.err
configure:3434: $? = 0
configure:3437: test -s conftest.o
configure:3440: $? = 0
configure:3451: result: yes
configure:3405: checking for string.h
configure:3421: gcc -c -g -O2 conftest.c >&5
configure:3427: $? = 0
configure:3431: test -z
|| test ! -s conftest.err
configure:3434: $? = 0
configure:3437: test -s conftest.o
configure:3440: $? = 0
configure:3451: result: yes
configure:3405: checking for memory.h
configure:3421: gcc -c -g -O2 conftest.c >&5
configure:3427: $? = 0
configure:3431: test -z
|| test ! -s conftest.err
configure:3434: $? = 0
configure:3437: test -s conftest.o
configure:3440: $? = 0
configure:3451: result: yes
configure:3405: checking for strings.h
configure:3421: gcc -c -g -O2 conftest.c >&5
configure:3427: $? = 0
configure:3431: test -z
|| test ! -s conftest.err
configure:3434: $? = 0
configure:3437: test -s conftest.o
configure:3440: $? = 0
configure:3451: result: yes
configure:3405: checking for inttypes.h
configure:3421: gcc -c -g -O2 conftest.c >&5
configure:3427: $? = 0
configure:3431: test -z
|| test ! -s conftest.err
configure:3434: $? = 0
configure:3437: test -s conftest.o
configure:3440: $? = 0
configure:3451: result: yes
configure:3405: checking for stdint.h
configure:3421: gcc -c -g -O2 conftest.c >&5
configure:3427: $? = 0
configure:3431: test -z
|| test ! -s conftest.err
configure:3434: $? = 0
configure:3437: test -s conftest.o
configure:3440: $? = 0
configure:3451: result: yes
configure:3405: checking for unistd.h
configure:3421: gcc -c -g -O2 conftest.c >&5
configure:3427: $? = 0
configure:3431: test -z
|| test ! -s conftest.err
configure:3434: $? = 0
configure:3437: test -s conftest.o
configure:3440: $? = 0
configure:3451: result: yes
configure:3463: checking for void *
configure:3487: gcc -c -g -O2 conftest.c >&5
configure:3493: $? = 0
configure:3497: test -z
|| test ! -s conftest.err
configure:3500: $? = 0
configure:3503: test -s conftest.o
configure:3506: $? = 0
configure:3517: result: yes
configure:3520: checking size of void *
configure:3839: gcc -o conftest -g -O2 conftest.c >&5
configure:3842: $? = 0
configure:3844: ./conftest
configure:3847: $? = 0
configure:3870: result: 8
configure:4083: checking GL/gl.h usability
configure:4095: gcc -c -g -Wall -O2 -fPIC -g -O2 -Wno-deprecated-declarations -fomit-frame-pointer -fno-strict-aliasing -D_GNU_SOURCE -D_THREAD_SAFE -D_REENTRANT conftest.c >&5
configure:4101: $? = 0
configure:4105: test -z
|| test ! -s conftest.err
configure:4108: $? = 0
configure:4111: test -s conftest.o
configure:4114: $? = 0
configure:4124: result: yes
configure:4128: checking GL/gl.h presence
configure:4138: gcc -E -D_GNU_SOURCE -D_THREAD_SAFE -D_REENTRANT conftest.c
configure:4144: $? = 0
configure:4164: result: yes
configure:4199: checking for GL/gl.h
configure:4206: result: yes
configure:4773: checking GL/glu.h usability
configure:4785: gcc -c -g -Wall -O2 -fPIC -g -O2 -Wno-deprecated-declarations -fomit-frame-pointer -fno-strict-aliasing -D_GNU_SOURCE -D_THREAD_SAFE -D_REENTRANT conftest.c >&5
configure:4791: $? = 0
configure:4795: test -z
|| test ! -s conftest.err
configure:4798: $? = 0
configure:4801: test -s conftest.o
configure:4804: $? = 0
configure:4814: result: yes
configure:4818: checking GL/glu.h presence
configure:4828: gcc -E -D_GNU_SOURCE -D_THREAD_SAFE -D_REENTRANT conftest.c
configure:4834: $? = 0
configure:4854: result: yes
configure:4889: checking for GL/glu.h
configure:4896: result: yes
configure:5143: checking for erl
configure:5152: result: yes
configure:5160: checking for erlc
configure:5169: result: yes
configure:5178: ERL ROOT DIR: /home/jadams/erlang/erlangs/17.0
configure:5302: checking for debug build of wxWidgets
configure:5336: checking for wx-config
configure:5355: found /usr/local/bin/wx-config
configure:5368: result: /usr/local/bin/wx-config
configure:5385: checking for wxWidgets version >= 2.8.4 (--unicode --debug=yes)
configure:5428: result: yes (version 3.1.0)
configure:5432: checking for wxWidgets static library
configure:5436: result: no
configure:5578: checking for standard build of wxWidgets
configure:5611: checking for wx-config
configure:5643: result: /usr/local/bin/wx-config
configure:5660: checking for wxWidgets version >= 2.8.4 (--unicode --debug=no)
configure:5703: result: yes (version 3.1.0)
configure:5707: checking for wxWidgets static library
configure:5711: result: no
configure:6030: checking if wxwidgets have opengl support
configure:6069: g++ -c -g -Wall -O2 -fPIC -g -O2 -Wno-deprecated-declarations -fomit-frame-pointer -fno-strict-aliasing -D_GNU_SOURCE -D_THREAD_SAFE -D_REENTRANT -I/usr/local/lib/wx/include/gtk2-unicode-3.1 -I/usr/local/include/wx-3.1 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -D_GNU_SOURCE -D_THREAD_SAFE -D_REENTRANT conftest.cc >&5
configure:6075: $? = 0
configure:6079: test -z
|| test ! -s conftest.err
configure:6082: $? = 0
configure:6085: test -s conftest.o
configure:6088: $? = 0
configure:6111: result: yes
configure:6121: checking for GLintptr
configure:6154: gcc -c -g -Wall -O2 -fPIC -g -O2 -Wno-deprecated-declarations -fomit-frame-pointer -fno-strict-aliasing -D_GNU_SOURCE -D_THREAD_SAFE -D_REENTRANT -D_GNU_SOURCE -D_THREAD_SAFE -D_REENTRANT conftest.c >&5
configure:6160: $? = 0
configure:6164: test -z
|| test ! -s conftest.err
configure:6167: $? = 0
configure:6170: test -s conftest.o
configure:6173: $? = 0
configure:6184: result: yes
configure:6194: checking for GLintptrARB
configure:6227: gcc -c -g -Wall -O2 -fPIC -g -O2 -Wno-deprecated-declarations -fomit-frame-pointer -fno-strict-aliasing -D_GNU_SOURCE -D_THREAD_SAFE -D_REENTRANT -D_GNU_SOURCE -D_THREAD_SAFE -D_REENTRANT conftest.c >&5
configure:6233: $? = 0
configure:6237: test -z
|| test ! -s conftest.err
configure:6240: $? = 0
configure:6243: test -s conftest.o
configure:6246: $? = 0
configure:6257: result: yes
configure:6267: checking for GLchar
configure:6300: gcc -c -g -Wall -O2 -fPIC -g -O2 -Wno-deprecated-declarations -fomit-frame-pointer -fno-strict-aliasing -D_GNU_SOURCE -D_THREAD_SAFE -D_REENTRANT -D_GNU_SOURCE -D_THREAD_SAFE -D_REENTRANT conftest.c >&5
configure:6306: $? = 0
configure:6310: test -z
|| test ! -s conftest.err
configure:6313: $? = 0
configure:6316: test -s conftest.o
configure:6319: $? = 0
configure:6330: result: yes
configure:6340: checking for GLcharARB
configure:6373: gcc -c -g -Wall -O2 -fPIC -g -O2 -Wno-deprecated-declarations -fomit-frame-pointer -fno-strict-aliasing -D_GNU_SOURCE -D_THREAD_SAFE -D_REENTRANT -D_GNU_SOURCE -D_THREAD_SAFE -D_REENTRANT conftest.c >&5
configure:6379: $? = 0
configure:6383: test -z
|| test ! -s conftest.err
configure:6386: $? = 0
configure:6389: test -s conftest.o
configure:6392: $? = 0
configure:6403: result: yes
configure:6413: checking for GLhalfARB
configure:6446: gcc -c -g -Wall -O2 -fPIC -g -O2 -Wno-deprecated-declarations -fomit-frame-pointer -fno-strict-aliasing -D_GNU_SOURCE -D_THREAD_SAFE -D_REENTRANT -D_GNU_SOURCE -D_THREAD_SAFE -D_REENTRANT conftest.c >&5
configure:6452: $? = 0
configure:6456: test -z
|| test ! -s conftest.err
configure:6459: $? = 0
configure:6462: test -s conftest.o
configure:6465: $? = 0
configure:6476: result: yes
configure:6486: checking for GLint64EXT
configure:6519: gcc -c -g -Wall -O2 -fPIC -g -O2 -Wno-deprecated-declarations -fomit-frame-pointer -fno-strict-aliasing -D_GNU_SOURCE -D_THREAD_SAFE -D_REENTRANT -D_GNU_SOURCE -D_THREAD_SAFE -D_REENTRANT conftest.c >&5
configure:6525: $? = 0
configure:6529: test -z
|| test ! -s conftest.err
configure:6532: $? = 0
configure:6535: test -s conftest.o
configure:6538: $? = 0
configure:6549: result: yes
configure:6562: checking GLU Callbacks uses Tiger Style
configure:6605: g++ -c -g -Wall -O2 -fPIC -g -O2 -Wno-deprecated-declarations -fomit-frame-pointer -fno-strict-aliasing -D_GNU_SOURCE -D_THREAD_SAFE -D_REENTRANT -I/usr/local/lib/wx/include/gtk2-unicode-3.1 -I/usr/local/include/wx-3.1 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -D_GNU_SOURCE -D_THREAD_SAFE -D_REENTRANT conftest.cc >&5
conftest.cc: In function 'int main()':
conftest.cc:51:64: error: invalid conversion from 'GLvoid (*)(...) {aka void (*)(...)}' to '_GLUfuncptr {aka void (*)()}' [-fpermissive]
gluTessCallback(tess,GLU_TESS_VERTEX,(GLvoid (*)(...)) foo);
^
In file included from conftest.cc:37:0:
/usr/include/GL/glu.h:340:23: error: initializing argument 3 of 'void gluTessCallback(GLUtesselator*, GLenum, _GLUfuncptr)' [-fpermissive]
GLAPI void GLAPIENTRY gluTessCallback (GLUtesselator* tess, GLenum which, _GLUfuncptr CallBackFunc);
^
configure:6611: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define SIZEOF_VOID_P 8
| #define HAVE_GL_GL_H 1
| #define HAVE_GL_GLU_H 1
| #define HAVE_GL_SUPPORT 1
| #define HAVE_GLINTPTR 1
| #define HAVE_GLINTPTRARB 1
| #define HAVE_GLCHAR 1
| #define HAVE_GLCHARARB 1
| #define HAVE_GLHALFARB 1
| #define HAVE_GLINT64EXT 1
| /* end confdefs.h. */
|
| #ifdef WIN32
| # include <windows.h>
| # include <gl/glu.h>
| #elif defined(HAVE_GL_GL_H)
| # include <GL/glu.h>
| #elif defined(HAVE_OPENGL_GL_H)
| # include <OpenGL/glu.h>
| #endif
| #ifndef CALLBACK
| # define CALLBACK
| #endif
| void CALLBACK foo() {};
|
| int
| main ()
| {
|
| GLUtesselator* tess;
| gluTessCallback(tess,GLU_TESS_VERTEX,(GLvoid (*)(...)) foo);
|
| ;
| return 0;
| }
configure:6639: result: no
configure:6648: checking for wx/stc/stc.h
configure:6667: g++ -c -g -Wall -O2 -fPIC -g -O2 -Wno-deprecated-declarations -fomit-frame-pointer -fno-strict-aliasing -D_GNU_SOURCE -D_THREAD_SAFE -D_REENTRANT -I/usr/local/lib/wx/include/gtk2-unicode-3.1 -I/usr/local/include/wx-3.1 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -D_GNU_SOURCE -D_THREAD_SAFE -D_REENTRANT conftest.cc >&5
configure:6673: $? = 0
configure:6677: test -z
|| test ! -s conftest.err
configure:6680: $? = 0
configure:6683: test -s conftest.o
configure:6686: $? = 0
configure:6697: result: yes
configure:6716: checking if we can link wxwidgets programs
configure:6760: g++ -o conftest -g -Wall -O2 -fPIC -g -O2 -Wno-deprecated-declarations -fomit-frame-pointer -fno-strict-aliasing -D_GNU_SOURCE -D_THREAD_SAFE -D_REENTRANT -I/usr/local/lib/wx/include/gtk2-unicode-3.1 -I/usr/local/include/wx-3.1 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -D_GNU_SOURCE -D_THREAD_SAFE -D_REENTRANT -shared -fPIC conftest.cc >&5
conftest.cc: In member function 'virtual bool MyApp::OnInit()':
conftest.cc:55:47: error: no matching function for call to 'wxGLCanvas::wxGLCanvas(wxWindow*, int, const wxPoint&, const wxSize&, int)'
wxDefaultPosition,wxDefaultSize,0);
^
conftest.cc:55:47: note: candidates are:
In file included from /usr/local/include/wx-3.1/wx/glcanvas.h:192:0,
from conftest.cc:44:
/usr/local/include/wx-3.1/wx/gtk/glcanvas.h:23:5: note: wxGLCanvas::wxGLCanvas(wxWindow*, wxWindowID, const int*, const wxPoint&, const wxSize&, long int, const wxString&, const wxPalette&)
wxGLCanvas(wxWindow *parent,
^
/usr/local/include/wx-3.1/wx/gtk/glcanvas.h:23:5: note: no known conversion for argument 3 from 'const wxPoint' to 'const int*'
/usr/local/include/wx-3.1/wx/gtk/glcanvas.h:20:22: note: wxGLCanvas::wxGLCanvas(const wxGLCanvas&)
class WXDLLIMPEXP_GL wxGLCanvas : public wxGLCanvasX11
^
/usr/local/include/wx-3.1/wx/gtk/glcanvas.h:20:22: note: candidate expects 1 argument, 5 provided
conftest.cc:53:29: warning: unused variable 'foo' [-Wunused-variable]
wxStyledTextCtrl * foo = new wxStyledTextCtrl();
^
conftest.cc:54:23: warning: unused variable 'bar' [-Wunused-variable]
wxGLCanvas * bar = new wxGLCanvas((wxWindow *) NULL, -1,
^
configure:6766: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define SIZEOF_VOID_P 8
| #define HAVE_GL_GL_H 1
| #define HAVE_GL_GLU_H 1
| #define HAVE_GL_SUPPORT 1
| #define HAVE_GLINTPTR 1
| #define HAVE_GLINTPTRARB 1
| #define HAVE_GLCHAR 1
| #define HAVE_GLCHARARB 1
| #define HAVE_GLHALFARB 1
| #define HAVE_GLINT64EXT 1
| #define HAVE_WX_STC_STC_H 1
| /* end confdefs.h. */
|
| #ifdef WIN32
| # include <windows.h>
| # include <gl/gl.h>
| #elif defined(HAVE_GL_GL_H)
| # include <GL/gl.h>
| #elif defined(HAVE_OPENGL_GL_H)
| # include <OpenGL/gl.h>
| #endif
| #include "wx/wx.h"
| #include "wx/stc/stc.h"
| #include "wx/glcanvas.h"
|
|
| class MyApp : public wxApp
| {
| virtual bool OnInit() {
| // Test that we have a FromUTF8
| // it isn't in too old wxWidgets versions
| wxString test = wxString::FromUTF8((const char *)"foo");
| wxStyledTextCtrl * foo = new wxStyledTextCtrl();
| wxGLCanvas * bar = new wxGLCanvas((wxWindow *) NULL, -1,
| wxDefaultPosition,wxDefaultSize,0);
| return true;
| };
| };
| IMPLEMENT_APP(MyApp)
|
configure:6803: result: no
configure:6809: WARNING: Can not link wx program are all developer packages installed?
configure:6819: checking if we can add -Werror=return-type to CFLAGS (via CFLAGS)
configure:6839: gcc -c -Werror=return-type -g -Wall -O2 -fPIC -g -O2 -Wno-deprecated-declarations -fomit-frame-pointer -fno-strict-aliasing -D_GNU_SOURCE -D_THREAD_SAFE -D_REENTRANT -D_GNU_SOURCE -D_THREAD_SAFE -D_REENTRANT conftest.c >&5
configure:6845: $? = 0
configure:6849: test -z
|| test ! -s conftest.err
configure:6852: $? = 0
configure:6855: test -s conftest.o
configure:6858: $? = 0
configure:6870: result: yes
configure:6879: checking if we can add -Werror=return-type to CXXFLAGS (via CFLAGS)
configure:6899: gcc -c -Werror=return-type -g -Wall -O2 -fPIC -g -O2 -Wno-deprecated-declarations -fomit-frame-pointer -fno-strict-aliasing -D_GNU_SOURCE -D_THREAD_SAFE -D_REENTRANT -D_GNU_SOURCE -D_THREAD_SAFE -D_REENTRANT conftest.c >&5
configure:6905: $? = 0
configure:6909: test -z
|| test ! -s conftest.err
configure:6912: $? = 0
configure:6915: test -s conftest.o
configure:6918: $? = 0
configure:6930: result: yes
configure:6970: error: Cannot build wxErlang driver, see ./CONF_INFO for information
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_build_alias=x86_64-unknown-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_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_exeext=
ac_cv_header_GL_gl_h=yes
ac_cv_header_GL_glu_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_wx_stc_stc_h=yes
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_host_alias=x86_64-unknown-linux-gnu
ac_cv_objext=o
ac_cv_path_WX_CONFIG_PATH=/usr/local/bin/wx-config
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_cxx_g=yes
ac_cv_prog_egrep='grep -E'
ac_cv_sizeof_void_p=8
ac_cv_type_GLchar=yes
ac_cv_type_GLcharARB=yes
ac_cv_type_GLhalfARB=yes
ac_cv_type_GLint64EXT=yes
ac_cv_type_GLintptr=yes
ac_cv_type_GLintptrARB=yes
ac_cv_type_void_p=yes
## ----------------- ##
## Output variables. ##
## ----------------- ##
CC='gcc'
CFLAGS='-Werror=return-type -g -Wall -O2 -fPIC -g -O2 -Wno-deprecated-declarations -fomit-frame-pointer -fno-strict-aliasing -D_GNU_SOURCE -D_THREAD_SAFE -D_REENTRANT '
CPP='gcc -E'
CPPFLAGS=' -D_GNU_SOURCE -D_THREAD_SAFE -D_REENTRANT'
CXX='g++'
CXXFLAGS='-Werror=return-type -g -Wall -O2 -fPIC -g -O2 -Wno-deprecated-declarations -fomit-frame-pointer -fno-strict-aliasing -D_GNU_SOURCE -D_THREAD_SAFE -D_REENTRANT'
DEBUG_CFLAGS='-g -Wall -fPIC -g -O2 -Wno-deprecated-declarations -DDEBUG -D_GNU_SOURCE -D_THREAD_SAFE -D_REENTRANT '
DEBUG_CXXFLAGS=' -g -Wall -fPIC -g -O2 -Wno-deprecated-declarations -DDEBUG -D_GNU_SOURCE -D_THREAD_SAFE -D_REENTRANT'
DEBUG_WX_CFLAGS='-I/usr/local/lib/wx/include/gtk2-unicode-3.1 -I/usr/local/include/wx-3.1 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread'
DEBUG_WX_CXXFLAGS='-I/usr/local/lib/wx/include/gtk2-unicode-3.1 -I/usr/local/include/wx-3.1 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread'
DEBUG_WX_LIBS='-L/usr/local/lib -pthread -lwx_gtk2u_stc-3.1 -lwx_gtk2u_xrc-3.1 -lwx_gtk2u_html-3.1 -lwx_gtk2u_adv-3.1 -lwx_baseu_xml-3.1 -lwx_gtk2u_core-3.1 -lwx_baseu-3.1 -lwx_gtk2u_gl-3.1 -lwx_gtk2u_aui-3.1 '
DEBUG_WX_LIBS_STATIC=''
DEFS=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
ERLANG_ROOT_DIR='/home/jadams/erlang/erlangs/17.0'
ERLC='erlc'
EXEEXT=''
FORCED_DEBUG_BUILD='false'
GL_LIBS='-lGL -lGLU'
HAVE_GL_SUPPORT='yes'
LDFLAGS='-shared -fPIC '
LIBOBJS=''
LIBS=''
LTLIBOBJS=''
MIXED_CYGWIN='no'
MIXED_CYGWIN_MINGW='no'
MIXED_CYGWIN_VC='no'
MIXED_MSYS='no'
MIXED_MSYS_VC='no'
MIXED_VC='no'
OBJC_CC='gcc'
OBJC_CFLAGS=''
OBJEXT='o'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
RANLIB='ranlib'
RC_FILE_TYPE='o'
RUN_ERL='erl'
SHELL='/bin/bash'
SO_EXT='.so'
TARGET='x86_64-unknown-linux-gnu'
TESS_CB_TIGER_STYLE='no'
WXERL_CAN_BUILD_DRIVER='false'
WXERL_SYS_TYPE='x86_64-unknown-linux-gnu'
WX_BUILDING_INSIDE_ERLSRC='false'
WX_CFLAGS='-I/usr/local/lib/wx/include/gtk2-unicode-3.1 -I/usr/local/include/wx-3.1 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread'
WX_CFLAGS_ONLY='-pthread'
WX_CONFIG_PATH='/usr/local/bin/wx-config'
WX_CPPFLAGS='-I/usr/local/lib/wx/include/gtk2-unicode-3.1 -I/usr/local/include/wx-3.1 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__'
WX_CXXFLAGS='-I/usr/local/lib/wx/include/gtk2-unicode-3.1 -I/usr/local/include/wx-3.1 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread'
WX_CXXFLAGS_ONLY=''
WX_HAVE_STATIC_LIBS='false'
WX_LIBS='-L/usr/local/lib -pthread -lwx_gtk2u_stc-3.1 -lwx_gtk2u_xrc-3.1 -lwx_gtk2u_html-3.1 -lwx_gtk2u_adv-3.1 -lwx_baseu_xml-3.1 -lwx_gtk2u_core-3.1 -lwx_baseu-3.1 -lwx_gtk2u_gl-3.1 -lwx_gtk2u_aui-3.1 '
WX_LIBS_STATIC=''
WX_RESCOMP=''
WX_VERSION='3.1.0'
WX_VERSION_MAJOR='3'
WX_VERSION_MICRO='0'
WX_VERSION_MINOR='1'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_RANLIB='ranlib'
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${prefix}/share'
exec_prefix='NONE'
host='x86_64-unknown-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
includedir='${prefix}/include'
infodir='${prefix}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
prefix='NONE'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define HAVE_GLCHAR 1
#define HAVE_GLCHARARB 1
#define HAVE_GLHALFARB 1
#define HAVE_GLINT64EXT 1
#define HAVE_GLINTPTR 1
#define HAVE_GLINTPTRARB 1
#define HAVE_GL_GLU_H 1
#define HAVE_GL_GL_H 1
#define HAVE_GL_SUPPORT 1
#define HAVE_INTTYPES_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_UNISTD_H 1
#define HAVE_WX_STC_STC_H 1
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define SIZEOF_VOID_P 8
#define STDC_HEADERS 1
#endif
#ifdef __cplusplus
extern "C" void exit (int) throw ();
configure: exit 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment