This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: building cygwin.dll


> 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@cygnus.com" with one line of text: "help".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]