Am Donnerstag, den 13. März 2003 um 21:31:02 Uhr (+0100) schrieb pix:
you need to specify a module too, eg:
cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/pure-data co
-r devel_0_36 pd
that worked, thanks. Compiling now stops with the following error:
cc -DPD -DUNIX -Wall -W -Wstrict-prototypes -Werror -Wno-unused -Wno-parentheses -Wno-switch -O6 -funroll-loops -fomit-frame-pointer -DDL_OPEN -DALSA01 -DJACK -DINSTALL_PREFIX="/usr/local" -I. -c -o ../obj/s_linux.o s_linux.c
cc1: warnings being treated as errors
s_linux.c: In function process': s_linux.c:2093: warning: implicit declaration of function
pthread_cond_broadcast'
s_linux.c: In function jack_open_audio': s_linux.c:2323: warning: implicit declaration of function
pthread_mutex_init'
s_linux.c:2324: warning: implicit declaration of function pthread_cond_init' s_linux.c: In function
jack_send_dacs':
s_linux.c:2346: warning: implicit declaration of function `pthread_cond_wait'
make: *** [s_linux.o] Fehler 1
orm@grisey:~/pd/pd-co/pd/src$
I configured with --enable-alsa and --disable-jack
Are there other flags to set?
-- Orm