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
"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
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
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
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
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
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
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
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.
>
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
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)
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
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
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:
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
15 matches
Mail list logo