[postgis-devel] Re: [postgis-users] installation problem

Mark Cave-Ayland mark.cave-ayland at ilande.co.uk
Thu May 10 08:50:51 PDT 2007


On Thu, 2007-05-10 at 11:42 -0400, vamsee movva wrote:
> Hi Mark
> I commented all things which deals with templateGIS in GNUMake file.
> When i executed make i got the following errors
> 
> lex.yy.c:4023: warning: `yyunput' defined but not used
> lwgeom_chip.c: In function `CHIP_in':
> lwgeom_chip.c:128: warning: int format, different type arg (arg 4)
> shpopen.c:176: warning: `rcsid' defined but not used
> dbfopen.c:206: warning: `rcsid' defined but not used
> make: *** No rule to make target `templategis', needed by `all'.
> Stop.
> 
> Thanks

Hmmm I think that implies that you've missed this part from the diff:
 
-all: Makefile.config liblwgeom loaderdumper utils 
+all: Makefile.config liblwgeom loaderdumper utils templategis

If you remove templategis from this line, does that help you at all?


Kind regards,

Mark.





More information about the postgis-devel mailing list