Re: ecpg hackery to get ecpg to compile from FreeBSD ports...

From: Sean Chittenden <sean(at)chittenden(dot)org>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: ecpg hackery to get ecpg to compile from FreeBSD ports...
Date: 2002-09-09 18:56:15
Message-ID: 20020909185615.GB26147@ninja1.internal
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

> > Different bogon that I ran across:
> >
> > 2:35pm sean(at)mat:ecpg/lib > gmake
> > cc -O -pipe -g -O -I/usr/local/include -Wall -Wmissing-prototypes -Wmissing-declarations -fpic -DPIC -I../../../../src/interfaces/ecpg/include -I../../../../src/interfaces/libpq -I../../../../src/include -I/usr/local/include -I/usr/local/include -c -o connect.o connect.c
>
> Apparently you somehow put -I/usr/local/include into CFLAGS. Don't do
> that.

Easier said than done... /usr/local/include is propagated throughout
the build to catch local package installations
(getopt/readline)... I'll see if I can't figure out the correct fix
for this though. Thanks for the info though. -sc

--
Sean Chittenden

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Sean Chittenden 2002-09-09 19:27:57 Re: ecpg hackery to get ecpg to compile from FreeBSD ports...
Previous Message Peter Eisentraut 2002-09-09 18:41:50 Re: Bug #761: Date format ambiguity while insertion!!!!