Hi again,

I'm setting up my parallel windows install. I follow the
instructions on the wiki, install packages by unzipping them
in the [SBCL]/site directory (do I need to do anything else?).
I use the lispbuilder-sdl-0.9.7.tgz and
win32-lispbuilder-sdl-binaries.tgz from the lispbuilder
download site.

Then, I fire up SBCL, and run the following:

(require :asdf)
(dolist (dir (directory "c:\\Program Files\\Steel Bank Common
Lisp\\1.0.22\\site\\*\\"))
  (pushnew dir asdf:*central-registry* :test #'equal))
(asdf:operate 'asdf:load-op :lispbuilder-sdl)

This yields the below error.  Any ideas?

Thank you,
Greg

-------------------------------
(asdf:operate 'asdf:load-op :lispbuilder-sdl)
; loading system definition from
; c:\Program Files\Steel Bank Common
Lisp\1.0.22\site\lispbuilder-sdl\lispbuilder-sdl.asd
; into #<PACKAGE "ASDF0">
...
; c:\Program Files\Steel Bank Common Lisp\1.0.22\site\babel\babel.asd into
; #<PACKAGE "ASDF0">

debugger invoked on a SIMPLE-ERROR: EXCEPTION_ACCESS_VIOLATION

Type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL.

restarts (invokable by number or by possibly-abbreviated name):
  0: [ABORT] Exit debugger, returning to top level.

(SB-KERNEL:HANDLE-WIN32-EXCEPTION
 #.(SB-SYS:INT-SAP #X0022D62C)
 #.(SB-SYS:INT-SAP #X0022D610))
0] ; in: LAMBDA NIL
;     (SETF (SB-PCL::CLOS-SLOTS-REF SB-PCL::.SLOTS. 9)
;             (SB-PCL::WITH-TYPE-CHECKED (T NIL) 'NIL))
; --> LET* MULTIPLE-VALUE-BIND LET FUNCALL SB-C::%FUNCALL
; --> #<SB-C::DEFINED-FUN :%SOURCE-NAME (SETF SB-PCL::CLOS-SLOTS-REF) :INLINEP :
INLINE :FUNCTIONAL #<SB-C::CLAMBDA :%SOURCE-NAME (SETF SB-PCL::CLOS-SLOTS-REF) :
%DEBUG-NAME NIL :KIND :ZOMBIE :TYPE #<SB-KERNEL:BUILT-IN-CLASSOID FUNCTION (read
-only)> :WHERE-FROM :DEFINED :VARS (SB-PCL::NEW-VALUE SB-PCL::SLOTS SB-INT:INDEX
) {24703649}> {24702DB9}>
; --> BLOCK SETF SB-KERNEL:%SVSET SB-KERNEL:%ASET
; --> SB-KERNEL:HAIRY-DATA-VECTOR-SET MULTIPLE-VALUE-BIND MULTIPLE-VALUE-CALL
; ==>
;   #'(LAMBDA (&OPTIONAL (ARRAY) (SB-INT:INDEX) &REST #:G147)
;       (DECLARE (IGNORE #:G147))
;       (DECLARE (TYPE (SIMPLE-ARRAY T 1) ARRAY) (TYPE T SB-C::NEW-VALUE))
;       (SB-KERNEL:DATA-VECTOR-SET ARRAY SB-INT:INDEX SB-C::NEW-VALUE))
;
; caught WARNING:
;   Starting a select without a timeout while interrupts are disabled.
_______________________________________________
application-builder mailing list
[email protected]
http://www.lispniks.com/mailman/listinfo/application-builder

Reply via email to