getopt 库无法加载

发布于 2024-12-17 19:28:46 字数 304 浏览 2 评论 0原文

[76]> (asdf:oos 'asdf:load-op 'getopt) ;将系统定义从 getopt.asd 加载到 # ;;正在加载文件 getopt.asd ... ;将 # 注册为 GETOPT ;将 # 注册为 GETOPT-TESTS

* - 程序堆栈溢出。重置

我不认为我做错了什么,我可以让其他库以这种方式加载,但我对这个实现很陌生,而且还很年轻,所以我知道什么......

我能做什么不同吗?

这是来自 Ubuntu 10.04 的 GNU clisp,getopt 1.2.0-3

[76]> (asdf:oos 'asdf:load-op 'getopt)
; loading system definition from getopt.asd into #
;; Loading file getopt.asd ...
; registering # as GETOPT
; registering # as GETOPT-TESTS

* - Program stack overflow. RESET

I don't think I'm doing anything wrong, I can get other libraries to load this way, but I'm new to this implementation, and young to lisp, so what do I know...

What could I be doing differently?

This is GNU clisp from Ubuntu 10.04, getopt 1.2.0-3

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

三生路 2024-12-24 19:28:46

嗯,显然答案是“不要使用 clisp 或 gcl”。该库在 sbcl 中毫无抱怨地加载。

不太令人满意,但至少有一个解决方案。

Hmmm, apparently the answer is "Don't use clisp or gcl". The library loads without complaint in sbcl.

Not very satisfying, but at least there's a solution.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文