[Openmcl-devel] Rebuilding CCL
Raffael Cavallaro
raffaelcavallaro at mac.com
Thu Jun 18 11:37:32 PDT 2009
On Jun 18, 2009, at 12:53 PM, Tim Bradshaw wrote:
> If I run the command-line application (which claims to be "1.3-
> r12265M (Darwinx8632)" now), and do a (require "COCOA"), this does
> start the IDE, but each time you run it it compiles a lot of stuff.
> That smells bad to me - is there some issue with file-dates which I do
> not understand?
I noticed the same thing a while back (February, according to the
Finder). As a workaround I found that this works and I've used it
successfully scores of times over the last several months:
-------- begin rebuild-ccl -----------
#! /bin/sh
cd ~/ccl
svn update
./dx86cl64 -e "(ccl:rebuild-ccl :full t :force t)" -e "(quit)"
./dx86cl64 -e "#-easygui (require 'cocoa-application) #+easygui nil"
./dx86cl -e "(ccl:rebuild-ccl :full t :force t)" -e "(quit)"
./dx86cl -e "#-easygui (require 'cocoa-application) #+easygui nil"
-------- end rebuild-ccl ------------
warmest regards,
Ralph
Raffael Cavallaro
raffaelcavallaro at me.com
More information about the Openmcl-devel
mailing list