<p>Am 03.12.2015 06:44 schrieb "Anthony Walter" <<a href="mailto:sysrpl@gmail.com">sysrpl@gmail.com</a>>:<br>
><br>
> I thought I read on this list somewhere that FPC version 3.0 would be able to compile itself?<br>
><br>
> I just checked out FPC svn branch fixes 3 0 (version 3.0.1), built using FPC 2.6.4, then check out FPC 3.0 again to another directory after setting my compiler environment to my working 3.0. <br>
><br>
> When I try to make the freshly checked out 3.0 with the one I just built I get this message:<br>
><br>
> Makefile:2790: *** The only supported starting compiler version is 2.6.4. You are trying to build with 3.0.1..  Stop.</p>
<p>The exact same revision can indeed build itself (after all that's what happens during "make all" anyway), but the makefile can't differentiate the revision. For it 3.0.1 of revision A is the same as 3.0.1 of revision B. Thus we only check for the version and there for the previous release. This specific case would thus be a valid reason to use the OVERRIDEVERSIONCHECK=1 parameter that you'll need to pass to make then.</p>
<p>Regards,<br>
Sven</p>