Re: PostgreSQL 8.2.0 and ip4r?

From: Harald Fuchs <hf1110x(at)protecting(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: PostgreSQL 8.2.0 and ip4r?
Date: 2006-12-09 11:48:34
Message-ID: pulklhcmst.fsf@srv.protecting.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

In article <20061209112944(dot)GB1528(at)svana(dot)org>,
Martijn van Oosterhout <kleptog(at)svana(dot)org> writes:

> On Sat, Dec 09, 2006 at 12:10:16PM +0100, Harald Fuchs wrote:
>> I would like to upgrade to PostgreSQL 8.2.0, but there's one thing
>> stopping me: the need for ip4r (http://pgfoundry.org/projects/ip4r)
>> Has anyone managed to fix that?

> What exactly is the problem? Does it not compile or something?

Yes:

$ make USE_PGXS=1
sed 's,MODULE_PATHNAME,$libdir/ip4r,g' ip4r.sql.in >ip4r.sql
gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fpic -DIP4R_PGVER=8002000 -I. -I/usr/include/postgresql/server -I/usr/include/postgresql/internal -D_GNU_SOURCE -c -o ip4r.o ip4r.c
ip4r.c: In function 'ip4_cast_to_cidr':
ip4r.c:627: error: 'struct <anonymous>' has no member named 'type'
ip4r.c: In function 'ip4r_cast_from_cidr':
ip4r.c:967: error: 'struct <anonymous>' has no member named 'type'
ip4r.c: In function 'ip4r_cast_to_cidr':
ip4r.c:1004: error: 'struct <anonymous>' has no member named 'type'
make: *** [ip4r.o] Error 1
$

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Martijn van Oosterhout 2006-12-09 11:58:51 Re: PostgreSQL 8.2.0 and ip4r?
Previous Message Martijn van Oosterhout 2006-12-09 11:29:44 Re: PostgreSQL 8.2.0 and ip4r?