[fpc-devel] Unicode RTL for FPC

Michael Van Canneyt michael at freepascal.org
Sat Jan 7 12:45:53 CET 2023



On Sat, 7 Jan 2023, Mattias Gaertner via fpc-devel wrote:

> On Fri, 6 Jan 2023 18:05:43 +0100 (CET)
> Michael Van Canneyt via fpc-devel <fpc-devel at lists.freepascal.org>
> wrote:
>
>> [...]
>> For those that wish to help in testing:
>>
>> - Update your git clone
>
> I used a fresh clone.
>
>> - switch to branch unicodertl.
>
> I used git checkout unicodertl
>
>> - in the toplevel FPC directory, do a
>>
>> make all
>
> I get:
>
> Compiling .../packages/fcl-process/src/process.pp
> Compiling .../packages/fcl-process/src/pipes.pp
> process.inc(94,23) Error: Incompatible type for arg no. 1: Got "PChar",
> expected "PWideChar"

Lesson: 
Always run a toplevel "make all" after even the smallest (no matter how
insignificant) change in RTL.

Fixed. Make all works.

Thanks for testing!

Michael.


More information about the fpc-devel mailing list