RE: question on Warning on AIX

2008-06-18 Thread Farid Zaripov
 -Original Message-
 From: Jeremy Dean [mailto:[EMAIL PROTECTED] 
 Sent: Wednesday, June 18, 2008 7:19 PM
 To: dev@stdcxx.apache.org
 Subject: question on Warning on AIX
 
 I have a customer that is getting hundrends of warnings like 
 this.  The customer is checking to make sure that these are 
 nothing to be concerned about or how to resolve the warnings:
  
 /usr/local/rogue/RogueWave/SourcePro/Ed10/include/loc/_num_get.cc,
 line 126.22: 1540-0840 (W) The integer literal 
 0x7fffL is out of range.
 /usr/local/rogue/RogueWave/SourcePro/Ed10/include/streambuf, line
 179.25: 1540-0840 (W) The integer literal 
 0x7fffL is out of range.

  Perhaps he compiling 32-bit (ILP32) program with using config.h
generated for 64-bit (LP64) library?

Farid.


RE: question on Warning on AIX

2008-06-18 Thread Eric Lemings
 
Could be an error in a configuration test.

Is this a 32-bit or 64-bit machine?  How about the build?
What are his/her configured values for _RWSTD_INT_MAX and
_RWSTD_PTRDIFF_MAX from $BUILDDIR/include/config.h?

Brad.

 -Original Message-
 From: Jeremy Dean [mailto:[EMAIL PROTECTED] 
 Sent: Wednesday, June 18, 2008 10:19 AM
 To: dev@stdcxx.apache.org
 Subject: question on Warning on AIX
 
 I have a customer that is getting hundrends of warnings like 
 this.  The
 customer is checking to make sure that these are nothing to 
 be concerned
 about or how to resolve the warnings:
  
 /usr/local/rogue/RogueWave/SourcePro/Ed10/include/loc/_num_get.cc,
 line 126.22: 1540-0840 (W) The integer literal 
 0x7fffL is
 out of range.
 /usr/local/rogue/RogueWave/SourcePro/Ed10/include/streambuf, line
 179.25: 1540-0840 (W) The integer literal 0x7fffL is out
 of range.
 
  
 Thanks,
  
 Jeremy