[fpc-devel] Undefined symbol: SYSTEM_::=::\_DELETE compiler error
    Ondrej Pokorny 
    lazarus at kluug.net
       
    Fri Jun 17 13:09:13 CEST 2016
    
    
  
Hello!
One of my projects doesn't compile with current FPC trunk. I get this error:
MyProj.lpr(23,1) Error: Undefined symbol: 
SYSTEM_::=::\_DELETE$RAWBYTESTRING$LONGINT$LONGINT
It used to compile fine. Also other projects compile. Does anybody have 
an idea what I am doing wrong or what should I change?
(Btw. a simple project:
var
   a: RawByteString;
begin
   Delete(a, 1, 2);
end;
compiles also fine.)
Ondrej
    
    
More information about the fpc-devel
mailing list