Recent

Author Topic: Lazarus 1.6.4 - Released  (Read 102464 times)

vfclists

  • Hero Member
  • *****
  • Posts: 1013
    • HowTos Considered Harmful?
Re: Lazarus 1.6.4 - Released
« Reply #45 on: March 05, 2017, 02:17:37 pm »
I built a 64bit version of Lazarus 1.6.4 - FPC 3.0.2 using fpcupdeluxe, and when I do Clean and Build IDE it takes forever. I usually have to abort the compilation and restart it.

And then from then on when I start to compile project it apparently goes back to rebuilding the packages it did not complete before I aborted the rebuild.

Any ideas why this could happening? I could
Lazarus 3.0/FPC 3.2.2

howardpc

  • Hero Member
  • *****
  • Posts: 4144
Re: Lazarus 1.6.4 - Released
« Reply #46 on: March 06, 2017, 12:49:00 am »
You could try
   Tools->Rescan FPC Source Directory

Eugene Loza

  • Hero Member
  • *****
  • Posts: 674
    • My games in Pascal
Re: Lazarus 1.6.4 - Released
« Reply #47 on: March 06, 2017, 09:27:26 am »
As it is to find in forum - "a lot" of people do not quickly solve this problem... - maybe you could quickly help...   :)
Sorry for the delay - I don't have Internet at home. As far as I remember, I've just installed all my dependencies and I was "clean" then. According to http://forum.lazarus.freepascal.org/index.php?topic=32554.0
Namely the packages installed were: https://github.com/eugeneloza/decoherence/blob/master/readme_compile.txt
However, I'm not sure if this was the exact solution that solved the issue.


Well... I've tried it again and it won't work as it did a few days ago :-[ Maybe, I've missed something, sorry...
« Last Edit: March 06, 2017, 12:32:02 pm by Eugene Loza »
My FOSS games in FreePascal&CastleGameEngine: https://decoherence.itch.io/ (Sources: https://gitlab.com/EugeneLoza)

cpicanco

  • Hero Member
  • *****
  • Posts: 618
  • Behavioral Scientist and Programmer
    • Portfolio
Re: Lazarus 1.6.4 - Released
« Reply #48 on: March 06, 2017, 01:13:40 pm »
Thank you so much. You are awesome!
Be mindful and excellent with each other.
https://github.com/cpicanco/

lazie

  • New member
  • *
  • Posts: 9
Re: Lazarus 1.6.4 - Released
« Reply #49 on: March 06, 2017, 07:31:47 pm »
Well... I've tried it again and it won't work as it did a few days ago :-[ Maybe, I've missed something, sorry...

Thank you for your response ! - There is a simple solution.
xterm has told that with using the FPC tar-packed download from FreePascal-download-site (instead of fpc as x86-deb-package) - everything is allright.
- So I first installed fpc3.0.2 as deb-package and lazarus 1.6.4 as deb-package. - And then to solve the problem I over-installed FPC from tar-packed-download (./install.sh) at the end.

So that simply helps.
But should a bug-report be done ? - Because the right place to solve - would be the x86-deb-package...
EDIT - I see thats going on:
http://bugs.freepascal.org/view.php?id=31482
http://bugs.freepascal.org/view.php?id=31490
"Error while linking during rebuilding the IDE Lazarus" http://forum.lazarus.freepascal.org/index.php/topic,36093.0.html
« Last Edit: March 07, 2017, 01:48:03 am by lazie »

jwdietrich

  • Hero Member
  • *****
  • Posts: 1232
    • formatio reticularis
Re: Lazarus 1.6.4 - Released
« Reply #50 on: March 06, 2017, 08:22:01 pm »
Thanks! :)
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

Handoko

  • Hero Member
  • *****
  • Posts: 5154
  • My goal: build my own game engine using Lazarus
Re: Lazarus 1.6.4 - Released
« Reply #51 on: March 07, 2017, 08:29:25 am »
I've just upgraded to Lazarus 1.6.4 FPC 3.0.2 on my Ubuntu Mate 64-bit computer. I used the 3 deb files downloaded from SourceForge and performed a clean installation.

A small warning happened when installing FPC, it said it is conflict with FPC.  %) I didn't understand, so I simply ignored it.

I also installed LAMW. So far everything seems to work correctly.

Thank you Lazarus/FPC team.

