When I try to install latest FPC trunk after installing FPC 3.2.2, it seems as if fpcupdeluxe does not update the fpc source to latest trunk, resulting in a 3.2.2 compiler.
As per attached screenshot, I selected FPC trunk on basic tab, then clicked on the [Only FPC] button. The resulting output is attached as fpc-trunk-install.txt.
After completion of fpcupdeluxe install process:
christo@christo-Aspire-R3-131T:~/fpcupdeluxe/fpcupdeluxe$ ./fpc/bin/x86_64-linux/ppcx64 -i
Free Pascal Compiler version 3.2.2
Compiler date : 2025/11/27
Compiler CPU target: x86_64and
christo@christo-Aspire-R3-131T:~/fpcupdeluxe/fpcupdeluxe/fpcsrc$ git log
commit 0d122c49534b480be9284c21bd60b53d99904346 (grafted, HEAD, tag: release_3_2_2)
Author: marco <marco@freepascal.org>
Date: Sat May 15 15:38:31 2021 +0000
* requiredversion to 3.2.0 and 3.2.2
git-svn-id: tags/release_3_2_2@49371 -
Any ideas why the latest FPC trunk is not checked out from Gitlab?