> it's the same in ubuntu 9.10 I don't have a problem in FC 11, 64-bit, using sbcl 1.0.29:
/home/bil/clm/ sh /home/bil/test/sbcl-1.0.29-x86_64-linux/run-sbcl.sh (running SBCL from: /home/bil/test/sbcl-1.0.29-x86_64-linux) This is SBCL 1.0.29, an implementation of ANSI Common Lisp. More information about SBCL is available at <http://www.sbcl.org/>. SBCL is free software, provided as is, with absolutely no warranty. It is mostly in the public domain; some portions are provided under BSD-style licenses. See the CREDITS and COPYING files in the distribution for more information. * (load "all.lisp") ; running cd /home/bil/clm/ && ./configure --quiet --with-doubles --with-float-samples -- with-alsa ; Compiling "/home/bil/clm/io.c" ; Compiling "/home/bil/clm/headers.c" ; Compiling "/home/bil/clm/audio.c" ; Compiling "/home/bil/clm/sound.c" ; Compiling "/home/bil/clm/clm.c" ; Compiling "/home/bil/clm/cmus.c" ; Creating "/home/bil/clm/libclm.so" ;;gcc -shared -fPIC -o /home/bil/clm/libclm.so /home/bil/clm/headers.o /home/bil/clm/audio.o /home/bil/clm/io.o /home/bil/clm/sound.o /home/bil/clm/clm.o /home/bil/clm/cmus.o -lasound ;compiling /home/bil/clm/clm-package.lisp ;loading /home/bil/clm/clm-package.fasl ;compiling /home/bil/clm/initmus.lisp ;loading /home/bil/clm/initmus.fasl ;compiling /home/bil/clm/sndlib2clm.lisp ;loading /home/bil/clm/sndlib2clm.fasl ;compiling /home/bil/clm/defaults.lisp ;loading /home/bil/clm/defaults.fasl; Building sndplay program: "/home/bil/clm/sndplay" ;compiling /home/bil/clm/ffi.lisp ;loading /home/bil/clm/ffi.fasl ;compiling /home/bil/clm/mus.lisp ;loading /home/bil/clm/mus.fasl ;compiling /home/bil/clm/run.lisp ;loading /home/bil/clm/run.fasl ;compiling /home/bil/clm/sound.lisp ;loading /home/bil/clm/sound.fasl ;compiling /home/bil/clm/defins.lisp ;loading /home/bil/clm/defins.fasl ;compiling /home/bil/clm/env.lisp ;loading /home/bil/clm/env.fasl ;compiling /home/bil/clm/export.lisp ;loading /home/bil/clm/export.fasl ;compiling /home/bil/clm/clm1.lisp ;loading /home/bil/clm/clm1.fasl T * (compile-file "v.ins") ; Writing "/home/bil/clm/clm_FM_VIOLIN.c" ; Compiling "/home/bil/clm/clm_FM_VIOLIN.c" ; Creating shared object file "/home/bil/clm/clm_FM_VIOLIN.so" ; file: /home/bil/clm/v.ins [...] ; compilation unit finished ; caught 6 STYLE-WARNING conditions #P"/home/bil/clm/v.fasl" T NIL * (load "v") T * (with-sound () (fm-violin 0 1 440 .1)) "test.snd" * (exit) There was an earlier bug report for the 64-bit Mac case, but we were unable to get any reasonable error message from sbcl. I don't have a 64-bit Mac, so I'm at a loss. _______________________________________________ Cmdist mailing list [email protected] http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist
