I am able to build,load, start and stop rts on a CCRMA machine when i login remotely:

* (lisp-implementation-version)
"0.9.7"

* (use-system :rts)

; loading system definition from /user/h/hkt/rts/rts.asd into
; #<PACKAGE "ASDF6151">
; loading #P"/user/h/hkt/rts/rts.asd"
; registering #<SYSTEM :RTS {BD20621}> as RTS
; compiling file "/user/h/hkt/rts/cffi-scheduler.lisp" (written 13 MAY 2006 08:09:26 AM):

; /user/h/hkt/rts/cffi-scheduler.fasl written
; compilation finished in 0:00:01
; loading #P"/user/h/hkt/rts/cffi-scheduler.fasl"
; compiling file "/user/h/hkt/rts/cm-scheduler.lisp" (written 03 MAY 2006 08:51:13 AM):

; /user/h/hkt/rts/cm-scheduler.fasl written
; compilation finished in 0:00:00
; loading #P"/user/h/hkt/rts/cm-scheduler.fasl"
#<ASDF:SYSTEM "rts" {BD20621}>

* (rts)

; RTS running
* (rts-stop)

; RTS stopped.

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

Reply via email to