cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: setup_once.h conflict on AIX5.2

From: <curl.bullrunner_at_spamgourmet.com>
Date: Fri, 13 Apr 2012 12:51:17 +0200

On Wed, Apr 111, 2012 at 2:32 PM, Yang Tse wrote:
> The reason for your 'bool' related compilation failures is that the
> curl_config.h files you are using defines HAVE_STDBOOL_H symbol while
> not defining HAVE_BOOL_T symbol.

confirmed
/* Define to 1 if bool is an available type. */
/* #undef HAVE_BOOL_T */
/* Define to 1 if you have the <stdbool.h> header file. */
#define HAVE_STDBOOL_H 1

> curl_config.h files are generated when configure script runs. Are you
> running configure or using some hand-adjusted curl_config.h files?

I am running the standard ./configure script
./configure --with-ssl=/usr/local/ssl --with-libssh2=/usr/local

So does that mean something else is broken?

-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-users
FAQ: http://curl.haxx.se/docs/faq.html
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2012-04-13