On Jul 16, 2007, at 1:55 PM, Joshua Parmenter wrote:

So... I had to hand make and copy grace.asd to Grace.app/Contents/ Resources/grace

you need more than that file! if you are using the handmade Makefile it has an install rule:

        cd build
        make -f Makefile.osx install

other wise do this

        cd build
        mkdir -p Grace.app/Contents/Resources/grace
        cp ../src/*.{asd,lisp} Grace.app/Contents/Resources/grace
        cd Grace.app/Contents/Resources/
        cvs checkout cm


Then, when I tried start lisp:

Launching /usr/local/bin/sbcl --eval '(load "/Users/joshp/src/grace/ build/Grace.app/Contents/Resources/grace/grace.asd")' --eval '(asdf:oos (quote asdf:load-op) "grace")' --eval '(grace:start- server 8000 "/Users/joshp/Library/Caches/Grace/temp0grace")'
Polling socket server..................... =:(
Connection failed.

it looks like /usr/local/bin/sbcl isnt booting, or the .asd isnt being loaded for some reason?

start the app from the terminal as described in INSTALL and then look to see whats happening to sbcl as it boots.


The LISP config wouldn't let me point to the source outside the directory.

not sure what you mean? you can set the Lisp systems directory to any directory in the config windows. Grace will look there first for the grace/grace.asd file, then under the resrouce direcory.
you can load any ASDF "by hand" using Lisp>Load System>Load... menu item

sbcl works fine on my macs and my planetccrma box.



Thanks,

Josh



On Jul 16, 2007, at 11:32 AM, Rick Taube wrote:

if nothing works, try this handmade Makefile and tell me if that works. i cobbled it up after a fit of depression caused by reading the automake manual

make -f Makefile.osx  JUCEDIR=/path/to/juce

make -f Makefile.osc install

<Makefile.osx>

******************************************
Joshua Parmenter
University of Washington
Center for Digital Arts and Experimental Media
School of Music
Seattle, Washington 98195

http://www.realizedsound.net/josh/
http://www.dxarts.washington.edu



_______________________________________________
Cmdist mailing list
[email protected]
http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist

_______________________________________________
Cmdist mailing list
[email protected]
http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist

Reply via email to