[GRASSLIST:3398] Compiling NVIZ2.2 on GRASS5.3-cvs

Maybe this should go to the developer's list, but compiling NVIZ2.2 I had errors which I fixed:

1 - gsd_surf.c: shbufg undeclared (first use in this function) - .........
2 - gsrape.c: foune undeclared ......

I simply added the two variables at the beginning of the respective functions and it worked (buftype *shbufg and int foune).

A bug? Or was I missing something?

Cheers,
Francesco

CIRGEO
Centro Inderdipartimentale di Cartografia
Fotogrammetria, Telerilevamento e S.I.T.
Università di Padova
Viale dell'Università 16 - Legnaro - PD
www.cirgeo.unipd.it
phone. +39.328.2126861
fax. +39.049.8272686

francesco wrote:

Maybe this should go to the developer's list, but compiling NVIZ2.2 I had
errors which I fixed:

1 - gsd_surf.c: shbufg undeclared (first use in this function) - .........
2 - gsrape.c: foune undeclared ......

I simply added the two variables at the beginning of the respective
functions and it worked (buftype *shbufg and int foune).

A bug? Or was I missing something?

Your source files are corrupted. gsd_surf.c has a variable named
"shbuff", but no "shbufg"; similarly, gsdrape.c has a variable named
"found", but no "foune".

--
Glynn Clements <glynn.clements@virgin.net>