[GRASS-dev] Building a new module for GRASS6.2.3
Glynn Clements
glynn at gclements.plus.com
Fri Mar 28 17:57:14 EDT 2008
roberto caselli wrote:
> Then I typed make and here the message:
>
> make: *** No rule to make target `OBJ.i686-pc-linux-gnu/main.o', needed by `/home/roberto/grass/grass-6.2.3/dist.i686-pc-linux-gnu/bin/r.example'. Stop.
> roberto at roberto-laptop:~/grass/grass-6.2.3/raster/r.example$
6.2.x doesn't have the pattern rules for C++.
I suggest using 6.3.x; otherwise, you'll need to figure out many of
the C++ issues yourself (raster/r.terraflow/Makefile will provide some
clues).
In general, new code should normally be written against the
development version (i.e. the Subversion trunk).
[However, once 6.3.0 is released, there will be two distinct
development branches, 6.4.x and 7.x. 7.x will be highly unstable for
quite a while, so the 6.4 branch should be used if you want the module
to be usable in the near future.]
--
Glynn Clements <glynn at gclements.plus.com>
More information about the grass-dev
mailing list