Changes between Version 2 and Version 3 of CustomFramework
- Timestamp:
- 09/18/12 14:16:17 (8 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CustomFramework
v2 v3 13 13 14 14 === Build interface files === 15 Now, the ".ffi" files must be converted to ".cdb" files. This happens entirely within Lisp. Start up the lisp and do `(require ' ffi)` and `(ccl::parse-standard-ffi-files :interface-dir)`, where :interface-dir is the name of the directory that you created in the step above.15 Now, the ".ffi" files must be converted to ".cdb" files. This happens entirely within Lisp. Start up the lisp and do `(require 'parse-ffi)` and `(ccl::parse-standard-ffi-files :interface-dir)`, where :interface-dir is the name of the directory that you created in the step above. 16 16 17 17 CCL maintains a list of "active interface directories". In order to successfully `(require 'cocoa)`, the only directories that can be active are :cocoa and :libc. Unfortunately, the previous command adds your interface directory to this list, which will cause (require 'cocoa) to bork. So, exit the REPL or otherwise modify the state of the Lisp image to be original and pristine.
