Opened 16 years ago
Closed 12 years ago
#519 closed task (fixed)
osgeo4w build
Reported by: | jef | Owned by: | |
---|---|---|---|
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)
Change History (12)
by , 16 years ago
comment:1 by , 16 years ago
CPU: | Unspecified → All |
---|---|
Platform: | Unspecified → All |
follow-up: 4 comment:2 by , 16 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 , 16 years ago
Cc: | added |
---|
comment:4 by , 16 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.
comment:5 by , 16 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.
follow-up: 7 comment:6 by , 16 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.
comment:7 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
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
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:
since it doesn't compile on Linux (C++ syntax?).
Please review the mingw_updated.diff patch and suggest for lib/g3d/g3dmask.c.