Hi,

There was a message on Wed Dec 7 08:48:41 EST 2011 :

> the error is
>
> make[2]: *** No rule to make target `/libgdal.so', needed by
> `src/core/libqgis_core.so.1.7.2'.  Stop.
> make[1]: *** [src/core/CMakeFiles/qgis_core.dir/all] Error 2
> make: *** [all] Error 2

The problem is in ccmake configuration. The parameter
GDAL_LIBRARY    /libgdal.so
should be changed according to the system, e.g.
GDAL_LIBRARY    /usr/lib64/libgdal.so

Best regards,
Z.
_______________________________________________
Qgis-developer mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/qgis-developer

Reply via email to