[GRASS5] grass 5.1 mix-linking errors
Markus Neteler
neteler at itc.it
Fri Aug 1 06:08:58 EDT 2003
On Fri, Aug 01, 2003 at 11:57:16AM +0200, Markus Neteler wrote:
> On Fri, Aug 01, 2003 at 12:06:41PM +1200, Hamish wrote:
> > Hi, upon 'make mix' for GRASS 5.1 I get the following errors, all seem to
> > be due to missing recursed subdirectories in the 5.1 tree.
>
> Hamish,
>
> the subdirectory is present in CVS. I guess you forgot to use '-dP':
>
> cd raster/r.le/r.le.setup
> cvs up -dP
> cd ../../../
> make mix
Ah, now I got it. The -P is the *problem* in this case
as it deletes empty directories (it's empty initially
so I'll add a small README there).
Try
cd raster/r.le/r.le.setup
cvs up -d
cd ../../../
make mix
Then it should work. In some minutes also with -dP when the file
is arrived in CVS.
Markus
More information about the grass-dev
mailing list