It works now. Thanks.
Marcelo
Em qui., 27 de ago. de 2020 às 19:05, Jonas Maebe via fpc-pascal <
fpc-pascal@lists.freepascal.org> escreveu:
> On 27/08/2020 23:39, Marcelo Rocha via fpc-pascal wrote:
> > I've repeated the steps on a clean ubuntu 20.04 vm with the same result:
ascal <
fpc-pascal@lists.freepascal.org> escreveu:
> On 27/08/2020 21:45, Marcelo Rocha via fpc-pascal wrote:
>
> > I have downloaded fpc 3.2.0 linux x64 installer, and builded fpc's
> > branch fixes_3_2 using it.. When I run the command make install, I've
>
Hi all,
I have downloaded fpc 3.2.0 linux x64 installer, and builded fpc's branch
fixes_3_2 using it.. When I run the command make install, I've got the
following errors:
make[3]: Entering directory '/root/fixes_3_2/compiler'
/root/fixes_3_2/compiler/ppcx64 -Ur -Xs -O2 -n -Fux86_64 -Fusystems
-Fu
Delphi's LongInt and LongWord are 32 bits on Windows, but 64 bits on
supported Posix platforms(
http://docwiki.embarcadero.com/RADStudio/Rio/en/Simple_Types_(Delphi)),
following the conventions from LP64/LLP64. FreePascal declares with the
same size for all platforms.
What's the best way to do por