[Stk] OS X - Missing "CoreAudio" on compile

Zach Archer Zach Archer <zkarcher@gmail.com>
Sat, 1 Oct 2005 11:09:58 -0700


Hi,

Brand new to this list... I'm trying to get STK to compile on Mac OS X 10.3.9 .

I'm following the directions in the INSTALL file that comes with the
distribution. In the stk-4.2.0 directory, I type (and get the
response): (scroll to the bottom to see the error)


$ ./configure
checking for gcc... gcc
checking for C compiler default output... 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 gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking termio.h usability... no
checking termio.h presence... no
checking for termio.h... no
checking for unistd.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether byte ordering is bigendian... yes
checking for RAWWAVE_PATH argument...
checking for INCLUDE_PATH argument...
checking whether to compile realtime support... yes
checking for cos in -lm... yes
checking for pthread_create in -lpthread... yes
checking for gettimeofday... yes
checking for select... yes
checking for socket... yes
checking whether to compile debug version... no
checking build system type... powerpc-apple-darwin7.9.0
checking host system type... powerpc-apple-darwin7.9.0
checking for audio API... checking CoreAudio/CoreAudio.h usability... no
checking CoreAudio/CoreAudio.h presence... no
checking for CoreAudio/CoreAudio.h... no
configure: error: CoreAudio and/or CoreMIDI header files not found!


Any idea what might be causing this? I'm stuck until I can get past this. Thanks

-- Zach