|
From: | Richard Frith-Macdonald |
Subject: | Re: gsdoc version 1.0.0 |
Date: | Tue, 15 Oct 2002 06:08:16 +0100 |
On Friday, October 11, 2002, at 07:27 pm, Chris B. Vetter wrote:Making all for doc Gui... /opt/GNUstep/System/Makefiles/mkinstalldirs Gui autogsdoc -Project Gui [...lots of options and filenames...] 2002-10-11 11:22:38.467 autogsdoc[14258] No filename arguments found ... giving up
<snip>
Perhaps the shell is listing the filenames but not passing them to autogsdoc? Do you have a buggy shell/make? I guess another possibility would be if NSProcessInfo is not working for some reason (machine/OS specific bug) ... and has not set up the arguments array.
I've modified NSProcessInfo so that manually supplying it with argc,argv,envp overrides any values determined automatically, and modified autogsdoc to use this ... so if it works now, it would tell us that the problem is with the mechanism NSProcessInfo uses to determine the contents of argv on your system.
I also occurred to me that the problem might be with the kernel not permitting large argument lists ... this seems unlikely ... but if your make, or shell, or kernel is having a problem with this, let me know - I've added an option for autogsdoc to read the names of the headers from a file, so such a problem
can be worked round.
[Prev in Thread] | Current Thread | [Next in Thread] |