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. > [EMAIL PROTECTED]:~/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 <[EMAIL PROTECTED]> _______________________________________________ grass-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-dev
