>>>>> "J" == James Hearon <[email protected]> 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

_______________________________________________
Cmdist mailing list
[email protected]
http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist

Reply via email to