Hello,
I'm trying to install last release of grass (sources downloaded from github) on a debian 10.3 (Laptop). I've followed the install steps of https://grasswiki.osgeo.org/wiki/Compile_and_Install#GRASS_7_on_Debian_Buster and also from install text file, and I always get :
sudo make
include/Make/Vars.make:1: include/Make/Platform.make: Aucun fichier ou dossier de ce type
make: *** Aucune règle pour fabriquer la cible « include/Make/Platform.make ». Arrêt.
I have not seen error in the configure step... Any idea of the problem ?
Thanks,
Frank
Hi Frank,
On Sat, Mar 28, 2020 at 7:54 PM <frank.david@geophom.fr> wrote:
Hello,
I'm trying to install last release of grass (sources downloaded from
github) on a debian 10.3 (Laptop). I've followed the install steps of
https://grasswiki.osgeo.org/wiki/Compile_and_Install#GRASS_7_on_Debian_Buster
and also from install text file, and I always get :
can you post your "configure .. " command?
Do any errors show up?
Best
Markus
sudo make
include/Make/Vars.make:1: include/Make/Platform.make: Aucun fichier ou
dossier de ce type
make: *** Aucune règle pour fabriquer la cible
« include/Make/Platform.make ». Arrêt.
I have not seen error in the configure step... Any idea of the problem ?
Thanks,
Frank
_______________________________________________
grass-user mailing list
grass-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-user
Hi Markus,
Thank you for your reply.
Unfortunately I have no longer access to this laptop (my colleague is now at home because covid). But I’ve not seen error in the the configure return.
The command was :
CFLAGS="-Wall -Werror-implicit-function-declaration -fno-common -Wextra -Wunused" \
CXXFLAGS="-Wall" \
./configure \
--prefix=/usr/local \
--with-gdal --with-proj --with-proj-share=/usr/share \
--with-glw --with-nls --with-readline \
--with-cxx --enable-largefile \
--with-freetype --with-freetype-includes=/usr/include/freetype2 \
--with-sqlite --with-cairo --with-python=/usr/bin/python-config \
--with-wxwidgets --with-geos \
--with-blas --with-blas-includes=/usr/include/atlas/ \
--with-lapack --with-lapack-includes=/usr/include/atlas/ \
--with-netcdf=/usr/bin/nc-config --with-odbc=yes \
--with-openmp=yes --with-pthread=no --with-postgres=yes \
--with-postgres-includes=/usr/include/postgresql \
--with-postgres-libs=/usr/lib/postgresql \
--with-mysql=yes --with-mysql-includes=/usr/include/mysql
and I also tried the command in INSTALL file, but with the same message.
Anyway, I've installed Grass from Debian Buster repository (7.6), and it's enough for this laptop for the moment (at least until the end of covid crises).
Take care
Regards,
Frank