Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Geo-IP CPAN distribution.

Report information
The Basics
Id: 32596
Status: resolved
Priority: 0/
Queue: Geo-IP

People
Owner: Nobody in particular
Requestors: Dan [...] DWright.Org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 1.30
Fixed in: (no value)



Subject: error: structure has no member named `charset'
Version 1.27 works fine on my machine, but 1.30 won't build: cc -c -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include -O -DVERSION=\"1.30\" -DXS_VERSION=\"1.30\" -DPIC -fPIC "-I/usr/local/lib/perl5/5.8.8/i386-freebsd/CORE" -DPERL_EXT IP.c IP.xs: In function `XS_Geo__IP__Record_city': IP.xs:280: error: structure has no member named `charset' IP.xs:280: error: `GEOIP_CHARSET_UTF8' undeclared (first use in this function) IP.xs:280: error: (Each undeclared identifier is reported only once IP.xs:280: error: for each function it appears in.) *** Error code 1
From: TJMATHER [...] cpan.org
Try upgrading the C API to 1.4.3 or greater and it should work? This should be better documented in the next release! On Wed Jan 23 16:20:57 2008, DWRIGHT wrote: Show quoted text
> Version 1.27 works fine on my machine, but 1.30 won't build: >