[GRASS-dev] Windows compilation failed
Helmut Kudrnovsky
hellik at web.de
Tue Dec 12 12:00:16 PST 2017
regarding the lidar errors, have look into
/mswindows/OSGeo4W/package.sh
155 if [ "$MINGW_POSTFIX" = "64" ]; then
156 conf_host=x86_64-w64-mingw32
157 # see https://trac.osgeo.org/osgeo4w/ticket/539#ticket
158 # LAS support only enabled on 64bit
159
conf_opts="--with-liblas=$PWD/mswindows/osgeo4w/liblas-config"
160 else
161 conf_host=i386-w64-mingw32
162 conf_opts=
163 fi
change line 159 to the same as line 162:
conf_opts=
no trailing whitespace or similar
then compilation should work, though the lidar modules aren't available
then; that has to be hopefully fixed at some time.
-----
best regards
Helmut
--
Sent from: http://osgeo-org.1560.x6.nabble.com/Grass-Dev-f3991897.html
More information about the grass-dev
mailing list