Subject: Re: SIZE_T_MAX Problem
To: None <current-users@netbsd.org>
From: Christos Zoulas <christos@zoulas.com>
List: current-users
Date: 08/16/2003 13:52:17
In article <200308162313.41872.jhecker@wireless.org.au>,
Jason Hecker <jhecker@wireless.org.au> wrote:

what does fgrep -r SIZE_T_MAX /usr/include print?

christos

>For a few weeks now the current CVS source tree has consistently failed as 
>shown below.  I am trying to build on Redhat 8.0 and 9.0 boxes and it fails 
>at the same point for evbppc and evbsh3-eb archs.  Somehow information in the 
>pertinent limits.h isn't being passed up properly, methinks.
>
>----------------------------------------
>
>cc -O -I/mnt/netbsd/current/objs/tools/compat 
>-I/mnt/netbsd/current/objs/tools/compat/include  
>-I/mnt/netbsd/current/src/tools/cat/../compat -DHAVE_CONFIG_H  
>-D_FILE_OFFSET_BITS=64 -D_NETBSD_SOURCE  -c -o cat.lo.o 
>/mnt/netbsd/current/src/bin/cat/cat.c
>/mnt/netbsd/current/src/bin/cat/cat.c: In function `printescaped':
>/mnt/netbsd/current/src/bin/cat/cat.c:337: `SIZE_T_MAX' undeclared (first use 
>in this function)
>/mnt/netbsd/current/src/bin/cat/cat.c:337: (Each undeclared identifier is 
>reported only once
>/mnt/netbsd/current/src/bin/cat/cat.c:337: for each function it appears in.)
>*** Error code 1
>
>Stop.
>nbmake: stopped in /mnt/netbsd/current/src/tools/cat
>*** Error code 1
>
>Stop.
>nbmake: stopped in /mnt/netbsd/current/src/tools/cat
>*** Error code 1
>
>Stop.
>nbmake: stopped in /mnt/netbsd/current/src/tools
>
>ERROR: Failed to make tools
>*** BUILD ABORTED ***
>
>
>
>-- 
>Cheers,
>jASON Hecker
>---------------------------------------------
>--== http://www.wireless.org.au/~jhecker ==--
>---------------------------------------------