[GRASS-dev] Re: [GRASS GIS] #469: raster data needs binary mode on
windows
GRASS GIS
trac at osgeo.org
Sun Feb 1 19:04:48 EST 2009
#469: raster data needs binary mode on windows
---------------------------+------------------------------------------------
Reporter: jef | Owner: grass-dev at lists.osgeo.org
Type: defect | Status: new
Priority: major | Milestone: 6.4.0
Component: default | Version: 6.4.0 RCs
Resolution: | Keywords:
Platform: MSWindows XP | Cpu: Unspecified
---------------------------+------------------------------------------------
Comment (by glynn):
Replying to [comment:7 neteler]:
> @grass-dev: is the new patch "patch_for_469.2.diff" ok?
Rather than using "dllmain.dat" to prevent compilation on MinGW, you can
call it dllmain.c and exclude it from compilation with:
{{{
MOD_OBJS := $(filter-out dllmain.o,$(AUTO_OBJS))
}}}
Hmm; we should do this for fmode.o as well.
--
Ticket URL: <http://trac.osgeo.org/grass/ticket/469#comment:8>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list