[GRASSLIST:2554] Re: build errors on r.le

Glynn Clements glynn.clements at virgin.net
Tue Feb 10 23:11:36 EST 2004


Markus Neteler wrote:

> > >>Not a great week for getting the cvs build to work on my linux 
> > >>machine.
> > >>This time it seems to be with r.le:
> > >
> > >You have to run:
> > >
> > >make mixclean
> > >make mix
> > >
> > >(better explained in INSTALL file).
> > >
> > 
> > This is certainly not the problem. I have successfully updated and 
> > built grass57 from cvs dozens of times, according to the INSTALL file. 
> > Something else is wrong here.
> 
> This *is* certainly the problem. This is the first time since month
> that such a "heavy" chance was submitted. You have a file in that directory
> linked from 5.3, which should be there any more.
> 
> There is no other way as following these rules:
> 
> cd /where/your/grass530/lives/
> cvs update -dP
> 
> cd /where/your/grass57/lives/
> make mixclean
> #here verify, that grass57/raster/r.le/r.le.setup/polytocell/ does
> # not contain any links to 5.3 (the file bmf_to_cll.c should not be there
> # any more which is causing the problem on your computer).

AFAICT, "make copymix" will fall down in this situation; perhaps that
option should be removed?

Also, this is one of the reasons why using tricks like:

	OBJS = $(subst .c,.o,$(wildcard *.c))

is generally considered to be a bad idea.

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




More information about the grass-user mailing list