Yann Chemin wrote: > errors in r.le compilation in SVN
Both of these are known issues. > r.le.setup > ask_group.c:25:24: error: grass/vask.h: No such file or directory Vask no longer exists. r.le.setup will remain unavailable until someone decides to re-write it to work without vask. > r.le.trace > ------------- > OBJ.x86_64-unknown-linux-gnu/main.o: In function `show_patch': > /home/yann/tmp/grass/raster/r.le/r.le.trace/main.c:169: undefined reference > to `G_yes' Terminal interaction is no longer supported. > reference to `D_new_window' > /home/yann/tmp/grass/raster/r.le/r.le.trace/main.c:89: undefined > reference to `D_set_cur_wind' > /home/yann/tmp/grass/raster/r.le/r.le.trace/main.c:90: undefined > reference to `D_show_window' Creation of multiple display frames is no longer supported. r.le.trace will remain unavailable until someone decides to re-write it to work without terminal interaction or multiple display frames. Also currently unavailable are i.points, i.vpoints, i.ortho.photo, i.class, d.colors, d.extract, d.measure, d.profile, d.what.rast, d.what.vect, d.zoom, g.setproj, and probably some others. Some of these modules are gone for good, either because they have been replaced by equivalent functionality within the GUI, or because no-one cares enough about them to maintain them (i.e. make them work with 7.x). -- Glynn Clements <[EMAIL PROTECTED]> _______________________________________________ grass-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-dev
