<div dir="ltr">Dear Markus,<div>thanks</div><div><br></div><div>Below my configure (grass 7.6.1 compiles fine with a similar configure.)</div><div><br></div><div>./configure \<br>-prefix=/home/user/grass/ \<br>--enable-64bit --with-fftw-includes=/cm/shared/apps/fftw/openmpi/gcc/64/3.3.7/include/ \<br>--with-fftw-libs=/cm/shared/apps/fftw/openmpi/gcc/64/3.3.7/lib/ \<br>--with-freetype-includes=/home/user/grass/freetypes/freetype-2.9.1/include/ \<br>--with-netcdf --with-geos --with-blas --with-lapack --with-postgres \<br>--with-zstd-libs=/home/user/grass/zstd/zstd-1.4.0/lib/ \<br>--with-zstd-includes=/home/user/grass/zstd/zstd-1.4.0/lib/ </div><div><br></div><div>The freetype and zstd are in my home because they are not available on the cluster, so I had to create them locally.<br></div><div>If I may, I add an additional question: which is the right option in configure to point to a specific version of proj? --with-proj-libs?</div><div></div><div><br></div><div>Thanks a lot</div><div><br></div><div>Laura</div><div><br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, 19 Dec 2019 at 23:36, Markus Neteler <<a href="mailto:neteler@osgeo.org">neteler@osgeo.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Thu, Dec 19, 2019 at 8:12 AM Laura Poggio <<a href="mailto:laura.poggio@gmail.com" target="_blank">laura.poggio@gmail.com</a>> wrote:<br>
><br>
> Dear list,<br>
> I am trying to compile grass 7.8.2 on an HPC cluster using centos 7 as operative system. I can not install binaries.<br>
<br>
Just to understand: for policy reasons?<br>
<br>
> I need to compile from source.<br>
><br>
> The python version I am using is Python 3.7.4<br>
><br>
> The configure and the make are working fine.<br>
<br>
Importantly, pls post your "configure" command to better understand<br>
the error below:<br>
<br>
> However I get the following errors at the make install stage:<br>
><br>
> rm /home/user/grass//grass78/etc/fontcap<br>
> rm: cannot remove ‘/home/user/grass//grass78/etc/fontcap’: No such file or directory<br>
> make[1]: [real-install] Error 1 (ignored)<br>
> make /home/user/grass//grass78/etc/fontcap<br>
> make[2]: Entering directory `/home/user/grass/grass-7.8.2'<br>
> make[2]: *** No rule to make target `/home/user/grass/grass-7.8.2/dist.x86_64-pc-linux-gnu/etc/fontcap', needed by `/home/user/grass//grass78/etc/fontcap'.  Stop.<br>
> make[2]: Leaving directory `/home/user/grass/grass-7.8.2'<br>
> make[1]: *** [real-install] Error 2<br>
> make[1]: Leaving directory `/home/user/grass/grass-7.8.2'<br>
> make: *** [install] Error 2<br>
><br>
> Am I missing some dependencies in the fonts?<br>
<br>
... probably in the configure step.<br>
<br>
> Is the python version ok or should I use a slightly older 3.x one?<br>
<br>
That should be fine.<br>
<br>
> are there any recommendations for the gcc version to use?<br>
<br>
No special recommendations.<br>
<br>
Best wishes<br>
Markus<br>
</blockquote></div>