[bug #30285] Compile issue on Solaris9/SPARC64

2010-06-29 Thread Yavor Doganov

Follow-up Comment #2, bug #30285 (project gnustep):

The Autoconf manual (node `Header Portability') says:

`inttypes.h' vs. `stdint.h'
 The C99 standard says that `inttypes.h' includes `stdint.h', so
 there's no need to include `stdint.h' separately in a standard
 environment.  Some implementations have `inttypes.h' but not
 `stdint.h' (e.g., Solaris 7), but we don't know of any
 implementation that has `stdint.h' but not `inttypes.h'.

So a simple solution seems to be to include inttypes.h only.

___

Reply to this item at:

  http://savannah.gnu.org/bugs/?30285

___
  Message sent via/by Savannah
  http://savannah.gnu.org/


___
Bug-gnustep mailing list
Bug-gnustep@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnustep


[bug #30285] Compile issue on Solaris9/SPARC64

2010-06-29 Thread Richard Frith-Macdonald

Update of bug #30285 (project gnustep):

  Status:None = Fixed  
 Open/Closed:Open = Closed 

___

Follow-up Comment #3:


This appears to be due to a bug in inttypes.h on older Solaris (I don't have
sol9, but I'm looking at a sol8 system) ... it includes sys/inttypes.h, which
includes sys/int_limits.h, which defines INTPTR_MAX as an empty string!

I added a workaround to NSKeyedUnarchiver.m

___

Reply to this item at:

  http://savannah.gnu.org/bugs/?30285

___
  Message sent via/by Savannah
  http://savannah.gnu.org/


___
Bug-gnustep mailing list
Bug-gnustep@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnustep


[bug #30219] NSURL initWithString: does not match apple's behaviour

2010-06-29 Thread Richard Frith-Macdonald

Update of bug #30219 (project gnustep):

  Status:   Need Info = Invalid
 Open/Closed:Open = Closed 

___

Follow-up Comment #2:

Closing this due to a lack of any example of incorrect behavior.

___

Reply to this item at:

  http://savannah.gnu.org/bugs/?30219

___
  Message sent via/by Savannah
  http://savannah.gnu.org/


___
Bug-gnustep mailing list
Bug-gnustep@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnustep