getopt 库无法加载
[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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
嗯,显然答案是“不要使用 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.