[GRASS5] Re: 5.1 compilation with gcc3.2.2: compilation error

Glynn Clements glynn.clements at virgin.net
Mon May 5 02:18:59 EDT 2003


Yann wrote:

> > Here is a Compilation error of 5.1 under Mandrake 9.1:
> > (CVS of grass and grass51 from yeterday)
> > 
> > Configure details:
> > CFLAGS="-g -Wall" ./configure --with-grass50=/home/yann/grass
> > --with-gdal --with-freetype
> > 
> > followed by "make mix" and "make" giving this error.
> > 
> > OBJ.i686-pc-linux-gnu/expression.o(.text+0x540): In function `variable':
> > /home/yann/grass51/raster/r.mapcalc/expression.c:193: undefined reference to `syntax_error'

syntax_error() is defined in in the yacc file mapcalc.y, from which
y.tab.c is generated.

Check whether any errors occurred when running yacc/bison.

-- 
Glynn Clements <glynn.clements at virgin.net>




More information about the grass-dev mailing list