English 中文(简体)
在Vista的肢体下开脱
原标题:Error starting sbcl under slime on Vista

我会遇到麻烦,让SBCL开始lim。 我把事情 up倒,我不知道如何恢复。 直到我......为止。

如果有问题,通过 as装包装。 在那个时候,我开始把提供给SBCL的 as子gg起来,看看什么是错的。 我所作的唯一变化是,一旦我弄清错误,我就去掉了一个(突破)。 在我试图开始SBCL之前,所有人均罚款。

然后,我想到一个小数的汇编错误,他说, as子的年纪比 as子的卷宗要长。 这对我来说是有意义的,因此,我与福夫·法斯尔进行了对比。 目前获得的产出是:

(progn (load "c:\emacs-23.1\site-lisp\slime\swank-loader.lisp" :verbose t) (funcall (read-from-string "swank-loader:init")) (funcall (read-from-string "swank:start-server") "c:\Users\GILESR~1\AppData\Local\Temp\slime.3068" :coding-system "iso-latin-1-unix"))

This is SBCL 1.0.37, an implementation of ANSI Common Lisp.
More information about SBCL is available at <http://www.sbcl.org/>.

SBCL is free software, provided as is, with absolutely no warranty.
It is mostly in the public domain; some portions are provided under
BSD-style licenses.  See the CREDITS and COPYING files in the
distribution for more information.

This is experimental prerelease support for the Windows platform: use
at your own risk.  "Your Kitten of Death awaits!"
* 
; loading #P"c:\emacs-23.1\site-lisp\slime\swank-loader.lisp"
; loading #P"c:\hacking\emacs\.slime\fasl\2010-07-30\sbcl-1.0.37-win32-x86\swank-backend.fasl"
; loading #P"c:\hacking\emacs\.slime\fasl\2010-07-30\sbcl-1.0.37-win32-x86\swank-source-path-parser.fasl"
; loading #P"c:\hacking\emacs\.slime\fasl\2010-07-30\sbcl-1.0.37-win32-x86\swank-source-file-cache.fasl"

; compiling file "c:\emacs-23.1\site-lisp\slime\swank-sbcl.lisp" (written 22 JUL 2010 08:15:02 AM):

; file: c:emacs-23.1site-lispslimeswank-sbcl.lisp
; in: EVAL-WHEN (:COMPILE-TOPLEVEL :LOAD-TOPLEVEL :EXECUTE)
;     (REQUIRE  SWANK-BACKEND::SB-BSD-SOCKETS)
; 
; caught ERROR:
;   (during compile-time-too processing)
;   The function ASDF::MODULE-PROVIDE-ASDF is undefined.

;     (REQUIRE  SWANK-BACKEND::SB-INTROSPECT)
; 
; caught ERROR:
;   (during compile-time-too processing)
;   The function ASDF::MODULE-PROVIDE-ASDF is undefined.

;     (REQUIRE  SWANK-BACKEND::SB-POSIX)
; 
; caught ERROR:
;   (during compile-time-too processing)
;   The function ASDF::MODULE-PROVIDE-ASDF is undefined.

;     (REQUIRE  SWANK-BACKEND::SB-CLTL2)
; 
; caught ERROR:
;   (during compile-time-too processing)
;   The function ASDF::MODULE-PROVIDE-ASDF is undefined.
; 
; compilation unit aborted
;   caught 1 fatal ERROR condition
;   caught 4 ERROR conditions
;
; compilation aborted because of fatal error:
;   SB-INT:SIMPLE-READER-PACKAGE-ERROR at 1839 (line 62, column 18) on #<SB-SYS:FD-STREAM
;                                                                        for "file c:\emacs-23.1\site-lisp\slime\swank-sbcl.lisp"
;                                                                        {24564B89}>:
;     package "SB-POSIX" not found
;   ; compilation aborted after 0:00:00.045

;; 
;; Error while compiling c:emacs-23.1site-lispslimeswank-sbcl.lisp:
;;   COMPILE-FILE returned NIL.
;; Aborting.

因此,在我重新编造的堡垒中,它没有发现它所需要的一些障碍。 为了解决这一难题,我清醒地完成了SBCL的彻底清醒和重组。 无。 我在我的包裹中都没有。

最新信息:在考虑代谢源代码时,档案中无疑有缺失的职能。 我认为,阻止他们编纂成文是:

#+(and sbcl sbcl-hooks-require)

我对议会的了解目前不足以汇编环境中的 as夫档案,从而引发上述有条件的汇编说明。

最佳回答

我用以下步骤来处理这个问题:

  1. Fire up sbcl from Windows start menu.
  2. 在专题清单中添加斜线要求符号的以下代码:

    (push :sbcl-hooks-require features)

  3. Recompile asdf.lisp. 为了做到这一点,我需要在已安装的C:Program文档Steel...目录之外再做成像,因为在Windowsista的UAC将停止书写。 例如:

    (编著“C:foobarasdf.lisp”)

  4. 向C:Program 案 钢材......超高原。

最新信息:中继流格式已经冲出一些代码。 该法典应当如下:

(push :sbcl-hooks-require *features*)
(compile-file "C:\foobar\asdf.lisp")
问题回答

暂无回答




相关问题
Lisp code called from Java

Long story: I am doing a project for my functional programing class, and I thought of writing an AI controller in Lisp, for the Mario AI competition. I was looking over frameworks/libraries/ways of ...

Emacs, Zen-Coding mode, and Putty

I use emacs via Putty and since Putty doesn t send certain key combinations to the remote console I generally need to re-bind them to other key combinations. After installing the amazing Zen-Coding ...

In Which Cases Is Better To Use Clojure? [closed]

I develop in Lisp and in Scheme, but I was reading about Clojure and then I want to know, in which cases is better to use it than using Lisp or Scheme? Thanks

lambda-gtk negative pointer

I was trying to write my own put-pixel on (Gdk) pixbuf in Lisp. When I finally realized how I can operate on C pointers in CL, new obstacle came along - (gdk:pixbuf-get-pixels pb) returns me negative ...

Is there a common lisp package naming convention?

I have created some of my own user packages and have run into a name clash. In Java, the naming convention is to use your domain name in the package name: e.g. import com.example.somepackage;. Are ...

SOAP request from within an AutoLISP/AutoCAD macro

We have built a webservice for a client that uses AutoCAD. They have a macro that runs in AutoCAD that builds a SOAP request. But they have not figured out how to actually send() the soap request to ...

热门标签