Tim Blechmann wrote:
>> portaudio was the one I had the most problems, it is installed via fink,
>> but scons does not find it.
>
> i am not familiar with fink ... are the fink libraries/headers in the
> search path? (PATH environment variable)

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?

/sw/include/portaudio.h
/sw/lib/libportaudio.0.18.1.dylib
/sw/lib/libportaudio.0.dylib
/sw/lib/libportaudio.a
/sw/lib/libportaudio.dylib

/opt/local/include/portaudio.h
/opt/local/lib/libportaudio.2.0.0.dylib
/opt/local/lib/libportaudio.2.dylib
/opt/local/lib/libportaudio.a
/opt/local/lib/libportaudio.dylib
/opt/local/lib/libportaudio.la

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

Reply via email to