#843: v.digit broken on new WinGrass release ---------------------------+------------------------------------------------ Reporter: cnielsen | Owner: [email protected] Type: defect | Status: new Priority: critical | Milestone: 6.4.0 Component: Vector | Version: unspecified Resolution: | Keywords: wingrass,v.digit Platform: MSWindows XP | Cpu: x86-64 ---------------------------+------------------------------------------------ Comment (by marisn):
Replying to [comment:12 glynn]: > Replying to [comment:11 marisn]: > > As lib/forms F_open is used only by v.digit and d.what.vect, > > It's used by d.what.vect and NVIZ. > d.what.vect AFAIK doesn't work on Windows due to X dependency. Not a issue. NVIZ does '''NOT''' use F_open(). lib/forms are used by more than v.digit and d.what.vect modules, but only those two call F_open(). Others use plain F_generate, which works just fine. > v.digit doesn't use lib/form (at least, it's not '''supposed''' to use lib/form, as it has its own version of the code). Only part of the form lib that '''could''' be v.digit own, is F_open() and also only because it's not worth effort to make lib/form F_open() Windows- ready. F_generate() is generic enough to NOT keep many copies around. -- Ticket URL: <https://trac.osgeo.org/grass/ticket/843#comment:13> GRASS GIS <http://grass.osgeo.org>
_______________________________________________ grass-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-dev
