bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

UINTPTR_MAX, INTPTR_MAX requirements


From: Dave Love
Subject: UINTPTR_MAX, INTPTR_MAX requirements
Date: 15 Jan 2002 11:58:32 +0000
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1.30

On OSF 5.1, at least, source from CVS of yesterday won't build:

gcc -DHAVE_CONFIG_H -I.. -I./.. -g -O2 -Wall -Wmissing-prototypes -c gh_data.c  
-DPIC -o .libs/gh_data.lo
gh_data.c: In function `gh_ints2scm':
gh_data.c:128: `INTPTR_MAX' undeclared (first use in this function)
gh_data.c:128: (Each undeclared identifier is reported only once
gh_data.c:128: for each function it appears in.)
gmake[1]: *** [gh_data.lo] Error 1
gmake[1]: Leaving directory `/cluster/members/member0/tmp/guile-1.7.0/libguile'
gmake: *** [all-recursive] Error 1

because:

$ find /usr/include -name \*.h|xargs grep INTPTR_MAX
$ 

I don't know which headers one should include for UINTPTR_MAX,
INTPTR_MAX on random systems, so I haven't tried the autoconfiscation.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]