[GRASSLIST:4506] compiling GRASS 5.7.0

Dear list,

I have been trying to compile the source code for GRASS 5.7.0 on a ReHat
9 sytem with the following configure command:

CFLAGS="-g -Wall" ./configure --prefix=/scratch/usr/local
--bindir=/scratch/usr/local/bin --with-proj-libs=/scratch/usr/local/lib
--with-proj-includes=/scratch/usr/local/include --enable-64bit
--with-gdal=/scratch/usr/local/bin/gdal-config --without-postgres
--without-odbc --without-fftw

I end up getting the error message below. I have no idea what to do with
this... Any suggestions?

Cheers, Ulrich

----------8<-----------------------8<------------------------

make[2]: Entering directory
`/scratch/software/GIS/GRASS/grass-5.7.0/lib/proj'
gcc -I/scratch/software/GIS/GRASS/grass-5.7.0/include
-I/scratch/software/GIS/GRASS/grass-5.7.0/dist.i686-pc-linux-gnu/include
-g -Wall -Wall -Wconversion -Wno-implicit-int -fPIC -rdynamic
-L/scratch/software/GIS/GRASS/grass-5.7.0/dist.i686-pc-linux-gnu/lib
nad2bin.c -o nad2bin
nad2bin.c:8:22: projects.h: No such file or directory
nad2bin.c:12: warning: return type of `main' is not `int'
nad2bin.c: In function `main':
nad2bin.c:13: storage size of `ct' isn't known
nad2bin.c:14: `FLP' undeclared (first use in this function)
nad2bin.c:14: (Each undeclared identifier is reported only once
nad2bin.c:14: for each function it appears in.)
nad2bin.c:14: `p' undeclared (first use in this function)
nad2bin.c:14: `t' undeclared (first use in this function)
nad2bin.c:14: warning: left-hand operand of comma expression has no
effect
nad2bin.c:24: `MAX_TAB_ID' undeclared (first use in this function)
nad2bin.c:27: parse error before ')' token
nad2bin.c:13: warning: unused variable `ct'
nad2bin.c:15: warning: unused variable `tsize'
nad2bin.c:16: warning: unused variable `i'
nad2bin.c:16: warning: unused variable `j'
nad2bin.c:16: warning: unused variable `ichk'
nad2bin.c:17: warning: unused variable `lam'
nad2bin.c:17: warning: unused variable `laml'
nad2bin.c:17: warning: unused variable `phi'
nad2bin.c:17: warning: unused variable `phil'
nad2bin.c:18: warning: unused variable `bin'
nad2bin.c: At top level:
nad2bin.c:32: parse error before '.' token
nad2bin.c:41: parse error before numeric constant
nad2bin.c:41: conflicting types for `exit'
/usr/include/stdlib.h:612: previous declaration of `exit'
nad2bin.c:41: warning: data definition has no type or storage class
nad2bin.c:45: parse error before '++' token
nad2bin.c:50: parse error before '++' token
nad2bin.c:55: parse error before numeric constant
nad2bin.c:55: warning: data definition has no type or storage class
nad2bin.c:59: parse error before numeric constant
nad2bin.c:59: warning: data definition has no type or storage class
nad2bin.c:64: parse error before numeric constant
nad2bin.c:64: warning: data definition has no type or storage class
nad2bin.c:66: parse error before numeric constant
nad2bin.c:66: warning: data definition has no type or storage class
make[2]: *** [nad2bin] Error 1
make[2]: Leaving directory
`/scratch/software/GIS/GRASS/grass-5.7.0/lib/proj'
make[1]: *** [subdirs] Error 1
make[1]: Leaving directory `/scratch/software/GIS/GRASS/grass-5.7.0/lib'
make: *** [default] Error 1

On Tue, 12 Oct 2004, Ulrich Leopold wrote:

I end up getting the error message below. I have no idea what to do with
this... Any suggestions?

Delete the file lib/proj/nad2bin.c, or upgrade to a newer snapshot of 5.7---5.7.0 is getting quite old now.

Ok I started compiling GRASS 5.7.x from a snapshot version with:

grass57src_cvs_snapshot_exp_2004_10_09.tar.gz
and
grass-5.3.0.tar.gz

I get now the start up error below.

What I did was:

1)

CFLAGS="-g -Wall" ./configure --prefix=/scratch/usr/local
--bindir=/scratch/usr/local/bin
--with-grass50=/scratch/software/GIS/GRASS/grass-5.3.0
--with-proj-libs=/scratch/usr/local/lib
--with-proj-includes=/scratch/usr/local/include --enable-64bit
--with-gdal=/scratch/usr/local/bin/gdal-config --without-postgres
--without-odbc --without-fftw

2) make mix

3) make

4) make install

The compilation process finished fine.

---------------------------------------------------------------------

uleopold@snowdon:~> /scratch/usr/local/bin/grass57
cat: /scratch/usr/local/grass-5.7.cvs/etc/grass_intro: No such file or
directory
Hit RETURN to continue

Starting GRASS ...
Error in startup script: couldn't read file
"/scratch/usr/local/grass-5.7.cvs/etc/gis_set.tcl": no such file or
directory
/scratch/usr/local/grass-5.7.cvs/etc/Init.sh: line 1: g.gisenv: command
not found
/scratch/usr/local/grass-5.7.cvs/etc/Init.sh: line 1: g.gisenv: command
not found
/scratch/usr/local/grass-5.7.cvs/etc/Init.sh: line 1: g.gisenv: command
not found
/scratch/usr/local/grass-5.7.cvs/etc/Init.sh: line 526:
/scratch/usr/local/grass-5.7.cvs/etc/lock: No such file or directory
Unable to properly access ///.gislock

---------------------------------------------------------------------

On Tue, 2004-10-12 at 14:37, Paul Kelly wrote:

On Tue, 12 Oct 2004, Ulrich Leopold wrote:

> I end up getting the error message below. I have no idea what to do with
> this... Any suggestions?

Delete the file lib/proj/nad2bin.c, or upgrade to a newer snapshot of
5.7---5.7.0 is getting quite old now.

--
__________________________________________________

Ulrich Leopold MSc.

Computational Bio- and Physical Geography (CBPG)
Institute for Biodiversity and Ecosystem Dynamics (IBED)
Faculty of Science
University of Amsterdam
Nieuwe Achtergracht 166
NL-1018WV Amsterdam

Room: B 2.38
Phone: +31 20 525 7456 (7451 Secretary)
Fax: +31 20 525 7431
Mobile: +31 64 220 3028
Email: uleopold@science.uva.nl
URL: www.science.uva.nl/ibed/cbpg

Ulrich Leopold wrote:

Ok I started compiling GRASS 5.7.x from a snapshot version with:

grass57src_cvs_snapshot_exp_2004_10_09.tar.gz
and
grass-5.3.0.tar.gz

I get now the start up error below.

The compilation process finished fine.

---------------------------------------------------------------------

uleopold@snowdon:~> /scratch/usr/local/bin/grass57
cat: /scratch/usr/local/grass-5.7.cvs/etc/grass_intro: No such file or
directory
Hit RETURN to continue

Starting GRASS ...
Error in startup script: couldn't read file
"/scratch/usr/local/grass-5.7.cvs/etc/gis_set.tcl": no such file or
directory
/scratch/usr/local/grass-5.7.cvs/etc/Init.sh: line 1: g.gisenv: command
not found
/scratch/usr/local/grass-5.7.cvs/etc/Init.sh: line 1: g.gisenv: command
not found
/scratch/usr/local/grass-5.7.cvs/etc/Init.sh: line 1: g.gisenv: command
not found
/scratch/usr/local/grass-5.7.cvs/etc/Init.sh: line 526:
/scratch/usr/local/grass-5.7.cvs/etc/lock: No such file or directory
Unable to properly access ///.gislock

These all suggest that the compilation didn't actually finish fine.
See the error.log file for the list of modules which failed to compile
(lib/init and general/g.gisenv will probably be among them). See the
output from "make" for the actual error messages.

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

I have been trying to compile the source code for GRASS 5.7.0 on a
ReHat 9 sytem with the following configure command:

The following are generic instructions for installing GRASS 5.7 on RH9.

Download and install GDAL and PROJ.4 from www.remotesensing.org.

edit /etc/ld.so.conf and put /usr/local/lib as the last line in the file.
then run:
/sbin/ldconfig

To allow other programs to see your new libraries.

--

RH 9.0 package reqs:
use "rpm -q PACKAGE" to test, then "rpm -Uvh PACKAGE-1.2.3-4.i386.rpm" to install..
postgresql
postgresql-odbc
postgresql-server
postgresql-devel
unixODBC
unixODBC-devel
lesstif
lesstif-devel
blas
lapack
readline
libjpeg
libjpeg-devel
libtiff
libtiff-devel
libpng
libpng-devel
#gd get v2.0 from rawhide.redhat.com
#gd-devel (gd is no longer needed)
tk
XFree86-Mesa-libGL2
XFree86-Mesa-libGLU
XFree86-devel2
gdbm-devel
postfix
freetype-devel

