On Fri, 10 Nov 2023, drichards--- via fpc-devel wrote:

        I am getting an incorrect type error at line 889 column 33 in
compiler/options.pas. This is the , following the parameter More to the
function Copy. More is defined as a String. I do not understand why the
function Copy would have a problem with a String as its first parameter.
This is my first attempt to build the compiler. Am I making a newbie mistake
here?
        I am building on a Raspberry Pi, Bullseye, 64-bit with 8GB of RAM
and a 1T drive.
        Dave

Make sure you use version 3.2.2 of the compiler to start the build.

This error is typical of the situation where you use another compiler to
start the build.

Michael.
_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel

Reply via email to