Loading the latest asdf.lisp ;;; hash - 7e34af2cdcb62c007ac4751bbbff543dd7d117ba
In Lispworks 6.0 yields the following error:


CL-USER 1 > (load "~/Desktop/asdf")
; Loading text file /Users/yvdriess/Desktop/asdf.lisp

Error: Symbol "ENVIRONMENT-XIABLE" not found at all in the LISPWORKS package.
  1 (continue) Make a new symbol.
  2 Try loading ~/Desktop/asdf again.
  3 Give up loading ~/Desktop/asdf.
  4 Try loading another file instead of ~/Desktop/asdf.
  5 (abort) Return to level 0.
  6 Return to top loop level 0.

Type :b for backtrace or :c <option number> to proceed.
Type :bug-form "<subject>" for a bug report template or :? for other options.

ASDF 2 : 1 > :b
Call to ERROR
Call to CERROR
Call to (HARLEQUIN-COMMON-LISP:SUBFUNCTION 1 LOAD)
Call to LOAD
Call to EVAL
Call to CAPI::CAPI-TOP-LEVEL-FUNCTION
Call to CAPI::INTERACTIVE-PANE-TOP-LOOP
Call to MP::PROCESS-SG-FUNCTION


An older version of asdf.lisp still works though, $Revision: 1.118 $