[HACKERS] Build (definition?) errors - in bootstrap

2014-10-09 Thread Lou Picciano
Having just git pulled from orgin/master: $ ./configure $ make Mileage: ... make -C bootstrap all make[3]: Entering directory `/path/to/postgresql/src/backend/bootstrap' gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute

Re: [HACKERS] Build (definition?) errors - in bootstrap

2014-10-09 Thread Tom Lane
Lou Picciano loupicci...@comcast.net writes: Having just git pulled from orgin/master: $ ./configure $ make [ fails ] The buildfarm doesn't seem unhappy, so I doubt there's anything wrong with the code as such. Try make clean or even make distclean and rebuild. Also, if your computer's

Re: [HACKERS] Build (definition?) errors - in bootstrap

2014-10-09 Thread Michael Paquier
On Fri, Oct 10, 2014 at 8:11 AM, Tom Lane t...@sss.pgh.pa.us wrote: Lou Picciano loupicci...@comcast.net writes: Having just git pulled from orgin/master: $ ./configure $ make [ fails ] The buildfarm doesn't seem unhappy, so I doubt there's anything wrong with the code as such. Try make