Cannot configure pytave on a Mac?

Asked by Stephen Pope

Hello all,

I'm working on installing pytave on Mac OXS 10.6 and python 2.7. After getting the includes set up right for numpy, the ./configure script fails trying to link with numpy, giving me the message

========================================================================
Can not link with Numpy.

Make sure the Numpy development package is installed.
========================================================================

If I add the linker flags "-undefined dynamic_lookup" and run the c++ compile command by hand, it works fine, but I'm not certain whether this will break things down the line.

Any ideas?

...any reply appreciated...

Stephen Pope

-----------------------------------------------------------------------------------------------------------------

Part 2

Here's the config.log and the line where it fails to link with numpy

configure:5250: g++ -o conftest -I/usr/local/include -arch x86_64 -I/opt/local/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng12 -I/Users/stp/Code/Graphics/QtSDK/Desktop/Qt/4.8.0/gcc/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -L/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/config conftest.cpp >&5

I can run this command if I add the linker options -undefined dynamic_lookup

Here's the config.log

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

It was created by pytave configure dev, which was
generated by GNU Autoconf 2.68. Invocation command line was

  $ ./configure

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

hostname = STP-MacBook.local
uname -m = x86_64
uname -r = 10.8.0
uname -s = Darwin
uname -v = Darwin Kernel Version 10.8.0: Tue Jun 7 16:32:41 PDT 2011; root:xnu-1504.15.3~1/RELEASE_X86_64

/usr/bin/uname -p = i386
/bin/uname -X = unknown

/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = Mach kernel version:
  Darwin Kernel Version 10.8.0: Tue Jun 7 16:32:41 PDT 2011; root:xnu-1504.15.3~1/RELEASE_X86_64
Kernel configured for up to 8 processors.
4 processors are physically available.
8 processors are logically available.
Processor type: i486 (Intel 80486)
Processors active: 0 1 2 3 4 5 6 7
Primary memory available: 8.00 gigabytes
Default processor set: 92 tasks, 521 threads, 8 processors
Load average: 3.59, Mach factor: 4.40
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown

PATH: .
PATH: /opt/local/bin
PATH: /opt/local/sbin
PATH: /usr/local/bin
PATH: /usr/local/ec2/bin
PATH: /Applications/Octave.app/Contents/Resources/bin
PATH: /Users/stp/Code/Graphics/QtSDK/Desktop/Qt/4.8.0/gcc/bin
PATH: /Library/Frameworks/Python.framework/Versions/2.7/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
PATH: /usr/local/bin
PATH: /usr/texbin
PATH: /usr/X11/bin

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

configure:2687: checking for g++
configure:2703: found /usr/bin/g++
configure:2714: result: g++
configure:2741: checking for C++ compiler version
configure:2750: g++ --version >&5
i686-apple-darwin10-g++-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5666) (dot 3)
Copyright (C) 2007 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:2761: $? = 0
configure:2750: g++ -v >&5
Using built-in specs.
Target: i686-apple-darwin10
Configured with: /var/tmp/gcc/gcc-5666.3~6/src/configure --disable-checking --enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin10 --program-prefix=i686-apple-darwin10- --host=x86_64-apple-darwin10 --target=i686-apple-darwin10 --with-gxx-include-dir=/include/c++/4.2.1
Thread model: posix
gcc version 4.2.1 (Apple Inc. build 5666) (dot 3)
configure:2761: $? = 0
configure:2750: g++ -V >&5
g++-4.2: argument to `-V' is missing
configure:2761: $? = 1
configure:2750: g++ -qversion >&5
i686-apple-darwin10-g++-4.2.1: no input files
configure:2761: $? = 1
configure:2781: checking whether the C++ compiler works
configure:2803: g++ -I/usr/local/include -arch x86_64 -I/opt/local/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng12 -I/Users/stp/Code/Graphics/QtSDK/Desktop/Qt/4.8.0/gcc/include -L/usr/X11/lib -L/usr/local/lib -L/opt/local/lib -L/Users/stp/Code/Graphics/QtSDK/Desktop/Qt/4.8.0/gcc/lib conftest.cpp >&5
configure:2807: $? = 0
configure:2855: result: yes
configure:2858: checking for C++ compiler default output file name
configure:2860: result: a.out
configure:2866: checking for suffix of executables
configure:2873: g++ -o conftest -I/usr/local/include -arch x86_64 -I/opt/local/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng12 -I/Users/stp/Code/Graphics/QtSDK/Desktop/Qt/4.8.0/gcc/include -L/usr/X11/lib -L/usr/local/lib -L/opt/local/lib -L/Users/stp/Code/Graphics/QtSDK/Desktop/Qt/4.8.0/gcc/lib conftest.cpp >&5
configure:2877: $? = 0
configure:2899: result:
configure:2921: checking whether we are cross compiling
configure:2929: g++ -o conftest -I/usr/local/include -arch x86_64 -I/opt/local/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng12 -I/Users/stp/Code/Graphics/QtSDK/Desktop/Qt/4.8.0/gcc/include -L/usr/X11/lib -L/usr/local/lib -L/opt/local/lib -L/Users/stp/Code/Graphics/QtSDK/Desktop/Qt/4.8.0/gcc/lib conftest.cpp >&5
configure:2933: $? = 0
configure:2940: ./conftest
configure:2944: $? = 0
configure:2959: result: no
configure:2964: checking for suffix of object files
configure:2986: g++ -c -I/usr/local/include -arch x86_64 -I/opt/local/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng12 -I/Users/stp/Code/Graphics/QtSDK/Desktop/Qt/4.8.0/gcc/include conftest.cpp >&5
configure:2990: $? = 0
configure:3011: result: o
configure:3015: checking whether we are using the GNU C++ compiler
configure:3034: g++ -c -I/usr/local/include -arch x86_64 -I/opt/local/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng12 -I/Users/stp/Code/Graphics/QtSDK/Desktop/Qt/4.8.0/gcc/include conftest.cpp >&5
configure:3034: $? = 0
configure:3043: result: yes
configure:3052: checking whether g++ accepts -g
configure:3072: g++ -c -g conftest.cpp >&5
configure:3072: $? = 0
configure:3113: result: yes
configure:3184: checking for gcc
configure:3200: found /usr/bin/gcc
configure:3211: result: gcc
configure:3440: checking for C compiler version
configure:3449: gcc --version >&5
i686-apple-darwin10-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5666) (dot 3)
Copyright (C) 2007 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:3460: $? = 0
configure:3449: gcc -v >&5
Using built-in specs.
Target: i686-apple-darwin10
Configured with: /var/tmp/gcc/gcc-5666.3~6/src/configure --disable-checking --enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin10 --program-prefix=i686-apple-darwin10- --host=x86_64-apple-darwin10 --target=i686-apple-darwin10 --with-gxx-include-dir=/include/c++/4.2.1
Thread model: posix
gcc version 4.2.1 (Apple Inc. build 5666) (dot 3)
configure:3460: $? = 0
configure:3449: gcc -V >&5
gcc-4.2: argument to `-V' is missing
configure:3460: $? = 1
configure:3449: gcc -qversion >&5
i686-apple-darwin10-gcc-4.2.1: no input files
configure:3460: $? = 1
configure:3464: checking whether we are using the GNU C compiler
configure:3483: gcc -c -I/usr/local/include -arch x86_64 -I/opt/local/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng12 -I/Users/stp/Code/Graphics/QtSDK/Desktop/Qt/4.8.0/gcc/include conftest.c >&5
configure:3483: $? = 0
configure:3492: result: yes
configure:3501: checking whether gcc accepts -g
configure:3521: gcc -c -g conftest.c >&5
configure:3521: $? = 0
configure:3562: result: yes
configure:3579: checking for gcc option to accept ISO C89
configure:3643: gcc -c -I/usr/local/include -arch x86_64 -I/opt/local/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng12 -I/Users/stp/Code/Graphics/QtSDK/Desktop/Qt/4.8.0/gcc/include conftest.c >&5
configure:3643: $? = 0
configure:3656: result: none needed
configure:3681: checking how to run the C preprocessor
configure:3712: gcc -E conftest.c
configure:3712: $? = 0
configure:3726: gcc -E conftest.c
conftest.c:9:28: error: ac_nonexistent.h: No such file or directory
configure:3726: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pytave"
| #define PACKAGE_TARNAME "pytave"
| #define PACKAGE_VERSION "dev"
| #define PACKAGE_STRING "pytave dev"
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/pytave"
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3751: result: gcc -E
configure:3771: gcc -E conftest.c
configure:3771: $? = 0
configure:3785: gcc -E conftest.c
conftest.c:9:28: error: ac_nonexistent.h: No such file or directory
configure:3785: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pytave"
| #define PACKAGE_TARNAME "pytave"
| #define PACKAGE_VERSION "dev"
| #define PACKAGE_STRING "pytave dev"
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/pytave"
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3861: checking for gcc
configure:3888: result: gcc
configure:4117: checking for C compiler version
configure:4126: gcc --version >&5
i686-apple-darwin10-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5666) (dot 3)
Copyright (C) 2007 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:4137: $? = 0
configure:4126: gcc -v >&5
Using built-in specs.
Target: i686-apple-darwin10
Configured with: /var/tmp/gcc/gcc-5666.3~6/src/configure --disable-checking --enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin10 --program-prefix=i686-apple-darwin10- --host=x86_64-apple-darwin10 --target=i686-apple-darwin10 --with-gxx-include-dir=/include/c++/4.2.1
Thread model: posix
gcc version 4.2.1 (Apple Inc. build 5666) (dot 3)
configure:4137: $? = 0
configure:4126: gcc -V >&5
gcc-4.2: argument to `-V' is missing
configure:4137: $? = 1
configure:4126: gcc -qversion >&5
i686-apple-darwin10-gcc-4.2.1: no input files
configure:4137: $? = 1
configure:4141: checking whether we are using the GNU C compiler
configure:4169: result: yes
configure:4178: checking whether gcc accepts -g
configure:4239: result: yes
configure:4256: checking for gcc option to accept ISO C89
configure:4333: result: none needed
configure:4375: checking for octave-config filename
configure:4379: result: determined from path
configure:4427: checking for octave-config
configure:4445: found /opt/local/bin/octave-config
configure:4457: result: /opt/local/bin/octave-config
configure:4495: checking for Octave library path
configure:4498: result: /opt/local/lib/octave/3.4.3
configure:4501: checking for Octave include path
configure:4504: result: /opt/local/include/octave-3.4.3/octave
configure:4662: checking if the include directory is 3.3+ style
configure:4666: result: yes
configure:4677: checking whether linking to Octave works
configure:4713: g++ -o conftest -I/usr/local/include -arch x86_64 -I/opt/local/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng12 -I/Users/stp/Code/Graphics/QtSDK/Desktop/Qt/4.8.0/gcc/include -I/opt/local/include/octave-3.4.3/octave/.. -L/opt/local/lib/octave/3.4.3 -L/usr/X11/lib -L/usr/local/lib -L/opt/local/lib -L/Users/stp/Code/Graphics/QtSDK/Desktop/Qt/4.8.0/gcc/lib conftest.cpp -loctave -lcruft -loctinterp >&5
In file included from /opt/local/include/octave-3.4.3/octave/../octave/oct.h:31,
                 from conftest.cpp:9:
/opt/local/include/octave-3.4.3/octave/../octave/config.h:2315:1: warning: "PACKAGE_BUGREPORT" redefined
conftest.cpp:6:1: warning: this is the location of the previous definition
/opt/local/include/octave-3.4.3/octave/../octave/config.h:2318:1: warning: "PACKAGE_NAME" redefined
conftest.cpp:2:1: warning: this is the location of the previous definition
/opt/local/include/octave-3.4.3/octave/../octave/config.h:2321:1: warning: "PACKAGE_STRING" redefined
conftest.cpp:5:1: warning: this is the location of the previous definition
/opt/local/include/octave-3.4.3/octave/../octave/config.h:2324:1: warning: "PACKAGE_TARNAME" redefined
conftest.cpp:3:1: warning: this is the location of the previous definition
/opt/local/include/octave-3.4.3/octave/../octave/config.h:2327:1: warning: "PACKAGE_URL" redefined
conftest.cpp:7:1: warning: this is the location of the previous definition
/opt/local/include/octave-3.4.3/octave/../octave/config.h:2330:1: warning: "PACKAGE_VERSION" redefined
conftest.cpp:4:1: warning: this is the location of the previous definition
configure:4713: $? = 0
configure:4733: result: yes
configure:4791: checking for python
configure:4809: found /Library/Frameworks/Python.framework/Versions/2.7/bin/python
configure:4821: result: /Library/Frameworks/Python.framework/Versions/2.7/bin/python
configure:4837: checking for a version of Python >= '2.1.0'
configure:4862: result: yes
configure:4893: checking for the distutils Python package
configure:4897: result: yes
configure:4911: checking for Python include path
configure:4921: result: -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7
configure:4928: checking for Python library path
configure:5023: result: -L/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/config -lpython2.7
configure:5032: checking for Python site-packages path
configure:5038: result: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages
configure:5045: checking python extra libraries
configure:5052: result: -ldl -framework CoreFoundation
configure:5059: checking python extra linking flags
configure:5066: result: -u _PyMac_Error /opt/local/Library/Frameworks/Python.framework/Versions/2.7/Python
configure:5073: checking consistency of all components of python development environment
configure:5098: gcc -o conftest -I/usr/local/include -arch x86_64 -I/opt/local/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng12 -I/Users/stp/Code/Graphics/QtSDK/Desktop/Qt/4.8.0/gcc/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -L/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/config -u _PyMac_Error /opt/local/Library/Frameworks/Python.framework/Versions/2.7/Python -ldl -framework CoreFoundation conftest.c -lpython2.7 >&5
configure:5098: $? = 0
configure:5116: result: yes
configure:5174: checking for python
configure:5183: result: /Library/Frameworks/Python.framework/Versions/2.7/bin/python
configure:5188: checking for numpy includedir
configure:5204: result: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include
configure:5212: checking whether linking to numpy library works
configure:5250: g++ -o conftest -I/usr/local/include -arch x86_64 -I/opt/local/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng12 -I/Users/stp/Code/Graphics/QtSDK/Desktop/Qt/4.8.0/gcc/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -L/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/config conftest.cpp >&5
Undefined symbols:
  "_PyExc_RuntimeError", referenced from:
      __import_array in ccPeAASr.o
      __import_array in ccPeAASr.o
      __import_array in ccPeAASr.o
      __import_array in ccPeAASr.o
      __import_array in ccPeAASr.o
      __import_array in ccPeAASr.o
  "_PyExc_ImportError", referenced from:
      __import_array in ccPeAASr.o
  "_PyCObject_AsVoidPtr", referenced from:
      __import_array in ccPeAASr.o
  "_PyCObject_Type", referenced from:
      __import_array in ccPeAASr.o
  "_PyImport_ImportModule", referenced from:
      __import_array in ccPeAASr.o
  "_PyErr_SetString", referenced from:
      __import_array in ccPeAASr.o
      __import_array in ccPeAASr.o
      __import_array in ccPeAASr.o
      __import_array in ccPeAASr.o
  "_PyExc_AttributeError", referenced from:
      __import_array in ccPeAASr.o
  "_PyErr_Format", referenced from:
      __import_array in ccPeAASr.o
      __import_array in ccPeAASr.o
      __import_array in ccPeAASr.o
      __import_array in ccPeAASr.o
  "_PyObject_GetAttrString", referenced from:
      __import_array in ccPeAASr.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
configure:5250: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pytave"
| #define PACKAGE_TARNAME "pytave"
| #define PACKAGE_VERSION "dev"
| #define PACKAGE_STRING "pytave dev"
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/pytave"
| #define PACKAGE_URL ""
| #define HAVE_PYTHON "2.7"
| /* end confdefs.h. */
|
| #define PY_ARRAY_UNIQUE_SYMBOL my_array_symbol
| #include <Python.h>
| #include <numpy/oldnumeric.h>
| #include <numpy/old_defines.h>
|
| int
| main ()
| {
| &PyArray_FromDims;
| ;
| return 0;
| }
configure:5268: result: no
configure:5282: WARNING:
========================================================================
Can not link with Numpy.

Make sure the Numpy development package is installed.
========================================================================
configure:5426: checking whether the Boost::Python library is available
configure:5455: g++ -c -I/usr/local/include -arch x86_64 -I/opt/local/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng12 -I/Users/stp/Code/Graphics/QtSDK/Desktop/Qt/4.8.0/gcc/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 conftest.cpp >&5
configure:5455: $? = 0
configure:5470: result: yes
configure:5497: checking for exit in -lboost_python
configure:5522: g++ -o conftest -I/usr/local/include -arch x86_64 -I/opt/local/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng12 -I/Users/stp/Code/Graphics/QtSDK/Desktop/Qt/4.8.0/gcc/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -L/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/config conftest.cpp -lboost_python -lpython2.7 >&5
configure:5522: $? = 0
configure:5532: result: yes
configure:5600: checking for a BSD-compatible install
configure:5668: result: /usr/bin/install -c
configure:5679: checking whether build environment is sane
configure:5729: result: yes
configure:5870: checking for a thread-safe mkdir -p
configure:5909: result: ./install-sh -c -d
configure:5922: checking for gawk
configure:5938: found /opt/local/bin/gawk
configure:5949: result: gawk
configure:5960: checking whether make sets $(MAKE)
configure:5982: result: yes
configure:6012: checking for style of include used by make
configure:6040: result: GNU
configure:6126: checking dependency style of gcc
configure:6237: result: gcc3
configure:6254: checking dependency style of g++
configure:6365: result: gcc3
configure:6412: checking build system type
configure:6426: result: x86_64-apple-darwin10.8.0
configure:6446: checking host system type
configure:6459: result: x86_64-apple-darwin10.8.0
configure:6500: checking how to print strings
configure:6527: result: printf
configure:6548: checking for a sed that does not truncate output
configure:6612: result: /opt/local/bin/gsed
configure:6630: checking for grep that handles long lines and -e
configure:6688: result: /opt/local/bin/grep
configure:6693: checking for egrep
configure:6755: result: /opt/local/bin/grep -E
configure:6760: checking for fgrep
configure:6822: result: /opt/local/bin/grep -F
configure:6857: checking for ld used by gcc
configure:6924: result: /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld
configure:6931: checking if the linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) is GNU ld
configure:6946: result: no
configure:6958: checking for BSD- or MS-compatible name lister (nm)
configure:7007: result: /usr/bin/nm
configure:7137: checking the name lister (/usr/bin/nm) interface
configure:7144: g++ -c -I/usr/local/include -arch x86_64 -I/opt/local/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng12 -I/Users/stp/Code/Graphics/QtSDK/Desktop/Qt/4.8.0/gcc/include conftest.cpp >&5
configure:7147: /usr/bin/nm "conftest.o"
configure:7150: output
0000000000000000 D _some_variable
configure:7157: result: BSD nm
configure:7160: checking whether ln -s works
configure:7164: result: yes
configure:7172: checking the maximum length of command line arguments
configure:7302: result: 196608
configure:7319: checking whether the shell understands some XSI constructs
configure:7329: result: yes
configure:7333: checking whether the shell understands "+="
configure:7339: result: yes
configure:7374: checking how to convert x86_64-apple-darwin10.8.0 file names to x86_64-apple-darwin10.8.0 format
configure:7414: result: func_convert_file_noop
configure:7421: checking how to convert x86_64-apple-darwin10.8.0 file names to toolchain format
configure:7441: result: func_convert_file_noop
configure:7448: checking for /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld option to reload object files
configure:7455: result: -r
configure:7529: checking for objdump
configure:7559: result: no
configure:7588: checking how to recognize dependent libraries
configure:7790: result: pass_all
configure:7875: checking for dlltool
configure:7905: result: no
configure:7935: checking how to associate runtime and link libraries
configure:7962: result: printf %s\n
configure:8022: checking for ar
configure:8038: found /usr/bin/ar
configure:8049: result: ar
configure:8086: checking for archiver @FILE support
configure:8103: g++ -c -I/usr/local/include -arch x86_64 -I/opt/local/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng12 -I/Users/stp/Code/Graphics/QtSDK/Desktop/Qt/4.8.0/gcc/include conftest.cpp >&5
configure:8103: $? = 0
configure:8106: ar cru libconftest.a @conftest.lst >&5
ar: @conftest.lst: No such file or directory
configure:8109: $? = 1
configure:8129: result: no
configure:8187: checking for strip
configure:8203: found /usr/bin/strip
configure:8214: result: strip
configure:8286: checking for ranlib
configure:8302: found /usr/bin/ranlib
configure:8313: result: ranlib
configure:8415: checking command to parse /usr/bin/nm output from gcc object
configure:8535: g++ -c -I/usr/local/include -arch x86_64 -I/opt/local/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng12 -I/Users/stp/Code/Graphics/QtSDK/Desktop/Qt/4.8.0/gcc/include conftest.cpp >&5
configure:8538: $? = 0
configure:8542: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
configure:8545: $? = 0
cannot find nm_test_var in conftest.nm
configure:8535: g++ -c -I/usr/local/include -arch x86_64 -I/opt/local/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng12 -I/Users/stp/Code/Graphics/QtSDK/Desktop/Qt/4.8.0/gcc/include conftest.cpp >&5
configure:8538: $? = 0
configure:8542: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
configure:8545: $? = 0
configure:8611: g++ -o conftest -I/usr/local/include -arch x86_64 -I/opt/local/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng12 -I/Users/stp/Code/Graphics/QtSDK/Desktop/Qt/4.8.0/gcc/include conftest.cpp conftstm.o >&5
configure:8614: $? = 0
configure:8652: result: ok
configure:8689: checking for sysroot
configure:8719: result: no
configure:8975: checking for mt
configure:9005: result: no
configure:9025: checking if : is a manifest tool
configure:9031: : '-?'
configure:9039: result: no
configure:9095: checking for dsymutil
configure:9111: found /usr/bin/dsymutil
configure:9122: result: dsymutil
configure:9187: checking for nmedit
configure:9203: found /usr/bin/nmedit
configure:9214: result: nmedit
configure:9279: checking for lipo
configure:9295: found /usr/bin/lipo
configure:9306: result: lipo
configure:9371: checking for otool
configure:9387: found /usr/bin/otool
configure:9398: result: otool
configure:9463: checking for otool64
configure:9493: result: no
configure:9538: checking for -single_module linker flag
gcc -I/usr/local/include -arch x86_64 -I/opt/local/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng12 -I/Users/stp/Code/Graphics/QtSDK/Desktop/Qt/4.8.0/gcc/include -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
configure:9571: result: yes
configure:9574: checking for -exported_symbols_list linker flag
configure:9594: g++ -o conftest -I/usr/local/include -arch x86_64 -I/opt/local/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng12 -I/Users/stp/Code/Graphics/QtSDK/Desktop/Qt/4.8.0/gcc/include -Wl,-exported_symbols_list,conftest.sym conftest.cpp >&5
configure:9594: $? = 0
configure:9604: result: yes
configure:9607: checking for -force_load linker flag
gcc -I/usr/local/include -arch x86_64 -I/opt/local/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng12 -I/Users/stp/Code/Graphics/QtSDK/Desktop/Qt/4.8.0/gcc/include -c -o conftest.o conftest.c
ar cru libconftest.a conftest.o
ranlib libconftest.a
gcc -I/usr/local/include -arch x86_64 -I/opt/local/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng12 -I/Users/stp/Code/Graphics/QtSDK/Desktop/Qt/4.8.0/gcc/include -o conftest conftest.c -Wl,-force_load,./libconftest.a
configure:9639: result: yes
configure:9677: checking for ANSI C header files
configure:9697: g++ -c -I/usr/local/include -arch x86_64 -I/opt/local/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng12 -I/Users/stp/Code/Graphics/QtSDK/Desktop/Qt/4.8.0/gcc/include conftest.cpp >&5
configure:9697: $? = 0
./configure: line 9711: ./conftest.cpp: Permission denied
configure:9781: result: no
configure:9794: checking for sys/types.h
configure:9794: g++ -c -I/usr/local/include -arch x86_64 -I/opt/local/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng12 -I/Users/stp/Code/Graphics/QtSDK/Desktop/Qt/4.8.0/gcc/include conftest.cpp >&5
configure:9794: $? = 0
configure:9794: result: yes
configure:9794: checking for sys/stat.h
configure:9794: g++ -c -I/usr/local/include -arch x86_64 -I/opt/local/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng12 -I/Users/stp/Code/Graphics/QtSDK/Desktop/Qt/4.8.0/gcc/include conftest.cpp >&5
configure:9794: $? = 0
configure:9794: result: yes
configure:9794: checking for stdlib.h
configure:9794: g++ -c -I/usr/local/include -arch x86_64 -I/opt/local/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng12 -I/Users/stp/Code/Graphics/QtSDK/Desktop/Qt/4.8.0/gcc/include conftest.cpp >&5
configure:9794: $? = 0
configure:9794: result: yes
configure:9794: checking for string.h
configure:9794: g++ -c -I/usr/local/include -arch x86_64 -I/opt/local/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng12 -I/Users/stp/Code/Graphics/QtSDK/Desktop/Qt/4.8.0/gcc/include conftest.cpp >&5
configure:9794: $? = 0
configure:9794: result: yes
configure:9794: checking for memory.h
configure:9794: g++ -c -I/usr/local/include -arch x86_64 -I/opt/local/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng12 -I/Users/stp/Code/Graphics/QtSDK/Desktop/Qt/4.8.0/gcc/include conftest.cpp >&5
configure:9794: $? = 0
configure:9794: result: yes
configure:9794: checking for strings.h
configure:9794: g++ -c -I/usr/local/include -arch x86_64 -I/opt/local/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng12 -I/Users/stp/Code/Graphics/QtSDK/Desktop/Qt/4.8.0/gcc/include conftest.cpp >&5
configure:9794: $? = 0
configure:9794: result: yes
configure:9794: checking for inttypes.h
configure:9794: g++ -c -I/usr/local/include -arch x86_64 -I/opt/local/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng12 -I/Users/stp/Code/Graphics/QtSDK/Desktop/Qt/4.8.0/gcc/include conftest.cpp >&5
configure:9794: $? = 0
configure:9794: result: yes
configure:9794: checking for stdint.h
configure:9794: g++ -c -I/usr/local/include -arch x86_64 -I/opt/local/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng12 -I/Users/stp/Code/Graphics/QtSDK/Desktop/Qt/4.8.0/gcc/include conftest.cpp >&5
configure:9794: $? = 0
configure:9794: result: yes
configure:9794: checking for unistd.h
configure:9794: g++ -c -I/usr/local/include -arch x86_64 -I/opt/local/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng12 -I/Users/stp/Code/Graphics/QtSDK/Desktop/Qt/4.8.0/gcc/include conftest.cpp >&5
configure:9794: $? = 0
configure:9794: result: yes
configure:9808: checking for dlfcn.h
configure:9808: g++ -c -I/usr/local/include -arch x86_64 -I/opt/local/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng12 -I/Users/stp/Code/Graphics/QtSDK/Desktop/Qt/4.8.0/gcc/include conftest.cpp >&5
configure:9808: $? = 0
configure:9808: result: yes
configure:10024: checking for objdir
configure:10039: result: .libs
configure:10310: checking if gcc supports -fno-rtti -fno-exceptions
configure:10328: gcc -c -I/usr/local/include -arch x86_64 -I/opt/local/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng12 -I/Users/stp/Code/Graphics/QtSDK/Desktop/Qt/4.8.0/gcc/include -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
configure:10332: $? = 0
configure:10345: result: no
configure:10672: checking for gcc option to produce PIC
configure:10679: result: -fno-common -DPIC
configure:10687: checking if gcc PIC flag -fno-common -DPIC works
configure:10705: gcc -c -I/usr/local/include -arch x86_64 -I/opt/local/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng12 -I/Users/stp/Code/Graphics/QtSDK/Desktop/Qt/4.8.0/gcc/include -fno-common -DPIC -DPIC conftest.c >&5
configure:10709: $? = 0
configure:10722: result: yes
configure:10751: checking if gcc static flag -static works
configure:10779: result: no
configure:10794: checking if gcc supports -c -o file.o
configure:10815: gcc -c -I/usr/local/include -arch x86_64 -I/opt/local/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng12 -I/Users/stp/Code/Graphics/QtSDK/Desktop/Qt/4.8.0/gcc/include -o out/conftest2.o conftest.c >&5
configure:10819: $? = 0
configure:10841: result: yes
configure:10849: checking if gcc supports -c -o file.o
configure:10896: result: yes
configure:10929: checking whether the gcc linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) supports shared libraries
configure:12082: result: yes
configure:12322: checking dynamic linker characteristics
configure:13055: result: darwin10.8.0 dyld
configure:13162: checking how to hardcode library paths into programs
configure:13187: result: immediate
configure:13727: checking whether stripping libraries is possible
configure:13741: result: yes
configure:13767: checking if libtool supports shared libraries
configure:13769: result: yes
configure:13772: checking whether to build shared libraries
configure:13793: result: yes
configure:13796: checking whether to build static libraries
configure:13800: result: yes
configure:13823: checking how to run the C++ preprocessor
configure:13850: g++ -E conftest.cpp
configure:13850: $? = 0
configure:13864: g++ -E conftest.cpp
conftest.cpp:24:28: error: ac_nonexistent.h: No such file or directory
configure:13864: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pytave"
| #define PACKAGE_TARNAME "pytave"
| #define PACKAGE_VERSION "dev"
| #define PACKAGE_STRING "pytave dev"
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/pytave"
| #define PACKAGE_URL ""
| #define HAVE_PYTHON "2.7"
| #define HAVE_BOOST_PYTHON /**/
| #define PACKAGE "pytave"
| #define VERSION "dev"
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:13889: result: g++ -E
configure:13909: g++ -E conftest.cpp
configure:13909: $? = 0
configure:13923: g++ -E conftest.cpp
conftest.cpp:24:28: error: ac_nonexistent.h: No such file or directory
configure:13923: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pytave"
| #define PACKAGE_TARNAME "pytave"
| #define PACKAGE_VERSION "dev"
| #define PACKAGE_STRING "pytave dev"
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/pytave"
| #define PACKAGE_URL ""
| #define HAVE_PYTHON "2.7"
| #define HAVE_BOOST_PYTHON /**/
| #define PACKAGE "pytave"
| #define VERSION "dev"
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:14092: checking for ld used by g++
configure:14159: result: /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld
configure:14166: checking if the linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) is GNU ld
configure:14181: result: no
configure:14236: checking whether the g++ linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) supports shared libraries
configure:15241: result: yes
configure:15277: g++ -c -I/usr/local/include -arch x86_64 -I/opt/local/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng12 -I/Users/stp/Code/Graphics/QtSDK/Desktop/Qt/4.8.0/gcc/include conftest.cpp >&5
configure:15280: $? = 0
configure:15800: checking for g++ option to produce PIC
configure:15807: result: -fno-common -DPIC
configure:15815: checking if g++ PIC flag -fno-common -DPIC works
configure:15833: g++ -c -I/usr/local/include -arch x86_64 -I/opt/local/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng12 -I/Users/stp/Code/Graphics/QtSDK/Desktop/Qt/4.8.0/gcc/include -fno-common -DPIC -DPIC conftest.cpp >&5
configure:15837: $? = 0
configure:15850: result: yes
configure:15873: checking if g++ static flag -static works
configure:15901: result: no
configure:15913: checking if g++ supports -c -o file.o
configure:15934: g++ -c -I/usr/local/include -arch x86_64 -I/opt/local/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng12 -I/Users/stp/Code/Graphics/QtSDK/Desktop/Qt/4.8.0/gcc/include -o out/conftest2.o conftest.cpp >&5
configure:15938: $? = 0
configure:15960: result: yes
configure:15965: checking if g++ supports -c -o file.o
configure:16012: result: yes
configure:16042: checking whether the g++ linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) supports shared libraries
configure:16078: result: yes
configure:16219: checking dynamic linker characteristics
configure:16886: result: darwin10.8.0 dyld
configure:16939: checking how to hardcode library paths into programs
configure:16964: result: immediate
configure:17068: checking for ranlib
configure:17095: result: ranlib
configure:17118: checking whether ln -s works
configure:17122: result: yes
configure:17129: checking whether make sets $(MAKE)
configure:17151: result: yes
configure:17167: checking locale.h usability
configure:17167: g++ -c -I/usr/local/include -arch x86_64 -I/opt/local/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng12 -I/Users/stp/Code/Graphics/QtSDK/Desktop/Qt/4.8.0/gcc/include conftest.cpp >&5
configure:17167: $? = 0
configure:17167: result: yes
configure:17167: checking locale.h presence
configure:17167: g++ -E conftest.cpp
configure:17167: $? = 0
configure:17167: result: yes
configure:17167: checking for locale.h
configure:17167: result: yes
configure:17179: checking for stdbool.h that conforms to C99
configure:17246: g++ -c -I/usr/local/include -arch x86_64 -I/opt/local/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng12 -I/Users/stp/Code/Graphics/QtSDK/Desktop/Qt/4.8.0/gcc/include conftest.cpp >&5
configure:17246: $? = 0
configure:17253: result: yes
configure:17255: checking for _Bool
configure:17255: g++ -c -I/usr/local/include -arch x86_64 -I/opt/local/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng12 -I/Users/stp/Code/Graphics/QtSDK/Desktop/Qt/4.8.0/gcc/include conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:61: error: '_Bool' was not declared in this scope
configure:17255: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pytave"
| #define PACKAGE_TARNAME "pytave"
| #define PACKAGE_VERSION "dev"
| #define PACKAGE_STRING "pytave dev"
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/pytave"
| #define PACKAGE_URL ""
| #define HAVE_PYTHON "2.7"
| #define HAVE_BOOST_PYTHON /**/
| #define PACKAGE "pytave"
| #define VERSION "dev"
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LOCALE_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 (_Bool))
| return 0;
| ;
| return 0;
| }
configure:17255: result: no
configure:17271: checking for an ANSI C-conforming const
configure:17336: g++ -c -I/usr/local/include -arch x86_64 -I/opt/local/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng12 -I/Users/stp/Code/Graphics/QtSDK/Desktop/Qt/4.8.0/gcc/include conftest.cpp >&5
configure:17336: $? = 0
configure:17343: result: yes
configure:17351: checking for inline
configure:17367: g++ -c -I/usr/local/include -arch x86_64 -I/opt/local/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng12 -I/Users/stp/Code/Graphics/QtSDK/Desktop/Qt/4.8.0/gcc/include conftest.cpp >&5
configure:17367: $? = 0
configure:17375: result: inline
configure:17393: checking for int16_t
configure:17393: g++ -c -I/usr/local/include -arch x86_64 -I/opt/local/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng12 -I/Users/stp/Code/Graphics/QtSDK/Desktop/Qt/4.8.0/gcc/include conftest.cpp >&5
configure:17393: $? = 0
configure:17393: g++ -c -I/usr/local/include -arch x86_64 -I/opt/local/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng12 -I/Users/stp/Code/Graphics/QtSDK/Desktop/Qt/4.8.0/gcc/include conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:64: error: size of array 'test_array' is negative
configure:17393: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pytave"
| #define PACKAGE_TARNAME "pytave"
| #define PACKAGE_VERSION "dev"
| #define PACKAGE_STRING "pytave dev"
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/pytave"
| #define PACKAGE_URL ""
| #define HAVE_PYTHON "2.7"
| #define HAVE_BOOST_PYTHON /**/
| #define PACKAGE "pytave"
| #define VERSION "dev"
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LOCALE_H 1
| #define HAVE_STDBOOL_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
| enum { N = 16 / 2 - 1 };
| int
| main ()
| {
| static int test_array [1 - 2 * !((int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 1)
| < (int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 2))];
| test_array [0] = 0
|
| ;
| return 0;
| }
configure:17393: result: yes
configure:17404: checking for int32_t
configure:17404: g++ -c -I/usr/local/include -arch x86_64 -I/opt/local/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng12 -I/Users/stp/Code/Graphics/QtSDK/Desktop/Qt/4.8.0/gcc/include conftest.cpp >&5
configure:17404: $? = 0
configure:17404: g++ -c -I/usr/local/include -arch x86_64 -I/opt/local/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng12 -I/Users/stp/Code/Graphics/QtSDK/Desktop/Qt/4.8.0/gcc/include conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:64: error: size of array 'test_array' is negative
configure:17404: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pytave"
| #define PACKAGE_TARNAME "pytave"
| #define PACKAGE_VERSION "dev"
| #define PACKAGE_STRING "pytave dev"
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/pytave"
| #define PACKAGE_URL ""
| #define HAVE_PYTHON "2.7"
| #define HAVE_BOOST_PYTHON /**/
| #define PACKAGE "pytave"
| #define VERSION "dev"
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LOCALE_H 1
| #define HAVE_STDBOOL_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
| enum { N = 32 / 2 - 1 };
| int
| main ()
| {
| static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1)
| < (int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 2))];
| test_array [0] = 0
|
| ;
| return 0;
| }
configure:17404: result: yes
configure:17415: checking for int64_t
configure:17415: g++ -c -I/usr/local/include -arch x86_64 -I/opt/local/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng12 -I/Users/stp/Code/Graphics/QtSDK/Desktop/Qt/4.8.0/gcc/include conftest.cpp >&5
configure:17415: $? = 0
configure:17415: g++ -c -I/usr/local/include -arch x86_64 -I/opt/local/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng12 -I/Users/stp/Code/Graphics/QtSDK/Desktop/Qt/4.8.0/gcc/include conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:64: error: size of array 'test_array' is negative
configure:17415: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pytave"
| #define PACKAGE_TARNAME "pytave"
| #define PACKAGE_VERSION "dev"
| #define PACKAGE_STRING "pytave dev"
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/pytave"
| #define PACKAGE_URL ""
| #define HAVE_PYTHON "2.7"
| #define HAVE_BOOST_PYTHON /**/
| #define PACKAGE "pytave"
| #define VERSION "dev"
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LOCALE_H 1
| #define HAVE_STDBOOL_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
| enum { N = 64 / 2 - 1 };
| int
| main ()
| {
| static int test_array [1 - 2 * !((int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 1)
| < (int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 2))];
| test_array [0] = 0
|
| ;
| return 0;
| }
configure:17415: result: yes
configure:17426: checking for int8_t
configure:17426: g++ -c -I/usr/local/include -arch x86_64 -I/opt/local/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng12 -I/Users/stp/Code/Graphics/QtSDK/Desktop/Qt/4.8.0/gcc/include conftest.cpp >&5
configure:17426: $? = 0
configure:17426: g++ -c -I/usr/local/include -arch x86_64 -I/opt/local/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng12 -I/Users/stp/Code/Graphics/QtSDK/Desktop/Qt/4.8.0/gcc/include conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:64: error: size of array 'test_array' is negative
configure:17426: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pytave"
| #define PACKAGE_TARNAME "pytave"
| #define PACKAGE_VERSION "dev"
| #define PACKAGE_STRING "pytave dev"
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/pytave"
| #define PACKAGE_URL ""
| #define HAVE_PYTHON "2.7"
| #define HAVE_BOOST_PYTHON /**/
| #define PACKAGE "pytave"
| #define VERSION "dev"
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LOCALE_H 1
| #define HAVE_STDBOOL_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
| enum { N = 8 / 2 - 1 };
| int
| main ()
| {
| static int test_array [1 - 2 * !((int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 1)
| < (int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 2))];
| test_array [0] = 0
|
| ;
| return 0;
| }
configure:17426: result: yes
configure:17437: checking for size_t
configure:17437: g++ -c -I/usr/local/include -arch x86_64 -I/opt/local/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng12 -I/Users/stp/Code/Graphics/QtSDK/Desktop/Qt/4.8.0/gcc/include conftest.cpp >&5
configure:17437: $? = 0
configure:17437: g++ -c -I/usr/local/include -arch x86_64 -I/opt/local/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng12 -I/Users/stp/Code/Graphics/QtSDK/Desktop/Qt/4.8.0/gcc/include conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:62: error: expected primary-expression before ')' token
configure:17437: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pytave"
| #define PACKAGE_TARNAME "pytave"
| #define PACKAGE_VERSION "dev"
| #define PACKAGE_STRING "pytave dev"
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/pytave"
| #define PACKAGE_URL ""
| #define HAVE_PYTHON "2.7"
| #define HAVE_BOOST_PYTHON /**/
| #define PACKAGE "pytave"
| #define VERSION "dev"
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LOCALE_H 1
| #define HAVE_STDBOOL_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 ((size_t)))
| return 0;
| ;
| return 0;
| }
configure:17437: result: yes
configure:17448: checking for uint16_t
configure:17448: g++ -c -I/usr/local/include -arch x86_64 -I/opt/local/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng12 -I/Users/stp/Code/Graphics/QtSDK/Desktop/Qt/4.8.0/gcc/include conftest.cpp >&5
configure:17448: $? = 0
configure:17448: result: yes
configure:17460: checking for uint32_t
configure:17460: g++ -c -I/usr/local/include -arch x86_64 -I/opt/local/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng12 -I/Users/stp/Code/Graphics/QtSDK/Desktop/Qt/4.8.0/gcc/include conftest.cpp >&5
configure:17460: $? = 0
configure:17460: result: yes
configure:17474: checking for uint8_t
configure:17474: g++ -c -I/usr/local/include -arch x86_64 -I/opt/local/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng12 -I/Users/stp/Code/Graphics/QtSDK/Desktop/Qt/4.8.0/gcc/include conftest.cpp >&5
configure:17474: $? = 0
configure:17474: result: yes
configure:17492: checking for uselocale
configure:17492: g++ -o conftest -I/usr/local/include -arch x86_64 -I/opt/local/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng12 -I/Users/stp/Code/Graphics/QtSDK/Desktop/Qt/4.8.0/gcc/include conftest.cpp >&5
configure:17492: $? = 0
configure:17492: result: yes
configure:20204:
========================================================================
One or more library dependencies could not be resolved.

Missing dependencies:
NumPy development files

Configuration failed. Halt.

Dependencies
  Octave ............. /opt/local/include/octave-3.4.3/octave/..
  Python ............. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7
    executable ....... /Library/Frameworks/Python.framework/Versions/2.7/bin/python
  Python boost ....... boost_python

Features
  matrix interface ... numpy
  uselocale .......... yes

========================================================================
configure:20240: error: Configuration failure. Halt.

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

ac_cv_boost_python=yes
ac_cv_build=x86_64-apple-darwin10.8.0
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_inline=inline
ac_cv_c_int16_t=yes
ac_cv_c_int32_t=yes
ac_cv_c_int64_t=yes
ac_cv_c_int8_t=yes
ac_cv_c_uint16_t=yes
ac_cv_c_uint32_t=yes
ac_cv_c_uint8_t=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=set
ac_cv_env_CFLAGS_value='-I/usr/local/include -arch x86_64 -I/opt/local/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng12 -I/Users/stp/Code/Graphics/QtSDK/Desktop/Qt/4.8.0/gcc/include'
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=set
ac_cv_env_CXXFLAGS_value='-I/usr/local/include -arch x86_64 -I/opt/local/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng12 -I/Users/stp/Code/Graphics/QtSDK/Desktop/Qt/4.8.0/gcc/include'
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value='-L/usr/X11/lib -L/usr/local/lib -L/opt/local/lib -L/Users/stp/Code/Graphics/QtSDK/Desktop/Qt/4.8.0/gcc/lib'
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_PYTHON_VERSION_set=
ac_cv_env_PYTHON_VERSION_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_uselocale=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_locale_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdbool_h=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_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-apple-darwin10.8.0
ac_cv_lib_boost_python___exit=yes
ac_cv_objext=o
ac_cv_path_EGREP='/opt/local/bin/grep -E'
ac_cv_path_FGREP='/opt/local/bin/grep -F'
ac_cv_path_GREP=/opt/local/bin/grep
ac_cv_path_PYTHON=/Library/Frameworks/Python.framework/Versions/2.7/bin/python
ac_cv_path_SED=/opt/local/bin/gsed
ac_cv_path_ac_pt_ax_octave_config=/opt/local/bin/octave-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
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_DSYMUTIL=dsymutil
ac_cv_prog_ac_ct_LIPO=lipo
ac_cv_prog_ac_ct_NMEDIT=nmedit
ac_cv_prog_ac_ct_OTOOL=otool
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_type__Bool=no
ac_cv_type_size_t=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
ax_octave_cv_lib_octave=yes
ax_python_numpy_cv_check=no
lt_cv_apple_cc_single_mod=yes
lt_cv_ar_at_file=no
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_exported_symbols_list=yes
lt_cv_ld_force_load=yes
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld
lt_cv_path_LDCXX=/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld
lt_cv_path_NM=/usr/bin/nm
lt_cv_path_mainfest_tool=no
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_pic='-fno-common -DPIC'
lt_cv_prog_compiler_pic_CXX='-fno-common -DPIC'
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_pic_works_CXX=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_compiler_static_works=no
lt_cv_prog_compiler_static_works_CXX=no
lt_cv_prog_gnu_ld=no
lt_cv_prog_gnu_ldcxx=no
lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_max_cmd_len=196608
lt_cv_to_host_file_cmd=func_convert_file_noop
lt_cv_to_tool_file_cmd=func_convert_file_noop

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

ACLOCAL='${SHELL} /Volumes/Content/Code/Python/pytave/missing --run aclocal-1.11'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AR='ar'
AUTOCONF='${SHELL} /Volumes/Content/Code/Python/pytave/missing --run autoconf'
AUTOHEADER='${SHELL} /Volumes/Content/Code/Python/pytave/missing --run autoheader'
AUTOMAKE='${SHELL} /Volumes/Content/Code/Python/pytave/missing --run automake-1.11'
AWK='gawk'
BOOST_PYTHON_LIB='boost_python'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-I/usr/local/include -arch x86_64 -I/opt/local/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng12 -I/Users/stp/Code/Graphics/QtSDK/Desktop/Qt/4.8.0/gcc/include'
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-I/usr/local/include -arch x86_64 -I/opt/local/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng12 -I/Users/stp/Code/Graphics/QtSDK/Desktop/Qt/4.8.0/gcc/include'
CYGPATH_W='echo'
DEFS=''
DEPDIR='.deps'
DLLTOOL='false'
DSYMUTIL='dsymutil'
DUMPBIN=''
ECHO_C='\c'
ECHO_N=''
ECHO_T=''
EGREP='/opt/local/bin/grep -E'
EXEEXT=''
FGREP='/opt/local/bin/grep -F'
GREP='/opt/local/bin/grep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
JAM_LIBCRUFT='/opt/local/lib/octave/3.4.3/libcruft.so'
JAM_LIBOCTAVE='/opt/local/lib/octave/3.4.3/liboctave.so'
JAM_LIBOCTINTERP='/opt/local/lib/octave/3.4.3/liboctinterp.so'
LD='/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld'
LDFLAGS=''
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO='lipo'
LN_S='ln -s'
LTLIBOBJS=''
MAKEINFO='${SHELL} /Volumes/Content/Code/Python/pytave/missing --run makeinfo'
MANIFEST_TOOL=':'
MKDIR_P='./install-sh -c -d'
NM='/usr/bin/nm'
NMEDIT='nmedit'
NUMPY_INCLUDEDIR=''
OBJDUMP='false'
OBJEXT='o'
OCTAVE_CPPFLAGS='-I/opt/local/include/octave-3.4.3/octave/..'
OCTAVE_INCLUDEDIR='/opt/local/include/octave-3.4.3/octave/..'
OCTAVE_LDFLAGS='-L/opt/local/lib/octave/3.4.3'
OCTAVE_LIBRARYDIR='/opt/local/lib/octave/3.4.3'
OCTAVE_LIBS='-loctave -lcruft -loctinterp'
OTOOL64=':'
OTOOL='otool'
PACKAGE='pytave'
PACKAGE_BUGREPORT='https://bugs.launchpad.net/pytave'
PACKAGE_NAME='pytave'
PACKAGE_STRING='pytave dev'
PACKAGE_TARNAME='pytave'
PACKAGE_URL=''
PACKAGE_VERSION='dev'
PATH_SEPARATOR=':'
PYTAVE_MODULE_INSTALL_PATH='/../invalidpath,'
PYTAVE_OCTAVE_RPATH='/opt/local/lib/octave/3.4.3'
PYTHON='/Library/Frameworks/Python.framework/Versions/2.7/bin/python'
PYTHON_CPPFLAGS='-I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7'
PYTHON_EXTRA_LDFLAGS='-u _PyMac_Error /opt/local/Library/Frameworks/Python.framework/Versions/2.7/Python'
PYTHON_EXTRA_LIBS=' -ldl -framework CoreFoundation'
PYTHON_LDFLAGS='-L/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/config'
PYTHON_LIBDIR='/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/config'
PYTHON_LIBS='-lpython2.7'
PYTHON_SITE_PKG='/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages'
PYTHON_VERSION=''
RANLIB='ranlib'
SED='/opt/local/bin/gsed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
VERSION='dev'
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_DUMPBIN=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
ax_octave_config='/opt/local/bin/octave-config'
ax_octave_interpreter=''
bindir='${exec_prefix}/bin'
build='x86_64-apple-darwin10.8.0'
build_alias=''
build_cpu='x86_64'
build_os='darwin10.8.0'
build_vendor='apple'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
host='x86_64-apple-darwin10.8.0'
host_alias=''
host_cpu='x86_64'
host_os='darwin10.8.0'
host_vendor='apple'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /Volumes/Content/Code/Python/pytave/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(top_builddir)/./install-sh -c -d'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='NONE'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

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

/* confdefs.h */
#define PACKAGE_NAME "pytave"
#define PACKAGE_TARNAME "pytave"
#define PACKAGE_VERSION "dev"
#define PACKAGE_STRING "pytave dev"
#define PACKAGE_BUGREPORT "https://bugs.launchpad.net/pytave"
#define PACKAGE_URL ""
#define HAVE_PYTHON "2.7"
#define HAVE_BOOST_PYTHON /**/
#define PACKAGE "pytave"
#define VERSION "dev"
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define HAVE_LOCALE_H 1
#define HAVE_STDBOOL_H 1
#define HAVE_USELOCALE 1

configure: exit 1

Question information

Language:
English Edit question
Status:
Solved
For:
Pytave Edit question
Assignee:
No assignee Edit question
Solved by:
David Grundberg
Solved:
Last query:
Last reply:
Revision history for this message
David Grundberg (individ) said :
#1

I don't have an apple computer, so I can not investigate this on my own. If you could post your config.log, it would be helpful. I'm not really familiar with that linker flag you set, it seems to me like it's a work-around rather than a clean fix. I don't see why linking to numpy wouldn't work like the configure script does it, even on an apple.

Revision history for this message
Best David Grundberg (individ) said :
#2

Undefined symbols: "_PyExc_RuntimeError"

It seems to me that the numpy librariy requires the python libraries, and this chain isn't satisfied automatically during linking.

Open this file:
https://bazaar.launchpad.net/~pytave-developers/pytave/trunk/view/head:/m4/ax_python_numpy.m4

Look at this line:
   LDFLAGS="$LDFLAGS $PYTHON_LDFLAGS"

Change it to:
   LDFLAGS="$LDFLAGS $PYTHON_LDFLAGS $PYTHON_LIBS"

Tell me if it works, :)
David

Revision history for this message
David Grundberg (individ) said :
#3

Could as well set this flag too.

Revision history for this message
Stephen Pope (stephen-heaveneverywhere) said :
#4

BRAVO -- that fixes the configuration!

stp

Revision history for this message
Stephen Pope (stephen-heaveneverywhere) said :
#5

Thanks David Grundberg, that solved my question.