[GRASS-dev] compiling errors - grass65svn compiled in the osgeo4w-stack

2011-06-02 Thread Helmut Kudrnovsky
hi, I've compiled grass65svn in the osgeo4w-stack with r46521 there are following errors: _ syringia@NADA /c/osgeo4w/usr/src/grass6_devel $ ./mswindows/osgeo4w/package.sh GRASS GIS compilation log - Started compilation: Thu Jun  2 19:52:03 GMT 2011 --

[GRASS-dev] compiling errors - grass65svn compiled in the osgeo4w-stack

2011-06-03 Thread Helmut Kudrnovsky
. so I have to find where 3.79.1 comes from, no idea at the moment ... best regards Helmut -Ursprüngliche Nachricht- Von: "Martin Landa" Gesendet: 03.06.2011 09:05:59 An: Hamish Betreff: Re: [GRASS-dev] compiling errors - grass65svn compiled in the osgeo4w-stack 2011/

Re: [GRASS-dev] compiling errors - grass65svn compiled in the osgeo4w-stack

2011-06-02 Thread Glynn Clements
Helmut Kudrnovsky wrote: > I've compiled grass65svn in the osgeo4w-stack with r46521 > > there are following errors: > syringia@NADA /c/osgeo4w/usr/src/grass6_devel/lib/python > $ make > make: *** No rule to make target `|', needed by > `/c/osgeo4w/usr/src/grass6_devel/dist.i686-pc-mingw32/etc

Re: [GRASS-dev] compiling errors - grass65svn compiled in the osgeo4w-stack

2011-06-02 Thread Martin Landa
Hi, 2011/6/2 Glynn Clements : [...] > is an order-only dependency, which requires GNU make 3.81. In 6.x, > this syntax is normally conditional upon "ifneq ($(BROKEN_MAKE),)". It > appears that someone back-ported from 7.0 (where GNU make 3.81 is a > requirement) without changing this. wouldn't

Re: [GRASS-dev] compiling errors - grass65svn compiled in the osgeo4w-stack

2011-06-02 Thread Helmut Kudrnovsky
hi, >-Ursprüngliche Nachricht- >Von: "Glynn Clements" >Helmut Kudrnovsky wrote: >> I've compiled grass65svn in the osgeo4w-stack with r46521 >> >> there are following errors: > >> syringia@NADA /c/osgeo4w/usr/src/grass6_devel/lib/python >> $ make >> make: *** No rule to make target `|', n

Re: [GRASS-dev] compiling errors - grass65svn compiled in the osgeo4w-stack

2011-06-02 Thread Hamish
Martin wrote: > wouldn't be better to sync makefile systems in GRASS6 with > GRASS7 and require 3.81 also for GRASS6? please follow the path of least change to fix bugs in the stable branch. every time we change something major in the stable branch, the QA-stability clock gets reset to zero. He

Re: [GRASS-dev] compiling errors - grass65svn compiled in the osgeo4w-stack

2011-06-03 Thread Martin Landa
2011/6/3 Hamish : > Martin wrote: >> wouldn't be better to sync makefile systems in GRASS6 with >> GRASS7 and require 3.81 also for GRASS6? > > please follow the path of least change to fix bugs in the stable > branch. speaking about develbr6, are you considering also this branch as feature-frozen

Re: [GRASS-dev] compiling errors - grass65svn compiled in the osgeo4w-stack

2011-06-03 Thread Martin Landa
2011/6/3 Hamish : > Helmut wrote: >> $ make --version >> GNU Make version 3.79.1, by Richard Stallman and Roland McGrath. > > speaks for itself. release date (11-Apr-2000) also speaks for itself;-) So we need to maintain two different system in G6 and G7, G6 needs to be fixed at this point. Mart

Re: [GRASS-dev] compiling errors - grass65svn compiled in the osgeo4w-stack

2011-06-03 Thread Martin Landa
Hi, 2011/6/2 Glynn Clements : > is an order-only dependency, which requires GNU make 3.81. In 6.x, > this syntax is normally conditional upon "ifneq ($(BROKEN_MAKE),)". It > appears that someone back-ported from 7.0 (where GNU make 3.81 is a > requirement) without changing this. lib/python/Makefi

Re: [GRASS-dev] compiling errors - grass65svn compiled in the osgeo4w-stack

2011-06-03 Thread Glynn Clements
Martin Landa wrote: > > is an order-only dependency, which requires GNU make 3.81. In 6.x, > > this syntax is normally conditional upon "ifneq ($(BROKEN_MAKE),)". It > > appears that someone back-ported from 7.0 (where GNU make 3.81 is a > > requirement) without changing this. > > lib/python/Mak