Mark Rivers wrote:
UINT_MAX is not defined. UINT_MAX is defined in
/usr/include/sys/types.h, which is included via
ipAddrToAsciiAsynchronous.h -> osiSock.h -> os/solaris/osdSock.h ->
sys/types.h. However, it is only defined in sys/types.h if _KERNEL is
defined. Am I doing something wrong?
The C standard requires UINT_MAX to be defined by
#include <limits.h>
or for C++ code
#include <climits>
Presumably the ipAddrToAsciiAsynchronous.cpp file needs the latter adding
to it. No doubt Jeff Hill will fix this before the next release, having
seen this report.
- Andrew
--
There are 10 types of people in the world:
Those who understand binary, and those who don't.
- References:
- Problem building 3.14.4 on solaris-sparc-gnu Mark Rivers
- Navigate by Date:
- Prev:
Problem building 3.14.4 on solaris-sparc-gnu Mark Rivers
- Next:
RE: Problem building 3.14.4 on solaris-sparc-gnu Jeff Hill
- Index:
1994
1995
1996
1997
1998
1999
2000
2001
2002
<2003>
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
- Navigate by Thread:
- Prev:
Problem building 3.14.4 on solaris-sparc-gnu Mark Rivers
- Next:
RE: Problem building 3.14.4 on solaris-sparc-gnu Jeff Hill
- Index:
1994
1995
1996
1997
1998
1999
2000
2001
2002
<2003>
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
|