Opened 14 years ago

Closed 14 years ago

#883 closed enhancement (fixed)

Building winGRASS: packager.sh on MingW calls MS-VS's dumpbin

Reported by: hellik Owned by: grass-dev@…
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)

package.sh.patch (3.5 KB ) - added by hellik 14 years ago.
Patch for package.sh
package.sh.g65.patch (3.5 KB ) - added by hellik 14 years ago.
Patch for Grass65
package.sh.g7.patch (3.6 KB ) - added by hellik 14 years ago.
Patch for Grass7

Download all attachments as: .zip

Change History (5)

by hellik, 14 years ago

Attachment: package.sh.patch added

Patch for package.sh

by hellik, 14 years ago

Attachment: package.sh.g65.patch added

Patch for Grass65

by hellik, 14 years ago

Attachment: package.sh.g7.patch added

Patch for Grass7

comment:1 by neteler, 14 years ago

Cc: ege added

comment:2 by hellik, 14 years ago

Resolution: fixed
Status: newclosed

patches applied by r40736 (Grass65), r40737 (Grass7), r40740 (Grass64)

Helmut

Note: See TracTickets for help on using tickets.