[fpc-pascal] Re: Compiling Synapse... begginer questions

Marcos Douglas md at delfire.net
Sun May 8 01:27:00 CEST 2011


On Sat, May 7, 2011 at 8:00 PM, Marcos Douglas <md at delfire.net> wrote:
> Hi,
> A long time ago I got the Synapse. It was stored in
> \freepascal\lib\synapse\src\trunk  and the units compiled in
> \units\i386-win32.
>
> Today I got the stable version, 39, from
> https://synalist.svn.sourceforge.net/svnroot/synalist/synapse/39 and
> stored in \freepascal\lib\synapse\src\39
>
> So, my first (begginer) question is:
> How I can compile this sources and put the output files in
> ...39\units\i386-win32, without use any project?
>
> 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?


Marcos Douglas



More information about the fpc-pascal mailing list