--

get latest CVS snapshot of GRASS 5.3
get latest CVS snapshot of GRASS 5.7

unpack both in /usr/src/grass/

--

Redhat 9:
CFLAGS="-O3 -march=pentium4 -g -Wall" ./configure \
    --with-grass50=/usr/src/grass/grass53-cvs \
    --with-motif --with-motif-includes=/usr/X11R6/LessTif/Motif1.2/include \
    --with-motif-libs=/usr/X11R6/LessTif/Motif1.2/lib \
    --with-glw --with-proj --with-gdal \
    --with-blas --with-lapack --with-dbm --with-cxx \
    --with-freetype --with-freetype-includes=/usr/include/freetype2
# --with-readline

make mix
make

To run GRASS 5.7, simply start
./bin.$ARCH/grass51

good luck,
Hamish

On Tue, 2004-10-12 at 20:17, Glynn Clements wrote:

Ulrich Leopold wrote:

> Ok I started compiling GRASS 5.7.x from a snapshot version with:
>
> grass57src_cvs_snapshot_exp_2004_10_09.tar.gz
> and
> grass-5.3.0.tar.gz
>
> I get now the start up error below.

> The compilation process finished fine.
>
>
> ---------------------------------------------------------------------
>
> uleopold@snowdon:~> /scratch/usr/local/bin/grass57
> cat: /scratch/usr/local/grass-5.7.cvs/etc/grass_intro: No such file or
> directory
> Hit RETURN to continue
>
> Starting GRASS ...
> Error in startup script: couldn't read file
> "/scratch/usr/local/grass-5.7.cvs/etc/gis_set.tcl": no such file or
> directory
> /scratch/usr/local/grass-5.7.cvs/etc/Init.sh: line 1: g.gisenv: command
> not found
> /scratch/usr/local/grass-5.7.cvs/etc/Init.sh: line 1: g.gisenv: command
> not found
> /scratch/usr/local/grass-5.7.cvs/etc/Init.sh: line 1: g.gisenv: command
> not found
> /scratch/usr/local/grass-5.7.cvs/etc/Init.sh: line 526:
> /scratch/usr/local/grass-5.7.cvs/etc/lock: No such file or directory
> Unable to properly access ///.gislock

These all suggest that the compilation didn't actually finish fine.
See the error.log file for the list of modules which failed to compile
(lib/init and general/g.gisenv will probably be among them). See the
output from "make" for the actual error messages.

Ok, actually the compilation did not finish fine. Here is the output:
What went really wrong? And how can I solve this? I would like to
compile and install as a user as I do not have any root access.

-----------------------------------------------------------------------

