Hi, I'm trying to build clm-4 for lisp on fedora18, and not sure everything compiled.
After compilation I tried: (compile-file "v.ins") (load "v") (with-sound () (fm-violin 0 1 440 .1)) But get: The function COMMON-LISP-USER::FM-VIOLIN is undefined. I'm wondering if I have it right and everything was built since only exe I see in the clm-4 folder is sndplay. [fedora2@localhost clm-4]$ sbcl This is SBCL 1.1.2-1.fc18, 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") ; using existing configuration file mus-config.h ; Compiling "/opt/clm-4/io.c" ; Compiling "/opt/clm-4/headers.c" ; Compiling "/opt/clm-4/audio.c" ; Compiling "/opt/clm-4/sound.c" ; Compiling "/opt/clm-4/clm.c" ; Compiling "/opt/clm-4/cmus.c" ; Creating "/opt/clm-4/libclm.so" ;;gcc -shared -fPIC -o /opt/clm-4/libclm.so /opt/clm-4/headers.o /opt/clm-4/audio.o /opt/clm-4/io.o /opt/clm-4/sound.o /opt/clm-4/clm.o /opt/clm-4/cmus.o -lasound ;compiling /opt/clm-4/clm-package.lisp ;loading /opt/clm-4/clm-package.fasl ;compiling /opt/clm-4/initmus.lisp ;loading /opt/clm-4/initmus.fasl ;compiling /opt/clm-4/sndlib2clm.lisp ;loading /opt/clm-4/sndlib2clm.fasl ;compiling /opt/clm-4/defaults.lisp ;loading /opt/clm-4/defaults.fasl; Building sndplay program: "/opt/clm-4/sndplay" ;compiling /opt/clm-4/ffi.lisp ;loading /opt/clm-4/ffi.fasl ;compiling /opt/clm-4/mus.lisp ;loading /opt/clm-4/mus.fasl ;compiling /opt/clm-4/run.lisp ;loading /opt/clm-4/run.fasl ;compiling /opt/clm-4/sound.lisp ;loading /opt/clm-4/sound.fasl ;compiling /opt/clm-4/defins.lisp ;loading /opt/clm-4/defins.fasl ;compiling /opt/clm-4/env.lisp ;loading /opt/clm-4/env.fasl ;compiling /opt/clm-4/export.lisp ;loading /opt/clm-4/export.fasl ;compiling /opt/clm-4/clm1.lisp ;loading /opt/clm-4/clm1.fasl T *
_______________________________________________ Cmdist mailing list [email protected] http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist
