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 2025 | 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 2025 |
<== Date ==> | <== Thread ==> |
---|
Subject: | RE: Problem building 3.14.4 on solaris-sparc-gnu |
From: | "Mark Rivers" <[email protected]> |
To: | "Andrew Johnson" <[email protected]> |
Cc: | <[email protected]> |
Date: | Mon, 1 Dec 2003 15:49:49 -0600 |
Andrew Johnson wrote: > 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. Adding #include <climits> to ipAddrToAsciiAsynchronous.cpp does indeed fix the problem. Thanks, Mark