Recent

Author Topic: Fpcupdeluxe  (Read 815053 times)

DonAlfredo

  • Hero Member
  • *****
  • Posts: 1739
Re: Fpcupdeluxe
« Reply #630 on: October 01, 2017, 09:45:55 pm »
@marcov
Missed than one ... will implement ... thanks !

wp

  • Hero Member
  • *****
  • Posts: 11915
Re: Fpcupdeluxe
« Reply #631 on: October 12, 2017, 07:41:34 pm »
There's a discussion in the German Lazarus forum (http://www.lazarusforum.de/viewtopic.php?f=2&t=11123) that the language settings of the IDE (Tools > Options > Environment > General > Language) is lost when a Laz trunk is updated by fpcupdeluxe.

I checked this with a fresh installation (Laz trunk & fpc trunk, created by fpcupdeluxe on Win10), set language to "Default (or english)", and updated by fpcupdeluxe), and in fact, the language is set back to "English".

I know from my daily work when I update Laz trunk via svn that this does not happen. So, is this caused by fpcupdeluxe?

DonAlfredo

  • Hero Member
  • *****
  • Posts: 1739
Re: Fpcupdeluxe
« Reply #632 on: October 12, 2017, 08:28:47 pm »
This is true. And unwanted.

I made the necessary changes in the source:
https://github.com/newpascal/fpcupdeluxe/commit/a066dff8f1452a57c815fd344640daffd7ab4a3f#diff-d76c5a449c604c2b209065de18ba7ee5

A new (upcoming) release will contain these changes !
Thanks for reporting.

AlexTP

  • Hero Member
  • *****
  • Posts: 2401
    • UVviewsoft
Re: Fpcupdeluxe
« Reply #633 on: October 13, 2017, 11:10:23 am »
@author
I've reported few UI issues in GH page of fpcupdeluxe, please see?

DonAlfredo

  • Hero Member
  • *****
  • Posts: 1739
Re: Fpcupdeluxe
« Reply #634 on: October 13, 2017, 11:16:12 am »
I have taken care of many of them already !
However, I did not yet release the latest changes.

I will wait for a few days more on an issue I raised in the bugtracker about cross-compiling from x64 towards i386 (float80).
https://bugs.freepascal.org/view.php?id=32502

Regardless of a response, I will release new fpcupdeluxe this Monday !

Xor-el

  • Sr. Member
  • ****
  • Posts: 404
Re: Fpcupdeluxe
« Reply #635 on: October 13, 2017, 01:38:03 pm »
Hello, is there anybody here that has been able to run fpcdeluxe on kali linux??
tried running the linux version but it says no application associated with the file type.

DonAlfredo

  • Hero Member
  • *****
  • Posts: 1739
Re: Fpcupdeluxe
« Reply #636 on: October 13, 2017, 02:04:50 pm »
Did you make fpcupdeluxe executable after download ?
Use chmod to add the executable permission !

Xor-el

  • Sr. Member
  • ****
  • Posts: 404
Re: Fpcupdeluxe
« Reply #637 on: October 13, 2017, 02:53:51 pm »
Did you make fpcupdeluxe executable after download ?
Use chmod to add the executable permission !

yes i did

mai

  • Full Member
  • ***
  • Posts: 133
  • truther
Re: Fpcupdeluxe
« Reply #638 on: October 16, 2017, 08:36:34 am »
Introducing fpcupdeluxe.
Still pre-mature, but ready to use in most cases.


lots of breakage ! takes ages to get anything working. though itz poss to get Laz working if you fight against fpcupdeluxe very very hard.

Eugene Loza

  • Hero Member
  • *****
  • Posts: 673
    • My games in Pascal
Re: Fpcupdeluxe
« Reply #639 on: October 20, 2017, 08:34:04 pm »
Works for me in Debian Jessie Linux 64 bit flawlessly.
Thou I've had to install subversion package additionally.
Thanks a lot!
My FOSS games in FreePascal&CastleGameEngine: https://decoherence.itch.io/ (Sources: https://gitlab.com/EugeneLoza)

M+AUDIO

  • New Member
  • *
  • Posts: 48
Re: Fpcupdeluxe
« Reply #640 on: October 20, 2017, 10:29:23 pm »
I would also like to thank you DonAlfredo and everyone who contributed to this project. O:-)
needed to install git for cross-compilers (wasn't mentioned in the readme under linux section)
« Last Edit: October 20, 2017, 10:36:12 pm by M+AUDIO »

mai

  • Full Member
  • ***
  • Posts: 133
  • truther
Re: Fpcupdeluxe
« Reply #641 on: October 21, 2017, 01:42:46 am »
usually works nicely on first run on empty dir.

later runs, to install coponents into palette, sometimes recompilation problems.


so I just use online pack mangr

DonAlfredo

  • Hero Member
  • *****
  • Posts: 1739
Re: Fpcupdeluxe
« Reply #642 on: October 24, 2017, 08:34:34 pm »
I would like to invite all users of fpcupdeluxe to switch over to the latest version.
https://github.com/newpascal/fpcupdeluxe/releases/latest

Besides many bugfixes and new features, it also collects some data. Which can be good or bad: its up to the user to decide !
The mORMot framework is used to accomplish this. In a special very light client mode for fpcupdeluxe itself.

The server that collects the data can be reached:
http://54.194.211.233:8880/root/getinfohtml
http://54.194.211.233:8880/root/getinfohtml?Distro=ubuntu
http://54.194.211.233:8880/root/getinfohtml?os=win32
http://54.194.211.233:8880/root/getinfohtml?showerrors=yes

Please note and important:
Data collection can be disabled. In setup+. See included picture.

tr_escape

  • Sr. Member
  • ****
  • Posts: 432
  • sector name toys | respect to spectre
    • Github:
Re: Fpcupdeluxe
« Reply #643 on: October 24, 2017, 09:15:21 pm »
In Lubuntu (17.10) linux binary not working directly because of  compiled for gtk2 but lubuntu using QT (I think).

I am downloading source codes compiling for qt after that I can use.

Is it possible to compile for QT too?


DonAlfredo

  • Hero Member
  • *****
  • Posts: 1739
Re: Fpcupdeluxe
« Reply #644 on: October 24, 2017, 09:25:06 pm »
Sure. You can compile fpcupdeluxe yourself.

However, I will check Lubuntu and see if I can include binaries for Lubuntu too !
Is Lubuntu QT4 or QT5 ?

 

TinyPortal © 2005-2018