[GRASS-dev] New WinGrass-Installer (r40456)

hi,

there is new WinGrass64-Installer (r40456) for download at

[http://grass.osgeo.org/grass64/binary/mswindows/native/\]

there are included several windows-related fixes, so please test ...

best regards
Helmut

______________________________________________________
GRATIS für alle WEB.DE-Nutzer: Die maxdome Movie-FLAT!
Jetzt freischalten unter http://movieflat.web.de

Thanks for the quick fix!

It's working now, but I had to make one small change in order to get GRASS started with msys terminal:
In C:\GRASS\bin\grass64 I changed

if [ -z "$GRASS_PYTHON" ] ; then\r
   GRASS_PYTHON=python; export GRASS_PYTHON\r
fi\r

to

if [ -z "$GRASS_PYTHON" ]; then
   GRASS_PYTHON=python
   export GRASS_PYTHON
fi

removing these \r, then it started, otherwise it bummed out without any error message.

Thanks,

Markus M

Helmut Kudrnovsky wrote:

hi,
  there is new WinGrass64-Installer (r40456) for download at

[http://grass.osgeo.org/grass64/binary/mswindows/native/\]
there are included several windows-related fixes, so please test ...

best regards
Helmut

______________________________________________________
GRATIS für alle WEB.DE-Nutzer: Die maxdome Movie-FLAT!
Jetzt freischalten unter http://movieflat.web.de

  ------------------------------------------------------------------------

_______________________________________________
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user
  

Markus Metz wrote:

It's working now, but I had to make one small change in
order to get GRASS started with msys terminal:
In C:\GRASS\bin\grass64 I changed

if [ -z "$GRASS_PYTHON" ] ; then\r
  GRASS_PYTHON=python; export GRASS_PYTHON\r
fi\r

to

if [ -z "$GRASS_PYTHON" ]; then
  GRASS_PYTHON=python
  export GRASS_PYTHON
fi

removing these \r, then it started, otherwise it bummed out
without any error message.

oops, sorry about that. now fixed in svn.

Hamish