Opened 15 years ago

Closed 12 years ago

#519 closed task (fixed)

osgeo4w build

Reported by: jef Owned by: grass-dev@…
Priority: major Milestone: 6.4.0
Component: Default Version: svn-develbranch6
Keywords: Cc: martinl
CPU: All Platform: All

Description

attached the modifications I did to my GRASS tree to build for OSGeo4W

Attachments (5)

519.diff (14.1 KB ) - added by jef 15 years ago.
mingw_updated.2.diff (3.3 KB ) - added by neteler 15 years ago.
patch reduced to outstanding item
mingw_updated.diff (3.3 KB ) - added by neteler 15 years ago.
patch reduced to outstanding item
mingw_updated3.diff (1.6 KB ) - added by neteler 15 years ago.
patch reduced to outstanding changes
mingw_updated4.diff (683 bytes ) - added by neteler 14 years ago.
patch reduced to outstanding issues

Download all attachments as: .zip

Change History (12)

by jef, 15 years ago

Attachment: 519.diff added

comment:1 by neteler, 15 years ago

CPU: UnspecifiedAll
Platform: UnspecifiedAll

I have merged in the changes from Glynn (mailing list).

Questions: is the NOFILTEROUT=1 stuff needed (see include/Make/Lib.make and lib/gis/Makefile in the path)?

I have taken out in the revised patch:

Index: lib/g3d/g3dmask.c
===================================================================
--- lib/g3d/g3dmask.c   (revision 36200)
+++ lib/g3d/g3dmask.c   (working copy)
@@ -309,12 +309,12 @@
        for (dy = y; dy < rows; dy++) {
            for (dx = x; dx < cols; dx++) {
                G3D_MASKNUM(map, dx, dy, dz, tile, type);
-               tile += length;
+               (unsigned char *)tile += length;
            }

-           tile += xLength;
+           (unsigned char *)tile += xLength;
        }
-       tile += yLength;
+       (unsigned char *)tile += yLength;
     }
 }

since it doesn't compile on Linux (C++ syntax?).

Please review the mingw_updated.diff patch and suggest for lib/g3d/g3dmask.c.

comment:2 by martinl, 15 years ago

wxGUI-related part of the patch submitted to devbr6 (http://trac.osgeo.org/grass/changeset/36220). The rest in progress...

Martin

comment:3 by martinl, 15 years ago

Cc: martinl added

in reply to:  2 comment:4 by martinl, 15 years ago

Replying to martinl:

wxGUI-related part of the patch submitted to devbr6 (http://trac.osgeo.org/grass/changeset/36220). The rest in progress...

Please can someone review unsubmitted part of the patch:

M      raster/Makefile
M      lib/g3d/g3dcache.c
M      lib/g3d/g3dmask.c
M      lib/gis/spawn.c
M      lib/gis/Makefile
M      lib/gis/gdal.c
M      include/Make/Lib.make
M      include/Make/Shlib.make

I don't feel enough familiar with building system in GRASS.

M.

by neteler, 15 years ago

Attachment: mingw_updated.2.diff added

patch reduced to outstanding item

by neteler, 15 years ago

Attachment: mingw_updated.diff added

patch reduced to outstanding item

comment:5 by neteler, 15 years ago

I have reduced the attached patch to the outstanding items except for the lib/g3d/g3dmask.c

part which is only in the original submission. For that, see comment 1 above.

by neteler, 15 years ago

Attachment: mingw_updated3.diff added

patch reduced to outstanding changes

comment:6 by neteler, 15 years ago

Patch reduced to outstanding items (with modification for raster/Makefile). Left out lib/g3d/g3dmask.c as unclear how to write it correctly (see first comment here). Please test + comment.

The other issues are in 6.4.0svn and 6.5svn now.

by neteler, 14 years ago

Attachment: mingw_updated4.diff added

patch reduced to outstanding issues

in reply to:  6 comment:7 by hellik, 12 years ago

Resolution: fixed
Status: newclosed

Replying to neteler:

[...]

The other issues are in 6.4.0svn and 6.5svn now.

patches applied and a lot of fixes done in the last months.

closing ticket, reopen if needed.

Helmut

Note: See TracTickets for help on using tickets.