I just did the same for 55 platforms (cross-compile), on ubuntu. All work without errors ?

Michael.

On Wed, 20 Mar 2024, Martin Frb via fpc-devel wrote:

Older Ubuntu, trying to update (starting compiler is 3.2.2)


make clean
make all  OPT=" -O-1 -gw3 "
make install INSTALL_PREFIX=/home/m/fpc/


Compiling ./fcl-web/src/fcm/fpfcmstrings.pp
Writing Resource String Table file: fpfcmstrings.rsj
Compiling ./fcl-web/src/jwt/fpjwarsa.pp
fpjwarsa.pp(21,35) Error: Identifier not found "TJWTSigner"
fpjwarsa.pp(21,35) Error: Class type expected, but got "<erroneous type>"
fpjwarsa.pp(25,64) Error: Identifier not found "TJWTKey"
fpjwarsa.pp(26,62) Error: Identifier not found "TJWTKey"
fpjwarsa.pp(23,20) Error: There is no method in an ancestor class to be overridden: "class AlgorithmName:System.AnsiString;" fpjwarsa.pp(25,14) Error: There is no method in an ancestor class to be overridden: "CreateSignature(TJWT;<erroneous type>):System.AnsiString;" fpjwarsa.pp(26,14) Error: There is no method in an ancestor class to be overridden: "Verify(const AnsiString;<erroneous type>):System.Boolean;"
fpjwarsa.pp(56,38) Error: Identifier not found "TJWTSigner"
fpjwarsa.pp(56,38) Error: Class type expected, but got "<erroneous type>"
fpjwarsa.pp(60,64) Error: Identifier not found "TJWTKey"
fpjwarsa.pp(61,62) Error: Identifier not found "TJWTKey"
fpjwarsa.pp(58,20) Error: There is no method in an ancestor class to be overridden: "class AlgorithmName:System.AnsiString;" fpjwarsa.pp(60,14) Error: There is no method in an ancestor class to be overridden: "CreateSignature(TJWT;<erroneous type>):System.AnsiString;" fpjwarsa.pp(61,14) Error: There is no method in an ancestor class to be overridden: "Verify(const AnsiString;<erroneous type>):System.Boolean;"
fpjwarsa.pp(89,1) Fatal: There were 14 errors compiling module, stopping
Fatal: Compilation aborted

The installer encountered the following error:
Compilation of "BuildUnit_fcl_web.pp" failed
  $0000000000542579
  $000000000054C7E2
  $000000000054B87E
  $000000000054CADB
  $000000000054FEAA
  $0000000000540F3B
  $00000000005415C0
  $000000000047868F
  $00000000004A5AF9

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

Reply via email to