Francesco wrote:
> Well one rigourously does not need to depend on gdal/ogr
> stuff to build grass addons, but that could help.

fwiw, a grep suggests the original poster was trying to install one of the 
r.stream.* addons.

looking through the results of:
$ cd /usr/lib/grass64/include/grass/
$ grep include *.h */*.h| cut -f2 -d: | sort | uniq | grep '^#'

besides some OpenGL, X11 and Xm stuff probably only used by
built-in GUI components & nviz, it is really only gdal and geos
(if built with geos support) that I can see which are non-standard
includes.

mostly it is lib/libgrass_vect.so (vector library) which wants
everything. libgrass_gis.so (the main lib) is very self-contained.


Hamish



      



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to