> This usually means that they were compiled by a previous compiler, or  
> that they use units which have been changed and recompiled since the  
> previous compilation. In that case, the compiler will ignore the  
> precompiled unit and try to recompile it. If it then doesn't find the  
> sources, you'll get an error about the unit not being found.

Yes but the sources were there. They were in the search path, but the
compiler didn't search properly. I will look into it again and if there
are bugs, I will fix them in the FPC sources and submit the fixes.

> (Recompiling XYZ.pas because the checksum changed although it didn't).

I deleted all .o and .ppu files and still this happened. I'm not mixing
anything. The problem is that FPC sometimes doesn't like its own units -
maybe because of different compiler switches?

Cheers,
Tobias

_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to