Opened 15 years ago
Closed 15 years ago
#883 closed enhancement (fixed)
Building winGRASS: packager.sh on MingW calls MS-VS's dumpbin
Reported by: | hellik | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 6.4.0 |
Component: | Compiling | Version: | svn-releasebranch64 |
Keywords: | Cc: | ege | |
CPU: | x86-32 | Platform: | MSWindows Vista |
Description
from the dev-ml
Hi,
when following https://trac.osgeo.org/grass/wiki/CompileOnWindows#CompilingandInstallingGRASS6.4.0 (i.e., running ./mswindows/osgeo4w/package.sh with MinGW):
GRASS is compiled, HTML manual is built etc. Then it installs (tar xBf ...), (man/ is skipped), then "STARTING cleanup", and then
"STARTING building vc libraries" ?? Then it fails with
mswindows/osgeo4w/mklibs.sh: dumpbin: command not found
I wonder why it tries to use VC stuff here. Is it for the QGIS interface? If so, what's the trick here? If Visual Studio is needed, shouldn't it be mentioned in the install instructions?
confused, Markus
this VC stuff is for the QGIS-interface, lines 94-136 should be commented out.
added a patch for grass64-relbranch
Helmut
Attachments (3)
Change History (5)
by , 15 years ago
Attachment: | package.sh.patch added |
---|
comment:1 by , 15 years ago
Cc: | added |
---|
comment:2 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Patch for package.sh