[info-mcl] Error while building

Peter p2.edoc at googlemail.com
Mon Nov 17 00:45:30 CST 2008


At 12:47 PM -0500 08/11/16, Scott Amort wrote:
>Hello,
>
>I am trying to build a software package for OS X 10.5 on a PPC machine
>using MCL-5.1 (currently the demo version). The software in question and
>build instructions are available here:
>
>http://recherche.ircam.fr/equipes/repmus/OpenMusic/dev-doc/build-om5/buildmacos.html
>
>It loads/compiles all of the lisp files, but throws an error while
>attempting to save the executable image. The error is:
>
>  > Error: phooey
>  > While executing: CCL::NAV-CHOOSE-NEW-FILE-DIALOG
>  > Type Command-. to abort.
>
>It doesn't really give me much to go on. I've tried to build the package
>in MCL-5.2, but it appears to duplicate various functions that are now
>in the kernel. I get various errors such as:
>
>  > Error: The function XXX is already defined in the MCL kernel.
>
>Does the demo version of MCL-5.1 limit saving images? Is there a guide
>somewhere on how to move a project from MCL-5.1 to MCL-5.2?
>
>If anyone could offer me some advice, or nudge me in the right
>direction, I would really appreciate it.

Are you running the 5.1 patches 
<ftp://ftp.digitool.com/mcl/patches/MCL-5.1-patches.dmg.bin>, they 
include changes to event-wdef (which I assume is the source of your 
Phooey error in CCL::NAV-CHOOSE-NEW-FILE-DIALOG)?

You can build/save applications with MCL 5.1 Demo Version, but they 
are time limited.

You don't say what MacOS you are using, I presume MCL 5.1 was 
primarily Tiger compatible.

I don't know of any guide on how to move a project from MCL-5.1 to 
MCL-5.2 but you can start with the "@Release Notes 5.2" file.

It might be worth listing in detail all the incompatibilities and 
errors that you get, and the context in which you get them.  Not just 
to help others help you, but to help yourself.

Perhaps the author of recherche.ircam.fr has been here before you.



More information about the info-mcl mailing list