/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/include/version.h:1:
warning: `VERSION_STRING' defined but not used
/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/include/version.h:2:
warning: `VERSION_MAJOR' defined but not used
/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/include/version.h:3:
warning: `VERSION_MINOR' defined but not used
/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/include/version.h:4:
warning: `VERSION_RELEASE' defined but not used
null_val.c:341: conflicting types for `G_is_null_value'
/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/include/gisdefs.h:787: previous declaration of `G_is_null_value'
null_val.c:367: conflicting types for `G_is_c_null_value'
/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/include/gisdefs.h:788: previous declaration of `G_is_c_null_value'
null_val.c:397: conflicting types for `G_is_f_null_value'
/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/include/gisdefs.h:789: previous declaration of `G_is_f_null_value'
null_val.c:427: conflicting types for `G_is_d_null_value'
/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/include/gisdefs.h:790: previous declaration of `G_is_d_null_value'
make[2]: *** [OBJ.i686-pc-linux-gnu/null_val.o] Error 1
/usr/bin/ld: cannot find -lgrass_gis
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/lib/libgrass_gmath.so] Error 1
/usr/bin/ld: cannot find -lgrass_gis
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/lib/libgrass_raster.so] Error 1
/usr/bin/ld: cannot find -lgrass_gis
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/lib/libgrass_display.so] Error 1
/usr/bin/ld: cannot find -lgrass_gis
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/lib/libgrass_D.so] Error 1
/usr/bin/ld: cannot find -lgrass_gis
collect2: ld returned 1 exit status
make[3]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/lib/libgrass_dbmibase.so] Error 1
/usr/bin/ld: cannot find -lgrass_dbmibase
collect2: ld returned 1 exit status
make[3]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/lib/libgrass_dbmiclient.so] Error 1
/usr/bin/ld: cannot find -lgrass_dbmibase
collect2: ld returned 1 exit status
make[3]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/lib/libgrass_dbstubs.so] Error 1
/usr/bin/ld: cannot find -lgrass_dbmibase
collect2: ld returned 1 exit status
make[3]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/lib/libgrass_dbmidriver.so] Error 1
/usr/bin/ld: cannot find -lgrass_gis
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/lib/libgrass_edit.so] Error 1
/usr/bin/ld: cannot find -lgrass_gis
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/lib/libgrass_form.so] Error 1
/usr/bin/ld: cannot find -lgrass_gmath
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/lib/libgrass_I.so] Error 1
/usr/bin/ld: cannot find -lgrass_gis
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/lib/libgrass_gproj.so] Error 1
/usr/bin/ld: cannot find -lgrass_gis
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/lib/libgrass_segment.so] Error 1
/usr/bin/ld: cannot find -lgrass_gis
collect2: ld returned 1 exit status
make[3]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/lib/libgrass_dig2.so] Error 1
/usr/bin/ld: cannot find -lgrass_gis
collect2: ld returned 1 exit status
make[3]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/lib/libgrass_vect.so] Error 1
/usr/bin/ld: cannot find -lgrass_gis
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/lib/libgrass_sites.so] Error 1
/usr/bin/ld: cannot find -lgrass_gmath
collect2: ld returned 1 exit status
make[3]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/lib/libgrass_interpfl.so] Error 1
/usr/bin/ld: cannot find -lgrass_gis
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/lib/libgrass_g3d.so] Error 1
/usr/bin/ld: cannot find -lgrass_gis
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/lib/libgrass_symb.so] Error 1
/usr/bin/ld: cannot find -lgrass_edit
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/etc/set_data] Error 1
/usr/bin/ld: cannot find -lgrass_gis
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/lib/libgrass_ogsf.so] Error 1
/usr/bin/ld: cannot find -lgrass_gis
collect2: ld returned 1 exit status
make[3]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/lib/libgrass_dbdialog.so] Error 1
/usr/bin/ld: cannot find -lgrass_dbmidriver
collect2: ld returned 1 exit status
make[3]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/driver/db/dbf] Error 1
/usr/bin/ld: cannot find -lgrass_dbmidriver
collect2: ld returned 1 exit status
make[3]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/driver/db/ogr] Error 1
/usr/bin/ld: cannot find -lgrass_dbmiclient
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/db.columns] Error 1
/usr/bin/ld: cannot find -lgrass_gis
collect2: ld returned 1 exit status
make[4]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/driver/XDRIVER] Error 1
make[3]: *** No rule to make target `OBJ.i686-pc-linux-gnu/Client.o',
needed by
`/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/driver/PNG'. Stop.
/usr/bin/ld: cannot find -lgrass_raster
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/d.ask] Error 1
/usr/bin/ld: cannot find -lgrass_display
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/d.barscale] Error 1
/usr/bin/ld: cannot find -lgrass_display
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/d.colorlist] Error 1
/usr/bin/ld: cannot find -lgrass_display
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/d.colors] Error 1
/usr/bin/ld: cannot find -lgrass_display
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/d.colortable] Error 1
/usr/bin/ld: cannot find -lgrass_D
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/d.erase] Error 1
/usr/bin/ld: cannot find -lgrass_display
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/d.font] Error 1
/usr/bin/ld: cannot find -lgrass_D
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/etc/frame.create] Error 1
/usr/bin/ld: cannot find -lgrass_display
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/d.geodesic] Error 1
/usr/bin/ld: cannot find -lgrass_display
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/d.graph] Error 1
/usr/bin/ld: cannot find -lgrass_display
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/d.grid] Error 1
/usr/bin/ld: cannot find -lgrass_display
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/d.his] Error 1
/usr/bin/ld: cannot find -lgrass_display
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/d.histogram] Error 1
/usr/bin/ld: cannot find -lgrass_raster
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/d.info] Error 1
/usr/bin/ld: cannot find -lgrass_display
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/d.legend] Error 1
/usr/bin/ld: cannot find -lgrass_display
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/d.linegraph] Error 1
/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/scripts/d.m: line 18: /scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/etc/bin/cmd/g.parser: No such file or directory
/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/scripts/d.m: line 18: exec: /scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/etc/bin/cmd/g.parser: cannot execute: No such file or directory
/usr/bin/ld: cannot find -lgrass_display
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/d.mapgraph] Error 1
/usr/bin/ld: cannot find -lgrass_display
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/d.measure] Error 1
/usr/bin/ld: cannot find -lgrass_display
collect2: ld returned 1 exit status
make[3]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/d.mon] Error 1
/usr/bin/ld: cannot find -lgrass_raster
collect2: ld returned 1 exit status
make[3]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/etc/mon.list] Error 1
/usr/bin/ld: cannot find -lgrass_display
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/d.nviz] Error 1
/usr/bin/ld: cannot find -lgrass_D
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/d.paint.labels] Error 1
/usr/bin/ld: cannot find -lgrass_display
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/d.path] Error 1
/usr/bin/ld: cannot find -lgrass_D
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/d.profile] Error 1
/usr/bin/ld: cannot find -lgrass_D
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/d.rast] Error 1
/usr/bin/ld: cannot find -lgrass_display
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/d.rast.arrow] Error 1
/usr/bin/ld: cannot find -lgrass_D
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/d.rast.edit] Error 1
/usr/bin/ld: cannot find -lgrass_display
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/d.rast.num] Error 1
/usr/bin/ld: cannot find -lgrass_D
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/d.rgb] Error 1
/usr/bin/ld: cannot find -lgrass_display
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/d.rhumbline] Error 1
/usr/bin/ld: cannot find -lgrass_display
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/d.save] Error 1
/usr/bin/ld: cannot find -lgrass_display
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/d.text] Error 1
/usr/bin/ld: cannot find -lgrass_display
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/d.title] Error 1
/usr/bin/ld: cannot find -lgrass_display
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/d.vect] Error 1
/usr/bin/ld: cannot find -lgrass_display
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/d.vect.chart] Error 1
/usr/bin/ld: cannot find -lgrass_display
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/d.what.rast] Error 1
/usr/bin/ld: cannot find -lgrass_display
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/d.what.vect] Error 1
/usr/bin/ld: cannot find -lgrass_display
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/d.where] Error 1
/usr/bin/ld: cannot find -lgrass_display
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/d.zoom] Error 1
/usr/bin/ld: cannot find -lgrass_gis
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/g.access] Error 1
/usr/bin/ld: cannot find -lgrass_gis
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/g.ask] Error 1
/usr/bin/ld: cannot find -lgrass_gis
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/g.filename] Error 1
/usr/bin/ld: cannot find -lgrass_gis
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/g.findfile] Error 1
/usr/bin/ld: cannot find -lgrass_gis
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/g.gisenv] Error 1
/usr/bin/ld: cannot find -lgrass_D
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/g.mapset] Error 1
/usr/bin/ld: cannot find -lgrass_gis
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/g.mapsets] Error 1
Makefile:14: warning: overriding commands for target `htmlcmd1'
../../include/Make/Rules.make:59: warning: ignoring old commands for
target `htmlcmd1'
/usr/bin/ld: cannot find -lgrass_gis
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/g.parser] Error 1
/usr/bin/ld: cannot find -lgrass_gproj
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/g.proj] Error 1
/usr/bin/ld: cannot find -lgrass_vect
collect2: ld returned 1 exit status
make[3]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/g.region] Error 1
/usr/bin/ld: cannot find -lgrass_g3d
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/g3.region] Error 1
/usr/bin/ld: cannot find -lgrass_gis
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/g.setproj] Error 1
/usr/bin/ld: cannot find -lgrass_gis
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/g.tempfile] Error 1
/usr/bin/ld: cannot find -lgrass_gis
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/g.version] Error 1
/usr/bin/ld: cannot find -lgrass_vect
collect2: ld returned 1 exit status
make[3]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/g.copy] Error 1
/usr/bin/ld: cannot find -lgrass_display
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/etc/i.ask] Error 1
/usr/bin/ld: cannot find -lgrass_I
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/i.class] Error 1
/usr/bin/ld: cannot find -lgrass_I
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/i.cluster] Error 1
/usr/bin/ld: cannot find -lgrass_gis
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/etc/i.find] Error 1
/usr/bin/ld: cannot find -lgrass_I
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/i.gensig] Error 1
/usr/bin/ld: cannot find -lgrass_I
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/i.gensigset] Error 1
/usr/bin/ld: cannot find -lgrass_I
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/i.group] Error 1
/usr/bin/ld: cannot find -lgrass_I
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/i.his.rgb] Error 1
/usr/bin/ld: cannot find -lgrass_I
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/i.maxlik] Error 1
/usr/bin/ld: cannot find -lgrass_gis
collect2: ld returned 1 exit status
make[3]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/lib/libgrass_Iortho.so] Error 1
/usr/bin/ld: cannot find -lgrass_I
collect2: ld returned 1 exit status
make[3]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/i.ortho.photo] Error 1
/usr/bin/ld: cannot find -lgrass_I
collect2: ld returned 1 exit status
make[3]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/etc/photo.2image] Error 1
/usr/bin/ld: cannot find -lgrass_I
collect2: ld returned 1 exit status
make[3]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/etc/photo.2target] Error 1
/usr/bin/ld: cannot find -lgrass_Iortho
collect2: ld returned 1 exit status
make[3]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/etc/photo.camera] Error 1
/usr/bin/ld: cannot find -lgrass_I
collect2: ld returned 1 exit status
make[3]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/etc/photo.elev] Error 1
/usr/bin/ld: cannot find -lgrass_Iortho
collect2: ld returned 1 exit status
make[3]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/etc/photo.init] Error 1
/usr/bin/ld: cannot find -lgrass_I
collect2: ld returned 1 exit status
make[3]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/etc/photo.rectify] Error 1
/usr/bin/ld: cannot find -lgrass_I
collect2: ld returned 1 exit status
make[3]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/etc/photo.target] Error 1
/usr/bin/ld: cannot find -lgrass_I
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/i.points] Error 1
/usr/bin/ld: cannot find -lgrass_I
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/i.rectify] Error 1
/usr/bin/ld: cannot find -lgrass_I
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/i.rgb.his] Error 1
/usr/bin/ld: cannot find -lgrass_I
collect2: ld returned 1 exit status
make[3]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/i.smap] Error 1
/usr/bin/ld: cannot find -lgrass_I
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/i.target] Error 1
/usr/bin/ld: cannot find -lgrass_I
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/i.vpoints] Error 1
/usr/bin/ld: cannot find -lgrass_vect
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/ps.map] Error 1
/usr/bin/ld: cannot find -lgrass_gis
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/r.average] Error 1
/usr/bin/ld: cannot find -lgrass_gis
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/r.basins.fill] Error 1
/usr/bin/ld: cannot find -lgrass_gis
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/r.bilinear] Error 1
/usr/bin/ld: cannot find -lgrass_gis
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/r.buffer] Error 1
/usr/bin/ld: cannot find -lgrass_gis
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/r.cats] Error 1
/usr/bin/ld: cannot find -lgrass_gis
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/r.circle] Error 1
/usr/bin/ld: cannot find -lgrass_gis
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/r.clump] Error 1
/usr/bin/ld: cannot find -lgrass_gis
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/r.coin] Error 1
make[2]: *** No rule to make target `evi', needed by
`/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/etc/colors'. Stop.
/usr/bin/ld: cannot find -lgrass_gis
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/r.composite] Error 1
/usr/bin/ld: cannot find -lgrass_gis
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/r.compress] Error 1
/usr/bin/ld: cannot find -lgrass_vect
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/r.contour] Error 1
/usr/bin/ld: cannot find -lgrass_sites
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/r.cost] Error 1
/usr/bin/ld: cannot find -lgrass_gis
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/r.covar] Error 1
/usr/bin/ld: cannot find -lgrass_gis
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/r.cross] Error 1
/usr/bin/ld: cannot find -lgrass_gis
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/r.describe] Error 1
/usr/bin/ld: cannot find -lgrass_display
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/r.digit] Error 1
/usr/bin/ld: cannot find -lgrass_gis
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/r.distance] Error 1
/usr/bin/ld: cannot find -lgrass_gis
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/r.drain] Error 1
/usr/bin/ld: cannot find -lgrass_gis
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/r.fill.dir] Error 1
/usr/bin/ld: cannot find -lgrass_vect
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/r.flow] Error 1
/usr/bin/ld: cannot find -lgrass_gis
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/r.grow] Error 1
/usr/bin/ld: cannot find -lgrass_gis
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/r.his] Error 1
/usr/bin/ld: cannot find -lgrass_gis
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/r.in.arc] Error 1
/usr/bin/ld: cannot find -lgrass_gis
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/r.in.ascii] Error 1
/usr/bin/ld: cannot find -lgrass_gis
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/r.in.bin] Error 1
/usr/bin/ld: cannot find -lgrass_gis
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/r.info] Error 1
/usr/bin/ld: cannot find -lgrass_gis
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/r.in.gridatb] Error 1
/usr/bin/ld: cannot find -lgrass_gis
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/r.in.mat] Error 1
/usr/bin/ld: cannot find -lgrass_gis
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/r.in.poly] Error 1
/usr/bin/ld: cannot find -lgrass_gis
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/r.kappa] Error 1
/usr/bin/ld: cannot find -lgrass_gis
collect2: ld returned 1 exit status
make[3]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/r.le.patch] Error 1
/usr/bin/ld: cannot find -lgrass_gis
collect2: ld returned 1 exit status
make[3]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/r.le.pixel] Error 1
Makefile:16: warning: overriding commands for target `clean'
../../../include/Make/Rules.make:30: warning: ignoring old commands for
target `clean'
/usr/bin/ld: cannot find -lgrass_display
collect2: ld returned 1 exit status
make[3]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/r.le.setup] Error 1
/usr/bin/ld: cannot find -lgrass_display
collect2: ld returned 1 exit status
make[3]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/r.le.trace] Error 1
/usr/bin/ld: cannot find -lgrass_segment
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/r.los] Error 1
/usr/bin/ld: cannot find -lgrass_gis
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/r.mapcalc] Error 1
/usr/bin/ld: cannot find -lgrass_gis
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/r.median] Error 1
/usr/bin/ld: cannot find -lgrass_gis
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/r.mfilter] Error 1
/usr/bin/ld: cannot find -lgrass_gis
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/r.mode] Error 1
/usr/bin/ld: cannot find -lgrass_gis
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/r.neighbors] Error 1
/usr/bin/ld: cannot find -lgrass_gis
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/r.null] Error 1
/usr/bin/ld: cannot find -lgrass_gis
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/r.out.arc] Error 1
/usr/bin/ld: cannot find -lgrass_gis
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/r.out.ascii] Error 1
/usr/bin/ld: cannot find -lgrass_gis
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/r.out.bin] Error 1
/usr/bin/ld: cannot find -lgrass_gis
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/r.out.gridatb] Error 1
/usr/bin/ld: cannot find -lgrass_gis
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/r.out.mat] Error 1
/usr/bin/ld: cannot find -lgrass_gis
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/r.out.mpeg] Error 1
/usr/bin/ld: cannot find -lgrass_gis
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/r.out.pov] Error 1
/usr/bin/ld: cannot find -lgrass_gis
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/r.out.ppm] Error 1
/usr/bin/ld: cannot find -lgrass_gis
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/r.out.ppm3] Error 1
/usr/bin/ld: cannot find -lgrass_gis
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/r.out.tiff] Error 1
/usr/bin/ld: cannot find -lgrass_gis
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/r.param.scale] Error 1
/usr/bin/ld: cannot find -lgrass_gis
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/r.patch] Error 1
/usr/bin/ld: cannot find -lgrass_display
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/r.profile] Error 1
/usr/bin/ld: cannot find -lgrass_gproj
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/r.proj] Error 1
/usr/bin/ld: cannot find -lgrass_gis
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/r.quant] Error 1
/usr/bin/ld: cannot find -lgrass_sites
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/r.random] Error 1
/usr/bin/ld: cannot find -lgrass_gis
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/r.random.cells] Error 1
/usr/bin/ld: cannot find -lgrass_gis
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/r.random.surface] Error 1
/usr/bin/ld: cannot find -lgrass_gis
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/r.reclass] Error 1
/usr/bin/ld: cannot find -lgrass_gis
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/r.recode] Error 1
/usr/bin/ld: cannot find -lgrass_vect
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/r.region] Error 1
/usr/bin/ld: cannot find -lgrass_gis
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/r.report] Error 1
/usr/bin/ld: cannot find -lgrass_gis
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/r.resample] Error 1
/usr/bin/ld: cannot find -lgrass_interpfl
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/r.resamp.rst] Error 1
/usr/bin/ld: cannot find -lgrass_gis
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/r.rescale] Error 1
/usr/bin/ld: cannot find -lgrass_gis
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/r.rescale.eq] Error 1
/usr/bin/ld: cannot find -lgrass_gis
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/r.series] Error 1
/usr/bin/ld: cannot find -lgrass_gis
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/r.slope.aspect] Error 1
/usr/bin/ld: cannot find -lgrass_gis
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/r.statistics] Error 1
/usr/bin/ld: cannot find -lgrass_gis
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/r.stats] Error 1
/usr/bin/ld: cannot find -lgrass_gis
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/r.sum] Error 1
/usr/bin/ld: cannot find -lgrass_gproj
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/r.sun] Error 1
/usr/bin/ld: cannot find -lgrass_gproj
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/r.sunmask] Error 1
/usr/bin/ld: cannot find -lgrass_gis
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/r.surf.area] Error 1
/usr/bin/ld: cannot find -lgrass_segment
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/r.surf.contour] Error 1
/usr/bin/ld: cannot find -lgrass_gis
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/r.surf.idw] Error 1
/usr/bin/ld: cannot find -lgrass_gis
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/r.texture] Error 1
/usr/bin/ld: cannot find -lgrass_gis
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/r.thin] Error 1
/usr/bin/ld: cannot find -lgrass_gis
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/r.timestamp] Error 1
/usr/bin/ld: cannot find -lgrass_vect
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/r.to.vect] Error 1
/usr/bin/ld: cannot find -lgrass_gis
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/r.topidx] Error 1
/usr/bin/ld: cannot find -lgrass_gis
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/r.topmodel] Error 1
/usr/bin/ld: cannot find -lgrass_gis
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/r.transect] Error 1
/usr/bin/ld: cannot find -lgrass_gis
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/r.univar] Error 1
/usr/bin/ld: cannot find -lgrass_gis
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/r.water.outlet] Error 1
/usr/bin/ld: cannot find -lgrass_gis
collect2: ld returned 1 exit status
make[3]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/etc/ram] Error 1
/usr/bin/ld: cannot find -lgrass_gis
collect2: ld returned 1 exit status
make[3]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/etc/seg] Error 1
/usr/bin/ld: cannot find -lgrass_gis
collect2: ld returned 1 exit status
make[3]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/r.watershed] Error 1
/usr/bin/ld: cannot find -lgrass_gis
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/r.what] Error 1
/usr/bin/ld: cannot find -lgrass_gis
collect2: ld returned 1 exit status
make[3]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/r.ros] Error 1
/usr/bin/ld: cannot find -lgrass_display
collect2: ld returned 1 exit status
make[3]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/r.spread] Error 1
/usr/bin/ld: cannot find -lgrass_segment
collect2: ld returned 1 exit status
make[3]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/r.spreadpath] Error 1
/usr/bin/ld: cannot find -lgrass_gproj
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/r.in.gdal] Error 1
/usr/bin/ld: cannot find -lgrass_gis
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/r.out.png] Error 1
/usr/bin/ld: cannot find -lgrass_g3d
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/r3.in.ascii] Error 1
/usr/bin/ld: cannot find -lgrass_g3d
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/r3.info] Error 1
/usr/bin/ld: cannot find -lgrass_g3d
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/r3.in.v5d] Error 1
/usr/bin/ld: cannot find -lgrass_g3d
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/r3.mask] Error 1
/usr/bin/ld: cannot find -lgrass_g3d
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/r3.null] Error 1
/usr/bin/ld: cannot find -lgrass_g3d
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/r3.out.ascii] Error 1
/usr/bin/ld: cannot find -lgrass_g3d
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/r3.out.v5d] Error 1
/usr/bin/ld: cannot find -lgrass_g3d
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/r3.timestamp] Error 1
/usr/bin/ld: cannot find -lgrass_g3d
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/r3.mkdspf] Error 1
In file included from vizual2.h:89,
                 from vizual.h:1,
                 from main_ogl.c:18:
