quicklisp error
I am attempting to move my lispworks application from an older computer to a new one. I use quicklisp, but encounter an error when trying to load what loads on my older computer on my new computer. I copied the quicklisp from my old computer to my new computer, and when that gave me an error, I installed a new quicklisp. In both cases, the error was the same.
; Loading /Applications/Aaushi/LispWorks 7.1 (64-bit)/Library/lib/7-1-0-0/load-on-demand/utilities/asdf.64xfasl on demand...
Warning: Using DEFPACKAGE to modify #<The QL-SETUP package, 25/32 internal, 3/16 external>.; Loading /Applications/Aaushi/LispWorks 7.1 (64-bit)/Library/lib/7-1-0-0/load-on-demand/processes/comm-defsys.lisp on demand...
;; Creating system "COMM"
; Loading /Applications/Aaushi/LispWorks 7.1 (64-bit)/Library/lib/7-1-0-0/load-on-demand/ccl/describe.64xfasl on demand...
**++++ Error between functions:
Package QL-BUNDLE not found.
**++++ Error between functions:
Symbol "BUNDLE-SYSTEMS" not found at all in the QUICKLISP-CLIENT package.
; *** 2 errors detected, no fasl file produced.
...... long backtrace in attached file
Quitting because of error:
COMPILE-FILE-ERROR while compiling #<ASDF/LISP-ACTION:CL-SOURCE-FILE "quicklisp" "bundle">
Any advice is appreciated.
Thanks,
Sheldon