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_______________________________________________ fpc-devel maillist - [email protected] http://lists.freepascal.org/mailman/listinfo/fpc-devel
