[GRASS-user] compilation problem about nviz

hello

hello I tried to install grass-6.3.cvs_src_snapshot_2006_09_16

configure ran properly

CFLAGS="-O2" LDFLAGS="-s" ./configure --with-readline --with-proj --with-postgres \
--with-cxx --with-odbc --with-opengl --with-png --with-python --without-fftw \
--with-tcltk-includes=/usr/include/tcl8.3/ \
--with-postgres-includes=/usr/local/pgsql/include/ \
--with-postgres-libs=/usr/local/pgsql/lib/ \
--with-gdal=/usr/bin/gdal-config \
--with-opengl-includes=/usr/local/loc0/Mesa-6.5.1/include/ \
--with-opengl-libs=/usr/local/loc0/Mesa-6.5.1/lib/
~~~~~~~~~~~~~~~~~~~~~~~~

but after 'make' error log is like :

GRASS GIS compilation log
-------------------------
Started compilation: Tue Sep 19 11:29:53 EDT 2006
--
Errors in:
/usr/local/loc0/grass-6.3.cvs_src_snapshot_2006_09_16/visualization/nviz
--
Finished compilation: Tue Sep 19 11:47:25 EDT 2006
(In case of errors please change into the directory with error and run 'make')
error.log (END)
(I changed to error directory then hit make. It gives some errors too)

There seems to be a problem about nviz.

What should I do ?
Do I have to insert any option to "./config" about NVIZ.

regards

--
Ahmet Temiz

--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

temiz wrote:

hello I tried to install grass-6.3.cvs_src_snapshot_2006_09_16

configure ran properly

..

but after 'make' error log is like :

..

Errors in:
/usr/local/loc0/grass-6.3.cvs_src_snapshot_2006_09_16/visualization/nviz
--
Finished compilation: Tue Sep 19 11:47:25 EDT 2006
(In case of errors please change into the directory with error and run
'make')
error.log (END)

..

(I changed to error directory then hit make. It gives some errors too)

You need to post what those errors say.

cd visualization/nviz/
make

Hamish