[fpc-devel] New bug in building RTL docs

Hans-Peter Diettrich DrDiettrich1 at aol.com
Mon Jan 23 19:07:16 CET 2012


Today I had problems in the FPDocManager, where the scanner/parser 
throws an exception "String list does not allow duplicates". Reason may 
be duplicate include paths, definitely a duplicate -dCPU32 from both the 
parser and the commandline.

This error now also occurs when the RTL 2.6 docs are build from the 
commandline (Win7):
 >make rtl.chk

What happend to the Makefile, or to the PParser/Scanner?


Another parser error occurs in systemh.inc line 283 col. 30:
   UCS4Char            = type 0..$10ffff;
where the parser expects an "=" after "type". Wasn't this syntax 
recognized already before 2.6?

Can somebody confirm above problems, or are these due to bad 
modifications on my machine?

DoDi




More information about the fpc-devel mailing list