Follow-up Comment #1, bug #36721 (project gnustep):

I don't know why this happend and whether it is still the case. in
NSObjCRuntime.h we have this settings (actually twice as they are already in
GSConfig.h):

#ifdef __cplusplus
#ifndef __STDC_LIMIT_MACROS
#define __STDC_LIMIT_MACROS 1
#endif
#endif

This should ensure that limits get defined when stdint.h is included, even for
C++.

Could you please check the file GSConfig.h? This gets generated by the
configure script and should be in the directory Source/GNUstepBase. In my case
I can see an include for "inttypes.h" which includes "stdint.h". There shoul
dbe code here to redefine INTPTR_MAX if it is missing or buggy on your system.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?36721>

_______________________________________________
  Nachricht gesendet von/durch Savannah
  http://savannah.gnu.org/


_______________________________________________
Bug-gnustep mailing list
Bug-gnustep@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to