I am trying to compile audacity 1.3.6 on FreeBSD 7.1 amd64 and I keep getting this configure error when it does the configure for portmixer.
checking for grep that handles long lines and -e… /usr/bin/grep
checking for egrep… /usr/bin/grep -E
checking for ANSI C header files… yes
checking whether to compile debug version… no
configure: WARNING: “Missing support in portaudio.h”
configure: error: “Your version of portaudio does not include required functions”
configure: error: ./configure failed for lib-src/portmixer
And some useful information:
host=‘amd64-portbld-freebsd7.1’
host_alias=‘’
host_cpu=‘amd64’
host_os=‘freebsd7.1’
host_vendor=‘portbld’
Any idea on what’s missing?