hey, i'm trying to build cvs so that i can test the --enable-threadedsf option in my sound installation. here is output from my attempt to build it:
[root@io25 src]# make
cc -g -O2 -DPD -Wall -W -Wstrict-prototypes -Wno-unused
-Wno-parentheses -Wno-switch -O6 -funroll-loops -fomit-frame-pointer
-DDL_OPEN -DPA_USE_OSS -DPA_LITTLE_ENDIAN -DUSEAPI_OSS
-I../portaudio/pa_common -I../portaudio/pablio
-I../portaudio/portmidi-macosx -fno-strict-aliasing -DPA_USE_ALSA
-DUSEAPI_ALSA -DUSEAPI_JACK -DINSTALL_PREFIX="/usr/local" -I. -c -o
../obj/s_main.o s_main.c
s_main.c: In function openit': s_main.c:188: warning: implicit declaration of function
close'
s_main.c: In function sys_findprogdir': s_main.c:495: error:
statbuf' undeclared (first use in this function)
s_main.c:495: error: (Each undeclared identifier is reported only once
s_main.c:495: error: for each function it appears in.)
make: *** [s_main.o] Error 1
any idea what im missing?