Hi all,<div><br></div><div>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:</div>
<div><br></div><div><div>Welcome to Clozure Common Lisp Version 1.1-r9150S (DarwinX8664)!</div><div>? (setf (current-directory) &quot;/Users/jjones/Desktop/clozure/currency-converter&quot;)</div><div>&quot;/Users/jjones/Desktop/clozure/currency-converter&quot;</div>
<div>? (load &quot;currency-converter&quot;)</div><div>;Compiler warnings :</div><div>; &nbsp; Unused lexical variable SENDER, in |-[ConverterController convert:]|.</div><div>#P&quot;/Users/jjones/Desktop/clozure/currency-converter/currency-converter.lisp&quot;</div>
<div>? (require &quot;build-application&quot;)</div><div>&quot;build-application&quot;</div><div>(&quot;builder-utilities&quot; &quot;build-application&quot;)</div><div>? (ccl:build-application :name &quot;Currency Converter&quot;</div>
<div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; :main-nib-name &quot;currency-converter&quot;</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; :nib-files &#39;(#P&quot;currency-converter/currency-converter.nib&quot;))</div><div><br></div><div>&gt; Error: Reader error: No external symbol named &quot;BUILD-APPLICATION&quot; in package #&lt;Package &quot;CCL&quot;&gt; .</div>
<div>&gt; While executing: CCL::%PARSE-TOKEN, in process Listener(82).</div><div>&gt; Type :POP to abort, :R for a list of available restarts.</div><div>&gt; Type :? for other options.</div><div>1&gt;&nbsp;</div></div><div><br>
</div><div>This is on source update 08/04/13.</div><div><br></div><div>Any help is greatly appreciated.</div><div><br></div><div>TIA,</div><div>joe</div><div><br></div>