Recent

Author Topic: Lazarus Release 2.0.4  (Read 41118 times)

VTwin

  • Hero Member
  • *****
  • Posts: 1215
  • Former Turbo Pascal 3 user
Re: Lazarus Release 2.0.4
« Reply #30 on: August 08, 2019, 02:42:43 pm »
dependancy cannot be met

Did you install Free Pascal fpc and fpc source? Please include your operating system when asking a question.
« Last Edit: August 08, 2019, 02:44:31 pm by VTwin »
“Talk is cheap. Show me the code.” -Linus Torvalds

Free Pascal Compiler 3.2.2
macOS 12.1: Lazarus 2.2.6 (64 bit Cocoa M1)
Ubuntu 18.04.3: Lazarus 2.2.6 (64 bit on VBox)
Windows 7 Pro SP1: Lazarus 2.2.6 (64 bit on VBox)

jamie

  • Hero Member
  • *****
  • Posts: 6090
Re: Lazarus Release 2.0.4
« Reply #31 on: August 08, 2019, 05:10:55 pm »
I had some issues with my Windows Defender, Smart screen which I have turned off but it's on anyways. it kept fighting me all the way while getting it to install but this was the 64 bit release.

 The 32 bit release I had no issues.

 Is the 64 bit Lazarus release now a 64 bit binary?
The only true wisdom is knowing you know nothing

Martin_fr

  • Administrator
  • Hero Member
  • *
  • Posts: 9791
  • Debugger - SynEdit - and more
    • wiki
Re: Lazarus Release 2.0.4
« Reply #32 on: August 08, 2019, 05:46:15 pm »
Inno setup has a flag, so the installer will give an error if you try to install on a 32 bit system. This flag has been enabled for the 64bit installer. Though I am not sure if that was merged to 2.0.x or if it is trunk only.

Otherwise the installer should still be the same (as previous 2.0.x). Compared to much older installers the version of inno setup was also updated. (not sure when exactly).

What are the exact issues?
Inno setup should
- extract all files
- at the end run fpcmkcfg.exe to create your fpc.cfg

Obviously the compiled files differ. Different bit patterns that could (falsely) match a virus sig.



winni

  • Hero Member
  • *****
  • Posts: 3197
Re: Lazarus Release 2.0.4
« Reply #33 on: August 08, 2019, 06:30:10 pm »
Hi

Lazarus 2.0.4-1.1 for x86_64 just arrived as rpm with a Suse Tumbleweed update.

Thanx to the Lazarus team!

Winni



Robert W.B.

  • Sr. Member
  • ****
  • Posts: 328
  • Love my Wife, My Kids and Lazarus/Freepascal.
Re: Lazarus Release 2.0.4 Thank You very mutch...
« Reply #34 on: August 09, 2019, 02:28:17 am »
Best regards
Robert W.Blennerhed :)
Rob

jwdietrich

  • Hero Member
  • *****
  • Posts: 1232
    • formatio reticularis
Re: Lazarus Release 2.0.4
« Reply #35 on: August 10, 2019, 06:54:33 am »
On the Mac, it is important to install FPC 3.0.4a (as it is also available in the download section) first. Then it works like a charm. :)
function GetRandomNumber: integer; // xkcd.com
begin
  GetRandomNumber := 4; // chosen by fair dice roll. Guaranteed to be random.
end;

http://www.formatio-reticularis.de

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

patyi

  • Full Member
  • ***
  • Posts: 168
Re: Lazarus Release 2.0.4
« Reply #36 on: August 10, 2019, 04:41:10 pm »
Hi everybody !

I've been trying to migrate from Lazarus 1.8.5 to a newer one for a while, but I still have some minor issues. Today, for example, I tried 2.0.5, which worked fine until a report was printed. The application did nothing here without any error message. In the editor, a preview window of FortesReport CE indicates an Access violation error. Can anyone tell me that Lazarus 2.0.5 Linux 64bit is really a problem with FortesReport CE ? The FortesReport CE was installed from OPM.

Xubuntu 18.0.4 LTS 64bit, FPC 3.0.5, Lazarus 2.0.5 64bit installed with FpcUpDelux (FPC Fixes 3, Lazarus Fixes 2).

carondaniel1957

  • New Member
  • *
  • Posts: 11
Re: Lazarus Release 2.0.4
« Reply #37 on: August 11, 2019, 02:21:36 pm »
Did you install Free Pascal fpc and fpc source? Please include your operating system when asking a question.
« Last Edit: August 08, 2019, 02:44:31 pm by VTwin »

Free Pascal and Free pc-source has been installed since  Lazarus 18.04

I am using Ubuntu 19.04

piola

  • Full Member
  • ***
  • Posts: 118
  • Lazarus 2.2, 64bit on Windows 8.1 x64
Re: Lazarus Release 2.0.4
« Reply #38 on: August 12, 2019, 10:31:05 pm »
I just want to say thanks for fixing the "create directory" bug when working with root directories. It was quite an annoyance ;D

I really appreciate the great work! Please keep going on!

laguna

  • Sr. Member
  • ****
  • Posts: 323
Re: Lazarus Release 2.0.4
« Reply #39 on: August 14, 2019, 05:46:07 pm »
Not run in Catalina Beta 5 - Mac OSX

Thanks

nesquik

  • Newbie
  • Posts: 2
Re: Lazarus Release 2.0.4
« Reply #40 on: August 16, 2019, 03:24:54 pm »
... Different bit patterns that could (falsely) match a virus sig.
I think it's because the installer now installs/removes openssl libraries to the system32 folder. Installing it to lazarus' folder instead may clear pass the anti-virus heuristics.

ThierryJ

  • New Member
  • *
  • Posts: 21
Re: Lazarus Release 2.0.4
« Reply #41 on: August 17, 2019, 01:42:10 pm »
I have rediscovered Lazarus and fpc lastly. You are doing a  fantastic job. I am using Lazarus on à Windows 7-64 virtual machine (VirtualBox on a Mac), so that I have no problem with the debugger. It's a perfect match.
I have ben using Delphi since its inception until it became really to expensive for my needs, now I would I have switched years before.
Thank you guys, in brief.

Martin_fr

  • Administrator
  • Hero Member
  • *
  • Posts: 9791
  • Debugger - SynEdit - and more
    • wiki
Re: Lazarus Release 2.0.4
« Reply #42 on: August 17, 2019, 02:18:07 pm »
(VirtualBox on a Mac), so that I have no problem with the debugger. It's a perfect match.

You can setup the Lazarus for Mac to use lldb. This should work out of the box. It will be a bit slower though.
https://forum.lazarus.freepascal.org/index.php/topic,42869.0.html

lldb comes with the Apple developer tools. So it should be on your system, and it should be code signed by Apple itself.

totya

  • Hero Member
  • *****
  • Posts: 720
Re: Lazarus Release 2.0.4
« Reply #43 on: August 17, 2019, 05:40:00 pm »
Perhaps if I can finally to use the lhelp... copy function not working long time ago on selected text... I got a full text on the page. Win 7 x64.

Lazarus Fixes branch via fpcupdeluxe + built in help system checked.
« Last Edit: August 17, 2019, 05:41:36 pm by totya »

wp

  • Hero Member
  • *****
  • Posts: 11854
Re: Lazarus Release 2.0.4
« Reply #44 on: August 17, 2019, 06:03:49 pm »
I think I had fixed copying from IproPanel to the clipboard a long time ago. Obviously some issues slipped through...

 

TinyPortal © 2005-2018