discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: problems building - faiiling due to autogsdoc


From: Pete French
Subject: Re: problems building - faiiling due to autogsdoc
Date: Fri, 20 Jun 2003 14:47:58 +0100

O.K., I have tracked this down somewhat.

The basic problem is that the configure script is not defining HAVE_LOAD_METHOD
despite the fact that the test succeeds. This the +load method  is not defined
and hence never called.

The +load method works fine with BSDs procfs and retrieves the arguments
properly.

*but* the autogs problem still exists - and this appears to be a problem
with BSDs procfs implementation in that it seems to truncate any arguments
which cross the 256 byte boundary in /proc/$$/cmdline. So desite the
fact that the ode is correct, a full set of arguments is not being passed
to NSProcessInfo and hence autogsdoc is complaining.

I have raised this on the FreeBSD list and am looking at alternative ways to
implement the +load method.

-bat.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]