cell_table.h:4: warning: missing braces around initializer
cell_table.h:4: warning: (near initialization for `cell_table[0].verts')
In file included from main_ogl.c:20:
kns_defines.h:4: parse error before "GLXContext"
kns_defines.h:4: warning: no semicolon at end of struct or union
kns_defines.h:13: parse error before '}' token
kns_defines.h:13: warning: data definition has no type or storage class
In file included from main_ogl.c:21:
kns_globals.h:11: parse error before "MainOGLWindow"
kns_globals.h:11: warning: data definition has no type or storage class
kns_globals.h:12: parse error before "ColormapWindow"
kns_globals.h:12: warning: data definition has no type or storage class
main_ogl.c: In function `main':
main_ogl.c:102: warning: implicit declaration of function `exit'
main_ogl.c:131: warning: passing arg 1 of `G3d_setErrorFun' from
incompatible pointer type
main_ogl.c:154: warning: implicit declaration of function
`viz_make_header'
main_ogl.c:155: warning: implicit declaration of function `init_caps'
main_ogl.c:173: warning: char format, FILE arg (arg 3)
main_ogl.c:178: warning: implicit declaration of function
`dfread_header'
main_ogl.c:199: warning: implicit declaration of function
`init_graphics'
main_ogl.c:200: warning: implicit declaration of function
`draw_colortable'
main_ogl.c:203: warning: implicit declaration of function `winset_main'
main_ogl.c:224: warning: implicit declaration of function `dispatch_cmd'
main_ogl.c:267: warning: passing arg 3 of `write' as unsigned due to
prototype
main_ogl.c: In function `dispatch_cmd':
main_ogl.c:356: warning: implicit declaration of function `atoi'
main_ogl.c:390: warning: implicit declaration of function
`unset_threshold_button'
main_ogl.c:397: warning: passing arg 5 of `do_draw_multiple_thresholds'
as unsigned due to prototype
main_ogl.c:398: warning: implicit declaration of function
`new_swapbuffers'
main_ogl.c:492: warning: implicit declaration of function `atof'
main_ogl.c:494: warning: implicit declaration of function `change_spec'
main_ogl.c:506: warning: implicit declaration of function `rotate_model'
main_ogl.c:633: warning: implicit declaration of function `dumprect'
main_ogl.c:638: warning: implicit declaration of function `loadrect'
main_ogl.c:681: warning: implicit declaration of function
`no_color_file'
main_ogl.c:684: warning: implicit declaration of function
`new_color_file'
main_ogl.c: In function `do_draw':
main_ogl.c:754: warning: passing arg 1 of `glTranslatef' as `float'
rather than `double' due to prototype
main_ogl.c:754: warning: passing arg 2 of `glTranslatef' as `float'
rather than `double' due to prototype
main_ogl.c:754: warning: passing arg 3 of `glTranslatef' as `float'
rather than `double' due to prototype
main_ogl.c:763: warning: passing arg 1 of `glTranslatef' as `float'
rather than `double' due to prototype
main_ogl.c:763: warning: passing arg 2 of `glTranslatef' as `float'
rather than `double' due to prototype
main_ogl.c:763: warning: passing arg 3 of `glTranslatef' as `float'
rather than `double' due to prototype
main_ogl.c:776: warning: implicit declaration of function
`draw_cap_side'
main_ogl.c: In function `do_draw_with_display_list':
main_ogl.c:855: warning: passing arg 1 of `glTranslatef' as `float'
rather than `double' due to prototype
main_ogl.c:855: warning: passing arg 2 of `glTranslatef' as `float'
rather than `double' due to prototype
main_ogl.c:855: warning: passing arg 3 of `glTranslatef' as `float'
rather than `double' due to prototype
main_ogl.c:867: warning: passing arg 1 of `glTranslatef' as `float'
rather than `double' due to prototype
main_ogl.c:867: warning: passing arg 2 of `glTranslatef' as `float'
rather than `double' due to prototype
main_ogl.c:867: warning: passing arg 3 of `glTranslatef' as `float'
rather than `double' due to prototype
main_ogl.c: In function `do_draw_multiple_thresholds':
main_ogl.c:926: warning: passing arg 1 of `glTranslatef' as `float'
rather than `double' due to prototype
main_ogl.c:926: warning: passing arg 2 of `glTranslatef' as `float'
rather than `double' due to prototype
main_ogl.c:926: warning: passing arg 3 of `glTranslatef' as `float'
rather than `double' due to prototype
main_ogl.c:935: warning: passing arg 1 of `glTranslatef' as `float'
rather than `double' due to prototype
main_ogl.c:935: warning: passing arg 2 of `glTranslatef' as `float'
rather than `double' due to prototype
main_ogl.c:935: warning: passing arg 3 of `glTranslatef' as `float'
rather than `double' due to prototype
main_ogl.c:915: warning: unused variable `first'
main_ogl.c: In function `do__bbox':
main_ogl.c:1043: warning: passing arg 1 of `glColor3ub' with different
width due to prototype
main_ogl.c:1043: warning: passing arg 2 of `glColor3ub' with different
width due to prototype
main_ogl.c:1043: warning: passing arg 3 of `glColor3ub' with different
width due to prototype
main_ogl.c:1054: warning: passing arg 1 of `glRasterPos3f' as `float'
rather than `double' due to prototype
main_ogl.c:1054: warning: passing arg 2 of `glRasterPos3f' as `float'
rather than `double' due to prototype
main_ogl.c:1054: warning: passing arg 3 of `glRasterPos3f' as `float'
rather than `double' due to prototype
main_ogl.c:1055: warning: implicit declaration of function `new_charstr'
main_ogl.c:1056: warning: passing arg 1 of `glRasterPos3f' as `float'
rather than `double' due to prototype
main_ogl.c:1056: warning: passing arg 2 of `glRasterPos3f' as `float'
rather than `double' due to prototype
main_ogl.c:1056: warning: passing arg 3 of `glRasterPos3f' as `float'
rather than `double' due to prototype
main_ogl.c:1058: warning: passing arg 1 of `glRasterPos3f' as `float'
rather than `double' due to prototype
main_ogl.c:1058: warning: passing arg 2 of `glRasterPos3f' as floating
rather than integer due to prototype
main_ogl.c:1058: warning: passing arg 3 of `glRasterPos3f' as `float'
rather than `double' due to prototype
main_ogl.c:1060: warning: passing arg 1 of `glRasterPos3f' as `float'
rather than `double' due to prototype
main_ogl.c:1060: warning: passing arg 2 of `glRasterPos3f' as floating
rather than integer due to prototype
main_ogl.c:1060: warning: passing arg 3 of `glRasterPos3f' as `float'
rather than `double' due to prototype
main_ogl.c:1063: warning: passing arg 1 of `glRasterPos3f' as `float'
rather than `double' due to prototype
main_ogl.c:1063: warning: passing arg 2 of `glRasterPos3f' as `float'
rather than `double' due to prototype
main_ogl.c:1063: warning: passing arg 3 of `glRasterPos3f' as floating
rather than integer due to prototype
main_ogl.c:1065: warning: passing arg 1 of `glRasterPos3f' as `float'
rather than `double' due to prototype
main_ogl.c:1065: warning: passing arg 2 of `glRasterPos3f' as `float'
rather than `double' due to prototype
main_ogl.c:1065: warning: passing arg 3 of `glRasterPos3f' as floating
rather than integer due to prototype
main_ogl.c:1067: warning: passing arg 1 of `glRasterPos3f' as `float'
rather than `double' due to prototype
main_ogl.c:1067: warning: passing arg 2 of `glRasterPos3f' as floating
rather than integer due to prototype
main_ogl.c:1067: warning: passing arg 3 of `glRasterPos3f' as floating
rather than integer due to prototype
main_ogl.c:1069: warning: passing arg 1 of `glRasterPos3f' as `float'
rather than `double' due to prototype
main_ogl.c:1069: warning: passing arg 2 of `glRasterPos3f' as floating
rather than integer due to prototype
main_ogl.c:1069: warning: passing arg 3 of `glRasterPos3f' as floating
rather than integer due to prototype
main_ogl.c:1076: warning: passing arg 1 of `glRasterPos3f' as `float'
rather than `double' due to prototype
main_ogl.c:1076: warning: passing arg 2 of `glRasterPos3f' as `float'
rather than `double' due to prototype
main_ogl.c:1076: warning: passing arg 3 of `glRasterPos3f' as floating
rather than integer due to prototype
main_ogl.c:1079: warning: passing arg 1 of `glRasterPos3f' as `float'
rather than `double' due to prototype
main_ogl.c:1079: warning: passing arg 2 of `glRasterPos3f' as `float'
rather than `double' due to prototype
main_ogl.c:1079: warning: passing arg 3 of `glRasterPos3f' as floating
rather than integer due to prototype
main_ogl.c:1087: warning: passing arg 1 of `glRasterPos3f' as `float'
rather than `double' due to prototype
main_ogl.c:1087: warning: passing arg 2 of `glRasterPos3f' as `float'
rather than `double' due to prototype
main_ogl.c:1087: warning: passing arg 3 of `glRasterPos3f' as floating
rather than integer due to prototype
main_ogl.c:1092: warning: passing arg 1 of `glRasterPos3f' as `float'
rather than `double' due to prototype
main_ogl.c:1092: warning: passing arg 2 of `glRasterPos3f' as `float'
rather than `double' due to prototype
main_ogl.c:1092: warning: passing arg 3 of `glRasterPos3f' as floating
rather than integer due to prototype
main_ogl.c: In function `do__draw':
main_ogl.c:1110: warning: implicit declaration of function `reset_reads'
main_ogl.c:1118: warning: implicit declaration of function `fdraw_polys'
main_ogl.c:1121: warning: implicit declaration of function `gdraw_polys'
main_ogl.c:1120: warning: label `case3' defined but not used
main_ogl.c: In function `do__draw_solid':
main_ogl.c:1138: warning: implicit declaration of function
`build_thresh_arrays'
main_ogl.c: In function `init_dspec':
main_ogl.c:1176: warning: implicit declaration of function
`get_color_table'
main_ogl.c:1179: warning: implicit declaration of function
`get_default_table'
main_ogl.c: In function `clear_screen':
main_ogl.c:1233: warning: passing arg 1 of `glClearColor' as `float'
rather than `double' due to prototype
main_ogl.c:1233: warning: passing arg 2 of `glClearColor' as `float'
rather than `double' due to prototype
main_ogl.c:1233: warning: passing arg 3 of `glClearColor' as `float'
rather than `double' due to prototype
main_ogl.c:1233: warning: passing arg 4 of `glClearColor' as `float'
rather than `double' due to prototype
main_ogl.c: In function `do_translate':
main_ogl.c:1281: warning: passing arg 1 of `glTranslatef' as `float'
rather than `double' due to prototype
main_ogl.c:1281: warning: passing arg 2 of `glTranslatef' as `float'
rather than `double' due to prototype
main_ogl.c:1281: warning: passing arg 3 of `glTranslatef' as `float'
rather than `double' due to prototype
make[2]: *** [OBJ.i686-pc-linux-gnu/main_ogl.o] Error 1
/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/scripts/d.monsize: line 55: exec: g.parser: not found
/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/scripts/d.out.png: line 44: exec: g.parser: not found
/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/scripts/d.rast.leg: line 63: exec: g.parser: not found
/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/scripts/d.redraw: line 1: d.save: command not found
/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/scripts/d.redraw: line 26: d.erase: command not found
/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/scripts/d.resize: line 44: exec: g.parser: not found
/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/scripts/d.slide.show: line 44: exec: g.parser: not found
/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/scripts/d.split: line 68: exec: g.parser: not found
/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/scripts/db.test: line 33: exec: g.parser: not found
/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/scripts/g.manual: line 30: exec: g.parser: not found
/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/scripts/g.mlist: line 53: exec: g.parser: not found
/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/scripts/g.mremove: line 80: exec: g.parser: not found
/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/scripts/i.fusion.brovey: line 88: exec: g.parser: not found
/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/scripts/i.image.mosaic: line 59: exec: g.parser: not found
/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/scripts/i.oif: line 70: exec: g.parser: not found
/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/scripts/i.spectral: line 76: exec: g.parser: not found
/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/scripts/i.tasscap: line 104: exec: g.parser: not found
/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/scripts/r.blend: line 56: exec: g.parser: not found
/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/scripts/r.fillnulls: line 44: exec: g.parser: not found
/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/scripts/r.mapcalculator: line 123: exec: g.parser: not found
/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/scripts/r.out.gdal: line 67: exec: g.parser: not found
/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/scripts/r.plane: line 72: exec: g.parser: not found
/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/scripts/r.reclass.area: line 39: exec: g.parser: not found
/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/scripts/r.regression.line: line 51: exec: g.parser: not found
/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/scripts/r.shaded.relief: line 109: exec: g.parser: not found
/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/scripts/r.univar.sh: line 32: exec: g.parser: not found
/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/scripts/v.build.all: line 1: g.gisenv: command not found
/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/scripts/v.build.all: line 21: GISDBASE: parameter null or not set
/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/scripts/v.in.garmin: line 73: /scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/etc/bin/cmd/g.parser: No such file or directory
/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/scripts/v.in.garmin: line 73: exec: /scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/etc/bin/cmd/g.parser: cannot execute: No such file or directory
/usr/bin/ld: cannot find -lgrass_sites
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/s.in.ascii] Error 1
/usr/bin/ld: cannot find -lgrass_sites
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/s.out.ascii] Error 1
Makefile:15: warning: overriding commands for target `clean'
../include/Make/Rules.make:30: warning: ignoring old commands for target
`clean'
Makefile:15: warning: overriding commands for target `clean'
../../include/Make/Rules.make:30: warning: ignoring old commands for
target `clean'
/usr/bin/ld: cannot find -lgrass_vect
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/v.buffer] Error 1
/usr/bin/ld: cannot find -lgrass_vect
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/v.build] Error 1
/usr/bin/ld: cannot find -lgrass_vect
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/v.build.polylines] Error 1
/usr/bin/ld: cannot find -lgrass_vect
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/v.category] Error 1
Makefile:19: warning: overriding commands for target `clean'
../../include/Make/Rules.make:30: warning: ignoring old commands for
target `clean'
/usr/bin/ld: cannot find -lgrass_vect
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/v.clean] Error 1
/usr/bin/ld: cannot find -lgrass_vect
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/v.convert] Error 1
/usr/bin/ld: cannot find -lgrass_vect
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/v.database] Error 1
/usr/bin/ld: cannot find -lgrass_vect
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/v.db.connect] Error 1
/usr/bin/ld: cannot find -lgrass_D
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/v.digit] Error 1
/usr/bin/ld: cannot find -lgrass_vect
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/v.distance] Error 1
/usr/bin/ld: cannot find -lgrass_vect
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/v.extract] Error 1
/usr/bin/ld: cannot find -lgrass_sites
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/v.hull] Error 1
/usr/bin/ld: cannot find -lgrass_vect
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/v.info] Error 1
/usr/bin/ld: cannot find -lgrass_vect
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/v.in.ascii] Error 1
/usr/bin/ld: cannot find -lgrass_vect
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/v.in.db] Error 1
/usr/bin/ld: cannot find -lgrass_vect
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/v.in.region] Error 1
/usr/bin/ld: cannot find -lgrass_vect
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/v.in.sites] Error 1
/usr/bin/ld: cannot find -lgrass_vect
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/v.kernel] Error 1
/usr/bin/ld: cannot find -lgrass_vect
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/v.label] Error 1
/usr/bin/ld: cannot find -lgrass_vect
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/v.proj] Error 1
/usr/bin/ld: cannot find -lgrass_vect
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/v.neighbors] Error 1
/usr/bin/ld: cannot find -lgrass_vect
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/v.net] Error 1
/usr/bin/ld: cannot find -lgrass_vect
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/v.net.alloc] Error 1
/usr/bin/ld: cannot find -lgrass_vect
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/v.net.iso] Error 1
/usr/bin/ld: cannot find -lgrass_vect
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/v.net.path] Error 1
/usr/bin/ld: cannot find -lgrass_display
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/v.net.salesman] Error 1
/usr/bin/ld: cannot find -lgrass_display
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/v.net.steiner] Error 1
/usr/bin/ld: cannot find -lgrass_vect
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/v.out.ascii] Error 1
/usr/bin/ld: cannot find -lgrass_vect
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/v.out.pov] Error 1
/usr/bin/ld: cannot find -lgrass_vect
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/v.overlay] Error 1
/usr/bin/ld: cannot find -lgrass_vect
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/v.patch] Error 1
/usr/bin/ld: cannot find -lgrass_sites
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/v.random] Error 1
/usr/bin/ld: cannot find -lgrass_vect
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/v.reclass] Error 1
/usr/bin/ld: cannot find -lgrass_display
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/v.segment] Error 1
/usr/bin/ld: cannot find -lgrass_vect
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/v.select] Error 1
/usr/bin/ld: cannot find -lgrass_sites
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/v.surf.idw] Error 1
/usr/bin/ld: cannot find -lgrass_interpfl
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/v.surf.rst] Error 1
/usr/bin/ld: cannot find -lgrass_vect
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/v.transform] Error 1
/usr/bin/ld: cannot find -lgrass_vect
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/v.to.db] Error 1
/usr/bin/ld: cannot find -lgrass_vect
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/v.to.points] Error 1
/usr/bin/ld: cannot find -lgrass_vect
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/v.to.rast] Error 1
/usr/bin/ld: cannot find -lgrass_vect
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/v.type] Error 1
/usr/bin/ld: cannot find -lgrass_vect
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/v.univar] Error 1
/usr/bin/ld: cannot find -lgrass_vect
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/v.delaunay] Error 1
/usr/bin/ld: cannot find -lgrass_vect
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/v.what.rast] Error 1
user4.c: In function `clean_fatal_error':
user4.c:51: warning: implicit declaration of function `unlink'
user4.c: In function `erfr':
user4.c:169: warning: unused variable `res'
user4.c:169: warning: unused variable `xx'
user4.c: In function `LINEQS':
user4.c:363: warning: unused variable `npa1'
user4.c:363: warning: unused variable `NMIN'
/usr/bin/ld: cannot find -lgrass_g3d
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/v.vol.rst] Error 1
main.c: In function `main':
main.c:192: warning: passing arg 2 of `G_strchg' with different width
due to prototype
main.c:192: warning: passing arg 3 of `G_strchg' with different width
due to prototype
main.c: In function `OGR_list_write_drivers':
main.c:542: warning: passing arg 2 of `G_strchg' with different width
due to prototype
main.c:542: warning: passing arg 3 of `G_strchg' with different width
due to prototype
/usr/bin/ld: cannot find -lgrass_vect
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/v.out.ogr] Error 1
geom.c: In function `centroid':
geom.c:82: warning: passing arg 1 of `G_malloc' as signed due to
prototype
geom.c: In function `geom':
geom.c:225: warning: passing arg 1 of `G_malloc' as signed due to
prototype
main.c: In function `main':
main.c:207: warning: passing arg 1 of `G_malloc' as signed due to
prototype
main.c:234: warning: passing arg 1 of `G_malloc' as signed due to
prototype
main.c:235: warning: passing arg 1 of `G_malloc' as signed due to
prototype
main.c:253: warning: passing arg 1 of `G_malloc' as signed due to
prototype
/usr/bin/ld: cannot find -lgrass_vect
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/v.in.ogr] Error 1
/usr/bin/ld: cannot find -lgrass_vect
collect2: ld returned 1 exit status
make[2]: ***
[/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/bin/v.external] Error 1
In file included from nvizAppInit.c:9:
interface.h:22:19: gsurf.h: No such file or directory
interface.h:23:21: gstypes.h: No such file or directory
In file included from nvizAppInit.c:9:
interface.h:86: `MAX_CPLANES' undeclared here (not in a function)
interface.h:87: `MAX_CPLANES' undeclared here (not in a function)
interface.h:88: `MAX_CPLANES' undeclared here (not in a function)
interface.h:90: `MAX_LIGHTS' undeclared here (not in a function)
interface.h:93: confused by earlier errors, bailing out
make[3]: *** [OBJ.i686-pc-linux-gnu/nvizAppInit.o] Error 1
make[2]: *** [nvwish] Error 2

