[GRASS-dev] Re: [GRASS GIS] #885: WinGrass: displaying
r.external-linked raster data not working
GRASS GIS
trac at osgeo.org
Sat Jan 23 08:56:50 EST 2010
#885: WinGrass: displaying r.external-linked raster data not working
------------------------------+---------------------------------------------
Reporter: hellik | Owner: grass-dev at lists.osgeo.org
Type: defect | Status: new
Priority: critical | Milestone: 6.4.0
Component: Display | Version: svn-releasebranch64
Resolution: | Keywords: r.external, WinGrass
Platform: MSWindows Vista | Cpu: x86-32
------------------------------+---------------------------------------------
Comment (by hellik):
Replying to [comment:9 hellik]:
>
configure in /mswindows/osgeo4w/package.sh with follwing options
{{{
./configure \
--with-libs="$OSGEO4W_ROOT_MSYS/apps/gdal-16/lib $OSGEO4W_ROOT_MSYS/lib" \
--with-includes="$OSGEO4W_ROOT_MSYS/apps/gdal-16/include
$OSGEO4W_ROOT_MSYS/include" \
[...]
--with-gdal=$OSGEO4W_ROOT_MSYS/bin/gdal-config \
[...]
}}}
>
> so maybe there is some mixing of gdal15 and gdal16 of the osgeo4w-stack
during compiling?
with-libs and with-includes point to gdal16 (living in c/osgeo4w/apps/
gdal-16/lib and c/osgeo4w/apps/gdal-16/include),
but gdal-config (living in c/osgeo4w/bin) points to gdal15 (living in
c/osgeo4w/bin, c/osgeo4w/lib, ...)
{{{
#!/bin/sh
CONFIG_LIBS="-L/c/OSGeo4W/lib -lgdal15"
CONFIG_DEP_LIBS="-L/c/OSGeo4W/lib -lpng -lz"
CONFIG_PREFIX="/c/OSGeo4W"
CONFIG_CFLAGS="-I/c/OSGeo4W/include"
CONFIG_VERSION="1.5.0"
CONFIG_OGR_ENABLED=yes
[...}
}}}
--
Ticket URL: <http://trac.osgeo.org/grass/ticket/885#comment:14>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list