[postgis] Release 0.2

Norman Vine nhv at cape.com
Wed Jun 20 06:00:22 PDT 2001


Paul Ramsey writes:
>
>OK, after much blowing and wheezing I am pleased to toss PostGIS 0.2 out
>to the winds. Dave has worked some serious magic. 

Great !!

Makefile seems to work with Cygwin :-)

However

BYTE_ORDER
and 
LITTLE_ENDIAN 

are undefined in postgis.c
most easily fixed by adding

#ifdef __CYGWIN__
#include <sys/param.h>       // FOR ENDIAN DEFINES
#endif

Cheers

Norman Vine

To unsubscribe from this group, send an email to:
postgis-unsubscribe at yahoogroups.com

 

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/ 





More information about the postgis-users mailing list