[Openmcl-devel] Error compiling Currency Converter sample

Joe Jones darkdescendant at gmail.com
Sun Apr 13 16:09:44 PDT 2008


Hi all,
First time using Clozure CL and I was really interested in playing with the
Cocoa integration. So, I went through the Currency Converter sample and all
goes great right up to the time I try to compile the sample with
build-application. Here is what I am seeing:

Welcome to Clozure Common Lisp Version 1.1-r9150S (DarwinX8664)!
? (setf (current-directory)
"/Users/jjones/Desktop/clozure/currency-converter")
"/Users/jjones/Desktop/clozure/currency-converter"
? (load "currency-converter")
;Compiler warnings :
;   Unused lexical variable SENDER, in |-[ConverterController convert:]|.
#P"/Users/jjones/Desktop/clozure/currency-converter/currency-converter.lisp"
? (require "build-application")
"build-application"
("builder-utilities" "build-application")
? (ccl:build-application :name "Currency Converter"
                         :main-nib-name "currency-converter"
                         :nib-files
'(#P"currency-converter/currency-converter.nib"))

> Error: Reader error: No external symbol named "BUILD-APPLICATION" in
package #<Package "CCL"> .
> While executing: CCL::%PARSE-TOKEN, in process Listener(82).
> Type :POP to abort, :R for a list of available restarts.
> Type :? for other options.
1>

This is on source update 08/04/13.

Any help is greatly appreciated.

TIA,
joe
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.clozure.com/pipermail/openmcl-devel/attachments/20080413/4f23abc3/attachment.htm>


More information about the Openmcl-devel mailing list