Mail Archives: cygwin/1997/12/03/19:35:16
> In file included from /usr/obj/cdk/gcc/include/syslimits.h:7,
> from /usr/obj/cdk/gcc/include/limits.h:11,
> from /usr/src/cdk/newlib/libm/math/s_ilogb.c:62:
> /usr/obj/cdk/gcc/include/limits.h:116: limits.h: No such file or directory
Classic include_next problem. As a quick workaround, edit the file
/usr/obj/cdk/gcc/gcc/include/limits.h, and remove the beginning and
ending extra stuff to include a system specific limits file if it
exists.
Basically, delete the initial lines until your first line is the
following:
#ifndef _LIMITS_H__
now delete backwards from the end until your last line is:
#endif /* _LIMITS_H__ */
Mumit
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request AT cygnus DOT com" with one line of text: "help".
- Raw text -