[CM] build clm-4
andersvi at notam02.no
andersvi at notam02.no
Wed May 22 02:22:41 PDT 2013
>>>>> "J" == James Hearon <j_hearon at hotmail.com> writes:
J> Hi,
J> I'm trying to build clm-4 for lisp on fedora18, and not sure everything compiled.
J> After compilation I tried:
J> (compile-file "v.ins")
J> (load "v")
J> (with-sound () (fm-violin 0 1 440 .1))
J> But get: The function COMMON-LISP-USER::FM-VIOLIN is undefined.
The compilation looks ok. Id check if things happen in the right
packages. Try evaluating:
(package-name (symbol-package 'fm-violin))
and see if its the same as the package youre working in:
(package-name *package*)
-anders
More information about the Cmdist
mailing list