[GRASS-dev] Translations and command description/options

Markus Neteler neteler at osgeo.org
Mon Mar 11 13:05:29 PDT 2019


Hi,

On Mon, Mar 11, 2019 at 6:49 PM Panagiotis Mavrogiorgos
<pmav99 at gmail.com> wrote:
>
> Not sure if there is any relation but just in case it proves useful:
>
> I configure grass with:
>
> ./configure \
>     --with-nls \
>     ...
>
>
> At the end of the configuration step I get the following output:
>
>   NetCDF support:             no
>   NLS support:                yes
>   ODBC support:               no

Can you please double check what's in config.log related to NLS?

> Nevertheless, g.version -b seems to think otherwise:
>
> g.version -b
> GRASS 7.7.svn (2019)
>
>
>  ./configure  --host=x86_64-linux-gnu --build=x86_64-linux-gnu --target=x86_64-linux-gnu --prefix=/usr/lib --sysconfdir=/etc --sharedstatedir=/var --enable-shared --enable-largefile=yes --with-x --with-wxwidgets=/usr/bin/wx-config --without-blas --without-bzlib --with-cxx --with-cairo --with-fftw --with-gdal --without-lapack --without-liblas --without-mysql --without-netcdf --without-nls --without-odbc --with-opengl --without-openmp --with-png --without-pthread --without-readline --with-regex --with-sqlite --with-tiff --disable-w11 --without-zstd --with-freetype --with-freetype-includes=/usr/include/freetype2/ --without-geos ' ' --without-opencl --without-postgres --without-pdal --with-proj-share=/usr/share/proj

Interesting, here it is enabled (ASCII emphasis is mine):

GRASS 7.7.svn (nc_spm_08_grass7):~ > g.version -b
GRASS 7.7.svn (2019)
 ./configure  --with-cxx --enable-largefile --with-proj
--with-proj-share=/usr/share/proj --with-gdal=/usr/bin/gdal-config
--with-python --with-geos --with-sqlite
     --with-nls
--with-liblas --with-bzlib --with-zstd --with-cairo
--with-cairo-ldflags=-lfontconfig --with-freetype
--with-freetype-includes=/usr/include/freetype2 --with-wxwidgets
--with-fftw --with-motif --with-postgres
--with-postgres-includes=/usr/include/pgsql --with-netcdf
--without-mysql --without-odbc --without-openmp --without-ffmpeg

Funny idea:
  which grass77

Please check for conflicting installations, or files not belonging to
the user used to compile GRASS GIS (anecdote: in the past I got
trapped because I commonly do not run "make install" but run it from
bin.x86_64-pc-linux-gnu/grass77 and then I one day used "make install"
and immediately forgot the day after that it was executed from
/usr/local/...).

Best
Markus


More information about the grass-dev mailing list