Tim Blechmann wrote:
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?

gcc -o .sconf_temp/conftest_9.o -c -DHAVE_UNISTD_H -DHAVE_SEMAPHORE_H -DHAVE_TIMES_H -I/opt/local/Library/Frameworks/Python.framework/Versions/2.4/include/python2.4 .sconf_temp/conftest_9.c
.sconf_temp/conftest_9.c:3:23: error: portaudio.h: No such file or directory
scons: Configure: no

obviously none of the mentioned directories appear in the searchpath, although
nyc-calling:nova-0.1 marius$ echo $PATH
/sw/bin:/sw/sbin:/Library/Frameworks/Python.framework/Versions/Current/bin:/bin:/sbin:/usr/local/bin:/usr/bin:/usr/sbin:/sw/include:/usr/local/bin:/usr/texbin:/opt/local/bin:/opt/local/include:/opt/local/lib:/sw/lib:/sw/include:/usr/X11R6/bin

don't know where to set the path so that scons can find it.

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