Ulrich Leopold wrote:

Ok, actually the compilation did not finish fine. Here is the output:
What went really wrong? And how can I solve this? I would like to
compile and install as a user as I do not have any root access.

-----------------------------------------------------------------------

/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/include/version.h:1:
warning: `VERSION_STRING' defined but not used
/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/include/version.h:2:
warning: `VERSION_MAJOR' defined but not used
/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/include/version.h:3:
warning: `VERSION_MINOR' defined but not used
/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/include/version.h:4:
warning: `VERSION_RELEASE' defined but not used
null_val.c:341: conflicting types for `G_is_null_value'
/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/include/gisdefs.h:787: previous declaration of `G_is_null_value'
null_val.c:367: conflicting types for `G_is_c_null_value'
/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/include/gisdefs.h:788: previous declaration of `G_is_c_null_value'
null_val.c:397: conflicting types for `G_is_f_null_value'
/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/include/gisdefs.h:789: previous declaration of `G_is_f_null_value'
null_val.c:427: conflicting types for `G_is_d_null_value'
/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/include/gisdefs.h:790: previous declaration of `G_is_d_null_value'
make[2]: *** [OBJ.i686-pc-linux-gnu/null_val.o] Error 1

Do you have a gisdefs.h file from an older version of GRASS in one of
the system include directories?

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

