[prev in list] [next in list] [prev in thread] [next in thread] 

List:       grass-user
Subject:    Re: [GRASS-user] fail to, compile on Buster
From:       Frank David <frank.david () geophom ! fr>
Date:       2020-03-31 18:28:50
Message-ID: 0fb18f4a-4d3a-7fc2-5554-825b7a3bd700 () geophom ! fr
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


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

Le 30/03/2020 à 19:22, Markus Neteler a écrit  :

> 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


[Attachment #5 (text/html)]

<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>Hi Markus,</p>
    <p>Thank you for your reply.<br>
    </p>
    <p>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.</p>
    <p>The command was :<br>
    </p>
    <pre>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
</pre>
    <p>Le 30/03/2020 à 19:22, Markus Neteler a écrit  :</p>
    <blockquote type="cite"
cite="mid:CALFmHhsD6xi8x=RpcuVuZ2CAqTUrWb-2Cw3udMTJ4HfFe0N+Cg@mail.gmail.com">
      <pre class="moz-quote-pre" wrap="">Hi Frank,

On Sat, Mar 28, 2020 at 7:54 PM <a class="moz-txt-link-rfc2396E" \
href="mailto:frank.david@geophom.fr">&lt;frank.david@geophom.fr&gt;</a> wrote: </pre>
      <blockquote type="cite">
        <pre class="moz-quote-pre" wrap="">
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
<a class="moz-txt-link-freetext" \
href="https://grasswiki.osgeo.org/wiki/Compile_and_Install#GRASS_7_on_Debian_Buster">https://grasswiki.osgeo.org/wiki/Compile_and_Install#GRASS_7_on_Debian_Buster</a>
 and also from install text file, and I always get :
</pre>
      </blockquote>
      <pre class="moz-quote-pre" wrap="">
can you post your "configure .. " command?

Do any errors show up?

Best
Markus

</pre>
      <blockquote type="cite">
        <pre class="moz-quote-pre" wrap="">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
<a class="moz-txt-link-abbreviated" \
href="mailto:grass-user@lists.osgeo.org">grass-user@lists.osgeo.org</a> <a \
class="moz-txt-link-freetext" \
href="https://lists.osgeo.org/mailman/listinfo/grass-user">https://lists.osgeo.org/mailman/listinfo/grass-user</a>
 </pre>
      </blockquote>
    </blockquote>
  </body>
</html>


[Attachment #6 (text/plain)]

_______________________________________________
grass-user mailing list
grass-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-user

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic