2008/5/3 Tim Blechmann <[EMAIL PROTECTED]>:
> > there is macports and fink to install libraries on mac (or do it by hand...)
>  > fink usually puts stuff in /sw/include and /sw/lib, macport in
>  > /opt/local/include and /opt/local/lib.
>  > all the paths are in the PATH variable, but scons does not detect them.
>  > maybe I have wrong packages?
>
>  macport seems to install portaudio v19, which is what you need for
>  nova ... you also need portaudiocpp, the c++ wrapper ...
>
>  can you check the config.log file for portaudio-related messages?


I updated to the latest master, but I'm now getting these messages:

...[snip]
Checking for C++ function memcpy()... (cached) yes
Checking for C header file portaudio/portaudio_config.h... (cached) no
NameError: name 'libsource' is not defined:
...[snip]

Which is weird because I have the portaudio19-dev package installed.
(Reminder, I'm on Ubuntu 7.10)
dpkg says that the only header file it installs is "portaudio.h",
which is in /usr/include, so I don't know why it's looking for
portaudio_config.h.  Incidentally, I noticed it has support for
pkg-config, which might help.  Here's the output:

$ pkg-config --cflags portaudio-2.0
-pthread

$ pkg-config --libs portaudio-2.0
-lportaudio -lm -lpthread


I attached my config.log in case it helps.


Steve
file /home/sinclairs/projects/nova/SConscript.python,line 22:
	Configure(confdir = .sconf_temp)
scons: Configure: Checking for C library python2.5... 
scons: Configure: ".sconf_temp/conftest_0.c" is up to date.
scons: Configure: The original builder output was:
  |.sconf_temp/conftest_0.c <-
  |  |
  |  |
  |  |#include "Python.h"
  |  |
  |  |int
  |  |main() {
  |  |  
  |  |return 0;
  |  |}
  |  |
  |
scons: Configure: ".sconf_temp/conftest_0.o" is up to date.
scons: Configure: The original builder output was:
  |gcc -o .sconf_temp/conftest_0.o -c -I/usr/include/python2.5 .sconf_temp/conftest_0.c
  |close failed: [Errno 9] Bad file descriptor
  |
scons: Configure: ".sconf_temp/conftest_0" is up to date.
scons: Configure: The original builder output was:
  |gcc -o .sconf_temp/conftest_0 .sconf_temp/conftest_0.o -L/usr/lib/python2.5/config -lpthread -ldl -lutil -lm -lpython2.5 -lpython2.5
  |close failed: [Errno 9] Bad file descriptor
  |
scons: Configure: (cached) yes


file /home/sinclairs/projects/nova/SConscript,line 77:
	Configure(confdir = .sconf_temp)
scons: Configure: Checking for C library pthread... 
scons: Configure: ".sconf_temp/conftest_1.c" is up to date.
scons: Configure: The original builder output was:
  |.sconf_temp/conftest_1.c <-
  |  |
  |  |
  |  |
  |  |int
  |  |main() {
  |  |  
  |  |return 0;
  |  |}
  |  |
  |
scons: Configure: ".sconf_temp/conftest_1.o" is up to date.
scons: Configure: The original builder output was:
  |gcc -o .sconf_temp/conftest_1.o -c -I/usr/include/python2.5 .sconf_temp/conftest_1.c
  |close failed: [Errno 9] Bad file descriptor
  |
scons: Configure: ".sconf_temp/conftest_1" is up to date.
scons: Configure: The original builder output was:
  |gcc -o .sconf_temp/conftest_1 .sconf_temp/conftest_1.o -L/usr/lib/python2.5/config -lpthread -ldl -lutil -lm -lpython2.5 -lpthread
  |close failed: [Errno 9] Bad file descriptor
  |
scons: Configure: (cached) yes

scons: Configure: Checking for C++ library sndfile... 
scons: Configure: ".sconf_temp/conftest_2.cpp" is up to date.
scons: Configure: The original builder output was:
  |.sconf_temp/conftest_2.cpp <-
  |  |
  |  |
  |  |
  |  |int
  |  |main() {
  |  |  
  |  |return 0;
  |  |}
  |  |
  |
scons: Configure: ".sconf_temp/conftest_2.o" is up to date.
scons: Configure: The original builder output was:
  |g++ -o .sconf_temp/conftest_2.o -c -I/usr/include/python2.5 .sconf_temp/conftest_2.cpp
  |close failed: [Errno 9] Bad file descriptor
  |
scons: Configure: ".sconf_temp/conftest_2" is up to date.
scons: Configure: The original builder output was:
  |g++ -o .sconf_temp/conftest_2 .sconf_temp/conftest_2.o -L/usr/lib/python2.5/config -lpthread -ldl -lutil -lm -lpython2.5 -lpthread -lsndfile
  |close failed: [Errno 9] Bad file descriptor
  |
scons: Configure: (cached) yes

scons: Configure: Checking for C library tcmalloc... 
scons: Configure: ".sconf_temp/conftest_3.c" is up to date.
scons: Configure: The original builder output was:
  |.sconf_temp/conftest_3.c <-
  |  |
  |  |
  |  |
  |  |int
  |  |main() {
  |  |  
  |  |return 0;
  |  |}
  |  |
  |
scons: Configure: ".sconf_temp/conftest_3.o" is up to date.
scons: Configure: The original builder output was:
  |gcc -o .sconf_temp/conftest_3.o -c -I/usr/include/python2.5 .sconf_temp/conftest_3.c
  |close failed: [Errno 9] Bad file descriptor
  |
scons: Configure: Building ".sconf_temp/conftest_3" failed in a previous run and all its sources are up to date.
scons: Configure: The original builder output was:
  |gcc -o .sconf_temp/conftest_3 .sconf_temp/conftest_3.o -L/usr/lib/python2.5/config -lpthread -ldl -lutil -lm -lpython2.5 -lpthread -lsndfile -ltcmalloc
  |close failed: [Errno 9] Bad file descriptor
  |
scons: Configure: (cached) no

scons: Configure: Checking for C library portaudio... 
scons: Configure: ".sconf_temp/conftest_4.c" is up to date.
scons: Configure: The original builder output was:
  |.sconf_temp/conftest_4.c <-
  |  |
  |  |
  |  |#include "portaudio.h"
  |  |
  |  |int
  |  |main() {
  |  |  
  |  |return 0;
  |  |}
  |  |
  |
scons: Configure: ".sconf_temp/conftest_4.o" is up to date.
scons: Configure: The original builder output was:
  |gcc -o .sconf_temp/conftest_4.o -c -I/usr/include/python2.5 .sconf_temp/conftest_4.c
  |close failed: [Errno 9] Bad file descriptor
  |
scons: Configure: ".sconf_temp/conftest_4" is up to date.
scons: Configure: The original builder output was:
  |gcc -o .sconf_temp/conftest_4 .sconf_temp/conftest_4.o -L/usr/lib/python2.5/config -lpthread -ldl -lutil -lm -lpython2.5 -lpthread -lsndfile -lportaudio
  |close failed: [Errno 9] Bad file descriptor
  |
scons: Configure: (cached) yes

scons: Configure: Checking for C++ library portaudiocpp... 
scons: Configure: ".sconf_temp/conftest_5.cpp" is up to date.
scons: Configure: The original builder output was:
  |.sconf_temp/conftest_5.cpp <-
  |  |
  |  |
  |  |#include "portaudiocpp/PortAudioCpp.hxx"
  |  |
  |  |int
  |  |main() {
  |  |  
  |  |return 0;
  |  |}
  |  |
  |
scons: Configure: ".sconf_temp/conftest_5.o" is up to date.
scons: Configure: The original builder output was:
  |g++ -o .sconf_temp/conftest_5.o -c -I/usr/include/python2.5 .sconf_temp/conftest_5.cpp
  |close failed: [Errno 9] Bad file descriptor
  |
scons: Configure: ".sconf_temp/conftest_5" is up to date.
scons: Configure: The original builder output was:
  |g++ -o .sconf_temp/conftest_5 .sconf_temp/conftest_5.o -L/usr/lib/python2.5/config -lpthread -ldl -lutil -lm -lpython2.5 -lpthread -lsndfile -lportaudio -lportaudiocpp
  |close failed: [Errno 9] Bad file descriptor
  |
scons: Configure: (cached) yes

scons: Configure: Checking if compiler supports aligned pointers... 
scons: Configure: ".sconf_temp/conftest_6.cpp" is up to date.
scons: Configure: The original builder output was:
  |.sconf_temp/conftest_6.cpp <-
  |  |
  |  |    typedef float aligned_float __attribute__((aligned(4 * sizeof(float))));
  |  |
  |  |    int main()
  |  |    {
  |  |        aligned_float flt;
  |  |        aligned_float * ptr;
  |  |        aligned_float* va[64];
  |  |    }
  |  |
  |  |    
  |
scons: Configure: ".sconf_temp/conftest_6.o" is up to date.
scons: Configure: The original builder output was:
  |g++ -o .sconf_temp/conftest_6.o -c -DHAVE_PORTAUDIO -I/usr/include/python2.5 .sconf_temp/conftest_6.cpp
  |close failed: [Errno 9] Bad file descriptor
  |
scons: Configure: (cached) yes

scons: Configure: Checking if compiler supports restricted pointers... 
scons: Configure: ".sconf_temp/conftest_7.cpp" is up to date.
scons: Configure: The original builder output was:
  |.sconf_temp/conftest_7.cpp <-
  |  |
  |  |    typedef float *__restrict__ restricted_ptr;
  |  |    void foo(restricted_ptr ptr1, restricted_ptr ptr2)
  |  |    {
  |  |    }
  |  |
  |  |    int main()
  |  |    {
  |  |    }
  |  |
  |  |    
  |
scons: Configure: ".sconf_temp/conftest_7.o" is up to date.
scons: Configure: The original builder output was:
  |g++ -o .sconf_temp/conftest_7.o -c -DHAVE_PORTAUDIO -I/usr/include/python2.5 .sconf_temp/conftest_7.cpp
  |close failed: [Errno 9] Bad file descriptor
  |
scons: Configure: (cached) yes


file /home/sinclairs/projects/nova/SConscript.linux,line 116:
	Configure(confdir = .sconf_temp)
scons: Configure: Checking for C++ library tbb... 
scons: Configure: ".sconf_temp/conftest_8.cpp" is up to date.
scons: Configure: The original builder output was:
  |.sconf_temp/conftest_8.cpp <-
  |  |
  |  |
  |  |#include "tbb/concurrent_hash_map.h"
  |  |
  |  |int
  |  |main() {
  |  |  
  |  |return 0;
  |  |}
  |  |
  |
scons: Configure: Building ".sconf_temp/conftest_8.o" failed in a previous run and all its sources are up to date.
scons: Configure: The original builder output was:
  |g++ -o .sconf_temp/conftest_8.o -c -DHAVE_PORTAUDIO -I/usr/include/python2.5 .sconf_temp/conftest_8.cpp
  |close failed: [Errno 9] Bad file descriptor
  |
scons: Configure: (cached) no

scons: Configure: Checking for C compiler flag -pipe 
scons: Configure: ".sconf_temp/conftest_9.c" is up to date.
scons: Configure: The original builder output was:
  |.sconf_temp/conftest_9.c <-
  |  |
  |  |        int main() {
  |  |                return 0;
  |  |        }
  |  |    
  |
scons: Configure: ".sconf_temp/conftest_9.o" is up to date.
scons: Configure: The original builder output was:
  |gcc -o .sconf_temp/conftest_9.o -c -pipe -DHAVE_PORTAUDIO -I/usr/include/python2.5 .sconf_temp/conftest_9.c
  |close failed: [Errno 9] Bad file descriptor
  |
scons: Configure: (cached) yes

scons: Configure: Checking for C++ compiler flag -ftemplate-depth-4096 
scons: Configure: ".sconf_temp/conftest_10.cpp" is up to date.
scons: Configure: The original builder output was:
  |.sconf_temp/conftest_10.cpp <-
  |  |
  |  |        int main() {
  |  |                return 0;
  |  |        }
  |  |    
  |
scons: Configure: ".sconf_temp/conftest_10.o" is up to date.
scons: Configure: The original builder output was:
  |g++ -o .sconf_temp/conftest_10.o -c -pipe -ftemplate-depth-4096 -DHAVE_PORTAUDIO -I/usr/include/python2.5 .sconf_temp/conftest_10.cpp
  |close failed: [Errno 9] Bad file descriptor
  |
scons: Configure: ".sconf_temp/conftest_10" is up to date.
scons: Configure: The original builder output was:
  |g++ -o .sconf_temp/conftest_10 .sconf_temp/conftest_10.o -L/usr/lib/python2.5/config -lpthread -ldl -lutil -lm -lpython2.5 -lpthread -lsndfile -lportaudio -lportaudiocpp
  |close failed: [Errno 9] Bad file descriptor
  |
scons: Configure: (cached) yes

scons: Configure: Checking for C++ compiler flag -Wnon-virtual-dtor 
scons: Configure: ".sconf_temp/conftest_11.cpp" is up to date.
scons: Configure: The original builder output was:
  |.sconf_temp/conftest_11.cpp <-
  |  |
  |  |        int main() {
  |  |                return 0;
  |  |        }
  |  |    
  |
scons: Configure: ".sconf_temp/conftest_11.o" is up to date.
scons: Configure: The original builder output was:
  |g++ -o .sconf_temp/conftest_11.o -c -pipe -ftemplate-depth-4096 -Wnon-virtual-dtor -DHAVE_PORTAUDIO -I/usr/include/python2.5 .sconf_temp/conftest_11.cpp
  |close failed: [Errno 9] Bad file descriptor
  |
scons: Configure: ".sconf_temp/conftest_11" is up to date.
scons: Configure: The original builder output was:
  |g++ -o .sconf_temp/conftest_11 .sconf_temp/conftest_11.o -L/usr/lib/python2.5/config -lpthread -ldl -lutil -lm -lpython2.5 -lpthread -lsndfile -lportaudio -lportaudiocpp
  |close failed: [Errno 9] Bad file descriptor
  |
scons: Configure: (cached) yes


file /home/sinclairs/projects/nova/SConscript.linux,line 156:
	Configure(confdir = .sconf_temp)
scons: Configure: Checking for C compiler flag -finline-limit-2500 
scons: Configure: ".sconf_temp/conftest_12.c" is up to date.
scons: Configure: The original builder output was:
  |.sconf_temp/conftest_12.c <-
  |  |
  |  |        int main() {
  |  |                return 0;
  |  |        }
  |  |    
  |
scons: Configure: ".sconf_temp/conftest_12.o" is up to date.
scons: Configure: The original builder output was:
  |gcc -o .sconf_temp/conftest_12.o -c -pipe -finline-limit-2500 -DHAVE_PORTAUDIO -I/usr/include/python2.5 .sconf_temp/conftest_12.c
  |close failed: [Errno 9] Bad file descriptor
  |
scons: Configure: (cached) yes

scons: Configure: Checking for C compiler flag -ftree-vectorize 
scons: Configure: ".sconf_temp/conftest_13.c" is up to date.
scons: Configure: The original builder output was:
  |.sconf_temp/conftest_13.c <-
  |  |
  |  |        int main() {
  |  |                return 0;
  |  |        }
  |  |    
  |
scons: Configure: ".sconf_temp/conftest_13.o" is up to date.
scons: Configure: The original builder output was:
  |gcc -o .sconf_temp/conftest_13.o -c -pipe -finline-limit-2500 -ftree-vectorize -DHAVE_PORTAUDIO -I/usr/include/python2.5 .sconf_temp/conftest_13.c
  |close failed: [Errno 9] Bad file descriptor
  |
scons: Configure: (cached) yes

scons: Configure: Checking for C compiler flag -ffast-math 
scons: Configure: ".sconf_temp/conftest_14.c" is up to date.
scons: Configure: The original builder output was:
  |.sconf_temp/conftest_14.c <-
  |  |
  |  |        int main() {
  |  |                return 0;
  |  |        }
  |  |    
  |
scons: Configure: ".sconf_temp/conftest_14.o" is up to date.
scons: Configure: The original builder output was:
  |gcc -o .sconf_temp/conftest_14.o -c -pipe -finline-limit-2500 -ftree-vectorize -ffast-math -DHAVE_PORTAUDIO -I/usr/include/python2.5 .sconf_temp/conftest_14.c
  |close failed: [Errno 9] Bad file descriptor
  |
scons: Configure: (cached) yes

scons: Configure: Checking for C compiler flag -funsafe-loop-optimizations 
scons: Configure: ".sconf_temp/conftest_15.c" is up to date.
scons: Configure: The original builder output was:
  |.sconf_temp/conftest_15.c <-
  |  |
  |  |        int main() {
  |  |                return 0;
  |  |        }
  |  |    
  |
scons: Configure: ".sconf_temp/conftest_15.o" is up to date.
scons: Configure: The original builder output was:
  |gcc -o .sconf_temp/conftest_15.o -c -pipe -finline-limit-2500 -ftree-vectorize -ffast-math -funsafe-loop-optimizations -DHAVE_PORTAUDIO -I/usr/include/python2.5 .sconf_temp/conftest_15.c
  |close failed: [Errno 9] Bad file descriptor
  |
scons: Configure: (cached) yes

scons: Configure: Checking for C compiler flag -Wunsafe-loop-optimizations 
scons: Configure: ".sconf_temp/conftest_16.c" is up to date.
scons: Configure: The original builder output was:
  |.sconf_temp/conftest_16.c <-
  |  |
  |  |        int main() {
  |  |                return 0;
  |  |        }
  |  |    
  |
scons: Configure: ".sconf_temp/conftest_16.o" is up to date.
scons: Configure: The original builder output was:
  |gcc -o .sconf_temp/conftest_16.o -c -pipe -finline-limit-2500 -ftree-vectorize -ffast-math -funsafe-loop-optimizations -Wunsafe-loop-optimizations -DHAVE_PORTAUDIO -I/usr/include/python2.5 .sconf_temp/conftest_16.c
  |close failed: [Errno 9] Bad file descriptor
  |
scons: Configure: (cached) yes

scons: Configure: Checking for C compiler flag -O3 
scons: Configure: ".sconf_temp/conftest_17.c" is up to date.
scons: Configure: The original builder output was:
  |.sconf_temp/conftest_17.c <-
  |  |
  |  |        int main() {
  |  |                return 0;
  |  |        }
  |  |    
  |
scons: Configure: ".sconf_temp/conftest_17.o" is up to date.
scons: Configure: The original builder output was:
  |gcc -o .sconf_temp/conftest_17.o -c -pipe -finline-limit-2500 -ftree-vectorize -ffast-math -funsafe-loop-optimizations -Wunsafe-loop-optimizations -O3 -DHAVE_PORTAUDIO -I/usr/include/python2.5 .sconf_temp/conftest_17.c
  |close failed: [Errno 9] Bad file descriptor
  |
scons: Configure: (cached) yes

scons: Configure: Checking for C compiler flag -mfpmath=sse 
scons: Configure: ".sconf_temp/conftest_18.c" is up to date.
scons: Configure: The original builder output was:
  |.sconf_temp/conftest_18.c <-
  |  |
  |  |        int main() {
  |  |                return 0;
  |  |        }
  |  |    
  |
scons: Configure: ".sconf_temp/conftest_18.o" is up to date.
scons: Configure: The original builder output was:
  |gcc -o .sconf_temp/conftest_18.o -c -pipe -finline-limit-2500 -ftree-vectorize -ffast-math -funsafe-loop-optimizations -Wunsafe-loop-optimizations -O3 -mfpmath=sse -DHAVE_PORTAUDIO -I/usr/include/python2.5 .sconf_temp/conftest_18.c
  |close failed: [Errno 9] Bad file descriptor
  |
scons: Configure: (cached) yes

scons: Configure: Checking for C compiler flag -msse 
scons: Configure: ".sconf_temp/conftest_19.c" is up to date.
scons: Configure: The original builder output was:
  |.sconf_temp/conftest_19.c <-
  |  |
  |  |        int main() {
  |  |                return 0;
  |  |        }
  |  |    
  |
scons: Configure: ".sconf_temp/conftest_19.o" is up to date.
scons: Configure: The original builder output was:
  |gcc -o .sconf_temp/conftest_19.o -c -pipe -finline-limit-2500 -ftree-vectorize -ffast-math -funsafe-loop-optimizations -Wunsafe-loop-optimizations -O3 -mfpmath=sse -msse -DHAVE_PORTAUDIO -I/usr/include/python2.5 .sconf_temp/conftest_19.c
  |close failed: [Errno 9] Bad file descriptor
  |
scons: Configure: (cached) yes


file /home/sinclairs/projects/nova/SConscript.linux,line 156:
	Configure(confdir = .sconf_temp)
scons: Configure: Checking for C compiler flag -g 
scons: Configure: ".sconf_temp/conftest_20.c" is up to date.
scons: Configure: The original builder output was:
  |.sconf_temp/conftest_20.c <-
  |  |
  |  |        int main() {
  |  |                return 0;
  |  |        }
  |  |    
  |
scons: Configure: ".sconf_temp/conftest_20.o" is up to date.
scons: Configure: The original builder output was:
  |gcc -o .sconf_temp/conftest_20.o -c -pipe -g -DHAVE_PORTAUDIO -I/usr/include/python2.5 .sconf_temp/conftest_20.c
  |close failed: [Errno 9] Bad file descriptor
  |
scons: Configure: (cached) yes


file /home/sinclairs/projects/nova/libs/SConscript.sparsehash,line 29:
	Configure(confdir = .sconf_temp)
scons: Configure: Checking for C++ header file stdint.h... 
scons: Configure: ".sconf_temp/conftest_21.cpp" is up to date.
scons: Configure: The original builder output was:
  |.sconf_temp/conftest_21.cpp <-
  |  |
  |  |#include "stdint.h"
  |  |
  |  |
  |
scons: Configure: ".sconf_temp/conftest_21.o" is up to date.
scons: Configure: The original builder output was:
  |g++ -o .sconf_temp/conftest_21.o -c -pipe -finline-limit-2500 -ftree-vectorize -ffast-math -funsafe-loop-optimizations -Wunsafe-loop-optimizations -O3 -mfpmath=sse -msse -ftemplate-depth-4096 -Wnon-virtual-dtor -DHAVE_PORTAUDIO -DNDEBUG -I/usr/include/python2.5 -Ilibs/boost -Ilibs/property_tree -Ilibs/uuid -Ilibs/pri_queue -Ilibs/oscpack -Ilibs/muparser/include -Ilibs .sconf_temp/conftest_21.cpp
  |close failed: [Errno 9] Bad file descriptor
  |
scons: Configure: (cached) yes

scons: Configure: Checking for C++ header file string.h... 
scons: Configure: ".sconf_temp/conftest_22.cpp" is up to date.
scons: Configure: The original builder output was:
  |.sconf_temp/conftest_22.cpp <-
  |  |
  |  |#include "string.h"
  |  |
  |  |
  |
scons: Configure: ".sconf_temp/conftest_22.o" is up to date.
scons: Configure: The original builder output was:
  |g++ -o .sconf_temp/conftest_22.o -c -pipe -finline-limit-2500 -ftree-vectorize -ffast-math -funsafe-loop-optimizations -Wunsafe-loop-optimizations -O3 -mfpmath=sse -msse -ftemplate-depth-4096 -Wnon-virtual-dtor -DHAVE_PORTAUDIO -DNDEBUG -I/usr/include/python2.5 -Ilibs/boost -Ilibs/property_tree -Ilibs/uuid -Ilibs/pri_queue -Ilibs/oscpack -Ilibs/muparser/include -Ilibs .sconf_temp/conftest_22.cpp
  |close failed: [Errno 9] Bad file descriptor
  |
scons: Configure: (cached) yes

scons: Configure: Checking for C++ header file strings.h... 
scons: Configure: ".sconf_temp/conftest_23.cpp" is up to date.
scons: Configure: The original builder output was:
  |.sconf_temp/conftest_23.cpp <-
  |  |
  |  |#include "strings.h"
  |  |
  |  |
  |
scons: Configure: ".sconf_temp/conftest_23.o" is up to date.
scons: Configure: The original builder output was:
  |g++ -o .sconf_temp/conftest_23.o -c -pipe -finline-limit-2500 -ftree-vectorize -ffast-math -funsafe-loop-optimizations -Wunsafe-loop-optimizations -O3 -mfpmath=sse -msse -ftemplate-depth-4096 -Wnon-virtual-dtor -DHAVE_PORTAUDIO -DNDEBUG -I/usr/include/python2.5 -Ilibs/boost -Ilibs/property_tree -Ilibs/uuid -Ilibs/pri_queue -Ilibs/oscpack -Ilibs/muparser/include -Ilibs .sconf_temp/conftest_23.cpp
  |close failed: [Errno 9] Bad file descriptor
  |
scons: Configure: (cached) yes

scons: Configure: Checking for C++ header file stdint.h... 
scons: Configure: ".sconf_temp/conftest_24.cpp" is up to date.
scons: Configure: The original builder output was:
  |.sconf_temp/conftest_24.cpp <-
  |  |
  |  |#include "stdint.h"
  |  |
  |  |
  |
scons: Configure: ".sconf_temp/conftest_24.o" is up to date.
scons: Configure: The original builder output was:
  |g++ -o .sconf_temp/conftest_24.o -c -pipe -finline-limit-2500 -ftree-vectorize -ffast-math -funsafe-loop-optimizations -Wunsafe-loop-optimizations -O3 -mfpmath=sse -msse -ftemplate-depth-4096 -Wnon-virtual-dtor -DHAVE_PORTAUDIO -DNDEBUG -I/usr/include/python2.5 -Ilibs/boost -Ilibs/property_tree -Ilibs/uuid -Ilibs/pri_queue -Ilibs/oscpack -Ilibs/muparser/include -Ilibs .sconf_temp/conftest_24.cpp
  |close failed: [Errno 9] Bad file descriptor
  |
scons: Configure: (cached) yes

scons: Configure: Checking for C++ header file inttypes.h... 
scons: Configure: ".sconf_temp/conftest_25.cpp" is up to date.
scons: Configure: The original builder output was:
  |.sconf_temp/conftest_25.cpp <-
  |  |
  |  |#include "inttypes.h"
  |  |
  |  |
  |
scons: Configure: ".sconf_temp/conftest_25.o" is up to date.
scons: Configure: The original builder output was:
  |g++ -o .sconf_temp/conftest_25.o -c -pipe -finline-limit-2500 -ftree-vectorize -ffast-math -funsafe-loop-optimizations -Wunsafe-loop-optimizations -O3 -mfpmath=sse -msse -ftemplate-depth-4096 -Wnon-virtual-dtor -DHAVE_PORTAUDIO -DNDEBUG -I/usr/include/python2.5 -Ilibs/boost -Ilibs/property_tree -Ilibs/uuid -Ilibs/pri_queue -Ilibs/oscpack -Ilibs/muparser/include -Ilibs .sconf_temp/conftest_25.cpp
  |close failed: [Errno 9] Bad file descriptor
  |
scons: Configure: (cached) yes

scons: Configure: Checking for C++ header file unistd.h... 
scons: Configure: ".sconf_temp/conftest_26.cpp" is up to date.
scons: Configure: The original builder output was:
  |.sconf_temp/conftest_26.cpp <-
  |  |
  |  |#include "unistd.h"
  |  |
  |  |
  |
scons: Configure: ".sconf_temp/conftest_26.o" is up to date.
scons: Configure: The original builder output was:
  |g++ -o .sconf_temp/conftest_26.o -c -pipe -finline-limit-2500 -ftree-vectorize -ffast-math -funsafe-loop-optimizations -Wunsafe-loop-optimizations -O3 -mfpmath=sse -msse -ftemplate-depth-4096 -Wnon-virtual-dtor -DHAVE_PORTAUDIO -DNDEBUG -I/usr/include/python2.5 -Ilibs/boost -Ilibs/property_tree -Ilibs/uuid -Ilibs/pri_queue -Ilibs/oscpack -Ilibs/muparser/include -Ilibs .sconf_temp/conftest_26.cpp
  |close failed: [Errno 9] Bad file descriptor
  |
scons: Configure: (cached) yes

scons: Configure: Checking for C++ header file sys/resource.h... 
scons: Configure: ".sconf_temp/conftest_27.cpp" is up to date.
scons: Configure: The original builder output was:
  |.sconf_temp/conftest_27.cpp <-
  |  |
  |  |#include "sys/resource.h"
  |  |
  |  |
  |
scons: Configure: ".sconf_temp/conftest_27.o" is up to date.
scons: Configure: The original builder output was:
  |g++ -o .sconf_temp/conftest_27.o -c -pipe -finline-limit-2500 -ftree-vectorize -ffast-math -funsafe-loop-optimizations -Wunsafe-loop-optimizations -O3 -mfpmath=sse -msse -ftemplate-depth-4096 -Wnon-virtual-dtor -DHAVE_PORTAUDIO -DNDEBUG -I/usr/include/python2.5 -Ilibs/boost -Ilibs/property_tree -Ilibs/uuid -Ilibs/pri_queue -Ilibs/oscpack -Ilibs/muparser/include -Ilibs .sconf_temp/conftest_27.cpp
  |close failed: [Errno 9] Bad file descriptor
  |
scons: Configure: (cached) yes

scons: Configure: Checking for C++ header file sys/stat.h... 
scons: Configure: ".sconf_temp/conftest_28.cpp" is up to date.
scons: Configure: The original builder output was:
  |.sconf_temp/conftest_28.cpp <-
  |  |
  |  |#include "sys/stat.h"
  |  |
  |  |
  |
scons: Configure: ".sconf_temp/conftest_28.o" is up to date.
scons: Configure: The original builder output was:
  |g++ -o .sconf_temp/conftest_28.o -c -pipe -finline-limit-2500 -ftree-vectorize -ffast-math -funsafe-loop-optimizations -Wunsafe-loop-optimizations -O3 -mfpmath=sse -msse -ftemplate-depth-4096 -Wnon-virtual-dtor -DHAVE_PORTAUDIO -DNDEBUG -I/usr/include/python2.5 -Ilibs/boost -Ilibs/property_tree -Ilibs/uuid -Ilibs/pri_queue -Ilibs/oscpack -Ilibs/muparser/include -Ilibs .sconf_temp/conftest_28.cpp
  |close failed: [Errno 9] Bad file descriptor
  |
scons: Configure: (cached) yes

scons: Configure: Checking for C++ header file sys/time.h... 
scons: Configure: ".sconf_temp/conftest_29.cpp" is up to date.
scons: Configure: The original builder output was:
  |.sconf_temp/conftest_29.cpp <-
  |  |
  |  |#include "sys/time.h"
  |  |
  |  |
  |
scons: Configure: ".sconf_temp/conftest_29.o" is up to date.
scons: Configure: The original builder output was:
  |g++ -o .sconf_temp/conftest_29.o -c -pipe -finline-limit-2500 -ftree-vectorize -ffast-math -funsafe-loop-optimizations -Wunsafe-loop-optimizations -O3 -mfpmath=sse -msse -ftemplate-depth-4096 -Wnon-virtual-dtor -DHAVE_PORTAUDIO -DNDEBUG -I/usr/include/python2.5 -Ilibs/boost -Ilibs/property_tree -Ilibs/uuid -Ilibs/pri_queue -Ilibs/oscpack -Ilibs/muparser/include -Ilibs .sconf_temp/conftest_29.cpp
  |close failed: [Errno 9] Bad file descriptor
  |
scons: Configure: (cached) yes

scons: Configure: Checking for C++ header file sys/types.h... 
scons: Configure: ".sconf_temp/conftest_30.cpp" is up to date.
scons: Configure: The original builder output was:
  |.sconf_temp/conftest_30.cpp <-
  |  |
  |  |#include "sys/types.h"
  |  |
  |  |
  |
scons: Configure: ".sconf_temp/conftest_30.o" is up to date.
scons: Configure: The original builder output was:
  |g++ -o .sconf_temp/conftest_30.o -c -pipe -finline-limit-2500 -ftree-vectorize -ffast-math -funsafe-loop-optimizations -Wunsafe-loop-optimizations -O3 -mfpmath=sse -msse -ftemplate-depth-4096 -Wnon-virtual-dtor -DHAVE_PORTAUDIO -DNDEBUG -I/usr/include/python2.5 -Ilibs/boost -Ilibs/property_tree -Ilibs/uuid -Ilibs/pri_queue -Ilibs/oscpack -Ilibs/muparser/include -Ilibs .sconf_temp/conftest_30.cpp
  |close failed: [Errno 9] Bad file descriptor
  |
scons: Configure: (cached) yes

scons: Configure: Checking for C++ header file sys/utsname.h... 
scons: Configure: ".sconf_temp/conftest_31.cpp" is up to date.
scons: Configure: The original builder output was:
  |.sconf_temp/conftest_31.cpp <-
  |  |
  |  |#include "sys/utsname.h"
  |  |
  |  |
  |
scons: Configure: ".sconf_temp/conftest_31.o" is up to date.
scons: Configure: The original builder output was:
  |g++ -o .sconf_temp/conftest_31.o -c -pipe -finline-limit-2500 -ftree-vectorize -ffast-math -funsafe-loop-optimizations -Wunsafe-loop-optimizations -O3 -mfpmath=sse -msse -ftemplate-depth-4096 -Wnon-virtual-dtor -DHAVE_PORTAUDIO -DNDEBUG -I/usr/include/python2.5 -Ilibs/boost -Ilibs/property_tree -Ilibs/uuid -Ilibs/pri_queue -Ilibs/oscpack -Ilibs/muparser/include -Ilibs .sconf_temp/conftest_31.cpp
  |close failed: [Errno 9] Bad file descriptor
  |
scons: Configure: (cached) yes

scons: Configure: Checking for C++ header file memory.h... 
scons: Configure: ".sconf_temp/conftest_32.cpp" is up to date.
scons: Configure: The original builder output was:
  |.sconf_temp/conftest_32.cpp <-
  |  |
  |  |#include "memory.h"
  |  |
  |  |
  |
scons: Configure: ".sconf_temp/conftest_32.o" is up to date.
scons: Configure: The original builder output was:
  |g++ -o .sconf_temp/conftest_32.o -c -pipe -finline-limit-2500 -ftree-vectorize -ffast-math -funsafe-loop-optimizations -Wunsafe-loop-optimizations -O3 -mfpmath=sse -msse -ftemplate-depth-4096 -Wnon-virtual-dtor -DHAVE_PORTAUDIO -DNDEBUG -I/usr/include/python2.5 -Ilibs/boost -Ilibs/property_tree -Ilibs/uuid -Ilibs/pri_queue -Ilibs/oscpack -Ilibs/muparser/include -Ilibs .sconf_temp/conftest_32.cpp
  |close failed: [Errno 9] Bad file descriptor
  |
scons: Configure: (cached) yes

scons: Configure: Checking for C++ header file ext/hash_fun.h... 
scons: Configure: ".sconf_temp/conftest_33.cpp" is up to date.
scons: Configure: The original builder output was:
  |.sconf_temp/conftest_33.cpp <-
  |  |
  |  |#include "ext/hash_fun.h"
  |  |
  |  |
  |
scons: Configure: ".sconf_temp/conftest_33.o" is up to date.
scons: Configure: The original builder output was:
  |g++ -o .sconf_temp/conftest_33.o -c -pipe -finline-limit-2500 -ftree-vectorize -ffast-math -funsafe-loop-optimizations -Wunsafe-loop-optimizations -O3 -mfpmath=sse -msse -ftemplate-depth-4096 -Wnon-virtual-dtor -DHAVE_PORTAUDIO -DNDEBUG -I/usr/include/python2.5 -Ilibs/boost -Ilibs/property_tree -Ilibs/uuid -Ilibs/pri_queue -Ilibs/oscpack -Ilibs/muparser/include -Ilibs .sconf_temp/conftest_33.cpp
  |close failed: [Errno 9] Bad file descriptor
  |
scons: Configure: (cached) yes

scons: Configure: Checking for C++ header file ext/stl_hash_fun.h... 
scons: Configure: ".sconf_temp/conftest_34.cpp" is up to date.
scons: Configure: The original builder output was:
  |.sconf_temp/conftest_34.cpp <-
  |  |
  |  |#include "ext/stl_hash_fun.h"
  |  |
  |  |
  |
scons: Configure: Building ".sconf_temp/conftest_34.o" failed in a previous run and all its sources are up to date.
scons: Configure: The original builder output was:
  |g++ -o .sconf_temp/conftest_34.o -c -pipe -finline-limit-2500 -ftree-vectorize -ffast-math -funsafe-loop-optimizations -Wunsafe-loop-optimizations -O3 -mfpmath=sse -msse -ftemplate-depth-4096 -Wnon-virtual-dtor -DHAVE_PORTAUDIO -DNDEBUG -I/usr/include/python2.5 -Ilibs/boost -Ilibs/property_tree -Ilibs/uuid -Ilibs/pri_queue -Ilibs/oscpack -Ilibs/muparser/include -Ilibs .sconf_temp/conftest_34.cpp
  |close failed: [Errno 9] Bad file descriptor
  |
scons: Configure: (cached) no

scons: Configure: Checking for C++ type uint16_t... 
scons: Configure: ".sconf_temp/conftest_35.cpp" is up to date.
scons: Configure: The original builder output was:
  |.sconf_temp/conftest_35.cpp <-
  |  |
  |  |
  |  |#include "stdint.h"
  |  |#include "string.h"
  |  |#include "strings.h"
  |  |#include "stdint.h"
  |  |#include "inttypes.h"
  |  |#include "unistd.h"
  |  |#include "sys/resource.h"
  |  |#include "sys/stat.h"
  |  |#include "sys/time.h"
  |  |#include "sys/types.h"
  |  |#include "sys/utsname.h"
  |  |#include "memory.h"
  |  |#include "ext/hash_fun.h"
  |  |
  |  |
  |  |int main() {
  |  |  if ((uint16_t *) 0)
  |  |    return 0;
  |  |  if (sizeof (uint16_t))
  |  |    return 0;
  |  |}
  |  |
  |
scons: Configure: ".sconf_temp/conftest_35.o" is up to date.
scons: Configure: The original builder output was:
  |g++ -o .sconf_temp/conftest_35.o -c -pipe -finline-limit-2500 -ftree-vectorize -ffast-math -funsafe-loop-optimizations -Wunsafe-loop-optimizations -O3 -mfpmath=sse -msse -ftemplate-depth-4096 -Wnon-virtual-dtor -DHAVE_PORTAUDIO -DNDEBUG -I/usr/include/python2.5 -Ilibs/boost -Ilibs/property_tree -Ilibs/uuid -Ilibs/pri_queue -Ilibs/oscpack -Ilibs/muparser/include -Ilibs .sconf_temp/conftest_35.cpp
  |close failed: [Errno 9] Bad file descriptor
  |
scons: Configure: ".sconf_temp/conftest_35" is up to date.
scons: Configure: The original builder output was:
  |g++ -o .sconf_temp/conftest_35 .sconf_temp/conftest_35.o -L/usr/lib/python2.5/config -lpthread -ldl -lutil -lm -lpython2.5 -lpthread -lsndfile -lportaudio -lportaudiocpp
  |close failed: [Errno 9] Bad file descriptor
  |
scons: Configure: (cached) yes

scons: Configure: Checking for C++ type u_int16_t... 
scons: Configure: ".sconf_temp/conftest_36.cpp" is up to date.
scons: Configure: The original builder output was:
  |.sconf_temp/conftest_36.cpp <-
  |  |
  |  |
  |  |#include "stdint.h"
  |  |#include "string.h"
  |  |#include "strings.h"
  |  |#include "stdint.h"
  |  |#include "inttypes.h"
  |  |#include "unistd.h"
  |  |#include "sys/resource.h"
  |  |#include "sys/stat.h"
  |  |#include "sys/time.h"
  |  |#include "sys/types.h"
  |  |#include "sys/utsname.h"
  |  |#include "memory.h"
  |  |#include "ext/hash_fun.h"
  |  |
  |  |
  |  |int main() {
  |  |  if ((u_int16_t *) 0)
  |  |    return 0;
  |  |  if (sizeof (u_int16_t))
  |  |    return 0;
  |  |}
  |  |
  |
scons: Configure: ".sconf_temp/conftest_36.o" is up to date.
scons: Configure: The original builder output was:
  |g++ -o .sconf_temp/conftest_36.o -c -pipe -finline-limit-2500 -ftree-vectorize -ffast-math -funsafe-loop-optimizations -Wunsafe-loop-optimizations -O3 -mfpmath=sse -msse -ftemplate-depth-4096 -Wnon-virtual-dtor -DHAVE_PORTAUDIO -DNDEBUG -I/usr/include/python2.5 -Ilibs/boost -Ilibs/property_tree -Ilibs/uuid -Ilibs/pri_queue -Ilibs/oscpack -Ilibs/muparser/include -Ilibs .sconf_temp/conftest_36.cpp
  |close failed: [Errno 9] Bad file descriptor
  |
scons: Configure: ".sconf_temp/conftest_36" is up to date.
scons: Configure: The original builder output was:
  |g++ -o .sconf_temp/conftest_36 .sconf_temp/conftest_36.o -L/usr/lib/python2.5/config -lpthread -ldl -lutil -lm -lpython2.5 -lpthread -lsndfile -lportaudio -lportaudiocpp
  |close failed: [Errno 9] Bad file descriptor
  |
scons: Configure: (cached) yes

scons: Configure: Checking for C++ type __uint16... 
scons: Configure: ".sconf_temp/conftest_37.cpp" is up to date.
scons: Configure: The original builder output was:
  |.sconf_temp/conftest_37.cpp <-
  |  |
  |  |
  |  |#include "stdint.h"
  |  |#include "string.h"
  |  |#include "strings.h"
  |  |#include "stdint.h"
  |  |#include "inttypes.h"
  |  |#include "unistd.h"
  |  |#include "sys/resource.h"
  |  |#include "sys/stat.h"
  |  |#include "sys/time.h"
  |  |#include "sys/types.h"
  |  |#include "sys/utsname.h"
  |  |#include "memory.h"
  |  |#include "ext/hash_fun.h"
  |  |
  |  |
  |  |int main() {
  |  |  if ((__uint16 *) 0)
  |  |    return 0;
  |  |  if (sizeof (__uint16))
  |  |    return 0;
  |  |}
  |  |
  |
scons: Configure: Building ".sconf_temp/conftest_37.o" failed in a previous run and all its sources are up to date.
scons: Configure: The original builder output was:
  |g++ -o .sconf_temp/conftest_37.o -c -pipe -finline-limit-2500 -ftree-vectorize -ffast-math -funsafe-loop-optimizations -Wunsafe-loop-optimizations -O3 -mfpmath=sse -msse -ftemplate-depth-4096 -Wnon-virtual-dtor -DHAVE_PORTAUDIO -DNDEBUG -I/usr/include/python2.5 -Ilibs/boost -Ilibs/property_tree -Ilibs/uuid -Ilibs/pri_queue -Ilibs/oscpack -Ilibs/muparser/include -Ilibs .sconf_temp/conftest_37.cpp
  |close failed: [Errno 9] Bad file descriptor
  |
scons: Configure: (cached) no

scons: Configure: Checking for C++ type long long... 
scons: Configure: ".sconf_temp/conftest_38.cpp" is up to date.
scons: Configure: The original builder output was:
  |.sconf_temp/conftest_38.cpp <-
  |  |
  |  |
  |  |#include "stdint.h"
  |  |#include "string.h"
  |  |#include "strings.h"
  |  |#include "stdint.h"
  |  |#include "inttypes.h"
  |  |#include "unistd.h"
  |  |#include "sys/resource.h"
  |  |#include "sys/stat.h"
  |  |#include "sys/time.h"
  |  |#include "sys/types.h"
  |  |#include "sys/utsname.h"
  |  |#include "memory.h"
  |  |#include "ext/hash_fun.h"
  |  |
  |  |
  |  |int main() {
  |  |  if ((long long *) 0)
  |  |    return 0;
  |  |  if (sizeof (long long))
  |  |    return 0;
  |  |}
  |  |
  |
scons: Configure: ".sconf_temp/conftest_38.o" is up to date.
scons: Configure: The original builder output was:
  |g++ -o .sconf_temp/conftest_38.o -c -pipe -finline-limit-2500 -ftree-vectorize -ffast-math -funsafe-loop-optimizations -Wunsafe-loop-optimizations -O3 -mfpmath=sse -msse -ftemplate-depth-4096 -Wnon-virtual-dtor -DHAVE_PORTAUDIO -DNDEBUG -I/usr/include/python2.5 -Ilibs/boost -Ilibs/property_tree -Ilibs/uuid -Ilibs/pri_queue -Ilibs/oscpack -Ilibs/muparser/include -Ilibs .sconf_temp/conftest_38.cpp
  |close failed: [Errno 9] Bad file descriptor
  |
scons: Configure: ".sconf_temp/conftest_38" is up to date.
scons: Configure: The original builder output was:
  |g++ -o .sconf_temp/conftest_38 .sconf_temp/conftest_38.o -L/usr/lib/python2.5/config -lpthread -ldl -lutil -lm -lpython2.5 -lpthread -lsndfile -lportaudio -lportaudiocpp
  |close failed: [Errno 9] Bad file descriptor
  |
scons: Configure: (cached) yes

scons: Configure: Checking for C++ function memmove()... 
scons: Configure: ".sconf_temp/conftest_39.cpp" is up to date.
scons: Configure: The original builder output was:
  |.sconf_temp/conftest_39.cpp <-
  |  |
  |  |
  |  |#include <assert.h>
  |  |
  |  |#ifdef __cplusplus
  |  |extern "C"
  |  |#endif
  |  |char memmove();
  |  |
  |  |int main() {
  |  |#if defined (__stub_memmove) || defined (__stub___memmove)
  |  |  fail fail fail
  |  |#else
  |  |  memmove();
  |  |#endif
  |  |
  |  |  return 0;
  |  |}
  |  |
  |
scons: Configure: ".sconf_temp/conftest_39.o" is up to date.
scons: Configure: The original builder output was:
  |g++ -o .sconf_temp/conftest_39.o -c -pipe -finline-limit-2500 -ftree-vectorize -ffast-math -funsafe-loop-optimizations -Wunsafe-loop-optimizations -O3 -mfpmath=sse -msse -ftemplate-depth-4096 -Wnon-virtual-dtor -DHAVE_PORTAUDIO -DNDEBUG -I/usr/include/python2.5 -Ilibs/boost -Ilibs/property_tree -Ilibs/uuid -Ilibs/pri_queue -Ilibs/oscpack -Ilibs/muparser/include -Ilibs .sconf_temp/conftest_39.cpp
  |close failed: [Errno 9] Bad file descriptor
  |
scons: Configure: ".sconf_temp/conftest_39" is up to date.
scons: Configure: The original builder output was:
  |g++ -o .sconf_temp/conftest_39 .sconf_temp/conftest_39.o -L/usr/lib/python2.5/config -lpthread -ldl -lutil -lm -lpython2.5 -lpthread -lsndfile -lportaudio -lportaudiocpp
  |close failed: [Errno 9] Bad file descriptor
  |
scons: Configure: (cached) yes

scons: Configure: Checking for C++ function memcpy()... 
scons: Configure: ".sconf_temp/conftest_40.cpp" is up to date.
scons: Configure: The original builder output was:
  |.sconf_temp/conftest_40.cpp <-
  |  |
  |  |
  |  |#include <assert.h>
  |  |
  |  |#ifdef __cplusplus
  |  |extern "C"
  |  |#endif
  |  |char memcpy();
  |  |
  |  |int main() {
  |  |#if defined (__stub_memcpy) || defined (__stub___memcpy)
  |  |  fail fail fail
  |  |#else
  |  |  memcpy();
  |  |#endif
  |  |
  |  |  return 0;
  |  |}
  |  |
  |
scons: Configure: ".sconf_temp/conftest_40.o" is up to date.
scons: Configure: The original builder output was:
  |g++ -o .sconf_temp/conftest_40.o -c -pipe -finline-limit-2500 -ftree-vectorize -ffast-math -funsafe-loop-optimizations -Wunsafe-loop-optimizations -O3 -mfpmath=sse -msse -ftemplate-depth-4096 -Wnon-virtual-dtor -DHAVE_PORTAUDIO -DNDEBUG -I/usr/include/python2.5 -Ilibs/boost -Ilibs/property_tree -Ilibs/uuid -Ilibs/pri_queue -Ilibs/oscpack -Ilibs/muparser/include -Ilibs .sconf_temp/conftest_40.cpp
  |close failed: [Errno 9] Bad file descriptor
  |
scons: Configure: ".sconf_temp/conftest_40" is up to date.
scons: Configure: The original builder output was:
  |g++ -o .sconf_temp/conftest_40 .sconf_temp/conftest_40.o -L/usr/lib/python2.5/config -lpthread -ldl -lutil -lm -lpython2.5 -lpthread -lsndfile -lportaudio -lportaudiocpp
  |close failed: [Errno 9] Bad file descriptor
  |
scons: Configure: (cached) yes


file /home/sinclairs/projects/nova/libs/SConscript.resample,line 48:
	Configure(confdir = .sconf_temp)

file /home/sinclairs/projects/nova/libs/SConscript.portaudio,line 24:
	Configure(confdir = .sconf_temp)
scons: Configure: Checking for C header file portaudio/portaudio_config.h... 
scons: Configure: ".sconf_temp/conftest_41.c" is up to date.
scons: Configure: The original builder output was:
  |.sconf_temp/conftest_41.c <-
  |  |
  |  |#include <portaudio/portaudio_config.h>
  |  |
  |  |
  |
scons: Configure: Building ".sconf_temp/conftest_41.o" failed in a previous run and all its sources are up to date.
scons: Configure: The original builder output was:
  |gcc -o .sconf_temp/conftest_41.o -c -pipe -finline-limit-2500 -ftree-vectorize -ffast-math -funsafe-loop-optimizations -Wunsafe-loop-optimizations -O3 -mfpmath=sse -msse -DHAVE_PORTAUDIO -DNDEBUG -I/usr/include/python2.5 -Ilibs/boost -Ilibs/property_tree -Ilibs/uuid -Ilibs/pri_queue -Ilibs/oscpack -Ilibs/muparser/include -Ilibs -Ilibs/sparsehash-0.9.1/src -Ilibs/libresample-0.1.3/include .sconf_temp/conftest_41.c
  |close failed: [Errno 9] Bad file descriptor
  |
scons: Configure: (cached) no


_______________________________________________
nova-dev mailing list
[email protected]
http://klingt.org/cgi-bin/mailman/listinfo/nova-dev
http://tim.klingt.org/nova

Reply via email to