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: Thu, 19 Jun 2003 21:02:04 +0100

> Alternatively, add fprintf(stderr,...) statements to the code in 
> NSProcessInfo.m to show what values are getting passed in by the 
> operating system, and to work out which method of initialising the 
> arguments is being used.

As a quick shortcut could you explain how it is supposed to work ?
It looks to me like "main" should be redefined in a header file somewhere,
and the real main is in NSProcessInfo.m ?

but I added this

#ifdef main
#warning MAIN IS DEFINED
#else
#warning MAIN IS NOT DEFINED
#endif

and got MAIN IS NOT DEFINED so obviously thats not happening.On the
other hand GS_PASS_ARGUMENTS is also not defined, so I am not quite sure
how the arguments are supposed to be getting initialised - or is this,
in fact, the source of the trouble ?

-bat.




reply via email to

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