Re: [fpc-pascal] Unable to compile fpc 3.0.4

2017-12-09 Thread Marco van de Voort
In our previous episode, Giuliano Colla said: > > make OPT="-n ALL_OPTIONS_YOU_USED_BEFORE" > OPT=-n did the trick. > > It remains obscure to me while paszlib did origin to the problem, while > other packages did compile properly, but as long as it works... Many packages force delphi dialect.

Re: [fpc-pascal] Unable to compile fpc 3.0.4

2017-12-09 Thread Giuliano Colla
Il 09/12/2017 22:06, Pierre Muller ha scritto: Simply try to run make but adding -n to Free Pascal compiler options, simply by using make OPT=-n or make OPT="-n ALL_OPTIONS_YOU_USED_BEFORE" OPT=-n did the trick. It remains obscure to me while paszlib did origin to the problem, while other

Re: [fpc-pascal] Unable to compile fpc 3.0.4

2017-12-09 Thread Pierre Muller
Hi Giuliano, Le 09/12/2017 à 20:43, Giuliano Colla a écrit : > I've stumbled into a problem. > > On one platform (linux x86_64, distro is CentOs6) I'm unable to compile > fpc packages of fpc 3.0.4 > > The compiler is successful but the package compilation fails on package > paszlib. The error

[fpc-pascal] Unable to compile fpc 3.0.4

2017-12-09 Thread Giuliano Colla
I've stumbled into a problem. On one platform (linux x86_64, distro is CentOs6) I'm unable to compile fpc packages of fpc 3.0.4 The compiler is successful but the package compilation fails on package paszlib. The error given is zbase.pas(446,7) Error: Illegal expression zbase.pas(447,36)

Re: [fpc-pascal] How is EntryInformation.OS.haltproc assigned?

2017-12-09 Thread Juha Manninen
On Tue, Dec 5, 2017 at 7:28 PM, Victor Campillo wrote: > I don't know if you have only the problem with Manjaro Linux, but in case it > helps I just made a few test building a few Qt LCL examples with Lazarus > Trunk + FPC trunk in Xubuntu 64-bit and does not get any