On Wed, 2004-10-13 at 20:13, Glynn Clements wrote:

Ulrich Leopold wrote:

> Ok, actually the compilation did not finish fine. Here is the output:
> What went really wrong? And how can I solve this? I would like to
> compile and install as a user as I do not have any root access.

>
> -----------------------------------------------------------------------
>
> /scratch/software/GIS/GRASS/grass57_exp_2004_10_09/include/version.h:1:
> warning: `VERSION_STRING' defined but not used
> /scratch/software/GIS/GRASS/grass57_exp_2004_10_09/include/version.h:2:
> warning: `VERSION_MAJOR' defined but not used
> /scratch/software/GIS/GRASS/grass57_exp_2004_10_09/include/version.h:3:
> warning: `VERSION_MINOR' defined but not used
> /scratch/software/GIS/GRASS/grass57_exp_2004_10_09/include/version.h:4:
> warning: `VERSION_RELEASE' defined but not used
> null_val.c:341: conflicting types for `G_is_null_value'
> /scratch/software/GIS/GRASS/grass57_exp_2004_10_09/include/gisdefs.h:787: previous declaration of `G_is_null_value'
> null_val.c:367: conflicting types for `G_is_c_null_value'
> /scratch/software/GIS/GRASS/grass57_exp_2004_10_09/include/gisdefs.h:788: previous declaration of `G_is_c_null_value'
> null_val.c:397: conflicting types for `G_is_f_null_value'
> /scratch/software/GIS/GRASS/grass57_exp_2004_10_09/include/gisdefs.h:789: previous declaration of `G_is_f_null_value'
> null_val.c:427: conflicting types for `G_is_d_null_value'
> /scratch/software/GIS/GRASS/grass57_exp_2004_10_09/include/gisdefs.h:790: previous declaration of `G_is_d_null_value'
> make[2]: *** [OBJ.i686-pc-linux-gnu/null_val.o] Error 1

