#1 2025-06-24 06:06:15

DonAlfredo
Member
Registered: 2023-10-31
Posts: 18

Upcoming FPC 3.2.4

The FPC devs have released FPC 3.2.4 RC1.
https://forum.lazarus.freepascal.org/in … .msg558684

This will be the next stable release of FPC.
If possible, please test this release with the mORMot[1/2].

Thanks.

Offline

#2 2025-06-24 06:30:38

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 15,069
Website

Re: Upcoming FPC 3.2.4

Can fpcupdeluxe install it?

Offline

#3 2025-06-24 07:42:16

DonAlfredo
Member
Registered: 2023-10-31
Posts: 18

Re: Upcoming FPC 3.2.4

@ab
Yes, that should work.
Method.
Run fpcupdeluxe.
Select (and/or create) a brand new and empty install directory.
Select the tags tab. Upon selection, it should fill itself with FPC and Lazarus release tags.
Select 3.2.4_rc1. Click "Add Tag".
Select basic tab. The FPC versions list should now contain an extra entry named "release_3_2_4_rc1".
Select this version and install this FPC and Lazarus stable.

Sidenote.
GIT needs to be installed to retrieve the tags-list.

Offline

#4 2025-06-24 08:28:29

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 15,069
Website

Re: Upcoming FPC 3.2.4

With your instructions, I was able to install the 3.2.4 RC1 version.
Thanks a lot!

Since I tested the FPC trunk a few weeks ago, I was confident.
I run the mORMot tests without any problem:
https://gist.github.com/synopse/a43b0ec … 6ab8862fc5

But I was surprised to see that the compiler is listed as a FPC 3.2.3 from 14th July 2024:

 
$ ./fpc
Free Pascal Compiler version 3.2.3-ae0f84fd [2024/07/14] for x86_64
Copyright (c) 1993-2024 by Florian Klaempfl and others

$ git log
commit ae0f84fdd59477abda85687bbdb1f164e16e9a22 (grafted, HEAD, tag: release_3_2_4_rc1)
Author: florian <florian@freepascal.org>
Date:   Sun Jul 14 14:47:17 2024 +0200

      * patch Peter Blackman to fix .po file headers, resolves #40853

Offline

#5 2025-06-24 08:48:39

zed
Member
Registered: 2015-02-26
Posts: 108

Re: Upcoming FPC 3.2.4

PascalDragon wrote:

As some might have noticed, we have placed the first release candidate of the Free Pascal Compiler version 3.2.4 on our download servers already for some time.

That "some time" was actually 11 months ago.
3Rng1Hq.png

Offline

#6 2025-06-24 08:57:17

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 15,069
Website

Re: Upcoming FPC 3.2.4

What is weird is that this FPC 3.2.4 RC has not the VER3_2_4 define set.
I expect a RC to be a true version, in which VER3_2_4 should be defined.
Or did I get something wrong?

Anyway, I have added some explicit test of VER3_2_4 conditional:
https://github.com/synopse/mORMot2/commit/13b1a073f

It sounds like if this 3.2.4 branch will have the new DB fields (like ftOraTimeStamp or ftSingle).

Offline

Board footer

Powered by FluxBB