> You can probably work around the problem for now by going to line 1448 > of compiler/ptconst.pas and changing > > if sym.varspez=vs_const then > cursectype:=sec_rodata > else > cursectype:=sec_data; > > into > > cursectype:=sec_data; Hm, it doesn't help. Still this same error