Re: make world fails

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: "Kevin Grittner" <Kevin.Grittner@wicourts.gov>
Cc: pgsql-hackers@postgresql.org
Date: 2011-04-27T20:14:00Z
Lists: pgsql-hackers

Commits

Same data as JSON: GET /api/v1/messages/:b64id/commits the thread's linked commits as JSON, with link sources. API reference →
  1. Normalize whitespace in the arguments of <indexterm>

"Kevin Grittner" <Kevin.Grittner@wicourts.gov> writes:
> I just did my usual:
> make maintainer-clean \
>  && ./configure --prefix=/usr/local/pgsql-serializable \
>                 --enable-debug \
>                 --enable-cassert \
>                 --enable-depend \
>                 --with-libxml \
>                 --with-python \
>  && make world
 
> Which ended badly with the attached.

Hmm, does it work any better if you revert
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=9412606265c2774712e3f805798896734b32c7fd
?

			regards, tom lane