NetBSD-Bugs archive

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

Re: toolchain/43320: build.sh fails on Cygwin 1.7.2



I wrote:

Sorry there is a fatal typo:

> --- configure.ac      15 Jan 2010 11:26:25 -0000      1.71
> +++ configure.ac      26 Sep 2010 16:08:55 -0000
> @@ -95,7 +95,13 @@ AC_CHECK_HEADERS(rpc/types.h netconfig.h
>  
>  # Typedefs.
>  AC_TYPE_SIZE_T
> -AC_CHECK_TYPES([id_t, long long, u_long, u_char, u_short, u_int, u_quad_t])
> +AC_CHECK_TYPES([id_t, long long, u_long, u_char, u_short, u_int])
> +AC_CHECK_TYPE(u_quad_t, [AC_DEFINE([HAVE_QUAD_T], 1,
                                       ^^^^^^^^^^^
                                       HAVE_U_QUAD_T

> +                       [Define if you have the u_quad_t type.])],,
> +[#ifdef HAVE_RPC_TYPES_H
> +#include <rpc/types.h>
> +#endif])
> +
>  AC_CHECK_TYPE(socklen_t, [AC_DEFINE([HAVE_SOCKLEN_T], 1,
>                         [Define if you have the socklen_t type.])],,
>  [#include <sys/types.h>

src/tools/rpcgen seems built properly even with Cygwin's gcc 4.3.4,
but I'll also check whole build.sh build.
---
Izumi Tsutsui


Home | Main Index | Thread Index | Old Index