[fpc-pascal] Where is fpmkconv?

Michael Van Canneyt michael at freepascal.org
Sat Aug 11 15:56:15 CEST 2007



On Sat, 11 Aug 2007, Darius Blaszijk wrote:

> You're right. I don't have a clue why, but when I remove poNoConsole for the
> TProcess it works. I attached a patch.
> 
> Unfortunately it still doesn't work. Fppkg cannot find the Makefile.fpc.
> Output below.
> 
> >fppkg convertmk Makefile.fpc
> Loading global configuration from "C:\pp\bin\i386-Win32\fppkg.cfg"
> Loading compiler configuration from
> "C:\pp\bin\i386-Win32\fppkg\config\default"
> Loading packages information from "C:\pp\bin\i386-Win32\fppkg\packages.xml"
> Loading local versions information from
> "C:\pp\bin\i386-Win32\fppkg\versions-default.dat"
> The FPC make tool encountered the following error:
> Package "Makefile.fpc" not found.
> 
> I also tried giving the full path to the makefile without success.

Ok, my fault. All you need to do is

fppkg mkconvert

It will convert the Makefile.fpc in the current directory and compiles 
and runs it. I just tested here, and it works fine.

Michael.



More information about the fpc-pascal mailing list