<br><br><div class="gmail_quote">On Fri, Nov 25, 2011 at 12:51 AM, Paul Bowyer <span dir="ltr"><<a href="mailto:pbowyer@olynet.com">pbowyer@olynet.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<div class="HOEnZb"><div class="h5">On 11/23/2011 11:56 PM, Juan Jose Garcia-Ripoll wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi Paul, have you tried adding :clx to the dependencies list of your ASDF file? If that is not present, there is no way ECL knows that CLX must be part of your system. An alternative is to insert an explicit (require :clx) at the beginning of your program, but then you will have to ship clx.fas with your program.<br>


<br>
Juanjo<br>
<br>
-- <br>
Instituto de Física Fundamental, CSIC<br>
c/ Serrano, 113b, Madrid 28006 (Spain)<br>
<a href="http://juanjose.garciaripoll.googlepages.com" target="_blank">http://juanjose.garciaripoll.<u></u>googlepages.com</a><br>
</blockquote></div></div>
Juanjo:<br>
<br>
After adding ":depends-on (:clx)" to my ".asd" file, "clx-gui-mono" no longer errors out. I tried ":depends-on (:xlib)" which is also in "*features*" but it didn't like that.<br>


<br>
 However, I still haven't discovered how to invoke "(clx-gui:start)" when I run "clx-gui-mono". All "clx-gui-mono" does when I run it is terminate without doing anything.<br></blockquote>

<div><br></div><div><a href="http://ecls.sourceforge.net/new-manual/re03.html">http://ecls.sourceforge.net/new-manual/re03.html</a><div><br></div><div>It is there: the :epilogue-code is a keyword argument with, typically, a lisp statement. Even simpler: all statements in your lisp code are executed in sequence at startup time. Just add a (clx-gui:start) at the end.</div>

</div></div><br>Juanjo<br clear="all"><div><br></div>-- <br>Instituto de Física Fundamental, CSIC<br>c/ Serrano, 113b, Madrid 28006 (Spain) <br><a href="http://juanjose.garciaripoll.googlepages.com" target="_blank">http://juanjose.garciaripoll.googlepages.com</a><br>