Re: Second call for platform testing - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Second call for platform testing
Date
Msg-id 23707.1007068604@sss.pgh.pa.us
Whole thread Raw
In response to Re: Second call for platform testing  (Joe Conway <joseph.conway@home.com>)
List pgsql-hackers
Joe Conway <joseph.conway@home.com> writes:
> I ran into a problem on HPUX 11 right off with:

That's odd, considering that someone else reported 7.1 worked fine on
HPUX 11, and we haven't changed this configure test since then.

> so it looks like configure expects the third argument to be (int), when 
> on HPUX 11 the third argument is (int *).

No, the macro knows that the third argument is pointer-to-something;
it's trying to figure out pointer-to-what.

> Any ideas what I'm doing wrong?

What had configure selected so far for compiler, cflags, etc?  Maybe
it's blowing the game at that stage.  Or maybe the test is failing to
include all the needed include files to define these datatypes.

In general, the config.log output is a good thing to post when puzzled
by configure problems.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Call for platform testing
Next
From: Olivier PRENANT
Date:
Subject: Re: Call for platform testing