[fpc-pascal] FPC 2.5.1 (trunk rev 18036): Can't find unit fastcgi used by custfcgi
Marco van de Voort
marcov at stack.nl
Fri Jul 29 21:31:08 CEST 2011
In our previous episode, Marcos Douglas said:
> I got an error trying to compile FPC 2.5.1 (trunk at revision: 18036)
> on WinXP-SP3.
>
> Before update, I ran 'make distclean'.
> Compiling src\base\custfcgi.pp
> PPU Loading W:\md\dev\freepascal\compiler\2.5.1\packages\fastcgi\units\i386-win3
> 2\fastcgi.ppu
> PPU Invalid Version 128
> Fatal: Can't find unit fastcgi used by custfcgi
> Fatal: Compilation aborted
I also had this, and this fixed it for me, and for Paul on IRC
1) manually delete the .ppu's in packages that have this problem ( I ran del
/s *.ppu and *.o in packages/)
2) delete all old fpmake.exe (del /s fpmake.exe in packages/)
More information about the fpc-pascal
mailing list