Re: Where to go with EQL5 and QT specific questions?
Erik Winkels <aerique-qWit8jRvyhVmR6Xm/[email protected]> Thu, 29 Apr 2021 21:48:36 +0200 (CEST)
| Newsgroups | gmane.lisp.ecl.general |
|---|---|
| Message-ID | <[email protected]> |
Hi again, > On 29-04-2021 17:49 pls.153 <pls.153-g/[email protected]> wrote: > On Thursday, April 29, 2021 5:31 PM, Pascal Bourguignon <pjb-jNDFPZUTrfRkIYSJMME8NAC/[email protected]> 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