[CM] compilation problems
Rick Taube
taube@uiuc.edu
Thu, 8 Feb 2007 16:53:13 -0600
hmm. it seems to compile and load for me bpth from my home directory
and under the app as well...
i wonder if its a dylib path issue.
what happens if you save the file as
/Applications/CM.app/Contents/Resources/clm-3/granulate-sound.ins
and then do
(use-system :clm)
(compile-file "mus:clm-3;granulate-sound.ins")
(load *)
does it compile/load then? as i say it works in my homedir without
any problem, so im not sure whats going wrong.
CM> (use-system :clm)
; loading system definition from /Applications/CM.app/Contents/
Resources/clm-3/clm.asd into #<Package "ASDF127">
;Loading #P"/Applications/CM.app/Contents/Resources/clm-3/clm.asd"...
; registering #<SYSTEM "clm" #x8740706> as clm
;Loading #P"/Applications/CM.app/Contents/Resources/clm-3/all.lisp"...
;Loading #P"/Applications/CM.app/Contents/Resources/clm-3/walk.dfsl"...
;Loading #P"/Applications/CM.app/Contents/Resources/clm-3/clm-
package.dfsl"...
;Loading #P"/Applications/CM.app/Contents/Resources/clm-3/
initmus.dfsl"...
;Loading #P"/Applications/CM.app/Contents/Resources/clm-3/mcl-
doubles.dfsl"...
;Loading #P"/Applications/CM.app/Contents/Resources/clm-3/
sndlib2clm.dfsl"...
;Loading #P"/Applications/CM.app/Contents/Resources/clm-3/
defaults.dfsl"...
;Loading #P"/Applications/CM.app/Contents/Resources/clm-3/ffi.dfsl"...
;Loading #P"/Applications/CM.app/Contents/Resources/clm-3/mus.dfsl"...
;Loading #P"/Applications/CM.app/Contents/Resources/clm-3/run.dfsl"...
;Loading #P"/Applications/CM.app/Contents/Resources/clm-3/sound.dfsl"...
;Loading #P"/Applications/CM.app/Contents/Resources/clm-3/
defins.dfsl"...
;Loading #P"/Applications/CM.app/Contents/Resources/clm-3/env.dfsl"...
;Loading #P"/Applications/CM.app/Contents/Resources/clm-3/clm-
snd.dfsl"...
;Loading #P"/Applications/CM.app/Contents/Resources/clm-3/
export.dfsl"...
;Loading #P"/Applications/CM.app/Contents/Resources/clm-3/clm1.dfsl"...
#<SYSTEM "clm" #x863CA8E>
CM> (cd)
#P"/Users/hkt/"
CM> (Compile-file "granulate-sound.ins")
; Writing "/Users/hkt/clm_granulate_sound.c"
;Compiler warnings for "/Users/hkt/granulate-sound.ins" :
; Unused lexical variable CM::SCORETIME, in (CM::WRITE-EVENT
(GRANULATE-SOUND CM:CLM-FILE T)).; Compiling "/Users/hkt/
clm_granulate_sound.c"
#P"/Users/hkt/granulate-sound.dfsl"
T
NIL
CM> (load *)
#P"/Users/hkt/granulate-sound.dfsl"
CM>