gpt4 book ai didi

macos - Clozure CL : an error occurs when requiring Cocoa framework

转载 作者:行者123 更新时间:2023-12-03 16:19:15 25 4
gpt4 key购买 nike

我尝试在 Mac OS X 10.11.4 上要求使用 Cocoa Framework,但我无法要求它。

日志:

$ ccl --version
Version 1.11-r16635 (DarwinX8632)

$ ccl
Welcome to Clozure Common Lisp Version 1.11-r16635 (DarwinX8632)!

? (require :COCOA)

:COCOA
("IDE-BUNDLE" "OBJC-PACKAGE" "SEQUENCE-UTILS" "NAME-TRANSLATION" "OBJC-CLOS" "OBJC-RUNTIME" "BRIDGE" "OBJC-SUPPORT" "COMPILE-HEMLOCK" "HEMLOCK" "COCOA")
? Unhandled exception 10 at 0x992bb43c, context->regs at #xbfffdbcc
Exception occurred while executing foreign code
at _class_initialize + 9
received signal 10; faulting address: 0xbf7ffffc
? for help
[6330] Clozure CL kernel debugger: ^CKilled: 9

如何解决这个问题?

最佳答案

使用64位版本

$ ccl64 --version
Version 1.11-r16635 (DarwinX8664)

$ ccl64
Welcome to Clozure Common Lisp Version 1.11-r16635 (DarwinX8664)!

CCL is developed and maintained by Clozure Associates. For more information
about CCL visit http://ccl.clozure.com. To enquire about Clozure's Common Lisp
consulting services e-mail info@clozure.com or visit http://www.clozure.com.

? (require :COCOA)
...
:COCOA
("IDE-BUNDLE" "OBJC-PACKAGE" "SEQUENCE-UTILS" "NAME-TRANSLATION" "OBJC-CLOS" "OBJC-RUNTIME" "BRIDGE" "OBJC-SUPPORT" "COMPILE-HEMLOCK" "HEMLOCK" "COCOA")
?

关于macos - Clozure CL : an error occurs when requiring Cocoa framework,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36707726/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com