Re: [HACKERS] cvs tip broken build for plpython

2004-10-11 Thread Andrew Dunstan
Tom Lane wrote: "Andrew Dunstan" <[EMAIL PROTECTED]> writes: On my FC3 installation, there is a /usr/lib/libpython2.3.so.1.0 ... do you have anything comparable? No, except the non-standard one on the openoffice libs. Building as shared lib only became a part of standard python in rel

Re: [HACKERS] cvs tip broken build for plpython

2004-10-11 Thread Tom Lane
"Andrew Dunstan" <[EMAIL PROTECTED]> writes: >> On my FC3 installation, there is a /usr/lib/libpython2.3.so.1.0 >> ... do you have anything comparable? > No, except the non-standard one on the openoffice libs. Building as shared > lib only became a part of standard python in release 2.3 - see > ht

Re: [HACKERS] cvs tip broken build for plpython

2004-10-10 Thread Andrew Dunstan
Tom Lane said: > Andrew Dunstan <[EMAIL PROTECTED]> writes: >> The last REL7_4_STABLE build the machine did had this: > >> ccache gcc -O2 -fno-strict-aliasing -g -Wall -Wmissing-prototypes >> -Wmissing-declarations -fpic -shared -Wl,-soname,libplpython.so.0 >> plpython.o -L../../../src/port -L/usr

Re: [HACKERS] cvs tip broken build for plpython

2004-10-10 Thread Tom Lane
Andrew Dunstan <[EMAIL PROTECTED]> writes: > The last REL7_4_STABLE build the machine did had this: > ccache gcc -O2 -fno-strict-aliasing -g -Wall -Wmissing-prototypes > -Wmissing-declarations -fpic -shared -Wl,-soname,libplpython.so.0 > plpython.o -L../../../src/port -L/usr/lib/python2.2/confi

Re: [HACKERS] cvs tip broken build for plpython

2004-10-10 Thread Andrew Dunstan
Tom Lane wrote: Andrew Dunstan <[EMAIL PROTECTED]> writes: A couple of hours ago things started breaking thus, I assume related to the Makefile changes made around then: ccache gcc -O2 -fno-strict-aliasing -g -Wall -Wmissing-prototypes -Wmissing-declarations -fpic -shared -Wl,-soname,l

Re: [HACKERS] cvs tip broken build for plpython

2004-10-10 Thread Tom Lane
Andrew Dunstan <[EMAIL PROTECTED]> writes: > A couple of hours ago things started breaking thus, I assume related to > the Makefile changes made around then: > ccache gcc -O2 -fno-strict-aliasing -g -Wall -Wmissing-prototypes > -Wmissing-declarations -fpic -shared -Wl,-soname,libplpython.so.0 pl

[HACKERS] cvs tip broken build for plpython

2004-10-10 Thread Andrew Dunstan
A couple of hours ago things started breaking thus, I assume related to the Makefile changes made around then: ccache gcc -O2 -fno-strict-aliasing -g -Wall -Wmissing-prototypes -Wmissing-declarations -fpic -shared -Wl,-soname,libplpython.so.0 plpython.o -L../../../src/port -lpython2.2 -ldl -l

Re: [HACKERS] cvs-tip broken

2002-08-17 Thread Tom Lane
Rod Taylor <[EMAIL PROTECTED]> writes: > Hmm.. whelp, the file in question on FreeBSD is sys/time.h (attached > earlier) so this won't fix it. Added #include . We seem to use this unconditionally in many other files, so I don't see a reason not to include it here. regard

Re: [HACKERS] cvs-tip broken

2002-08-17 Thread Rod Taylor
On Sat, 2002-08-17 at 22:44, Bruce Momjian wrote: > > I think I added time.h and sys/types.h. That should do it for you. Hmm.. whelp, the file in question on FreeBSD is sys/time.h (attached earlier) so this won't fix it. >

Re: [HACKERS] cvs-tip broken

2002-08-17 Thread Bruce Momjian
I think I added time.h and sys/types.h. That should do it for you. --- Rod Taylor wrote: > On Sat, 2002-08-17 at 22:08, Tom Lane wrote: > > Bruce Momjian <[EMAIL PROTECTED]> writes: > > > I am not seeing the failure here on

Re: [HACKERS] cvs-tip broken

2002-08-17 Thread Rod Taylor
On Sat, 2002-08-17 at 22:08, Tom Lane wrote: > Bruce Momjian <[EMAIL PROTECTED]> writes: > > I am not seeing the failure here on BSD/OS. I just fixed the > > libpq-int.h problem. Please update to cvs current and let me know what > > you see. > > FWIW, libpq seems to build fine here (HPUX 10.20)

Re: [HACKERS] cvs-tip broken

2002-08-17 Thread Bruce Momjian
The code was clearly wrong, mentioning timeval with no time.h nor sys/types.h include. My patches should fix him [good]. :-) Who used to say, "I will fix him good"? I don't remember. --- Tom Lane wrote: > Bruce Momjian

Re: [HACKERS] cvs-tip broken

2002-08-17 Thread Tom Lane
Bruce Momjian <[EMAIL PROTECTED]> writes: > I am not seeing the failure here on BSD/OS. I just fixed the > libpq-int.h problem. Please update to cvs current and let me know what > you see. FWIW, libpq seems to build fine here (HPUX 10.20) both before and after your latest commit. Rod should pr

Re: [HACKERS] cvs-tip broken

2002-08-17 Thread Bruce Momjian
I am not seeing the failure here on BSD/OS. I just fixed the libpq-int.h problem. Please update to cvs current and let me know what you see. --- Rod Taylor wrote: > n file included from fe-connect.c:24: > libpq-int.h:337:

[HACKERS] cvs-tip broken

2002-08-17 Thread Rod Taylor
n file included from fe-connect.c:24: libpq-int.h:337: warning: `struct timeval' declared inside parameter list libpq-int.h:337: warning: its scope is only this definition or declaration, which is probably not what you want. fe-connect.c: In function `connectDBComplete': fe-connect.c:1060: storage