[Lazarus] Email sending program using Indy stopped working - seems to be an SSL problem

2024-01-13 Thread Alfred via lazarus
The mORMot2 supports 3.0 https://blog.synopse.info/?post/2023/09/08/End-Of-Live-OpenSSL-1.1-vs-Slow-OpenSSL-3.0 -- ___ lazarus mailing list lazarus@lists.lazarus-ide.org https://lists.lazarus-ide.org/listinfo/lazarus

[Lazarus] Possible Codetools issue for embedded targets in main branch

2022-10-07 Thread Alfred via lazarus
On Fri, 07 Oct 2022 06:00:28 + Alfred via lazarus wrote: Sidenote request, as fpcupdeluxe maintainer. It would be nice if the rescan procedure would be reacheable from the outside. Fpcupdeluxe would like to use it when updating/installing sources. Thanks. Outside means here IP

Re: [Lazarus] Possible Codetools issue for embedded targets in main branch

2022-10-06 Thread Alfred via lazarus
Sidenote request, as fpcupdeluxe maintainer. It would be nice if the rescan procedure would be reacheable from the outside. Fpcupdeluxe would like to use it when updating/installing sources. Thanks. -- ___ lazarus mailing list lazarus@lists.lazarus-id

[Lazarus] Custom options FPC WpXXX.

2021-01-26 Thread Alfred via lazarus
Hello, Work is done regarding the FPC embedded FreeRTOS target. Results are looking very good. Time for a bit more Lazarus integration. Question. When compiling for embedded, the -WpXXX FPC option is used as a custom option in Lazarus. To define an embedded system. This setting is exported

Re: [Lazarus] Cross compile for Linux x64 on Windows 7 x64?

2019-04-02 Thread Alfred via lazarus
As maintainer of fpcupdeluxe, I feel the need of stepping into this discussion. (which I do not often do, because of the freedom of choice) Yes, setting up cross-compiling is a non-trivial task. This is why fpcup(deluxe) has been created by its original author (BigChimp). He wanted to give th

Re: [Lazarus] How to build FPC/Lazarus from sources on Windows?

2018-11-09 Thread Alfred via lazarus
Fpcupdeluxe tries to install an isolated version of FPC and Lazarus. And can help you in installing cross-compilers for this isolated version. Sequence: First, install a suitable FPC (and Lazarus) version with fpcupdeluxe in a directory of choice. (in you case FPC fixes 3.2 (and Lazarus fixes

[Lazarus] How to use two different versions of FPC

2018-05-09 Thread Alfred via Lazarus
That's more a hack then a solution, and the real solution is simple and also works outside Lazarus: place the fpc.cfg in ~/experiments/etc, ~/development/etc etc, as already suggested by Ingo. Or, even better, just alongside the compiler-executable. You can call 'fpc -v

[Lazarus] Lazarus on Power8 (ppc64le)

2017-12-30 Thread Alfred via Lazarus
I have build a cross-compiler for ppc64le from a win32 install with fpcupdeluxe. With this cross-compiler, ppc64le builds were made of fpc(laz)up. Fpc(laz)up is a command line tool to install FPC (and Lazarus). I used this to install FPC and Lazarus. https://github.com/LongDirtyAnimAlf/Reiniero

[Lazarus] Lazarus on Power8 (ppc64le)

2017-12-28 Thread Alfred via Lazarus
Hello, I am trying to run Lazarus on a IBM Power8 (ppc64le), OS=Debian. Problem: it does not run. (it does start, but errors out on an illegal free() ) Details. Command line apps compiled native on Power8 do run. Command line apps compiled cross-compiled from Windows to Power8 do run. FPC rtti

[Lazarus] Android & iOS

2017-07-05 Thread Alfred via Lazarus
I you limit yourself to Android: with LAMW you can make perfect Android apps ! https://github.com/jmpessoa/lazandroidmodulewizard http://forum.lazarus.freepascal.org/index.php/topic,21919.0.html-- ___ Lazarus mailing list Lazarus@lists.lazarus-ide.or

[Lazarus] Cross Compile to Arm

2017-06-07 Thread Alfred via Lazarus
Hi Steve, The file crtbeginS.o was definitely missing from the arm-lib archive ! I have added it. Together with crtendS.so . https://github.com/newpascal/fpcupdeluxe/releases/download/crosslibs_v1.0/CrossLibsLinuxARM.rar or https://github.com/newpascal/fpcupdeluxe/releases/download/crosslibs_v1

[Lazarus] Cross Compile to Arm

2017-06-06 Thread Alfred via Lazarus
For a library, add: -FLld-linux-armhf.so.3 into the custom options of your project compiler options.-- ___ Lazarus mailing list Lazarus@lists.lazarus-ide.org http://lists.lazarus-ide.org/listinfo/lazarus