Re: Beta 2 build issue - Mailing list pgsql-bugs

From Tom Lane
Subject Re: Beta 2 build issue
Date
Msg-id 16037.1276180475@sss.pgh.pa.us
Whole thread Raw
In response to Beta 2 build issue  (Thom Brown <thombrown@gmail.com>)
Responses Re: Beta 2 build issue  (Thom Brown <thombrown@gmail.com>)
List pgsql-bugs
Thom Brown <thombrown@gmail.com> writes:
> In file included from ../../src/include/c.h:851,
>                  from crypt.c:44:
> ../../src/include/port.h:392: error: expected identifier or '(' before
> '__extension__'
> ../../src/include/port.h:408: error: conflicting types for 'unsetenv'
> /usr/include/stdlib.h:588: note: previous declaration of 'unsetenv' was here

You need to look into why configure failed to detect that your platform
has unsetenv.

            regards, tom lane

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #5488: pg_dump does not quote column names -> pg_restore may fail when upgrading
Next
From: Stephen Frost
Date:
Subject: Re: BUG #5488: pg_dump does not quote column names -> pg_restore may fail when upgrading