#909: FTBFS: r.mapcalc in trunk
------------------------+---------------------------------------------------
  Reporter:  hamish     |       Owner:  grass-dev@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>
_______________________________________________
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Reply via email to