[GRASS-dev] r.le.setup / r.le.trace compilation errors

hello,
errors in r.le compilation in SVN

r.le.setup
--------------
gcc -I/home/yann/tmp/grass/dist.x86_64-unknown-linux-gnu/include -g
-O2 -I/usr/include/gdal -DPACKAGE=\""grassmods"\"
-I/home/yann/tmp/grass/dist.x86_64-unknown-linux-gnu/include -o
OBJ.x86_64-unknown-linux-gnu/ask_group.o -c ask_group.c
ask_group.c:25:24: error: grass/vask.h: No such file or directory
make: *** [OBJ.x86_64-unknown-linux-gnu/ask_group.o] Error 1
root@siduxbox:/home/yann/tmp/grass/raster/r.le/r.le.setup#

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'
/home/yann/tmp/grass/raster/r.le/r.le.trace/main.c:178: undefined
reference to `G_yes'
/home/yann/tmp/grass/raster/r.le/r.le.trace/main.c:209: undefined
reference to `G_yes'
/home/yann/tmp/grass/raster/r.le/r.le.trace/main.c:215: undefined
reference to `G_yes'
/home/yann/tmp/grass/raster/r.le/r.le.trace/main.c:252: undefined
reference to `G_yes'
OBJ.x86_64-unknown-linux-gnu/main.o: In function `main':
/home/yann/tmp/grass/raster/r.le/r.le.trace/main.c:72: undefined
reference to `R_screen_top'
/home/yann/tmp/grass/raster/r.le/r.le.trace/main.c:73: undefined
reference to `R_screen_bot'
/home/yann/tmp/grass/raster/r.le/r.le.trace/main.c:74: undefined
reference to `R_screen_left'
/home/yann/tmp/grass/raster/r.le/r.le.trace/main.c:75: undefined
reference to `R_screen_rite'
/home/yann/tmp/grass/raster/r.le/r.le.trace/main.c:88: undefined
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'
collect2: ld returned 1 exit status

--
Yann Chemin
International Rice Research Institute
Office: http://www.irri.org/gis
Perso: http://www.freewebs.com/ychemin

Hi,

errors in r.le compilation in SVN

sure, you are refering to trunk, which is currently under heavy
reconstruction...

Use develbranch_6 for daily work.

Martin

--
Martin Landa <landa.martin gmail.com> * http://gama.fsv.cvut.cz/~landa *

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 <glynn@gclements.plus.com>

Glynn Clements ha scritto:

Vask no longer exists. r.le.setup will remain unavailable until
someone decides to re-write it to work without vask.

r.li is a replacement for r.le
pc

Does this mean that r.le should be left out of 7.x and only stay in 6.x branch?

2008/8/27 Paolo Cavallini <cavallini@faunalia.it>:

Glynn Clements ha scritto:

Vask no longer exists. r.le.setup will remain unavailable until
someone decides to re-write it to work without vask.

r.li is a replacement for r.le
pc

--
Yann Chemin
International Rice Research Institute
Office: http://www.irri.org/gis
Perso: http://www.freewebs.com/ychemin

On Wed, Aug 27, 2008 at 11:05 AM, Yann Chemin <yann.chemin@gmail.com> wrote:

Does this mean that r.le should be left out of 7.x and only stay in 6.x branch?

I would say so...

Markus

2008/8/27 Paolo Cavallini <cavallini@faunalia.it>:

Glynn Clements ha scritto:

Vask no longer exists. r.le.setup will remain unavailable until
someone decides to re-write it to work without vask.

r.li is a replacement for r.le
pc

--
Yann Chemin
International Rice Research Institute
Office: http://www.irri.org/gis
Perso: http://www.freewebs.com/ychemin
_______________________________________________
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

--
Open Source Geospatial Foundation
http://www.osgeo.org/
http://www.grassbook.org/