[GRASS-dev] Re: [GRASS GIS] #1271: osgeo4w patch update
GRASS GIS
trac at osgeo.org
Fri Mar 4 16:32:15 EST 2011
#1271: osgeo4w patch update
-------------------------+--------------------------------------------------
Reporter: jef | Owner: grass-dev@…
Type: enhancement | Status: new
Priority: normal | Milestone: 6.4.1
Component: Default | Version: svn-releasebranch64
Keywords: wingrass | Platform: MSWindows Vista
Cpu: Unspecified |
-------------------------+--------------------------------------------------
Comment(by martinl):
Replying to [comment:15 hellik]:
> I first compiled grass64svn and grass64.bat is written to
c:\osgeo4w\bin, which
> points to following:
>
> {{{
> @echo off
> call C:\OSGeo4W\bin\o4w_env.bat
> "%WINGISBASE%"\etc\init.bat %*
> }}}
strange, one line is missing here
{{{
call C:\OSGeo4W\apps\grass\grass-6.5.svn\etc\env.bat
}}}
`o4w_env.bat` contains
{{{
@echo off
set OSGEO4W_ROOT=C:\OSGeo4W
PATH=%OSGEO4W_ROOT%\bin;%PATH%
for %%f in ("%OSGEO4W_ROOT%"\etc\ini\*.bat) do call "%%f"
@echo on
}}}
and `C:\OSGeo4W\apps\grass\grass-6.5.svn\etc\env.bat` grass-version
related environments
{{{
set GISBASE=%OSGEO4W_ROOT%\apps\grass\grass-6.5.svn
set WINGISBASE=%OSGEO4W_ROOT%\apps\grass\grass-6.5.svn
set GRASS_SH=%OSGEO4W_ROOT%\apps\msys\bin\sh.exe
set GRASS_WISH=%OSGEO4W_ROOT%\bin\wish.exe
set GRASS_PYTHON=%OSGEO4W_ROOT%\bin\python.exe
set GRASS_PROJSHARE=%OSGEO4W_ROOT%\share\proj
set GRASS_HTML_BROWSER=%PROGRAMFILES%\Internet Explorer\iexplore.exe
set PATH=%OSGEO4W_ROOT%\apps\grass\grass-6.5.svn\bin;%PATH%
}}}
?
Martin
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/1271#comment:16>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list