[postgis-users] "make check" failures w/ 1.3.1 on Mac OS 10.5
Sebastian Böck
sb at minimoog.org
Mon Nov 26 03:04:02 PST 2007
William Kyngesburye wrote:
> Sorry to keep replying to myself. I think I see the problem:
> get_uint32(). Leopard's libSystem now includes its own get_uint32()
> (and get_int32()), so this is used in postgis instead of the one in
> lwgeom_api.c.
>
> I can't find ANY reference to this in the Leopard headers or the Xcode
> documentation, or in Apple's forums or mailing list archives. So I
> can't tell if it's compatible, it's certainly not usable if there is no
> header declaration of it.
>
> So, renaming get_int32() and get_uint32() in Postgis did the trick (I
> used pgis_get_int32 and pgis_get_uint32). They're in these files:
>
> liblwgeom.h
> lwcurve.c
> lwgeom_api.c
> lwgeom_pg.c
> lwline.c
> lwpoint.c
> lwpoly.c
This also solved my problems in the following thread:
http://postgis.refractions.net/pipermail/postgis-users/2007-November/017730.html
Thanks
Sebastian
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 3175 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://lists.osgeo.org/pipermail/postgis-users/attachments/20071126/64c73aee/attachment.bin>
More information about the postgis-users
mailing list