In our previous episode, Martin said: > > What compiler do you use? Recent FPCs from trunk define it. > > I was using fpc 2.4.0: > Free Pascal Compiler version 2.4.0 [2010/03/31] for i386 > > I thought that using the last release should always work
It always works to bootstrap. But the parts after the bootstrap (packages/) are only guaranteed compilable with the compiler of that same snapshot. So probably you compile a 2.5.1 rtl (and compiler?) with 2.4.0, but somehow also compile the rest with 2.4.0, while it should be 2.5.1. _______________________________________________ fpc-devel maillist - [email protected] http://lists.freepascal.org/mailman/listinfo/fpc-devel
