Clozure CL:需要Cocoa框架时发生错误

时间:2016-04-19 02:58:27

标签: macos cocoa common-lisp ccl

我试图在Mac OS X 10.11.4上要求Cocoa Framework,但我不能要求它。

日志:

popover

如何解决这个问题?

1 个答案:

答案 0 :(得分:3)

使用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")
?