[Openmcl-devel] CCL rebuild for the naive

Raffael Cavallaro raffaelcavallaro at mac.com
Mon Jun 29 13:03:47 PDT 2009


On Jun 29, 2009, at 6:14 AM, Tim Bradshaw wrote:

> Is there anything I am missing?

As I mentioned in an earlier reply on this subject, I had similar  
problems and found that the following made them go away:

./dx86cl64 -e "#-easygui (require 'cocoa-application) #+easygui nil"

I.e., for some reason conditionalizing execution on the presence of  
the gui package works where the unconditional execution doesn't. Don't  
know why though.

Here's the full script:

--- 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 ---

regards,

Ralph


Raffael Cavallaro
raffaelcavallaro at me.com








More information about the Openmcl-devel mailing list