[CM] newbie on OSX - graceCL and sbcl...
Heinrich Taube
taube at uiuc.edu
Tue, 12 Feb 2008 20:05:41 -0600
use /Applications/Utilities/Console application to see what mightbe
going wrong. look in the console log
also you might want to delete any prefernecs and any fasls under the
app first:
rm ~/Library/Preferences/Grace*
rm /Applications/musica/GraceCL.app/Contents/Resources/grace/*.fasl
you could also try pasting this part of the startup into the Terminal
to see what happens:
/usr/local/bin/sbcl --eval '(load "/Applications/musica/GraceCL.app/
Contents/Resources/grace/grace.asd")' --eval '(asdf:oos (quote
asdf:load-op) "grace")'
you can also try starting GraceCL from inide the Terminal so you see
the debuggin printout, the file doc/install.html tells you how to do
this.
On Feb 12, 2008, at 6:27 PM, padovani wrote:
> Hi,
> I am a newbie with macs and I am trying to configure grace to run
> sbcl....
> So... when I run "/usr/local/bin/sbcl" I get sbcl running without
> problems, but with grace I get this:
>
> GraceCL 1.0.1 (rev 1568)
> (c) 2007 Todd Ingalls, Rick Taube
> Launching /usr/local/bin/sbcl --eval '(load "/Applications/musica/
> GraceCL.app/Contents/Resources/grace/grace.asd")' --eval '(asdf:oos
> (quote asdf:load-op) "grace")' --eval '(grace:start-server 8000 "/
> Users/ze/Library/Caches/GraceCL/temp0grace")'
> Polling socket server............................... =:(
> Connection failed.
>
> any idea?
>
> _______________________________________________
> Cmdist mailing list
> Cmdist@ccrma.stanford.edu
> http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist