[fpc-pascal] Re: Compiling Synapse... begginer questions
Marco van de Voort
marcov at stack.nl
Sun May 8 11:33:21 CEST 2011
In our previous episode, Marcos Douglas said:
> > My second question:
> > Why the compiler do not found the units in
> > \freepascal\lib\synapse\src\trunk\units\i386-win32 if I use the
> > compiler option Fu<path> (in Lazarus is Other Units Files -Fu)? In
> > this folder there exists all .ppu and .o compiled.
>
> Well... compiling in command line I got:
>
> Free Pascal Compiler version 2.4.3 [2011/04/19] for i386
> Copyright (c) 1993-2010 by Florian Klaempfl
> Target OS: Win32 for i386
> Compiling project1.lpr
> Compiling unit1.pas
> PPU Loading W:\md\dev\freepascal\lib\synapse\src\trunk\units\i386-win32\httpsend.ppu
> PPU Invalid Version 120
> Fatal: Can't find unit httpsend used by Unit1
> Fatal: Compilation aborted
> --
>
> PPU Invalid Version?
Mixing of units compiled with different FPC versions.
More information about the fpc-pascal
mailing list