On Mon, Jul 18, 2011 at 9:44 AM, Felipe Monteiro de Carvalho <[email protected]> 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 -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
