[GRASSLIST:2995] Re: Entries in error.log

Markus Neteler neteler at itc.it
Fri Jan 25 07:46:45 EST 2002


On Fri, Jan 25, 2002 at 12:40:19PM +0100, Harald Wehr wrote:
> Hi,
> 
> I compiled and installed grass5.0.0.pre3 but the error.log contains the 
> following entries:
> 
> GRASS GIS compilation log
> -------------------------
> Start of compilation: Mon Jan 21 11:29:52 CET 2002
> Errors:
> Compilation error in module: src/mapdev/v.in.mif (ignored)
> Compilation error in module: src/raster/r.binfer (ignored)
> Compilation error in module: src/raster/r.combine (ignored)
> Compilation error in module: src/raster/r.mapcalc (ignored)
> Compilation error in module: src/raster/r.weight (ignored)
> End of compilation:   Mon Jan 21 13:22:17 CET 2002
> DONE generating GRASS GIS binary code
> 
> Can you give me any hints to solve these problems?

You have to install
[f]lex and (yacc or bison). Usually two packages which are
distributed on the Linux-CDs (in case you are working on Linux).
Or see REQUIREMENTS.html for download addresses.

To compile the modules later:
gmake5 -i src/mapdev/v.in.mif
gmake5 -i src/raster/r.binfer
[...]
gmakelinks5 -i

Then it should be fine (note, the error log remains as is).

Hope this helps,

 Markus



More information about the grass-user mailing list