Do you have a gisdefs.h file from an older version of GRASS in one of
the system include directories?

I have gisdefs.h in other places but I excluded them from my PATH. Can
they causing problems? I get the same problems again when compiling.

--------------------------------------------------------------
uleopold@snowdon:~> find / -name gisdefs.h 2> /dev/null
/scratch/usr/local/grass53/include/gisdefs.h
/scratch/usr/local/grass-5.7.cvs/include/gisdefs.h
/scratch/software/GIS/GRASS/grass-5.7.0/include/gisdefs.h
/scratch/software/GIS/GRASS/grass-5.7.0/dist.i686-pc-linux-gnu/include/gisdefs.h
/scratch/software/GIS/GRASS/grass-5.3.0/src/include/gisdefs.h
/scratch/software/GIS/GRASS/grass-5.3.0/src.contrib/SDTS/mapdev/v.in.sdts/gisdef
s.h
/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/include/gisdefs.h
/scratch/software/GIS/GRASS/grass57_exp_2004_10_09/dist.i686-pc-linux-gnu/includ
e/gisdefs.h
/scratch/software/GIS/GRASS/grass53_exp_2004_10_09/src/include/gisdefs.h
/scratch/software/GIS/GRASS/grass53_exp_2004_10_09/src.contrib/SDTS/mapdev/v.in.
sdts/gisdefs.h
/opt/arch/grass5.0.2/grass5/include/gisdefs.h
/opt/arch/grass-5.0.3/grass5/include/gisdefs.h
/opt/linux/grass/grass5/include/gisdefs.h
/opt/linux/grass5.0.2/grass5/include/gisdefs.h
/opt/linux9/grass5.0.2/grass5/include/gisdefs.h
/opt/linux9/grass-5.0.3/grass5/include/gisdefs.h

Ulrich Leopold wrote:

> > Ok, actually the compilation did not finish fine. Here is the output:
> > What went really wrong? And how can I solve this? I would like to
> > compile and install as a user as I do not have any root access.
>
> >
> > -----------------------------------------------------------------------
> >
> > /scratch/software/GIS/GRASS/grass57_exp_2004_10_09/include/version.h:1:
> > warning: `VERSION_STRING' defined but not used
> > /scratch/software/GIS/GRASS/grass57_exp_2004_10_09/include/version.h:2:
> > warning: `VERSION_MAJOR' defined but not used
> > /scratch/software/GIS/GRASS/grass57_exp_2004_10_09/include/version.h:3:
> > warning: `VERSION_MINOR' defined but not used
> > /scratch/software/GIS/GRASS/grass57_exp_2004_10_09/include/version.h:4:
> > warning: `VERSION_RELEASE' defined but not used
> > null_val.c:341: conflicting types for `G_is_null_value'
> > /scratch/software/GIS/GRASS/grass57_exp_2004_10_09/include/gisdefs.h:787: previous declaration of `G_is_null_value'
> > null_val.c:367: conflicting types for `G_is_c_null_value'
> > /scratch/software/GIS/GRASS/grass57_exp_2004_10_09/include/gisdefs.h:788: previous declaration of `G_is_c_null_value'
> > null_val.c:397: conflicting types for `G_is_f_null_value'
> > /scratch/software/GIS/GRASS/grass57_exp_2004_10_09/include/gisdefs.h:789: previous declaration of `G_is_f_null_value'
> > null_val.c:427: conflicting types for `G_is_d_null_value'
> > /scratch/software/GIS/GRASS/grass57_exp_2004_10_09/include/gisdefs.h:790: previous declaration of `G_is_d_null_value'
> > make[2]: *** [OBJ.i686-pc-linux-gnu/null_val.o] Error 1
>
> Do you have a gisdefs.h file from an older version of GRASS in one of
> the system include directories?

