[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-07 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] 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

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

[Lazarus] How to use two different versions of FPC

2018-05-10 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

[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.

[Lazarus] Cross Compile to Arm

2017-06-07 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