Recent

Author Topic: Lazarus Bugfix Release 4.6  (Read 22979 times)

Martin_fr

  • Administrator
  • Hero Member
  • *
  • Posts: 12288
  • Debugger - SynEdit - and more
    • wiki
Re: Lazarus Bugfix Release 4.6
« Reply #15 on: March 01, 2026, 05:22:00 pm »
Before I mess my previous installations, this file "lazarus-4.6-fpc-3.2.4-rc1-d3a5f442eeff-win64.exe" is a stadard installer as per official release ? So I run it and see the installer dialogs ?

Yes, same installer as the official release. Also has the "secondary install" options which allows you to specify a separate config dir, and make a fully independent install (it may change what is opened by double click on lpi, or what windows lists as installed in the uninstall list / but that is the only overlap, and only if you do click install in the installer)

Paolo

  • Hero Member
  • *****
  • Posts: 693
Re: Lazarus Bugfix Release 4.6
« Reply #16 on: March 01, 2026, 05:40:07 pm »
Thanks Martin.

zed

  • New Member
  • *
  • Posts: 14
Re: Lazarus Bugfix Release 4.6
« Reply #17 on: March 02, 2026, 01:54:47 pm »
Hi, I noticed a typo in the README.md. It says the installers include FPC 3.3.2, but they actually come with version 3.2.2:

https://sourceforge.net/projects/lazarus/files/Lazarus%20Windows%2032%20bits/Lazarus%204.6/
https://sourceforge.net/projects/lazarus/files/Lazarus%20Windows%2064%20bits/Lazarus%204.6/

jwdietrich

  • Hero Member
  • *****
  • Posts: 1275
    • formatio reticularis
Re: Lazarus Bugfix Release 4.6
« Reply #18 on: March 02, 2026, 02:22:00 pm »
Hi, I noticed a typo in the README.md. It says the installers include FPC 3.3.2, but they actually come with version 3.2.2:

Except on the Mac, where they come with 3.2.4-rc1.
function GetRandomNumber: integer; // xkcd.com
begin
  GetRandomNumber := 4; // chosen by fair dice roll. Guaranteed to be random.
end;

http://www.formatio-reticularis.de

Lazarus 4.2.0 | FPC 3.2.2 | PPC, Intel, ARM | macOS, Windows, Linux

Paolo

  • Hero Member
  • *****
  • Posts: 693
Re: Lazarus Bugfix Release 4.6
« Reply #19 on: March 02, 2026, 03:09:33 pm »
I am confused now.
Shall the snapshot include fpc 3.2.4-rc1 ?

Martin_fr

  • Administrator
  • Hero Member
  • *
  • Posts: 12288
  • Debugger - SynEdit - and more
    • wiki
Re: Lazarus Bugfix Release 4.6
« Reply #20 on: March 02, 2026, 03:54:44 pm »
The official release (link to sourceforge on the left side of this forum / or on our homepage) comes with FPC 3.2.2. Except for Mac, which comes with 3.2.4RC .


Earlier in this thread is a post (by me) which links to SNAPSHOTS (not the release, but the same Lazarus version/commit as the release). Those snapshots are for windows and include the 3.2.4RC instead of 3.2.2.


And apparently some readme file contains a type in the fpc version. I have not checked this myself, I just noted someone saying so in this thread.

Paolo

  • Hero Member
  • *****
  • Posts: 693
Re: Lazarus Bugfix Release 4.6
« Reply #21 on: March 02, 2026, 03:55:03 pm »
Ok, you are referring to the laz 4.6. Official release .

Martin_fr

  • Administrator
  • Hero Member
  • *
  • Posts: 12288
  • Debugger - SynEdit - and more
    • wiki
Re: Lazarus Bugfix Release 4.6
« Reply #22 on: March 02, 2026, 04:02:39 pm »
To add to my previous post, that is what they should contain.

I did the Windows installers, Mattias did Linux and Mac. I did not verify his work, but I have no reason to think it would contain anything but what was mentioned.

uganof

  • New Member
  • *
  • Posts: 12
Re: Lazarus Bugfix Release 4.6
« Reply #23 on: March 05, 2026, 03:04:05 pm »
Thanks everyone for the wonderful work!

I've had the chance to test the version on Windows, Linux (Ubuntu), and MacOS (Taohe), and they work perfectly.

Just one question: since you used fpc 3.2.4 to recompile the IDE on MacOS, I get the usual link error. I can get around this by setting the -WM10.15 parameter in the compilation options.
Is this the best way to proceed? I was hoping that fpc 3.2.4 had solved the problem.

Ameta

  • New member
  • *
  • Posts: 7
Re: Lazarus Bugfix Release 4.6
« Reply #24 on: March 08, 2026, 10:28:14 am »
Thank you very much for all Lazarus Team

n7800

  • Hero Member
  • *****
  • Posts: 672
  • Lazarus IDE contributor
    • GitLab profile
Re: Lazarus Bugfix Release 4.6
« Reply #25 on: March 08, 2026, 07:08:48 pm »
Hi, I noticed a typo in the README.md. It says the installers include FPC 3.3.2, but they actually come with version 3.2.2:

https://sourceforge.net/projects/lazarus/files/Lazarus%20Windows%2032%20bits/Lazarus%204.6/
https://sourceforge.net/projects/lazarus/files/Lazarus%20Windows%2064%20bits/Lazarus%204.6/

Yes, "3.3.2" is definitely a typo. The file name even says "3.2.2" right above it.

@Martin_fr, can anyone fix this on the SourceForge page?

Martin_fr

  • Administrator
  • Hero Member
  • *
  • Posts: 12288
  • Debugger - SynEdit - and more
    • wiki
Re: Lazarus Bugfix Release 4.6
« Reply #26 on: March 08, 2026, 08:13:43 pm »
Ouch, the issue exists since the release of Lazarus 3.0

Martin_fr

  • Administrator
  • Hero Member
  • *
  • Posts: 12288
  • Debugger - SynEdit - and more
    • wiki
Re: Lazarus Bugfix Release 4.6
« Reply #27 on: March 08, 2026, 08:15:41 pm »
Fixed for 4.6

Martin_fr

  • Administrator
  • Hero Member
  • *
  • Posts: 12288
  • Debugger - SynEdit - and more
    • wiki
Re: Lazarus Bugfix Release 4.6
« Reply #28 on: March 08, 2026, 08:17:00 pm »
Btw, a FPC version 3.3.2 does not exist and should never exist. If the 2nd digit is odd, then so must be the 3rd digit

CM630

  • Hero Member
  • *****
  • Posts: 1674
  • Не съм сигурен, че те разбирам.
    • http://sourceforge.net/u/cm630/profile/
Re: Lazarus Bugfix Release 4.6
« Reply #29 on: March 12, 2026, 08:26:45 am »
I use the “modern” IDe (docking).
(almost) everytime after a rebuild of the IDe, the positions/size of the docks are messed up.

Win 7 and 11.
Лазар 4,4 32 bit (sometimes 64 bit); FPC3,2,2

 

TinyPortal © 2005-2018