[Openmcl-devel] Compiling Level-1 Change
Gary Byers
gb at clozure.com
Wed Sep 7 13:49:15 PDT 2005
On Wed, 7 Sep 2005, David L. Rager wrote:
> Hello All,
>
> I made a change to level-1/l1-processes.lisp, and I'm having trouble getting
> the change to be part of the compilation. I do get a functional image at the
> end of it - it's just that my change doesn't stick.
>
> I run the following commands, as taken from the website:
>
> cd /Applications/openmcl-dev/ccl/lisp-kernel/darwin
> make clean
> make
> cd /Applications/openmcl-dev/ccl/
> /Applications/openmcl-0.14.3/ccl/scripts/openmcl
> (xload-level-0)
> (compile-ccl)
Did you see a message indicating that (at least) level-1/l1-processes.lisp
was being compiled here ?
> (quit)
> ./dppccl ppc-boot.image ;; this image was
> downloaded from the web
"ppc-boot.image" is normally created by (XLOAD-LEVEL-0).
> (save-application "dppccl.image")
> scripts/openmcl
>
>
> Is there an extra step I should be doing that I'm not? I might just need to
> download a different image.
Is it possible that you have a few different "ccl" heirarchies installed,
and that different "openmcl" invoke different kernel/image combinations
in different directories? There seem to be "ccl" directories in
/Applications/openmcl-dev/ccl and in /Applications/openmcl-0.14.3/ccl, at
least; you 'cd'-ed to /Applications/openmcl-dev/ccl/, then invoked
/Applications/openmcl-0.14.3/ccl/scripts/openmcl to compile, then
invoked /Applications/openmcl-dev/scripts/openmcl, and that didn't
seem to have picked up your change.
Whatever the details, I'd suspect something similar.
>
> Thanks,
> David
>
> _______________________________________________
> Openmcl-devel mailing list
> Openmcl-devel at clozure.com
> http://clozure.com/mailman/listinfo/openmcl-devel
>
>
More information about the Openmcl-devel
mailing list