[postgis-users] error compiling postgis-1.0.0-rc2
strk at refractions.net
strk at refractions.net
Fri Feb 25 01:54:18 PST 2005
Do you have flex and yacc at all ?
They are required to build postgis (and postgresql).
--strk;
On Fri, Feb 25, 2005 at 10:49:08AM +0100, thierry.bertrand at equipement.gouv.fr wrote:
> Hello,
>
> I didn't answered earlier, I was on holidays. Sorry.
>
> I've tried to move this line as you said.
> I've also tried to move it at the end of the file or somewhere else up.
>
> I got the same message or I got a file missing.
>
> > -----Message d'origine-----
> > De : postgis-users-bounces at postgis.refractions.net
> > [mailto:postgis-users-bounces at postgis.refractions.net]De la part de
> > strk at refractions.net
> > Envoyé : mercredi 16 février 2005 17:36
> > À : postgis-users at postgis.refractions.net
> > Objet : Re: [postgis-users] error compiling postgis-1.0.0-rc2
> >
> >
> > 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
> >
> > _______________________________________________
> > postgis-users mailing list
> > postgis-users at postgis.refractions.net
> > http://postgis.refractions.net/mailman/listinfo/postgis-users
> >
> _______________________________________________
> 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