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

_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to