On Sat, Feb 6, 2010 at 1:04 AM, Glynn Clements <[email protected]> wrote:
>
> 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().

Fine - backported as r40849 to 6.4.

Markus
_______________________________________________
grass-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-dev

Reply via email to