On Sat, 17 Dec 2016 22:25:50 -0300 silvioprog via Lazarus <[email protected]> wrote:
> Hello all, > > Could anybody compile a project using Lazarus from trunk? When I try to > compile any project: > > ... > Warning: Recompiling varutils, checksum changed for System > varutils.pp(11,35) Fatal: Can't find unit varutils used by variants Normally the FPC units are compiled with -Ur, so any checksum change is ignored. Either you have a broken FPC install or you have a unit with the same name as a FPC unit. Mattias -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus-ide.org/listinfo/lazarus
