On Fri, Nov 25, 2011 at 12:51 AM, Paul Bowyer <pbow...@olynet.com> wrote:
> On 11/23/2011 11:56 PM, Juan Jose Garcia-Ripoll wrote:
>
>> 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.
>>
>> Juanjo
>>
>> --
>> Instituto de Física Fundamental, CSIC
>> c/ Serrano, 113b, Madrid 28006 (Spain)
>> http://juanjose.garciaripoll.**googlepages.com<http://juanjose.garciaripoll.googlepages.com>
>>
> Juanjo:
>
> 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.
>
> 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.
>
http://ecls.sourceforge.net/new-manual/re03.html
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.
Juanjo
--
Instituto de Física Fundamental, CSIC
c/ Serrano, 113b, Madrid 28006 (Spain)
http://juanjose.garciaripoll.googlepages.com
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure
contains a definitive record of customers, application performance,
security threats, fraudulent activity, and more. Splunk takes this
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Ecls-list mailing list
Ecls-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ecls-list