[GRASS-dev] How to develop on windows.
Helmut Kudrnovsky
hellik at web.de
Mon Oct 2 02:18:43 PDT 2017
CM Reddy wrote
> Hi Moritz
>
> I did the steps mentioned in the following and compiled the code
> successfully on Windows 10 machine.
>
> * https://trac.osgeo.org/grass/wiki/CompileOnWindows
>
> No errors in the error.log file. It created grass executable successfully.
>
> Found following error in running the grass executable.
> <error>
> C:\OSGeo4W64\bin>grass73svn.bat
> '""' is not recognized as an internal or external command,
> operable program or batch file.
> Press any key to continue . . .
> </error>
quoting here C:\OSGeo4W64\bin\grass73svn.bat:
@echo off
rem
#########################################################################
rem #
rem # GRASS initialization bat script (OSGeo4W)
rem #
rem
#########################################################################
SET OSGEO4W_ROOT=C:\OSGeo4W64
rem
rem Set environmental variables
rem
call %OSGEO4W_ROOT%\bin\o4w_env.bat
call %OSGEO4W_ROOT%\apps\grass\grass-7.3.svn\etc\env.bat
rem
rem Launch GRASS GIS
rem
"%GRASS_PYTHON%" "%GISBASE%\etc\grass73.py" %*
rem
rem Pause on error
rem
if %ERRORLEVEL% GEQ 1 pause
-----
best regards
Helmut
--
Sent from: http://osgeo-org.1560.x6.nabble.com/Grass-Dev-f3991897.html
More information about the grass-dev
mailing list