[GRASS5] src/scripts compile error

Still fighting with with compileing 53. Does anyone recognize this one?:

GRASS GIS source code compiled.

Compilation error in module: src/scripts (ignored)

* In case of errors please check following web page for hints:
     http://grass.itc.it/grass5/source/compilation_hints.html

* Install GRASS with (possibly as root)
     make install
cp -f error.log error.log.powerpc-apple-darwin7.3.0
truffula:~/grass5_dev/grass53_cvs_exp kirkw$ cd src/scripts/
truffula:~/grass5_dev/grass53_cvs_exp/src/scripts kirkw$ ../../bin.powerpc-apple-darwin7.3.0/gmake53
   SRC = /Users/kirkw/grass5_dev/grass53_cvs_exp/src
   CMD = /Users/kirkw/grass5_dev/grass53_cvs_exp/src/CMD
   UNUSED = /Users/kirkw/grass5_dev/grass53_cvs_exp/unused
   HEADER = head.powerpc-apple-darwin7.3.0
   ARCH = powerpc-apple-darwin7.3.0
   GISBASE = /Users/kirkw/grass5_dev/grass53_cvs_exp/dist.powerpc-apple-darwin7.3.0
   VERSION = 5.3-cvs 2004
#################################################################
/Users/kirkw/grass5_dev/grass53_cvs_exp/src/scripts
   make -f OBJ.powerpc-apple-darwin7.3.0/make.rules

rm -rf /Users/kirkw/grass5_dev/grass53_cvs_exp/dist.powerpc-apple-darwin7.3.0/scripts/demo.scripts
if [ ! -d /Users/kirkw/grass5_dev/grass53_cvs_exp/dist.powerpc-apple-darwin7.3.0/scripts ]; then mkdir /Users/kirkw/grass5_dev/grass53_cvs_exp/dist.powerpc-apple-darwin7.3.0/scripts; fi
cp shells/*.sh /Users/kirkw/grass5_dev/grass53_cvs_exp/dist.powerpc-apple-darwin7.3.0/scripts
mkdir /Users/kirkw/grass5_dev/grass53_cvs_exp/dist.powerpc-apple-darwin7.3.0/scripts/demo.scripts
(cd shells/demo.scripts/ ; tar -cf - * | (cd /Users/kirkw/grass5_dev/grass53_cvs_exp/dist.powerpc-apple-darwin7.3.0/scripts/demo.scripts ; tar -xf - 2>/dev/null ); true )
../../bin.powerpc-apple-darwin7.3.0/gmake53 contrib
   SRC = /Users/kirkw/grass5_dev/grass53_cvs_exp/src
   CMD = /Users/kirkw/grass5_dev/grass53_cvs_exp/src/CMD
   UNUSED = /Users/kirkw/grass5_dev/grass53_cvs_exp/unused
   HEADER = head.powerpc-apple-darwin7.3.0
   ARCH = powerpc-apple-darwin7.3.0
   GISBASE = /Users/kirkw/grass5_dev/grass53_cvs_exp/dist.powerpc-apple-darwin7.3.0
   VERSION = 5.3-cvs 2004
#################################################################
/Users/kirkw/grass5_dev/grass53_cvs_exp/src/scripts/contrib
   make -f OBJ.powerpc-apple-darwin7.3.0/make.rules

../../bin.powerpc-apple-darwin7.3.0/gmake53 d.rast.leg
make[1]: ../../bin.powerpc-apple-darwin7.3.0/gmake53: Command not found
make[1]: *** [all] Error 127
make: *** [all] Error 2
truffula:~/grass5_dev/grass53_cvs_exp/src/scripts kirkw$

I don't the "Command not found" part. gmake53 is in /usr/local/bin

------------------------------------------------------------------------
Kirk R. Wythers tel: 612.625.2261
Dept. of Forest Resources fax: 612.625.5212
University of Minnesota email: kwythers@umn.edu
------------------------------------------------------------------------

Kirk R. Wythers wrote:

Still fighting with with compileing 53. Does anyone recognize this one?:

truffula:~/grass5_dev/grass53_cvs_exp/src/scripts kirkw$
../../bin.powerpc-apple-darwin7.3.0/gmake53

Referring to gmake5, gmake53 etc using a relative path doesn't work.
You either have to install it somewhere in $PATH, so that just typing
"gmake53" works, or you have to use an absolute path, e.g.

  `pwd`/../../bin.powerpc-apple-darwin7.3.0/gmake53

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

gmake5 and gmake 53 are in my $PATH.

barbaloot:~ kirkw$ $PATH
bash: /sw/bin:/sw/sbin:/usr/bin:/usr/local/bin:/bin:/usr/sbin:/sbin:/Users/kirkw/bin:/usr/X11R6/bin:/opt/ibmcmp/vacpp/6.0/bin:/opt/ibmcmp/xlf/8.1/bin: No such file or directory
barbaloot:~ kirkw$

barbaloot:~ kirkw$ which gmake53
/usr/local/bin/gmake53

Same goes for gmake5.

I only called it with the relative PATH in order to generate the error message. Otherwise I only get the "Compilation error in module:" error:

GRASS GIS source code compiled.

Compilation error in module: src/scripts (ignored)
Compilation error in module: src/display/d.text.freetype (ignored)

Kirk

On May 18, 2004, at 4:32 PM, Glynn Clements wrote:

Kirk R. Wythers wrote:

Still fighting with with compileing 53. Does anyone recognize this one?:

truffula:~/grass5_dev/grass53_cvs_exp/src/scripts kirkw$
../../bin.powerpc-apple-darwin7.3.0/gmake53

Referring to gmake5, gmake53 etc using a relative path doesn't work.
You either have to install it somewhere in $PATH, so that just typing
"gmake53" works, or you have to use an absolute path, e.g.

  `pwd`/../../bin.powerpc-apple-darwin7.3.0/gmake53

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

_______________________________________________
grass5 mailing list
grass5@grass.itc.it
http://grass.itc.it/mailman/listinfo/grass5

------------------------------------------------------------------------
Kirk R. Wythers tel: 612.625.2261
Dept. of Forest Resources fax: 612.625.5212
University of Minnesota email: kwythers@umn.edu
------------------------------------------------------------------------