On Jun 24, 2005, at 11:16 AM, Mike Dyall-Smith wrote:

Dear Alexander Hansen, yep, checked stdarg.h is there. It is a very small file, and it only has:

/* This file is public domain.  */
/* GCC uses its own copy of this header */
#if defined(__GNUC__)
#include_next <stdarg.h>
#elif defined(__MWERKS__)
#include "mw_stdarg.h"
#else
#error "This header only supports __MWERKS__."
#endif


Does this mean I should also have a header file mw_stdarg.h ? I don't have it in /usr/include.

Regards, Mike




Check and see if you have these, too:

/System/Library/Frameworks/Kernel.framework/Versions/A/Headers/stdarg.h
/usr/include/gcc/darwin/3.3/stdarg.h
/usr/lib/gcc/powerpc-apple-darwin8/4.0.0/include/stdarg.h
/usr/lib/gcc/powerpc-apple-darwin8/4.0.0/install-tools/include/stdarg.h

(at least they're on my system.

--AH


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Fink-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to