[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #36721] Error when building with ObjC++
From: |
Fred Kiefer |
Subject: |
[bug #36721] Error when building with ObjC++ |
Date: |
Thu, 26 Dec 2013 14:47:28 +0000 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:26.0) Gecko/20100101 Firefox/26.0 |
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/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [bug #36721] Error when building with ObjC++,
Fred Kiefer <=