[GRASS5] Re: [GRASSLIST:1315] Re: r.support

On Wed, Dec 20, 2000 at 04:21:50PM +0100, mlennert@club.worldonline.be wrote:
> What's the news on r.support ? In the current CVS version it does not seem to
> be included, and on the web page it is marked as needing updating.
> In the meantime, do I have to edit the category file by hand ?
>
Hi Moritz,

you have to CVS update r.support like that:

cvs up -dP src/raster/r.support

Then it will appear again in your copy (I have splitted the code into
cmd/ and inter/ subdirectories).

Cheers

Markus

Thanks, now it works. I just had the following problem compiling:

I first tried to compile from the src/display/r.support directory. I got the
following error message:

/usr/local/src/cvs/grass/src/raster/r.support/cmd
  make -f OBJ.i686-pc-linux-gnu/make.rules

make[1]: Entering directory `/usr/local/src/cvs/grass/src/raster/r.support/cmd'
make[1]: *** No rule to make target `/usr/local/grass5/etc/modhist', needed by
`all'. Stop.
make[1]: Leaving directory `/usr/local/src/cvs/grass/src/raster/r.support/cmd'
make: *** [all] Error 1

Then I went into the ./cmd directory and tried to compile in there:

/usr/local/src/cvs/grass/src/raster/r.support/cmd
  make -f OBJ.i686-pc-linux-gnu/make.rules

make: *** No rule to make target `/usr/local/grass5/etc/modhist', needed by
`all'. Stop.

Then I went into the ./inter directory; which compiled fine. And, after that
compiling in the ./cmd directory worked as well.

Moritz

----------------------------------------
If you want to unsubscribe from GRASS Development Team mailing list write to:
minordomo@geog.uni-hannover.de with
subject 'unsubscribe grass5'

On Wed, Dec 20, 2000 at 05:52:38PM +0100, mlennert@club.worldonline.be wrote:

> On Wed, Dec 20, 2000 at 04:21:50PM +0100, mlennert@club.worldonline.be wrote:
> > What's the news on r.support ? In the current CVS version it does not seem to
> > be included, and on the web page it is marked as needing updating.
> > In the meantime, do I have to edit the category file by hand ?
> >
> Hi Moritz,
>
> you have to CVS update r.support like that:
>
> cvs up -dP src/raster/r.support
>
> Then it will appear again in your copy (I have splitted the code into
> cmd/ and inter/ subdirectories).
>
> Cheers
>
> Markus
>
>
Thanks, now it works. I just had the following problem compiling:

I first tried to compile from the src/display/r.support directory. I got the
following error message:

/usr/local/src/cvs/grass/src/raster/r.support/cmd
  make -f OBJ.i686-pc-linux-gnu/make.rules

make[1]: Entering directory `/usr/local/src/cvs/grass/src/raster/r.support/cmd'
make[1]: *** No rule to make target `/usr/local/grass5/etc/modhist', needed by
`all'. Stop.
make[1]: Leaving directory `/usr/local/src/cvs/grass/src/raster/r.support/cmd'
make: *** [all] Error 1

You are right.

Fixed. Please
cvs update src/raster/r.support/cmd/Gmakefile

Funny, my gcc doesn't complain...
Now it should compile.

Sorry for this inconvenience,

Markus

----------------------------------------
If you want to unsubscribe from GRASS Development Team mailing list write to:
minordomo@geog.uni-hannover.de with
subject 'unsubscribe grass5'