The orginal message mentioned 1.7.2.
Just an hour ago I have compiled 1.9.90-Alpha with same error message (on Fedora 14 x64). Full path for GDAL_LIBRARY has to be used.

Z.

Werner Macho wrote:
Hi!

As I can see you are using version 1.7.2 .. there is already 1.7.4 (not
official right now - but soon official) out there ..
Can you try this version to compile or are you bound to 1.7.2 ..

kind regards
Werner

  by version 1.7.4 On Tue, 2012-02-21 at 08:45 +0200, Zirneklitis wrote:
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

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

Reply via email to