From aerique at xs4all.nl Wed Sep 23 23:05:52 2020 From: aerique at xs4all.nl (Erik Winkels) Date: Thu, 24 Sep 2020 01:05:52 +0200 Subject: Is this thing on? Cross-compiling for ARM In-Reply-To: <8736eo2qk4.fsf@casenave-pere.fr> References: <87d0nqvp17.fsf@casenave-pere.fr> <865ztgbn9a.fsf@casenave-pere.fr> <8736eo2qk4.fsf@casenave-pere.fr> Message-ID: <923ca84f0a785bbee6a020f910eff0fc@xs4all.nl> Hi all, Sorry for being silent on this for almost a year, but I've been switching between phones, SailfishOS (SFOS), GrapheneOS and LineageOS a lot. Trying to find something that would fit my combination of preferences (the hardest two being combining SFOS and a good camera). That, and corona. On 2019-11-16 09:06, Renaud Casenave-Péré wrote: > > Yes, I haven’t had any issues. Lisp.call() in qml files works as it > should. > Paul’s advice might be what you are looking for. > > You can have a look at my eql5-sfos sample repository. It compiles the > C++ file > and all lisp files, and deploy a package, all from within Qt Creator. > I am working with the application deployed directly on the phone but > I don’t see > why it would be different in the emulator. I just finished doing this directly on the phone and it works for me and I've also been able to use Lisp.call() from QML successfully, so thanks! The app is a little sluggy because I installed `wayland-egl` and `mesa-llvmpipe-dri-swrast-driver` to get it running. I'm sure I'm doing something wrong here, but for now I'm happy! Regards, Erik From aerique at xs4all.nl Sat Sep 26 20:14:41 2020 From: aerique at xs4all.nl (Erik Winkels) Date: Sat, 26 Sep 2020 22:14:41 +0200 Subject: Is this thing on? Cross-compiling for ARM In-Reply-To: <923ca84f0a785bbee6a020f910eff0fc@xs4all.nl> References: <87d0nqvp17.fsf@casenave-pere.fr> <865ztgbn9a.fsf@casenave-pere.fr> <8736eo2qk4.fsf@casenave-pere.fr> <923ca84f0a785bbee6a020f910eff0fc@xs4all.nl> Message-ID: <950d2d65db07bd89990997d1886743e1@xs4all.nl> On 2020-09-24 01:05, Erik Winkels wrote: > > The app is a little sluggy because I installed `wayland-egl` and > `mesa-llvmpipe-dri-swrast-driver` to get it running. I'm sure I'm > doing something wrong here, but for now I'm happy! Ok, scratch that. I accidentally the phone, but after a factory reset it runs smooth! From polos.ruetz at gmail.com Tue Sep 29 18:21:13 2020 From: polos.ruetz at gmail.com (PR) Date: Tue, 29 Sep 2020 20:21:13 +0200 Subject: Windows annoyance building ECL in Windows 10 with (free) MSVC compiler Message-ID: Hi, since I needed to build latest ECL for current Windows 10 (free! did you know? I didn't!) with the command line tools included in (free as in "register first") Visual Studio Express 2015, I encountered an annoyance while building the garbage collector library: The build in 'ecl/msvc' (using nmake.exe) failed early complaining about not being able to find both 'libcmt.lib' and 'libvcruntime.lib'. Since I struggled a while before finding the (simple) solution, I wanted to put it here, just for reference. The following fixed it for me: Copy both files (see above) from / to: C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\lib\onecore\amd64\ C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\lib\amd64\ Paul P.S. about Windows 10 being "free": search the web for yourself, but it's true: you can download an official ISO image of Windows 10 form the MS website, and you're not required to purchase a license, if you agree to not being able to customize its look and feel...; so, you basically get both their OS and compiler suite for nothing more than the patience of downloading some GB, and providing 'some' email address for registering an account...