<p>Am 17.06.2016 13:09 schrieb "Ondrej Pokorny" <<a href="mailto:lazarus@kluug.net">lazarus@kluug.net</a>>:<br>
><br>
> Hello!<br>
><br>
> One of my projects doesn't compile with current FPC trunk. I get this error:<br>
><br>
> MyProj.lpr(23,1) Error: Undefined symbol: SYSTEM_::=::\_DELETE$RAWBYTESTRING$LONGINT$LONGINT<br>
><br>
> It used to compile fine. Also other projects compile. Does anybody have an idea what I am doing wrong or what should I change?<br>
><br>
> (Btw. a simple project:<br>
><br>
> var<br>
>   a: RawByteString;<br>
> begin<br>
>   Delete(a, 1, 2);<br>
> end;<br>
><br>
> compiles also fine.)</p>
<p>Are you sure all units you use were rebuild? I recently converted Insert and Delete to be intrinsics so the missing symbol could be due to units that were not rebuild...<br>
Note to self: increase the PPU version in such cases as well to force a recompilation.</p>
<p>Regards,<br>
Sven</p>