[GRASS5] Debian: NVIZ make problem

Hamish hamish_nospam at yahoo.com
Sat Mar 19 20:47:34 EST 2005


Hi Peter,

> trying to build grass60 from the cvs on debian throws errors regarding
> /lib/ogsf and /visualisation/nviz:
> 
> (./configure --without-postgres --with-cxx) 
> 
> ---------
> OGSF:
> GK2.o 
> ERROR 1
> 
> ---------
> NVIZ: [with english translation]
> In Datei, eingefügt von nvizAppInit.c:9:  [in file, inserted from
> nvizApp..] interface.h:22:19: gsurf.h: Datei oder Verzeichnis nicht
> gefunden [file or directory not found]
> interface.h:23:21: gstypes.h: Datei oder Verzeichnis nicht gefunden
> [same] In file included from nvizAppInit.c:9:
...


Those should be in the GRASS source code:

lib/ogsf/gsurf.h
lib/ogsf/gstypes.h

?


In general, compiling on Debian (with debug info, no MySQL or i18n):

CFLAGS="-g -Wall" ./configure \
    --with-tcltk-includes=/usr/include/tcl8.3 \
    --with-postgres-includes=/usr/include/postgresql \
    --with-motif --with-motif-includes=/usr/X11R6/include \
    --with-readline --with-gdal --with-cxx --with-glw --with-odbc \
    --with-freetype --with-freetype-includes=/usr/include/freetype2 \
    2>&1 | tee config_log.txt

make



regards,
Hamish




More information about the grass-dev mailing list