[fpc-devel] Alternative parsers
Jonas Maebe
jonas.maebe at elis.ugent.be
Tue Oct 19 11:43:12 CEST 2010
On 19 Oct 2010, at 11:18, Graeme Geldenhuys wrote:
> cresstr.pas(149,178) Error: Identifier not found "DefaultSystemCodePage"
> cresstr.pas(165,117) Error: Identifier not found "DefaultSystemCodePage"
> cresstr.pas(170,126) Error: Identifier not found "DefaultSystemCodePage"
> cresstr.pas(320) Fatal: There were 3 errors compiling module, stopping
I'm not sure how that's related to the merge I did. DefaultSystemCodePage is a system unit variable that was introduced in the cpstrnew branch. The error message suggests that you are trying to compile the cpstrnew compiler against an RTL from a different version. The cpstrnew compiler depends on the cpstrnew RTL.
Jonas
More information about the fpc-devel
mailing list