Recent

Author Topic: Fpcupdeluxe  (Read 792671 times)

DonAlfredo

  • Hero Member
  • *****
  • Posts: 1738
Re: Fpcupdeluxe
« Reply #1245 on: May 12, 2019, 12:00:38 pm »
As requested (but not yet release) !
Screenshot shows fpcupdeluxe running on Alpine Linux.
Binary cross-compiled from Windows.

pvn1

  • Newbie
  • Posts: 5
Re: Fpcupdeluxe
« Reply #1246 on: May 12, 2019, 02:17:04 pm »
As requested (but not yet release) !
Screenshot shows fpcupdeluxe running on Alpine Linux.
Binary cross-compiled from Windows.

That's amazing, kudos to you! Really looking forward to the next release.

DonAlfredo

  • Hero Member
  • *****
  • Posts: 1738
Re: Fpcupdeluxe
« Reply #1247 on: May 12, 2019, 05:09:43 pm »
Lazarus+FPC , installed by fpcupdeluxe, running on Alpine Linux !!
See included screenshot.
 :D

ASBzone

  • Hero Member
  • *****
  • Posts: 678
  • Automation leads to relaxation...
    • Free Console Utilities for Windows (and a few for Linux) from BrainWaveCC
Re: Fpcupdeluxe
« Reply #1248 on: May 12, 2019, 05:30:28 pm »
Go ahead...  Admit it:  Someone dared you to do it.   :D
-ASB: https://www.BrainWaveCC.com/

Lazarus v2.2.7-ada7a90186 / FPC v3.2.3-706-gaadb53e72c
(Windows 64-bit install w/Win32 and Linux/Arm cross-compiles via FpcUpDeluxe on both instances)

My Systems: Windows 10/11 Pro x64 (Current)

Trenatos

  • Hero Member
  • *****
  • Posts: 533
    • MarcusFernstrom.com
Re: Fpcupdeluxe
« Reply #1249 on: May 13, 2019, 04:52:28 am »
I'm trying to install latest fpc+laz on OSX (x64, Cocoa) but when I try to launch it I get

Anyone seen this?

Code: Pascal  [Select][+][-]
  1. [FORMS.PP] ExceptionOccurred
  2.   Sender=EInvalidGraphic
  3.   Exception=Stream is not an Icon type
  4.   Stack trace:
  5.   $000000010A24069B
  6.   $000000010A22F4F2
  7.   $000000010A230752
  8.   $000000010A2405BD
  9.   $000000010A2420CC
  10.   $000000010A118B9D
  11. TApplication.HandleException: EInvalidGraphic
  12. Stream is not an Icon type
  13.   Stack trace:
  14.   $000000010A24069B
  15.   $000000010A22F4F2
  16.   $000000010A230752
  17.   $000000010A2405BD
  18.   $000000010A2420CC
  19.   $000000010A118B9D
  20.  


giahung1997

  • Full Member
  • ***
  • Posts: 113
Re: Fpcupdeluxe
« Reply #1251 on: May 13, 2019, 05:11:26 pm »
I have added a NetBSD x86_64 binary of fpcupdeluxe.

https://github.com/LongDirtyAnimAlf/fpcupdeluxe/releases/download/1.6.2u/fpcupdeluxe-x86_64-netbsd

It has been made by cross-compiling from Windows towards NetBSD.
Its just a proof of concept.
Due to the fact that it runs 100%, but does not work ... ;-)

Fpcupdeluxe makes extensive use of TProcess.
And TProcess (trunk) fails to function correct on NetBSD (on my VM-system at least [NetBSD 8, with Mate]).
Please try with NetBSD current (8.99). They made some changes with libpthread to supports C11 thread. I think it is related.

Trenatos

  • Hero Member
  • *****
  • Posts: 533
    • MarcusFernstrom.com
Re: Fpcupdeluxe
« Reply #1252 on: May 14, 2019, 03:26:05 am »
Thanks DonAlfredo, that combo seems to work

nouzi

  • Sr. Member
  • ****
  • Posts: 296
Re: Fpcupdeluxe
« Reply #1253 on: May 14, 2019, 10:30:21 am »
laste ver arm  cross-compiler android problem  can't install

My English is  bad
Lazarus last version free pascal last version
Lazarus trunk  free pascal trunk 
System : Linux mint  64bit  Windows 7 64bit

DonAlfredo

  • Hero Member
  • *****
  • Posts: 1738
Re: Fpcupdeluxe
« Reply #1254 on: May 14, 2019, 10:43:18 am »
@nouzi
I have added a zip-version of the android-arm binary tools. Perhaps this will work for you.

DonAlfredo

  • Hero Member
  • *****
  • Posts: 1738
Re: Fpcupdeluxe
« Reply #1255 on: May 14, 2019, 10:46:06 am »
New version of fpcupdeluxe released (1.6.2v).

It contains an Alpine Linux binary, that should work on more musl-linux systems.
https://github.com/LongDirtyAnimAlf/fpcupdeluxe/releases/download/1.6.2v/fpcupdeluxe-x86_64-musllinux

You can also cross-compile from Windows towards musl-linux.
But please note:
Linux and musl-linux are mutual exclusive.
Its either one or the other.

Feeback welcome.

nouzi

  • Sr. Member
  • ****
  • Posts: 296
Re: Fpcupdeluxe
« Reply #1256 on: May 14, 2019, 11:00:50 am »
@nouzi
I have added a zip-version of the android-arm binary tools. Perhaps this will work for you.
@DonAlfredo
thank  yes is work
My English is  bad
Lazarus last version free pascal last version
Lazarus trunk  free pascal trunk 
System : Linux mint  64bit  Windows 7 64bit

pvn1

  • Newbie
  • Posts: 5
Re: Fpcupdeluxe
« Reply #1257 on: May 14, 2019, 01:57:25 pm »
New version of fpcupdeluxe released (1.6.2v).

It contains an Alpine Linux binary, that should work on more musl-linux systems.
https://github.com/LongDirtyAnimAlf/fpcupdeluxe/releases/download/1.6.2v/fpcupdeluxe-x86_64-musllinux

You can also cross-compile from Windows towards musl-linux.
But please note:
Linux and musl-linux are mutual exclusive.
Its either one or the other.

Feeback welcome.

Thank you, I've cross-compiled a small test program and it works great! Will do more tests in the evening.

DonAlfredo

  • Hero Member
  • *****
  • Posts: 1738
Re: Fpcupdeluxe
« Reply #1258 on: May 14, 2019, 02:38:24 pm »
As @ASBzone already detected, I could not resists the challenge ....

But the fact that both FPC and Lazarus run on so many platforms, is the end-results of the hard work done by their designers and maintainers ... and that is nothing less than a miracle !!

totya

  • Hero Member
  • *****
  • Posts: 720
Re: Fpcupdeluxe
« Reply #1259 on: May 14, 2019, 06:00:51 pm »
Hi, I try the latest version... (win32 version (1.6.2v) on win7 x64).

Start fpc fixes... openssl download.. nothing happen's ... after I download and unpack manually these files.. wget download connecting... and nothing more... eternallybored.org site seems to me down. Halt function doesn't work... as usually.


 

TinyPortal © 2005-2018