[CM] clm build problem on darwin
Rick Taube
taube@uiuc.edu
Mon, 22 Aug 2005 14:38:55 -0500
When I compile todays tarball of CLM from ccrma ftp server I get this
error:
? (load "/Lisp/adm/clm")
; running cd /Lisp/clm-3/ && ./configure --quiet --with-doubles
--with-float-samples
; Compiling "/Lisp/clm-3/io.c"
; Compiling "/Lisp/clm-3/headers.c"
; Compiling "/Lisp/clm-3/audio.c"
; Compiling "/Lisp/clm-3/sound.c"
; Compiling "/Lisp/clm-3/clm.c"
In file included from /Lisp/clm-3/clm.c:34:
/Lisp/clm-3/clm.h:165:20: sndlib.h: No such file or directory
; Compiling "/Lisp/clm-3/sc.c"
; Compiling "/Lisp/clm-3/cmus.c"
In file included from /Lisp/clm-3/cmus.h:14,
from /Lisp/clm-3/cmus.c:34:
/Lisp/clm-3/clm.h:165:20: sndlib.h: No such file or directory
So I edited clm.h and changed "sndlib.h" to "_sndlib.h" deleted all .o
and fasls and tried again -- this time clm loaded and v.ins compiled,
loaded and wrote test.snd BUT sndplay doesnt play it. i tried sndplay
in the terminal too but still nothing. however qtime will play the
test.snd so output is ok.
i dont notice any warnings or skipped files in the second build process
so im stumped.