[GRASS5] src/include/color.h missing in 5.3

Dear List,

I tried compiling GRASS 5.7 from CVS today with following
error message:

[..]
cp ../include/*.h
/daten/software/grass57/dist.i686-pc-linux-gnu/include/
cp: Aufruf von stat für »../include/color.h« nicht möglich: Datei oder
Verzeichnis nicht gefunden
[..]

src/include/color.h can not be found in 5.3 CVS tree - is it missing? In
older versions
is exists ...

  thanks for help
    Otto

On Wed, Oct 22, 2003 at 03:02:52PM +0200, Otto Dassau wrote:

Dear List,

I tried compiling GRASS 5.7 from CVS today with following
error message:

[..]
cp ../include/*.h
/daten/software/grass57/dist.i686-pc-linux-gnu/include/
cp: Aufruf von stat für »../include/color.h« nicht möglich: Datei oder
Verzeichnis nicht gefunden
[..]

src/include/color.h can not be found in 5.3 CVS tree - is it missing? In
older versions is exists ...

You have to run
make mixclean
make mix

in 5.7 to make 5.7 aware of the fact that the file no longer exists in 5.3.

Be sure to have both directories in sync with respect to CVS.

Cheers

Markus