Recent

Author Topic: Fpcupdeluxe  (Read 792716 times)

Thaddy

  • Hero Member
  • *****
  • Posts: 14169
  • Probably until I exterminate Putin.
Re: Fpcupdeluxe
« Reply #2085 on: November 16, 2022, 12:46:40 pm »
You don't need that runtime. wget can be fully independent except for maybe sockets, but you probably got an implementation that relies on it. wget can be written in FPC, without depending on externals and I believe there are some implementations available.
Specialize a type, not a var.

440bx

  • Hero Member
  • *****
  • Posts: 3921
Re: Fpcupdeluxe
« Reply #2086 on: November 16, 2022, 12:58:30 pm »
Maybe you should say in what Windows version this happened.
I agree.  That's why that information is in my signature, to ensure it is always there. ;)
(FPC v3.0.4 and Lazarus 1.8.2) or (FPC v3.2.2 and Lazarus v3.2) on Windows 7 SP1 64bit.

Jurassic Pork

  • Hero Member
  • *****
  • Posts: 1228
Re: Fpcupdeluxe
« Reply #2087 on: November 16, 2022, 02:00:07 pm »
Hello,
@DonAlfredo,
I downloaded wget.exe and tried again.  wget.exe failed because vcruntime140.dll was missing which got taken care of by installing one of MS vc redistributable files.
Here you can find wget binary for windows without dependency.

Quote
Windows binaries of GNU Wget 1.21.3

A command-line utility for retrieving files using HTTP, HTTPS and FTP protocols.

GNU Wget is a free software package for retrieving files using HTTP, HTTPS, FTP and FTPS the most widely-used Internet protocols. It is a non-interactive commandline tool, so it may easily be called from scripts, cron jobs and terminals.

Build Environment
wget is built on GitHub Actions and cross compiled with mingw64 (Ubuntu & GNU/gcc 9.3). It's virus-free and safe to use.

All required libraries is statically linked, and it's not necessary to use third-party DLL.

Friendly, J.P
Jurassic computer : Sinclair ZX81 - Zilog Z80A à 3,25 MHz - RAM 1 Ko - ROM 8 Ko

DonAlfredo

  • Hero Member
  • *****
  • Posts: 1738
Re: Fpcupdeluxe
« Reply #2088 on: November 16, 2022, 02:08:42 pm »
@Jurassic Pork
Thanks for the find. Will test and implement if suitable !
@All
Thanks for the feedback.

440bx

  • Hero Member
  • *****
  • Posts: 3921
Re: Fpcupdeluxe
« Reply #2089 on: November 16, 2022, 03:57:30 pm »
Hello,

Here you can find wget binary for windows without dependency.

...

Friendly, J.P

Thank you J.P
(FPC v3.0.4 and Lazarus 1.8.2) or (FPC v3.2.2 and Lazarus v3.2) on Windows 7 SP1 64bit.

DonAlfredo

  • Hero Member
  • *****
  • Posts: 1738
Re: Fpcupdeluxe
« Reply #2090 on: November 16, 2022, 05:09:05 pm »
@Jurassic Pork
Unfortunately, your wget binaries cannot be used.
They are installers.
Fpcupdeluxe can only use plain binaries or packages with binaries.
Due to its goal (or limit) not to install anything outside of its install directory.

Jurassic Pork

  • Hero Member
  • *****
  • Posts: 1228
Re: Fpcupdeluxe
« Reply #2091 on: November 16, 2022, 05:28:01 pm »

Unfortunately, your wget binaries cannot be used.
They are installers.
installers ? wget-openssl-x64.exe  seems to be a standalone executable ?
Jurassic computer : Sinclair ZX81 - Zilog Z80A à 3,25 MHz - RAM 1 Ko - ROM 8 Ko

DonAlfredo

  • Hero Member
  • *****
  • Posts: 1738
Re: Fpcupdeluxe
« Reply #2092 on: November 16, 2022, 05:45:16 pm »
@Jurassic Pork
My bad. I looked into the binary without running it. Seems I am mistaken. Will have another look at it.

El Salvador

  • Full Member
  • ***
  • Posts: 133
Re: Fpcupdeluxe
« Reply #2093 on: November 21, 2022, 02:40:54 pm »
Sorry to bother you @DonAlfredo, but did you read my ticket on github? https://github.com/LongDirtyAnimAlf/Reiniero-fpcup/issues/53


El Salvador

  • Full Member
  • ***
  • Posts: 133
Re: Fpcupdeluxe
« Reply #2095 on: November 22, 2022, 03:15:25 pm »
Thank you so much! It works!

ydd

  • Jr. Member
  • **
  • Posts: 78
Re: Fpcupdeluxe
« Reply #2096 on: November 29, 2022, 01:11:32 am »
« Last Edit: November 29, 2022, 02:35:10 am by ydd »

cai

  • New Member
  • *
  • Posts: 41
Re: Fpcupdeluxe
« Reply #2097 on: December 09, 2022, 03:07:59 am »
Hi, I found when I select [Cross] -CPU[arm]-OS[linux] , the [Set subarch] is disabled, 

Is that means [arm-linux] can not set SoftFloat for FPU options?

================

I'm looking for a solution which can Compile ShareLibrary(.so) with Options "arm-linux -CfSOFT"

=================================
Solved, do not use ARMEL or ARMHF in OPT, and use -CfSOFT in CROSS_OPT
« Last Edit: December 17, 2022, 02:37:16 am by cai »

Gustavo 'Gus' Carreno

  • Hero Member
  • *****
  • Posts: 1090
  • Professional amateur ;-P
Re: Fpcupdeluxe
« Reply #2098 on: December 15, 2022, 11:54:33 pm »
Hey DonAlfredo!!

If I wanted to compile Lazarus in Qt5 using fpcudeluxe, how would I go about it?

This is because I want to follow the instructions that the geezers are suggesting in Has anyone noticed anything weird with Lazarus on U22?

Cheers,
Gus
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

KodeZwerg

  • Hero Member
  • *****
  • Posts: 2006
  • Fifty shades of code.
    • Delphi & FreePascal
Re: Fpcupdeluxe
« Reply #2099 on: December 16, 2022, 01:55:52 am »
Good day maker of FPCupdeluxe!
First of all, excellent application :-*

A small but not that unimportant thing that I like to share with you, when a user is selecting [stable] for FPC and Lazarus, and click on [Install/Update], the user (me) was actual thinking that it really update my installation, but it kept downloading version 2.2.2 for Lazarus and not 2.2.4 as expected.

Thanks to Gus over Discord, I learned that there is in [Setup+] an option which i need to turn on to actual get updated release "[X] Auto-switch repo URL".

Why is that not turned on by default when pressing on [Install/Update]?
« Last Edit: Tomorrow at 31:76:97 xm by KodeZwerg »

 

TinyPortal © 2005-2018