Re: Is this thing on? Cross-compiling for ARM
Erik Winkels <aerique-qWit8jRvyhVmR6Xm/[email protected]> Sun, 04 Aug 2019 22:33:34 +0200
| Newsgroups | gmane.lisp.ecl.general |
|---|---|
| Message-ID | <[email protected]> |
Hi Rene, Nevermind this: On 2019-08-03 23:36, Erik Winkels wrote: > > Do you have any hints for on how you got EQL5 packaged? I've got > building ECL down to repeatable steps but with EQL5 I run into issues > with: > > - `printsupport` and `uitools` in the .pro files > - `#include <QtPrintSupport>` in a lot of generated header files > - `#include <QUiLoader>` in one header file I'm totally unfamiliar with Scratchbox and cross-platform stuff but I got some hints from the Sailfish developer docs. I was able to install the missing libraries with `sdk-manage`. Now to figure out why the eql_*.pro files cannot find `ecl/ecl.h` :-D Bye, Erik