On 18.07.2011 19:08, Sven Barth wrote:
On 18.07.2011 14:44, Graeme Geldenhuys wrote:
On 07/18/2011 02:23 PM, Marcos Douglas wrote:

W:\md\dev\freepascal\compiler\fpcdocs>make rtl.chk fcl.chk
FPCSRCDIR=W:\md\dev\f
reepascal\compiler\2.4.5
fpdoc --warn-no-node --package=rtl --descr=rtl.xml --content=rtl.xct
--hide-pro
....snip...
ler\2.4.5/rtl/inc/ctypes.pp
-FiW:\md\dev\freepascal\compiler\2.4.5/rtl/unix -FiW
:\md\dev\freepascal\compiler\2.4.5/rtl/win
-FiW:\md\dev\freepascal\compiler\2.4.
5/rtl/win32" --format=html --output=rtl --footer-date='mmm dd yyyy'
A linha de entrada é muito longa.
make: *** [rtl.chk] Error 255

W:\md\dev\freepascal\compiler\fpcdocs>
-----------------------------------------------------------------------
My Win is Portuguese so, the translate this error is "The input line
is too long.".

Thanks for the translation. It seems Windows can't handle such a long
command on the command line. Two options I can think of:

I don't know how long the given command line is, but the limits for
Windows using cmd are as follows:

* up to including Windows 2000: 2047 characters
* from Windows XP on: 8191 characters

The limit when using CreateProcess directly is 32767 characters (max
length of a UNICODE_STRING).

Before I forget: the source of this information:
* http://support.microsoft.com/kb/830473/en-us (for the cmd limits)
* http://blogs.msdn.com/b/oldnewthing/archive/2003/12/10/56028.aspx (for the CreateProcess limits)

Regards,
Sven

--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to