I have gisdefs.h in other places but I excluded them from my PATH. Can
they causing problems? I get the same problems again when compiling.

Having looked more closely at the Makefile fragments, I don't think
that is a problem; the local 5.7 include directory should come first.

Does the path which you specified with the --with-grass50= switch
refer to a recent 5.3 snapshot? The definitions in lib/gis/null_val.c
should have the following prototypes:

  int G_is_null_value (const void *rast, RASTER_MAP_TYPE data_type)
  int G_is_c_null_value (const CELL *cellVal)
  int G_is_f_null_value (const FCELL *fcellVal)
  int G_is_d_null_value (const DCELL *dcellVal)

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

On Thu, 2004-10-14 at 11:50, Glynn Clements wrote:

Ulrich Leopold wrote:

> > > Ok, actually the compilation did not finish fine. Here is the output:
> > > What went really wrong? And how can I solve this? I would like to
> > > compile and install as a user as I do not have any root access.
> >
> > >
> > > -----------------------------------------------------------------------
> > >
> > > /scratch/software/GIS/GRASS/grass57_exp_2004_10_09/include/version.h:1:
> > > warning: `VERSION_STRING' defined but not used
> > > /scratch/software/GIS/GRASS/grass57_exp_2004_10_09/include/version.h:2:
> > > warning: `VERSION_MAJOR' defined but not used
> > > /scratch/software/GIS/GRASS/grass57_exp_2004_10_09/include/version.h:3:
> > > warning: `VERSION_MINOR' defined but not used
> > > /scratch/software/GIS/GRASS/grass57_exp_2004_10_09/include/version.h:4:
> > > warning: `VERSION_RELEASE' defined but not used
> > > null_val.c:341: conflicting types for `G_is_null_value'
> > > /scratch/software/GIS/GRASS/grass57_exp_2004_10_09/include/gisdefs.h:787: previous declaration of `G_is_null_value'
> > > null_val.c:367: conflicting types for `G_is_c_null_value'
> > > /scratch/software/GIS/GRASS/grass57_exp_2004_10_09/include/gisdefs.h:788: previous declaration of `G_is_c_null_value'
> > > null_val.c:397: conflicting types for `G_is_f_null_value'
> > > /scratch/software/GIS/GRASS/grass57_exp_2004_10_09/include/gisdefs.h:789: previous declaration of `G_is_f_null_value'
> > > null_val.c:427: conflicting types for `G_is_d_null_value'
> > > /scratch/software/GIS/GRASS/grass57_exp_2004_10_09/include/gisdefs.h:790: previous declaration of `G_is_d_null_value'
> > > make[2]: *** [OBJ.i686-pc-linux-gnu/null_val.o] Error 1
> >
> > Do you have a gisdefs.h file from an older version of GRASS in one of
> > the system include directories?
>
> I have gisdefs.h in other places but I excluded them from my PATH. Can
> they causing problems? I get the same problems again when compiling.

Having looked more closely at the Makefile fragments, I don't think
that is a problem; the local 5.7 include directory should come first.

Does the path which you specified with the --with-grass50= switch
refer to a recent 5.3 snapshot? The definitions in lib/gis/null_val.c
should have the following prototypes:

  int G_is_null_value (const void *rast, RASTER_MAP_TYPE data_type)
  int G_is_c_null_value (const CELL *cellVal)
  int G_is_f_null_value (const FCELL *fcellVal)
  int G_is_d_null_value (const DCELL *dcellVal)

seems to be correct. I have version grass53_exp_2004_10_09.
But it is located in 'libes/gis/null_val.c' not 'lib/gis/...'
But I guess that is not the problem.

Ulrich

Ulrich Leopold wrote:

> Does the path which you specified with the --with-grass50= switch
> refer to a recent 5.3 snapshot? The definitions in lib/gis/null_val.c
> should have the following prototypes:
>
> int G_is_null_value (const void *rast, RASTER_MAP_TYPE data_type)
> int G_is_c_null_value (const CELL *cellVal)
> int G_is_f_null_value (const FCELL *fcellVal)
> int G_is_d_null_value (const DCELL *dcellVal)

seems to be correct. I have version grass53_exp_2004_10_09.
But it is located in 'libes/gis/null_val.c' not 'lib/gis/...'
But I guess that is not the problem.

lib/gis/null_val.c should be a symlink to the 5.3 version.

If the definitions in null_val.c match the declarations in gisdefs.h,
then I have no idea why the compiler would be generating a
"conflicting types" error.

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

On Thu, 2004-10-14 at 18:01, Glynn Clements wrote:

Ulrich Leopold wrote:

> > Does the path which you specified with the --with-grass50= switch
> > refer to a recent 5.3 snapshot? The definitions in lib/gis/null_val.c
> > should have the following prototypes:
> >
> > int G_is_null_value (const void *rast, RASTER_MAP_TYPE data_type)
> > int G_is_c_null_value (const CELL *cellVal)
> > int G_is_f_null_value (const FCELL *fcellVal)
> > int G_is_d_null_value (const DCELL *dcellVal)
>
> seems to be correct. I have version grass53_exp_2004_10_09.
> But it is located in 'libes/gis/null_val.c' not 'lib/gis/...'
> But I guess that is not the problem.

lib/gis/null_val.c should be a symlink to the 5.3 version.

If the definitions in null_val.c match the declarations in gisdefs.h,
then I have no idea why the compiler would be generating a
"conflicting types" error.

Ok, I think you are right. But where do I have to change in null_val.c?
I gues snot only these lines have to be changed:
int G_is_null_value (const void *rast, RASTER_MAP_TYPE data_type)
int G_is_c_null_value (const CELL *cellVal)
int G_is_f_null_value (const FCELL *fcellVal)
int G_is_d_null_value (const DCELL *dcellVal)

The "const" is missing in "null-val.c". Can I simply replace e.g. all
"CELL" by "const CELL" etc.?

Ulrich

Ulrich Leopold wrote:

The "const" is missing in "null-val.c". Can I simply replace e.g. all
"CELL" by "const CELL" etc.?

The "const" was added on 2004/07/23, (revision 1.9 of null_val.c)
which suggests that your 5.3 source tree isn't up to date. Maybe
whoever generated the grass53_exp_2004_10_09 snapshot had a sticky
tag?

The current revision of that file is:

  /null_val.c/1.11/Mon Oct 4 17:03:31 2004//

If the snapshot includes the CVS directories, check the file
src/libes/gis/CVS/Entries (in 5.3). If that's correct, check that the
symlinks in the 5.7 tree point to the correct 5.3 tree.

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

On Fri, Oct 15, 2004 at 03:39:21PM +0100, Glynn Clements wrote:

Ulrich Leopold wrote:

> The "const" is missing in "null-val.c". Can I simply replace e.g. all
> "CELL" by "const CELL" etc.?

The "const" was added on 2004/07/23, (revision 1.9 of null_val.c)
which suggests that your 5.3 source tree isn't up to date. Maybe
whoever generated the grass53_exp_2004_10_09 snapshot had a sticky
tag?

The current revision of that file is:

  /null_val.c/1.11/Mon Oct 4 17:03:31 2004//

I just checked the grass.itc.it site:

bash-2.04$ grep grass_cvs_53exp_pserver_latest cron_*
cron_build_grass53bins.sh:GRASS53SRCDIR=/grass0/neteler/grass_cvs_53exp_pserver_latest

bash-2.04$ cd /grass0/neteler/grass_cvs_53exp_pserver_latest
bash-2.04$ cd src/libes/gis

bash-2.04$ pwd
/grass0/neteler/grass_cvs_53exp_pserver_latest/src/libes/gis

bash-2.04$ grep null CVS/Entries
/null_val.c/1.11/Sat Oct 9 05:10:15 2004//
            ^^^^- ok

I am quite sure that the CVS snapshot on "my" server is ok.

If the snapshot includes the CVS directories, check the file
src/libes/gis/CVS/Entries (in 5.3). If that's correct, check that the
symlinks in the 5.7 tree point to the correct 5.3 tree.

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

Markus

--
Markus Neteler <neteler itc it> http://mpa.itc.it
ITC-irst - Centro per la Ricerca Scientifica e Tecnologica
MPBA - Predictive Models for Biol. & Environ. Data Analysis
Via Sommarive, 18 - 38050 Povo (Trento), Italy