cvs-dev
[Top][All Lists]
Advanced

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

Re: [Cvs-dev] Re: [Cvs-test-results] Build CVS (TRUNK) failed.


From: Paul Eggert
Subject: Re: [Cvs-dev] Re: [Cvs-test-results] Build CVS (TRUNK) failed.
Date: Fri, 16 Jun 2006 04:20:05 -0700
User-agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.4 (gnu/linux)

"Mark D. Baushke" <address@hidden> writes:

> Is this another case where another STDINT_H_BROKEN macro needs to be
> introduced similar to how inttypes-pri.m4 works?

Perhaps, but I'm afraid I still don't have context.  The thread is too
long and there are too many concerns.  For example, this patch won't
fix your problem:

--- stdint.m4.~1.4.~    2006-01-09 05:20:01.000000000 -0800
+++ stdint.m4   2006-06-16 04:12:38.000000000 -0700
@@ -17,11 +17,11 @@ AC_CHECK_HEADERS([sys/bitypes.h])
 
 AC_MSG_CHECKING([for stdint.h])
 AC_CACHE_VAL(gl_cv_header_stdint_h, [
-  AC_TRY_COMPILE([#include <stdint.h>], [],
+  AC_TRY_COMPILE([#include <stdint.h>], [intmax_t i = -1; return i != -1;],
     gl_cv_header_stdint_h=yes, gl_cv_header_stdint_h=no)])
 AC_MSG_RESULT([$gl_cv_header_stdint_h])
 if test $gl_cv_header_stdint_h = yes; then
-  AC_DEFINE(HAVE_STDINT_H, 1,
+  AC_DEFINE([HAVE_WORKING_STDINT_H], 1,
             [Define if you have a working <stdint.h> header file.])
   STDINT_H=''
 else

because nobody else looks at HAVE_WORKING_STDINT_H.  But I don't know
exactly what the problem is, so I can't continue from here.




reply via email to

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