[postgis-users] error compiling postgis-1.0.0-rc2

strk at refractions.net strk at refractions.net
Wed Feb 16 08:36:06 PST 2005


This bug is getting annoying.
That line uses the $(YACC) variable, which is initialized
to 'yacc' in Makefile.config if undefined.

I suspect postgresql Makefile are overriding it somehow
as I found this problem when trying to compile against
an older postgresql source.

Try moving this line:

include $(top_srcdir)/src/Makefile.shlib

>From around line 98 of lwgeom/Makefile
to line 108 (after FLEX and YACC are used).

--strk;

On Wed, Feb 16, 2005 at 05:27:57PM +0100, thierry.bertrand at equipement.gouv.fr wrote:
> Hello,
>  
> I'm trying to compile postgis-1.0.0-rc2 on a Debian Sarge system with
> postgresql 7.4.7-2.
> I have compiled postgresql as written in README.postgis.
>  
> When I try to make in .../postgresql-7.4.7/contrib/postgis-1.0.0-rc2, I have
> the following errors:
>  
> vd -p lwg_parse_yy wktparse.y
> 
> make[1]: vd: Command not found
> 
> make[1]: [wktparse.tab.c] Error 127 (ignored)
> 
> mv -f y.tab.c wktparse.tab.c
> 
> mv: cannot stat `y.tab.c': No such file or directory
> 
> make[1]: *** [wktparse.tab.c] Error 1
> 
> make[1]: Leaving directory
> `/web/compils/postgresql-7.4.7/contrib/postgis-1.0.0-rc2/lwgeom'
> 
> make: *** [liblwgeom] Error 2
> 
>  
> 
> I have search for vd in Debian packages but I haven't found it.
> 
> I have tried with postgis-0.9.1, it works fine.
> 
> Any ideas ?
> 
> Thanks
> 

> _______________________________________________
> postgis-users mailing list
> postgis-users at postgis.refractions.net
> http://postgis.refractions.net/mailman/listinfo/postgis-users




More information about the postgis-users mailing list