Markus Neteler wrote:

> > Note that if GRASS_GUI is tcltk, it won't work, due to G_popen() not
> > working at all on Windows (execl() works like on Unix, i.e. it doesn't
> > return if it succeeds; but unlike Unix, Windows doesn't have fork()).
> >
> > Using the new G_popen() from 7.0 is one option.
> 
> ... another backport project?

Resolved in r40834 (6.5) by replacing all uses of G_popen() (there are
only three, all in lib/gis) with popen().

-- 
Glynn Clements <gl...@gclements.plus.com>
_______________________________________________
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Reply via email to