[Lazarus] FPDoc tracker

Marcos Douglas md at delfire.net
Mon Jul 18 14:58:02 CEST 2011


On Mon, Jul 18, 2011 at 9:44 AM, Felipe Monteiro de Carvalho
<felipemonteiro.carvalho at gmail.com> wrote:
>> My Win is Portuguese so, the translate this error is "The input line
>> is too long.".
>
> Maybe you are using the wrong make. In windows I always set the path
> before doing anything in the command line:
>
> set path=path_to_fpc_bin_dir
> W:\md\dev\freepascal\compiler\fpcdocs>make rtl.chk fcl.chk FPCSRCDIR=W:\md\dev\f
> reepascal\compiler\2.4.5

I changed PATH before.
My script:
set myroot=W:\md\dev\freepascal\
set myFPC=%myroot%\compiler\2.4.5
set mybinutils=%myroot%\binutils
set PATH=%mybinutils%\i386-win32;%myFPC%\bin\i386-win32

cd %myroot%\compiler\fpcdocs
make rtl.chk fcl.chk FPCSRCDIR=%myFPC%

Marcos Douglas




More information about the Lazarus mailing list