(U)LLONG_(MAX|MIN) defines oddity

"Jonathan A. Kollasch" <[email protected]> Wed, 10 Sep 2008 23:48:55 -0500
Newsgroups gmane.os.netbsd.ports.hp700
Message-ID <[email protected]>
Hi,

As NetBSD/hp700 is now apparently able to run without
corrupting it's own disk on a B180L, I've been trying
out pkgsrc.

Building devel/libidn:

conftest.c:64: error: 'quad_t' undeclared (first use in this function)

(complete log at http://user.kollasch.net/jakllsch/2008/0911/config.log)


This seems to stem from the way LLONG_MAX is defined.

Anyway, compare

http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/arch/i386/include/limits.h.diff?r1=1.13&r2=1.13.12.1

http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/arch/hppa/include/limits.h?rev=1.1


I'm glad to see this box is now stable under NetBSD. :-)

	Jonathan Kollasch