Re: Problem with python compile

From: "D'Arcy J(dot)M(dot) Cain" <darcy(at)druid(dot)net>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, PostgreSQL-interfaces <pgsql-interfaces(at)postgresql(dot)org>
Cc: dwallace(at)udel(dot)edu
Subject: Re: Problem with python compile
Date: 2002-03-25 12:15:17
Message-ID: 20020325121517.88B191AFA@druid.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

On March 24, 2002 08:49 pm, Bruce Momjian wrote:
> I am seeing the following warning message when compiling
> interfaces/python:
>
> ---------------------------------------------------------------------------
>
> gcc -O2 -pipe -m486 -Wall -Wmissing-prototypes -Wmissing-declarations -O0
> -Wall -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith
> -Wcast-align -fpic - I../../../src/interfaces/libpq -I../../../src/include
> -I/usr/local/include/readl ine -I/usr/contrib/include
> -I/usr/contrib/include/python1.5 -c -o pgmodule.o pg module.c
> pgmodule.c: In function `pgsource_dealloc':
> pgmodule.c:346: warning: implicit declaration of function `PyObject_DEL'

Let's not back it out just yet. It works fine for me. Perhaps is is a
Python version issue. What version of Python are you running?

--
D'Arcy J.M. Cain <darcy(at){druid|vex}.net> | Democracy is three wolves
http://www.druid.net/darcy/ | and a sheep voting on
+1 416 425 1212 (DoD#0082) (eNTP) | what's for dinner.

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message D'Arcy J.M. Cain 2002-03-25 12:38:32 Re: Problem with python compile
Previous Message Jose Luis LG 2002-03-25 11:19:44 Checking if a table locked from pl/pgsql