> 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

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

Reply via email to