WinGRASS 6 Current Status: Difference between revisions

From GRASS-Wiki
Jump to navigation Jump to search
(GDAL library)
Line 1: Line 1:
__TOC__
This page describes the current status of winGRASS development.  Precompiled native winGRASS packages are available [http://geni.ath.cx/grass.html here].
This page describes the current status of winGRASS development.  Precompiled native winGRASS packages are available [http://geni.ath.cx/grass.html here].
== What is missing? ==
* Display drivers: socket
** Use gis.m instead of monitors.
** Make gis.m Output window more like xterm. No need to hit Run.
** Is there any way that the Map Display in gis.m can interact with console commands? IPC? File Alteration Monitor?
* i.class: SIGALRM, SIGTSTP (are these signals important?)
* i.ortho.photo/photo.2image: wait()
* i.ortho.photo/photo.2target: wait()
* i.points: wait()
* i.vpoints: wait()
* r.terraflow: getrusage()


== Known problems ==
== Known problems ==
Line 25: Line 40:
** catch {file attributes -permissions}
** catch {file attributes -permissions}


== What is missing? ==
== Other libraries ==


* Display drivers: socket
GDAL
** Use gis.m instead of monitors.
* lib/gis/OBJ.*/fmode.o is needed for any GRASS related modules.
** Make gis.m Output window more like xterm. No need to hit Run.
* modified ltmain.sh to install binary files from wrapper scripts.
** Is there any way that the Map Display in gis.m can interact with console commands? IPC? File Alteration Monitor?
* i.class: SIGALRM, SIGTSTP
* i.ortho.photo/photo.2image: wait()
* i.ortho.photo/photo.2target: wait()
* i.points: wait()
* i.vpoints: wait()
* r.terraflow: getrusage()

Revision as of 03:13, 16 September 2006

This page describes the current status of winGRASS development. Precompiled native winGRASS packages are available here.

What is missing?

  • Display drivers: socket
    • Use gis.m instead of monitors.
    • Make gis.m Output window more like xterm. No need to hit Run.
    • Is there any way that the Map Display in gis.m can interact with console commands? IPC? File Alteration Monitor?
  • i.class: SIGALRM, SIGTSTP (are these signals important?)
  • i.ortho.photo/photo.2image: wait()
  • i.ortho.photo/photo.2target: wait()
  • i.points: wait()
  • i.vpoints: wait()
  • r.terraflow: getrusage()

Known problems

  • Have to add c:\mingw\bin to PATH on some systems.
    • Shouldn't the MinGW installer add c:\mingw\bin to PATH?
  • Cannot display a thematic layer.

TclTk problems

Other libraries

GDAL

  • lib/gis/OBJ.*/fmode.o is needed for any GRASS related modules.
  • modified ltmain.sh to install binary files from wrapper scripts.