On Sat, 8 Aug 2020, Ryan Joseph via fpc-pascal wrote:
On Aug 8, 2020, at 8:37 PM, Michael Van Canneyt wrote:
I don't know, that depends on your system. It is the path where FPC is
installed.
It's the compiler path? This is the same errors I got before which made me
rebuild the compile
> On Aug 8, 2020, at 8:37 PM, Michael Van Canneyt
> wrote:
>
> I don't know, that depends on your system. It is the path where FPC is
> installed.
It's the compiler path? This is the same errors I got before which made me
rebuild the compiler (macOS btw)
packages$ sudo make clean make inst
On Sat, 8 Aug 2020, Ryan Joseph via fpc-pascal wrote:
On Aug 8, 2020, at 8:24 PM, Michael Van Canneyt wrote:
make clean make install PREFIX=/some/dir/on/your/system
what is the PREFIX part?
I don't know, that depends on your system. It is the path where FPC is
installed.
On my linux
> On Aug 8, 2020, at 8:24 PM, Michael Van Canneyt
> wrote:
>
> make clean make install PREFIX=/some/dir/on/your/system
what is the PREFIX part?
Regards,
Ryan Joseph
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
https://lists.
On Sat, 8 Aug 2020, Ryan Joseph via fpc-pascal wrote:
On Aug 8, 2020, at 7:37 PM, Michael Van Canneyt wrote:
Confirm there was an error. Fixed, and added testcase.
I also added jdoNullClearsProperty; a null will then clear the property with
the 'natural' empty value. It has precedence ov
> On Aug 8, 2020, at 7:37 PM, Michael Van Canneyt
> wrote:
>
> Confirm there was an error. Fixed, and added testcase.
>
> I also added jdoNullClearsProperty; a null will then clear the property with
> the 'natural' empty value. It has precedence over jdoIgnoreNulls.
Thanks again, I couldn't
On Sat, 8 Aug 2020, Ryan Joseph wrote:
On Aug 7, 2020, at 9:09 PM, Michael Van Canneyt wrote:
try
B:=Not Assigned(FOnRestoreProp);
I just rebuilt the compiler (couldn't figure out how to recompile just the
fpc-json package) and got the new changes but there seems to be a
regression a