Where to go with EQL5 and QT specific questions?

Erik Winkels aerique at xs4all.nl
Thu Apr 29 19:48:36 UTC 2021


Hi again,

> On 29-04-2021 17:49 pls.153 <pls.153 at protonmail.com> wrote:
> On Thursday, April 29, 2021 5:31 PM, Pascal Bourguignon <pjb at informatimago.com> wrote:
> > but in fact, we may just use namestrings:
> >
> > (setf (logical-pathname-translations "SYS")
> > (list (list "SYS:;."
> > (merge-pathnames "/."(user-homedir-pathname)))))
> 
> thanks for the hint,

Thanks to you guys I made some more steps.

Currently (but I have not investigated it further since I'm stopping for tonight) I'm stuck on loading foreign libs and I hope it is not a blocker because of the statically linking (i.e. is it even possible to load foreign libs?):

    $ eql5-sfos 
    [D] unknown:0 - Using Wayland-EGL
    
    Condition of type: LOAD-FOREIGN-LIBRARY-ERROR
    Unable to load any of the alternatives:
       ("libssl.so.1.1" "libssl.so.1.0.2m" "libssl.so.1.0.2k" "libssl.so.1.0.2" "libssl.so.1.0.1l" "libssl.so.1.0.1j" "libssl.so.1.0.1f" "libssl.so.1.0.1e" "libssl.so.1.0.1" "libssl.so.1.0.0q" "libssl.so.1.0.0" "libssl.so.0.9.8ze" "libssl.so.0.9.8" "libssl.so.10" "libssl.so.4" "libssl.so")
    Available restarts:
    
    1. (RETRY) Try loading the foreign library again.
    2. (USE-VALUE) Use another library instead.
    
    Top level in: #<process TOP-LEVEL 0xb4dedfc0>.

Like I said, I have not dived into this yet so feel free to ignore this.

Thanks again,
Erik



More information about the ecl-devel mailing list