[GRASS-user] problem to build grass-6.2.0 on FedoraCore5

I tried to build grass-6.2.0 on FC5.
I successed to configure with this option.
./configure --with-postgres-includes=/usr/local/pgsql/include
             --with-postgres-libs=/usr/local/pgsql/lib
next,when I make,displayed this error.

----------------------------------------------------------------------
Following modules are missing the 'description.html' file in src code:
----------------------------------------------------------------------
GRASS GIS compilation log
-------------------------
Started compilation: Mon Nov 27 14:45:23 JST 2006
--
Errors in:
/usr/local/src/grass-6.2.0/visualization/nviz
--
Finished compilation: Mon Nov 27 14:51:38 JST 2006
(In case of errors please change into the directory with error and run 'make')
make: *** [default] Error 1

How I do to build with no error?

YuGo wrote on 11/27/2006 06:57 AM:

I tried to build grass-6.2.0 on FC5.
I successed to configure with this option.
./configure --with-postgres-includes=/usr/local/pgsql/include
--with-postgres-libs=/usr/local/pgsql/lib
next,when I make,displayed this error.

----------------------------------------------------------------------
Following modules are missing the 'description.html' file in src code:
----------------------------------------------------------------------
GRASS GIS compilation log
-------------------------
Started compilation: Mon Nov 27 14:45:23 JST 2006
--
Errors in:
/usr/local/src/grass-6.2.0/visualization/nviz
--
Finished compilation: Mon Nov 27 14:51:38 JST 2006
(In case of errors please change into the directory with error and run
'make')
make: *** [default] Error 1

How I do to build with no error?

We first have to see the error message:

cd /usr/local/src/grass-6.2.0/visualization/nviz
make

What error appears?

Markus