Re: Where to go with EQL5 and QT specific questions?
"pls.153" <pls.153-g/[email protected]> Wed, 28 Apr 2021 20:27:44 +0000
| Newsgroups | gmane.lisp.ecl.general |
|---|---|
| Message-ID | <_e7z2VOd1l_6tnlLLv5GpmZj1uHz2NLvMU4bfUDUmuxsTC4cEGi2jfliQdBdjalTir3-QgUqYSKC0-dBwGr6JPSeL7_zTe7-xDJhM9mizGg=@protonmail.com> |
On Tuesday, April 27, 2021 1:13 PM, Erik Winkels <aerique-qWit8jRvyhVmR6Xm/[email protected]> wrote: > $ eql5-sfos > [D] unknown:0 - Using Wayland-EGL > > Condition of type: SIMPLE-ERROR > Package ((SB-BSD-SOCKETS . #<SB-BSD-SOCKETS package>)) referenced in compiled file > > NIL > but has not been created Just a quick reply: with a static build, you need to statically link all of the (eventually needed) dependencies of the ECL 'contrib' libs into your executable. Please see the following line of an iOS example, where the 'sockets' lib (needed in your case) is added manually as a static lib dependency: https://gitlab.com/eql/eql5-ios/-/blob/master/examples/REPL/repl.pro#L7 (note -lsockets) Paul