> It should be part of gettext. > > So if you use --with-nls but don't have libintl.h in the standard > include path (i.e. built-in directories plus --with-includes= > directories), configure will accept the option but GRASS will be built > without NLS.
I have gettext installed and libintl.h is in the standard include path. That path is passed to the grass configure with (with the variable defined): --with-includes="$OSGEO4W_ROOT_MSYS/apps/gdal-16/include $OSGEO4W_ROOT_MSYS/include" \ I found localcharset.h not in the gettext package that I had, but in the iconv-lib package. OSGeo4W has an iconv-bin package so I didn't think I needed this extra one, but it seems that the additional lib package with localcharset.h isn't included. With it installed, compiling now works fine. -Colin _______________________________________________ grass-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-dev
