<div dir="ltr"><div><div><div><div><div><div><div>Hi Werner,<br></div><div>thanks for the answer!<br><br></div>yep, I made a make clean, this is the small bash script I use to compile:<br><br>#!/bin/bash<br>cd ~/lavori/QGIS-master<br>git checkout master<br>git pull<br>cd build<br>make clean && make<br><br></div>I also tried to add the nightly repository and install the master version from there but I get the following error:<br><br>qgis:<br>Depends: libproj0 (>=4.8.0) but it is not installable<br></div>... many others dependencies<br><br></div>In fact, the libproj0 is not available for debian testing:<br><br>sudo aptitude install libproj0<br>No candidate version found for libproj0  <br>No candidate version found for libproj0<br><br></div>I cannot find the related package in the internet for a manual download and installation.. Someone else experienced the same problem?<br><br></div>Cheers<br><br></div>Matteo<br></div><div class="gmail_extra"><br><div class="gmail_quote">2015-06-06 11:12 GMT+02:00 Werner Macho <span dir="ltr"><<a href="mailto:werner.macho@gmail.com" target="_blank">werner.macho@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">-----BEGIN PGP SIGNED MESSAGE-----<br>
Hash: SHA1<br>
<br>
Hi!<br>
<br>
Did you try a "make clean" in between?<br>
How is the Makefile produced? cmake ? ccmake? Can you take a look<br>
where PROJ_INCLUDE_DIR and PROJ_LIBRARY point to?<br>
<br>
Where on your system is "libproj.so.0" located?<br>
<br>
regards<br>
Werner<br>
<div><div class="h5"><br>
<br>
On 06/06/15 11:03, Matteo Ghetta wrote:<br>
> Hi guys, again I have some trouble when compiling qgis. This is the<br>
> output:<br>
><br>
> make[2]: *** No rule to make target '/usr/lib/libproj.so', needed<br>
> by 'output/lib/libqgis_core.so.2.9.0'.  Stop.<br>
> CMakeFiles/Makefile2:1116: recipe for target<br>
> 'src/core/CMakeFiles/qgis_core.dir/all' failed make[1]: ***<br>
> [src/core/CMakeFiles/qgis_core.dir/all] Error 2 Makefile:147:<br>
> recipe for target 'all' failed make: *** [all] Error 2<br>
><br>
><br>
> Also without compiling, I'm not able to start qgis (master or 2.8),<br>
> I receive the following error:<br>
><br>
> /home/ma7730/lavori/QGIS-master/build28/output/bin/qgis: error<br>
> while loading shared libraries: libproj.so.0: cannot open shared<br>
> object file: No such file or directory<br>
><br>
><br>
> Is there a problem with libproj, but I have the libproj-dev<br>
> package installed on my computer (debian testing).<br>
><br>
> Any help is appreciated!<br>
><br>
> Cheers<br>
><br>
> Matteo<br>
><br>
><br>
</div></div>> _______________________________________________ Qgis-developer<br>
> mailing list <a href="mailto:Qgis-developer@lists.osgeo.org">Qgis-developer@lists.osgeo.org</a><br>
> <a href="http://lists.osgeo.org/mailman/listinfo/qgis-developer" target="_blank">http://lists.osgeo.org/mailman/listinfo/qgis-developer</a><br>
><br>
-----BEGIN PGP SIGNATURE-----<br>
Version: GnuPG v2<br>
<br>
iEYEARECAAYFAlVyuWAACgkQDAH1YiCxBgmzDwCfUpyd8ZdSCr/vx/wlj2sok3Z9<br>
/YcAnjpRoS4grcRGpXiJbJwXV7wPWWdu<br>
=7OOI<br>
-----END PGP SIGNATURE-----<br>
_______________________________________________<br>
Qgis-developer mailing list<br>
<a href="mailto:Qgis-developer@lists.osgeo.org">Qgis-developer@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/qgis-developer" target="_blank">http://lists.osgeo.org/mailman/listinfo/qgis-developer</a><br>
</blockquote></div><br></div>