[GRASS-dev] Re: [GRASS GIS] #909: FTBFS: r.mapcalc in trunk

GRASS GIS trac at osgeo.org
Fri Feb 5 14:19:33 EST 2010


#909: FTBFS: r.mapcalc in trunk
------------------------+---------------------------------------------------
  Reporter:  hamish     |       Owner:  grass-dev at lists.osgeo.org
      Type:  defect     |      Status:  new                      
  Priority:  normal     |   Milestone:  7.0.0                    
 Component:  Compiling  |     Version:  svn-trunk                
Resolution:             |    Keywords:  r.mapcalc                
  Platform:  Linux      |         Cpu:  x86-64                   
------------------------+---------------------------------------------------
Comment (by glynn):

 Replying to [ticket:909 hamish]:

 > latest trunk:
 >
 > "make -j8" on debian/stable, 64bit quad-core
 {{{
 gcc ... OBJ.x86_64-unknown-linux-gnu/mapcalc.yy.o ...
 ...
 /usr/local/src/grass/svn/trunk/raster/r.mapcalc/mapcalc.tab.c:1442:
 undefined reference to `yylex'
 ...
 /usr/local/src/grass/svn/trunk/raster/r.mapcalc/mapcalc.y:270: undefined
 reference to `initialize_scanner_string'
 ...
 }}}
 These should be in mapcalc.yy.o, compiled from mapcalc.yy.c, generated by
 lex from mapcalc.l.

 mapcalc.yy.o is in the list of object files being linked, so make knows
 that it needs to build it and believes that it has done so, and gcc isn't
 complaining about its absence. Can you provide the make output
 corresponding to the generation and compilation of mapcalc.yy.c?

-- 
Ticket URL: <https://trac.osgeo.org/grass/ticket/909#comment:2>
GRASS GIS <http://grass.osgeo.org>


More information about the grass-dev mailing list