Re: Error while running a simple GTK program with ECL

2020-01-05 Thread Daniel Kochmański
ZHUO Qingliang (KDr2) writes: > Thanks. But I am still curious about why the cl-gtk2-gtk lib is > compiled every time I run this simple program, I think usually it will > be compiled only one time and then stored into the cache dir for the > following loading. I > checked~/.cache/common-lisp/e

Re: Error while running a simple GTK program with ECL

2020-01-05 Thread Daniel Kochmański
If number of so files is the problem then try to build a bundle (ot even a monolithic bundle), then each library/all libraries will be in a single fas instead of a fasl-per-file. On January 4, 2020 9:57:36 PM GMT+01:00, Marius Gerbershagen wrote: >Hi, > >> Hi list, >> I am sorry I didn't find

Re: Error while running a simple GTK program with ECL

2020-01-04 Thread Marius Gerbershagen
Hi, > Hi list, > I am sorry I didn't find an ECL-User mailing list, so I post this question > here. If here is not the right place to ask this kind of question, please let > me know. > I wrote a simple GTK program using cl-gtk2-gtk, please see it > here:http://depot.kdr2.com/scrappy/202001/ecl-