Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/macos/10.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Macos Clozure CL:需要Cocoa框架时发生错误_Macos_Cocoa_Common Lisp_Ccl - Fatal编程技术网

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

Macos Clozure CL:需要Cocoa框架时发生错误,macos,cocoa,common-lisp,ccl,Macos,Cocoa,Common Lisp,Ccl,我试图在MacOSX10.11.4上要求Cocoa框架,但我不能要求它 日志: 如何解决此问题?使用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

我试图在MacOSX10.11.4上要求Cocoa框架,但我不能要求它

日志:

如何解决此问题?

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

最好在CCL邮件列表上提出这样的问题。见:
$ 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")
?