Recent

Author Topic: Fpcupdeluxe  (Read 792648 times)

jdp

  • Full Member
  • ***
  • Posts: 144
Re: Fpcupdeluxe
« Reply #1920 on: August 09, 2021, 12:10:30 pm »
Alfred how would I install version 2.1.0? I do not see it on the list. I have issues with some controls on a new 8GB Pi I am setting up. On my older 4GB Pi I am using Lazarus 2.1.0 with FPC 3.3.1 and there all is working fine. But on the new Pi the controls are doing strange things, the developer of the controls said he thinks it is a bug in FPC. So I am playing around with the version of FPC and Lazarus on ARM. I want to install the same version on the new Pi that is working. I think 2.1.0 was the latest Trunk at one stage and that is why I have it set up using  Fpcupdeluxe.

DonAlfredo

  • Hero Member
  • *****
  • Posts: 1738
Re: Fpcupdeluxe
« Reply #1921 on: August 09, 2021, 12:22:20 pm »
The main question is: what is Lazarus 2.1.0 ?
Lazarus version info can be found in version.inc. Below is a link towards its history.
https://gitlab.com/freepascal.org/lazarus/lazarus/-/commits/main/ide/version.inc
As you can see, trunk was 2.1.0 until a month ago.
There is no branch or tag that has version 2.1.0.

jdp

  • Full Member
  • ***
  • Posts: 144
Re: Fpcupdeluxe
« Reply #1922 on: August 09, 2021, 02:10:53 pm »
Can I get to this again?

Lazarus 2.1.0 r61697M FPC 3.3.1 arm-linux-gtk2

DonAlfredo

  • Hero Member
  • *****
  • Posts: 1738
Re: Fpcupdeluxe
« Reply #1923 on: August 09, 2021, 02:35:01 pm »
@jpd.
Ok. That is possible. But my test with current deluxe reveal some problems.
So, some changes have to be applied.
Stay tuned. Will inform you as soon as its ready.

DonAlfredo

  • Hero Member
  • *****
  • Posts: 1738
Re: Fpcupdeluxe
« Reply #1924 on: August 10, 2021, 09:35:04 am »
@all
Again a new release to smooth out a few quirks. Please update to this new release.
https://github.com/LongDirtyAnimAlf/fpcupdeluxe/releases/tag/v2.0.0e

@jdp
Please select FPC version 3.0.4 from Gitlab.
Please select Lazarus version trunk from Gitlab.
In Setup+, set Lazarus revision to 61697.
(this Lazarus revision only compiles with FPC 3.0.4)

DonAlfredo

  • Hero Member
  • *****
  • Posts: 1738
Re: Fpcupdeluxe
« Reply #1925 on: August 11, 2021, 12:12:48 pm »
A new release available.
https://github.com/LongDirtyAnimAlf/fpcupdeluxe/releases/tag/v2.0.1
AFAIK, [nearly] all issues have been solved. Should work very well with Gitlab and other sources.

This release also contains a special reader version that should be helpful for the visual impaired users.
Named: fpcupdeluxereaderremote-*-*
When used with a screen-reader, all functions/buttons are accessible for voice support.

superc

  • Full Member
  • ***
  • Posts: 241
Re: Fpcupdeluxe
« Reply #1926 on: August 23, 2021, 03:15:59 pm »
Hello,

I've decided to update installation of Lazarus using fpcupdeluxe: i deleted old installation ( the old installation always done with fpcupdeluxe), now I use fpcupdeluxe 2.0.1 build 408 32 bit, on Windows 10 64 bit.
Have any of you ever encountered a similar error?

Thanks in advance.


superc

  • Full Member
  • ***
  • Posts: 241
Re: Fpcupdeluxe
« Reply #1927 on: August 24, 2021, 11:29:56 am »
Hello,

I've decided to update installation of Lazarus using fpcupdeluxe: i deleted old installation ( the old installation always done with fpcupdeluxe), now I use fpcupdeluxe 2.0.1 build 408 32 bit, on Windows 10 64 bit.
Have any of you ever encountered a similar error?

Thanks in advance.

Discussed in
https://lists.freepascal.org/pipermail/fpc-devel/2021-August/043968.html

the problem is wrong dll (common.dll) updated in windows 10





ydd

  • Jr. Member
  • **
  • Posts: 78
Re: Fpcupdeluxe
« Reply #1928 on: August 29, 2021, 01:13:36 am »
A new release available.
https://github.com/LongDirtyAnimAlf/fpcupdeluxe/releases/tag/v2.0.1

cannot open on MacOS M1. First - message that developer cannot be verified. Than I use "Open Anyway" in "Settings / Security & Privacy", then press "Open" in dialog - but nothing happens.
Same way I can open version: 1.8.2n

trev

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2020
  • Former Delphi 1-7, 10.2 user
Re: Fpcupdeluxe
« Reply #1929 on: August 29, 2021, 02:55:53 am »
@ydd: All executable code on M1 processors needs to be signed or it will be killed on launch by the OS. See my Wiki article  macOS Big Sur changes for developers - Code signing - Intel vs M1 for details and how to ad hoc sign the code and resolve the problem.

VTwin

  • Hero Member
  • *****
  • Posts: 1215
  • Former Turbo Pascal 3 user
Re: Fpcupdeluxe
« Reply #1930 on: August 29, 2021, 03:17:01 am »
@ydd: All executable code on M1 processors needs to be signed or it will be killed on launch by the OS. See my Wiki article  macOS Big Sur changes for developers - Code signing - Intel vs M1 for details and how to ad hoc sign the code and resolve the problem.

Thanks for keeping us updated on M1 changes. Much appreciated.
“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)

ydd

  • Jr. Member
  • **
  • Posts: 78
Re: Fpcupdeluxe
« Reply #1931 on: August 30, 2021, 01:49:08 am »
@ydd: All executable code on M1 processors needs to be signed or it will be killed on launch by the OS. See my Wiki article  macOS Big Sur changes for developers - Code signing - Intel vs M1 for details and how to ad hoc sign the code and resolve the problem.

I can run without problems version v1.8.2n, but cannot start v2.0.1 - on same computer, on same version of Big Sur
I believe it is something with new binary

trev

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2020
  • Former Delphi 1-7, 10.2 user
Re: Fpcupdeluxe
« Reply #1932 on: August 30, 2021, 02:05:02 am »
@ydd - it ran perfectly for me after signing.

ydd

  • Jr. Member
  • **
  • Posts: 78
Re: Fpcupdeluxe
« Reply #1933 on: August 30, 2021, 02:10:15 pm »
@ydd - it ran perfectly for me after signing.

but this means that everybody should spend their time to investigate & sign the binary.
So its better to solve problems once and save the time of others

Gustavo 'Gus' Carreno

  • Hero Member
  • *****
  • Posts: 1088
  • Professional amateur ;-P
Re: Fpcupdeluxe
« Reply #1934 on: September 19, 2021, 08:47:25 am »
Hey Don,

I was having a look at this GitHub repo that was starred from another user I follow and I noticed that the form's caption for the download thing I gave you is Gus downloader ! and I couldn't but chuckle quite hard, LOL!!!

Man, you're the best!!! Thank you so much for the little easter egg of credit, I love you for that!!!

Cheers,
Gus

PS: I attach the image in question from said repo.
Lazarus 3.99(main) FPC 3.3.1(main) Ubuntu 23.10 64b Dark Theme
Lazarus 3.0.0(stable) FPC 3.2.2(stable) Ubuntu 23.10 64b Dark Theme
http://github.com/gcarreno

 

TinyPortal © 2005-2018