[Openmcl-devel] The Objective-C Bridge and Clozure CL IDE with Linux and GNUstep

Adam Jensen hanzer at riseup.net
Mon Jun 15 17:09:10 PDT 2015


Is there a way to include the [Objective-C Bridge][1] and build/run the Clozure CL IDE on a Linux system that has the GNUstep libraries and development environment installed? 

[1]: http://ccl.clozure.com/docs/ccl.html#the-objective-c-bridge


[Wikipedia][2] says: "GNUstep is a free software implementation of the Cocoa (formerly OpenStep) Objective-C frameworks, widget toolkit, and application development tools for Unix-like operating systems and Microsoft Windows."

and goes on to say: "The GNUstep developers track some additions to Apple's Cocoa to remain compatible."

[2]: https://en.wikipedia.org/?title=GNUstep


It looks like it will be more involved than following [these instructions][3].

[3]: http://ccl.clozure.com/docs/ccl.html#building-the-ide

---------------------------------------------------------------------------
$ ./lx86cl
Welcome to Clozure Common Lisp Version 1.11-dev-r16390M-trunk  (LinuxX8632)!

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 at clozure.com or visit http://www.clozure.com.

? (require :cocoa-application)
> Error: Module COCOA-APPLICATION was not provided by any function on *MODULE-PROVIDER-FUNCTIONS*.
> While executing: REQUIRE, in process listener(1).
> Type :POP to abort, :R for a list of available restarts.
> Type :? for other options.
1 > :POP

? (quit)
---------------------------------------------------------------------------



More information about the Openmcl-devel mailing list