CM rebuild bug?

Jim Ravan Jim_Ravan@avid.com
Wed, 13 Nov 1996 08:55:41 -0500


I was trying to build CM last night and ran into a problem. I'm using
MCL 3.0p2 on a Mac IIci.

First I compiled everything. Then, because I didn't really understand
what to do next, I said "Save" and then I quit MCL. Well, the save
actually only saved the listener output text and not the image. So then
I tried to rebuild by executing the build script again. Note that this
time, all the .fasl files exist. I got the following output:

----------------------------------------------------------------
*** Make CM (Type ? for help, EXIT to exit)

Where is the Common Music source directory?: (<cr>=Craft:MCL:Additional
MCL Source Code:CCL 3.0p2:) Craft:Jim:cm:
*** Source directory set to Craft:Jim:cm:.

Directory for compiled files: (<cr>=Craft:Jim:cm:) Craft:Jim:cm:bin:
*** Binary directory set to Craft:Jim:cm:bin:.

Directory for local site files: (<cr>=Craft:Jim:cm:site:) 
*** Site directory set to Craft:Jim:cm:site:.

Save Common Music? (<cr>=If-No-Compile) no
*** Will not save Common Music.

List of syntaxes to use: (<cr>=(:MIDI :CSOUND)) 
*** Syntaxes set to (:MIDI :CSOUND).

Build Common Music with Capella? (y or n) (<cr>=y) 
*** Will include Capella.

Extensions to be added:
    Add (<cr>=done) 
*** No extensions.

*** End Setup.
*** Building Common Music with parameters:

    :CM-DIRECTORY                       "Craft:Jim:cm:"
    :CM-IMAGE-NAME                      NIL
    :SITE-DIRECTORY                     "Craft:Jim:cm:site:"
    :BIN-DIRECTORY                      "Craft:Jim:cm:bin:"
    :CLM-DIRECTORY                      NIL
    :CMN-DIRECTORY                      NIL
    :SAVE?                              NIL
    :SYNTAXES                           '(:MIDI :CSOUND)
    :CAPELLA                            T
    :EXTENSIONS                         NIL
Save these values to a local configuration script? (y or n) (<cr>=y) n

*** Ready to go!  Type <cr> to proceed or EXIT to exit: (<cr>=proceed) 

*** Starting build process, this may take a while...
;Loading #P"Craft:Jim:cm:bin:walk.fasl"...
> Error: File "ccl:library;loop" does not exist.
> While executing: CCL::%LOAD
> Type Command-. to abort.
See the Restarts… menu item for further choices.
1 > 
Aborted
? 
----------------------------------------------------------------

So why can't MCL find "loop". It exists in the library folder.
I also tried skipping the load and continuing, but it had the same
problem trying to find "ff" later on.

Does anyone have any idea what the problem might be?

I'm trying to get a cm image that I can debug and make additions to.
If I let the build script save the image, I don't get any debug
information.

regards,
-jim