[postgis-users] error compling postgis fron cvs on win32

strk at refractions.net strk at refractions.net
Mon Oct 25 05:21:21 PDT 2004


On Mon, Oct 25, 2004 at 02:05:55PM +0200, TECHER Jean David wrote:
> Hi
> 
> Seems that in lwgeom/wktunparse.c, I have to made the follownig changes:
> (adding
> 
> #include <sys/param.h>
> #include <sys/types.h>
> 
> file:
> lwgeom/wktunparse.c ---------------------------------------------------
> #include "wktparse.h"
> #include <string.h>
> #include <math.h>
> #include <stdio.h>
> //TO get byte order
> +++#include <sys/param.h>
> +++#include <sys/types.h>
> //#include <netinet/in.h>
> //#include <netinet/in_systm.h>
> //#include <netinet/ip.h>
> 
> #include "liblwgeom.h"
> --------------------------------------------------------------------
> 
> Then in lwgeom/lwgeom_inout.c
> file:  lwgeom/lwgeom_inout.c ---------------------------------------
> #include "postgres.h"
> 
> #include <math.h>
> #include <float.h>
> #include <string.h>
> #include <stdio.h>
> #include <errno.h>
> 
> ++#include <sys/param.h>
> ++#include <sys/types.h>
> 
> #include "access/gist.h"
> #include "access/itup.h"
> #include "access/rtree.h"
> ---------------------------------------------------------------------
> 
> QUESTION: Is it correct...Let me know????

Correct and committed.
Thanks.
--strk;




More information about the postgis-users mailing list