[GRASS-dev] path name containing spaces - error on windows 7

Hello,

I’m reporting an error on behalf of a student. She tried to install Wingrass 6.4RC2 on her Windoze 7 machine and got the following error[1] when trying to launch the program: Path names containing spaces are not supported. Problem is that she has confirmed all the default paths during installation, also for grass data set. Several students did the same also on Win 7 without problems. So, what’s wrong? Please help…

Regards,
madi

[1] http://imageshack.us/photo/my-images/716/errorefd.png/


Eng. Margherita Di Leo
Ph.D. Candidate
Methods and Technologies for Environmental Monitoring
Department of Environmental Engineering and Physics (DIFA)

University of Basilicata
Campus Macchia Romana
85100 - Potenza
Italy

Office: +39-0971205360

I'm reporting an error on behalf of a student. She tried to install Wingrass

6.4RC2 on her Windoze 7 machine >and got the following error[1]

the error: "Path names containing spaces are not supported -- aborting."

seems to be from here

http://trac.osgeo.org/grass/browser/grass/branches/releasebranch_6_4/mswindows/osgeo4w/msys.bat#L50

50 rem if installed in a directory containing spaces prepare for a world of
pain
51 for /F %%i IN ('echo %WD%') DO @set PART1=%%i
52 if NOT "%PART1%" == "%WD%" (
53 echo Path names containing spaces are not supported -- aborting.
54 pause
55 exit 1
56 )

i.e. here on my box wingrass living in C:\Program Files\GRASS 6.4.SVN and
starting without any problems

?

Helmut

--
View this message in context: http://osgeo-org.1803224.n2.nabble.com/path-name-containing-spaces-error-on-windows-7-tp7112888p7120022.html
Sent from the Grass - Dev mailing list archive at Nabble.com.