vfclists

  • Hero Member
  • *****
  • Posts: 1013
    • HowTos Considered Harmful?
Re: Lazarus 1.6.4 - Released
« Reply #52 on: March 07, 2017, 08:46:11 am »
You could try
   Tools->Rescan FPC Source Directory

That seems to have fixed it.

Thanks

Original question
I built a 64bit version of Lazarus 1.6.4 - FPC 3.0.2 using fpcupdeluxe, and when I do Clean and Build IDE it takes forever. I usually have to abort the compilation and restart it.

And then from then on when I start to compile project it apparently goes back to rebuilding the packages it did not complete before I aborted the rebuild.

Any ideas why this could happening? I could
Lazarus 3.0/FPC 3.2.2

snorkel

  • Hero Member
  • *****
  • Posts: 817
Re: Lazarus 1.6.4 - Released
« Reply #53 on: March 08, 2017, 05:02:42 pm »
I don't know if anyone knows this but FPC 3.02 has fixed a serious bug with createevent in the windows rtl.

So if your doing anything with threading that uses createevent for callback events or whatever this is a good reason to update.

Same bug affected older versions of Delphi and was only fixed last year in that product.

Basically the RTL was not assigning Nil to the name parameter if the createevent name was left blank, and instead it assigned a empty null terminated string which is not nil and caused all kinds of issues with certain multithreaded tcp/ip libs .
***Snorkel***
If I forget, I always use the latest stable 32bit version of Lazarus and FPC. At the time of this signature that is Laz 3.0RC2 and FPC 3.2.2
OS: Windows 10 64 bit

Michaela Joy

  • New Member
  • *
  • Posts: 24
Re: Lazarus 1.6.4 - Released
« Reply #54 on: March 08, 2017, 05:24:20 pm »
I just wanted to say thank you for all your hard work on FPC and Lazarus.


mbisax

  • New Member
  • *
  • Posts: 15
Re: Lazarus 1.6.4 - Released
« Reply #55 on: March 10, 2017, 10:14:28 am »
Since version 1.6 (not sure which version, specifically), the file .po file generated for the internationalization (enabling i18n to project), no longer contains the labels of the columns (TGridColumnTitle.Caption) so it is not possible to internationalize the project.
How do I report this malfunction to the team?
Thanks on advance.

Ondrej Pokorny

  • Full Member
  • ***
  • Posts: 220
Re: Lazarus 1.6.4 - Released
« Reply #56 on: March 10, 2017, 12:41:35 pm »
Since version 1.6 (not sure which version, specifically), the file .po file generated for the internationalization (enabling i18n to project), no longer contains the labels of the columns (TGridColumnTitle.Caption) so it is not possible to internationalize the project.
How do I report this malfunction to the team?

Strange - TGridColumnTitle.Caption is of type TCaption and should work just fine. Report to mantis.freepascal.org with a simple demo application. Thanks.

mbisax

  • New Member
  • *
  • Posts: 15
Re: Lazarus 1.6.4 - Released
« Reply #57 on: March 10, 2017, 02:11:41 pm »
Strange - TGridColumnTitle.Caption is of type TCaption and should work just fine. Report to mantis.freepascal.org with a simple demo application. Thanks.
Many thanks for the link. I'm going to write immediately explaining the problem.
Thank you.

mbisax

  • New Member
  • *
  • Posts: 15
Re: Lazarus 1.6.4 - Released
« Reply #58 on: March 10, 2017, 02:24:50 pm »
Since version 1.6 (not sure which version, specifically), the file .po file generated for the internationalization (enabling i18n to project), no longer contains the labels of the columns (TGridColumnTitle.Caption) so it is not possible to internationalize the project.
How do I report this malfunction to the team?
Thanks on advance.
I respond by alone.
Thanks to the link of ondrejpokorny, I found that the problem has already been reported and fixed.
http://mantis.freepascal.org/view.php?id=30013
Unfortunately it has been set for version 1.7SVN so, or wait for the stable Lazarus 1.8 or download and install the 1.7 SVN.
Thanks ondrejpokorny.
« Last Edit: March 10, 2017, 02:33:19 pm by mbisax »

Ondrej Pokorny

  • Full Member
  • ***
  • Posts: 220
Re: Lazarus 1.6.4 - Released
« Reply #59 on: March 10, 2017, 03:15:34 pm »
Expect 1.8 soon :)

 

TinyPortal © 2005-2018