[fpc-devel] Build error, main branch, compiler/options.pas 889:33

Michael Van Canneyt michael at freepascal.org
Sat Nov 11 11:57:34 CET 2023



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.


More information about the fpc-devel mailing list