[Ecls-list] I need a little more help

Juan Jose Garcia-Ripoll juanjose.garciaripoll at googlemail.com
Fri Nov 25 07:44:58 UTC 2011


On Fri, Nov 25, 2011 at 12:51 AM, Paul Bowyer <pbowyer at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/ecl-devel/attachments/20111125/85679732/attachment.html>


More information about the ecl-devel mailing list