Portaudio issue in 1.3.4
Posted: Fri Nov 16, 2007 5:51 am
I'm trying to compile 1.3.4 on FreeBSD 7.0 amd64 but I keep getting this configure error. It compiled fine on 1.3.3 but now it says portaudio doesn't include required functions. Any idea on how to fix this issue? configure output is below.
=== configuring in lib-src/portmixer (/usr/ports/audio/audacity-devel/work/audacity-src-1.3.4-beta/lib-src/portmixer)
configure: running /bin/sh ./configure '--prefix=/usr/local' '--with-portaudio=v19' '--with-libmad=system' '--with-vorbis=system' '--with-id3tag=system' '--x-libraries=/usr/local/lib' '--x-includes=/usr/local/include' '--mandir=/usr/local/man' '--infodir=/usr/local/info/' 'amd64-portbld-freebsd7.0' 'build_alias=amd64-portbld-freebsd7.0' 'host_alias=amd64-portbld-freebsd7.0' 'target_alias=amd64-portbld-freebsd7.0' 'CC=cc' 'CFLAGS=-O2 -fno-strict-aliasing -pipe -march=opteron -I/usr/local/include ' 'LDFLAGS= -L/usr/local/lib -pthread' 'CPPFLAGS= -I/usr/local/include ' 'CXX=c++' 'CXXFLAGS=-O2 -fno-strict-aliasing -pipe -march=opteron' '--with-wx-config=/usr/local/bin/wxgtk2-2.8-config' '--with-pa-include=../portaudio-v19/include' --cache-file=/dev/null --srcdir=.
configure: WARNING: you should use --build, --host, --target
checking for amd64-portbld-freebsd7.0-gcc... cc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking for amd64-portbld-freebsd7.0-ranlib... no
checking for ranlib... ranlib
checking for ar... /usr/bin/ar
checking how to run the C preprocessor... cc -E
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
===> Script "configure" failed unexpectedly.
=== configuring in lib-src/portmixer (/usr/ports/audio/audacity-devel/work/audacity-src-1.3.4-beta/lib-src/portmixer)
configure: running /bin/sh ./configure '--prefix=/usr/local' '--with-portaudio=v19' '--with-libmad=system' '--with-vorbis=system' '--with-id3tag=system' '--x-libraries=/usr/local/lib' '--x-includes=/usr/local/include' '--mandir=/usr/local/man' '--infodir=/usr/local/info/' 'amd64-portbld-freebsd7.0' 'build_alias=amd64-portbld-freebsd7.0' 'host_alias=amd64-portbld-freebsd7.0' 'target_alias=amd64-portbld-freebsd7.0' 'CC=cc' 'CFLAGS=-O2 -fno-strict-aliasing -pipe -march=opteron -I/usr/local/include ' 'LDFLAGS= -L/usr/local/lib -pthread' 'CPPFLAGS= -I/usr/local/include ' 'CXX=c++' 'CXXFLAGS=-O2 -fno-strict-aliasing -pipe -march=opteron' '--with-wx-config=/usr/local/bin/wxgtk2-2.8-config' '--with-pa-include=../portaudio-v19/include' --cache-file=/dev/null --srcdir=.
configure: WARNING: you should use --build, --host, --target
checking for amd64-portbld-freebsd7.0-gcc... cc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking for amd64-portbld-freebsd7.0-ranlib... no
checking for ranlib... ranlib
checking for ar... /usr/bin/ar
checking how to run the C preprocessor... cc -E
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
===> Script "configure" failed unexpectedly.