I need to instal the 6.4.2 version of Grass in my Windows 7. I've done it
from the bin downloaded here
(http://grass.osgeo.org/grass64/binary/mswindows/native/) because
downloading the OSGEO4W installer, it installs at least 6.4.3 version.
I install it without problem and I launch the interface too, however, I've
added to the local variables the next entries because I want to use GRASS
commands from the windows console:
I need to instal the 6.4.2 version of Grass in my Windows 7. I’ve done it
from the bin downloaded here
(http://grass.osgeo.org/grass64/binary/mswindows/native/) because
downloading the OSGEO4W installer, it installs at least 6.4.3 version.
I install it without problem and I launch the interface too, however, I’ve
added to the local variables the next entries because I want to use GRASS
commands from the windows console:
i’ve found out that GRASS 6 uses unix shell scripts and “MSYS is a collection of GNU utilities such as bash, make, gawk and grep to allow building of applications and programs which depend on traditionally UNIX tools to be present.” So basically that’s why you need it.
If I am right you should install this (http://sourceforge.net/projects/keithmarshall.u/files/mingw-get/mingw-get-setup.exe/download) - or try to select msys package manually from OSGeo4W installer from here (http://trac.osgeo.org/osgeo4w/)
Installing MinGW hasn't solved it. I've installed everything from OSGeo4W,
included GRASS 6.4.3 and now the error is that it doesn't find
libgrass_gis.6.4.3.dll.
My problem is not exactly the same from that ticket because the .dll file
exists in the installation directory but it doesn't find it.
I need to use GRASS 6 becase GRASS 7 is not stable.
I can confirm the problem with the libintl8.dll, strange enough across different versions of GRASS 6.4.2, 6.4.3, 6.4.4 both installed via OSGeo4W, GRASS standalone and QGIS standalone installer (QGIS from Jan 2013).
Furthermore the problem occurs also on different windows versions: XP, Vista, and 7. It seems to affect "only" the GUI because also on non-working installations GRASS can be accessed via QGIS...
Sounds like Python-related problems?
Cheers
Stefan
-----Original Message-----
From: grass-user-bounces@lists.osgeo.org [mailto:grass-user-bounces@lists.osgeo.org] On Behalf Of FNK
Sent: 16. oktober 2013 13:17
To: grass-user@lists.osgeo.org
Subject: Re: [GRASS-user] libintl8.dll not found
Hello,
Installing MinGW hasn't solved it. I've installed everything from OSGeo4W, included GRASS 6.4.3 and now the error is that it doesn't find libgrass_gis.6.4.3.dll.
My problem is not exactly the same from that ticket because the .dll file exists in the installation directory but it doesn't find it.
I need to use GRASS 6 becase GRASS 7 is not stable.
2013/10/17 Blumentrath, Stefan <Stefan.Blumentrath@nina.no>:
I can confirm the problem with the libintl8.dll, strange enough across different versions of GRASS 6.4.2, 6.4.3, 6.4.4 both installed via OSGeo4W, GRASS standalone and QGIS standalone installer (QGIS from Jan 2013).
Furthermore the problem occurs also on different windows versions: XP, Vista, and 7. It seems to affect "only" the GUI because also on non-working installations GRASS can be accessed via QGIS...
Sounds like Python-related problems?
libintl-8 DLL file was part of `msys-grass` OSGeo4W package [1],
recently it has become part of `libintl` [2] package. It's probably
source of the problems.
I have tried to install
* `grass64-dev` package from OSGeo4W, since one of the dependencies is
`libintl` package [3], I didn't encounter any problems - OK
* `grass643` package, same as above, OK
* standalone `grass64-dev` [4], it's packaged from up-to date OSGeo4W
environment, so no problem
* standalone `grass643` [5], packaged before `libintl` package has
been introduced into OSGeo4W framework, start FAILS, anyway DLL
package is available
In summary no problem found expect of standalone grass643 installer,
sorry, I don't know what I could fix for you. please try fresh
OSGeo4W installation or manually install `libintl` package.
Martin
PS: Helmut please could you take a look at standalone 6.4.3 installer?