[fpc-devel] Include files with double names
Jonas Maebe
jonas.maebe at elis.ugent.be
Tue Sep 6 21:58:30 CEST 2011
On 06 Sep 2011, at 21:48, Joost van der Sluis wrote:
> Can someone reproduce this? And what to do now? I've even did a touch on
> the rtl/objpas/parser.inc, but that doesn't help.
If you perform a top level "make all", the RTL and packages are compiled with -Ur so that it never gets recompiled. If you compile them manually, you should add that parameter yourself in most cases (unless you are debugging a bug regarding include files in the RTL). This problem is not specific to the RTL vs packages, it can also happen with any FPC-supplied unit and third party sources (which is why the -Ur parameter was implemented and activated by default when doing a "make all").
Jonas
More information about the fpc-devel
mailing list