Hi,
I’m having issues installing GRASS on cygwin running on Windows.
I execute the configure script below successfully and with no errors.
CFLAGS=“-g -Wall” ./configure --with-includes=c:/msys/local/include
–with-libs=c:/msys/local/lib --with-python --with-proj-share=/usr/share/proj
But when I run make, it hangs when it enters the d.ask command:
From: grass-dev-bounces@grass.itc.it [mailto:grass-dev-bounces@grass.itc.it] On Behalf Of Duffy, Garret Sent: Thursday, September 27, 2007 1:34 PM To: grass-dev@grass.itc.it Subject: [GRASS-dev] Installing GRASS on cygwin
Hi,
I’m having issues installing GRASS on cygwin running on Windows.
I execute the configure script below successfully and with no errors.
CFLAGS=“-g -Wall” ./configure --with-includes=c:/msys/local/include
–with-libs=c:/msys/local/lib --with-python --with-proj-share=/usr/share/proj
But when I run make, it hangs when it enters the d.ask command:
References to MSys and the use of Windows-style pathnames are both
incorrect if you're building for Cygwin.
The --with-includes and --with-libs switches should be removed. If
configure fails due to missing dependencies, you need to install the
appropriate Cygwin packages. Using MSys packages won't work.
I'm having issues installing GRASS on cygwin running on Windows.
I execute the configure script below successfully and with no errors.
CFLAGS="-g -Wall" ./configure --with-includes=c:/msys/local/include \
--with-libs=c:/msys/local/lib --with-python
--with-proj-share=/usr/share/proj
But when I run make, it hangs when it enters the d.ask command:
d.ask is a rarely used module which you will almost surely be able to
live without. I suggest you remove it from display/Makefile and try again.
It will be removed for GRASS 7 as it is incompatible with the new GUIs.