Recent

Author Topic: Download Lastest laraus [Solved]  (Read 12923 times)

DonAlfredo

  • Hero Member
  • *****
  • Posts: 1739
Re: Download Lastest laraus [Solved]
« Reply #15 on: August 24, 2016, 10:07:09 pm »
@josh
I will look into this issue.

DonAlfredo

  • Hero Member
  • *****
  • Posts: 1739
Re: Download Lastest laraus [Solved]
« Reply #16 on: August 25, 2016, 08:45:59 am »
@josh
What happens if you change the "Directory for building test projects" in the Tools/Options/Files menu ?

Josh

  • Hero Member
  • *****
  • Posts: 1271
Re: Download Lastest laraus [Solved]
« Reply #17 on: August 25, 2016, 09:09:40 am »
Hi
Yes that fixed the issue.
I created a folder in NewPascal called temp; and pointed it to there, as it makes it easier for me to exclude NewPascal folder and subs from Anti Virus.

Josh
The best way to get accurate information on the forum is to post something wrong and wait for corrections.

Josh

  • Hero Member
  • *****
  • Posts: 1271
Re: Download Lastest laraus [Solved]
« Reply #18 on: August 25, 2016, 09:17:29 am »
Hi
This is not to do with the installer; but the version I have downloaded when I click Rescan Sources I get the progress bar; but the form does not vanish; like previos versions; the progress bar gets to the end then the progress bar is deleted but the dialog is still on screen.
I will test further as I get time
The best way to get accurate information on the forum is to post something wrong and wait for corrections.

DonAlfredo

  • Hero Member
  • *****
  • Posts: 1739
Re: Download Lastest laraus [Solved]
« Reply #19 on: August 25, 2016, 09:18:28 am »
Thanks for the feedback.
I will update the NewPascal release.

About the ReScan form: this is a Lazarus issue.


Petr Nehez

  • New Member
  • *
  • Posts: 14
Re: Download Lastest laraus [Solved]
« Reply #21 on: September 12, 2016, 09:20:08 am »
I am considering to use the NewPascal pack but could anybody tell me how is it possible to download or compile Win64 version of it?
When I download the latest version I don't see neither Win64 binaries nor Win64 compiled units.

Thank you for any advise.

Petr

JD

  • Hero Member
  • *****
  • Posts: 1848
Re: Download Lastest laraus [Solved]
« Reply #22 on: September 12, 2016, 11:31:00 am »
I am considering to use the NewPascal pack but could anybody tell me how is it possible to download or compile Win64 version of it?
When I download the latest version I don't see neither Win64 binaries nor Win64 compiled units.

Thank you for any advise.

Petr

Read instructions on this page
https://github.com/dathox/newpascalpack/releases
Windows - Lazarus 2.1/FPC 3.2 (built using fpcupdeluxe),
Linux Mint - Lazarus 2.1/FPC 3.2 (built using fpcupdeluxe)

mORMot; Zeos 8; SQLite, PostgreSQL & MariaDB; VirtualTreeView

Thaddy

  • Hero Member
  • *****
  • Posts: 14197
  • Probably until I exterminate Putin.
Re: Download Lastest laraus [Solved]
« Reply #23 on: September 12, 2016, 02:33:50 pm »
@Alfred
I can't really recommend NewPascal atm.
There seems to be a lack of effort in documenting changes.
Why is that? Just concentrating on coding? Bad Habit.
I want to create an armhf port natively but I am very,very lost in what has changed....
That's not a way to start a fork.

And all three of you should know better.
Specialize a type, not a var.

vfclists

  • Hero Member
  • *****
  • Posts: 1013
    • HowTos Considered Harmful?
Re: Download Lastest laraus [Solved]
« Reply #24 on: September 13, 2016, 05:19:28 pm »
@Alfred
I can't really recommend NewPascal atm.
There seems to be a lack of effort in documenting changes.
Why is that? Just concentrating on coding? Bad Habit.
I want to create an armhf port natively but I am very,very lost in what has changed....
That's not a way to start a fork.

And all three of you should know better.

It would be a good idea to list what releases of the constituent packages it is built on with each release.

eg.

FPC svn-XXXXX, Lazarus svn-XXXXX, mORMot fossil-XXXXX what local changes were required to make it compile. I think the FPC/Lazarus needs a library or package that can extract the commits of the various packages which go into it. I could say Git could make things easier for a lot of users but FPC/Lazarus developers are Subversion oriented.
Lazarus 3.0/FPC 3.2.2

DonAlfredo

  • Hero Member
  • *****
  • Posts: 1739
Re: Download Lastest laraus [Solved]
« Reply #25 on: September 13, 2016, 08:16:34 pm »
@Thaddy
Concentrating on coding is just one of my many bad habits. Some of them, I really enjoy ...

As stated before, NewPascal is an ongoing effort, very much in development.
We try to keep it as up to date as possible, without loosing useability.

As far as I know, its stable.
I am using the release from
https://github.com/dathox/newpascalpack/releases/tag/newpascalcross-v1.0.22
on a daily base for RPi3, Odroid and Android.

Another friend could be fpc(laz)up.
https://github.com/LongDirtyAnimAlf/Reiniero-fpcup

Use:
FPC fixes: fpclazup --fpcURL="fixes" --lazURL="fixes" --verbose
FPC trunk: fpclazup --fpcURL="trunk" --lazURL="trunk" --verbose

If you want to use the mORMot with FPC, it needs some more RTTI:
FPC fixes: fpclazup --fpcURL="fixes" --lazURL="fixes" --fpcPATCH="fpc300rtti.patch" --verbose
FPC trunk: fpclazup --fpcURL="trunk" --lazURL="trunk" --fpcPATCH="fpctrunkrtti.patch" --verbose

We welcome any report to improve its quality. So, bug-reports are welcome.

DonAlfredo

  • Hero Member
  • *****
  • Posts: 1739
Re: Download Lastest laraus [Solved]
« Reply #26 on: September 13, 2016, 08:24:55 pm »
@Petr.Nehez
AFAIK, its more or less an official advice to use cross-compiling to make Win64 binaries.
So, a real FPC / Lazarus 64 bit will be hard to find.
Again, you can make one with fpc(laz)up if you want. Just use the Win64 binary:
https://github.com/LongDirtyAnimAlf/Reiniero-fpcup/blob/master/bin/x86_64-win64/fpclazup64.exe

Petr Nehez

  • New Member
  • *
  • Posts: 14
Re: Download Lastest laraus [Solved]
« Reply #27 on: September 14, 2016, 02:38:13 pm »
@Petr.Nehez
AFAIK, its more or less an official advice to use cross-compiling to make Win64 binaries.

Thanks for the info provided already earlier, I used the official steps for installation of 1.0.22 and I can now build Win64 binaries.
I am just starting with FPC on one of our project because we use Delphi 2010 and while it is 32bits only we need to build Win64 binary when 4GB of memory is enough.

hnb

  • Sr. Member
  • ****
  • Posts: 270
Re: Download Lastest laraus [Solved]
« Reply #28 on: September 16, 2016, 01:19:20 pm »
There seems to be a lack of effort in documenting changes.
Why is that? Just concentrating on coding? Bad Habit.
I want to create an armhf port natively but I am very,very lost in what has changed....
That's not a way to start a fork.

That is why we have Compass page: http://newpascal.org/compass.html. Every single change and plan is described (with usefull links). Remember that the NewPascal is in early stage.
Checkout NewPascal initiative and donate beer - ready to use tuned FPC compiler + Lazarus for mORMot project

best regards,
Maciej Izak

 

TinyPortal © 2005-2018