#592 closed defect (fixed)
GRASS 7.6 implies a OSGEO4W_ROOT
Reported by: | jef | Owned by: | martinl |
---|---|---|---|
Priority: | major | Component: | Package |
Version: | Keywords: | grass | |
Cc: |
Description
grass76.bat.tmpl
does contain a fixed path instead of @osgeo4w@
, that not necessarily corresponds to the actual `%OSGEO4W_ROOT% - the 32bit doesn't even match the default install path.
Hint: the batch file could be static and use the following instead (like qgis.bat
)
call "%~dp0\o4w_env.bat"
Change History (7)
comment:1 by , 6 years ago
Owner: | changed from | to
---|
comment:2 by , 6 years ago
comment:3 by , 6 years ago
Fix applied in trunk, see https://trac.osgeo.org/grass/ticket/3724#comment:3. After testing a next build (no. 383+) will be backported to release branch.
comment:4 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Upstream fixed (for upcoming 7.6.1/7.4.5). Ma
follow-up: 6 comment:5 by , 6 years ago
When is the point release? If it's not around the corner, please fix it in the package. If you don't have time, I could just quickly extract it, fix it and repackage it.
Right, see https://trac.osgeo.org/grass/ticket/3724