I put that include from /usr/local/include because 'configure' wasn't
finding readline.h (I think). I'll look into this.
Thanks again for the help.
On Mon, Mar 19, 2018 at 4:44 PM, Tom Lane wrote:
> Terry Phelps writes:
> > Thank you for your help. That resolved
here
extern int PGTYPESdate_defmt_asc(date *, const char *, char *);
^
1 error generated.
gmake[4]: *** [: datetime.o] Error 1
On Mon, Mar 19, 2018 at 4:22 PM, Tom Lane wrote:
> Terry Phelps writes:
> > I ran configure like this, because it got errors otherwise.
/local/lib CFLAGS=-I/usr/local/include
And I again touched CFLAGS. I fear that I caused this.
On Mon, Mar 19, 2018 at 4:15 PM, Tom Lane wrote:
> Terry Phelps writes:
> > I did:
> > cd src/port
> > gmake -s clean
> > gmake
>
> > It says:
>
> >
The above was in response to Tom Lane's request to show him a listing of:
cd src/port
gmake
I didn't get any errors when I did that.
On Mon, Mar 19, 2018 at 4:11 PM, Andres Freund wrote:
> Hi,
>
> On 2018-03-19 16:07:17 -0400, Terry Phelps wrote:
> > I did:
> >
I did:
cd src/port
gmake -s clean
gmake
It says:
gmake -C ../backend submake-errcodes
gmake[1]: Entering directory '/usr/home/tgphelps/postgresql/src/backend'
gmake[1]: Nothing to be done for 'submake-errcodes'.
gmake[1]: Leaving directory '/usr/home/tgphelps/postgresql/src/backend'
cc -Wall -Wmi
Tom, I'll get what you asked for in a minute. But first, I want to make
sure that y'all see that the compiler is clang, and not gcc. Perhaps that's
not important.
On Mon, Mar 19, 2018 at 4:01 PM, Tom Lane wrote:
> Andres Freund writes:
> > There seems to be something sketchy afoot here, even ou
alled this via "pkg install gmake". I didn't build it myself.
On Mon, Mar 19, 2018 at 3:50 PM, Tom Lane wrote:
> [ please keep the list cc'd ]
>
> Terry Phelps writes:
> > I can barely read a configure.in file, but here's what I think you're
> > a