I'm building qgis from source. After generating from ccmake window I get following warning:

CMake Warning (dev) at src/python/CMakeLists.txt:22 (ADD_LIBRARY):
   Policy CMP0003 should be set before this line.  Add code such as

     if(COMMAND cmake_policy)
       cmake_policy(SET CMP0003 NEW)
     endif(COMMAND cmake_policy)

   as early as possible but after the most recent call to
   cmake_minimum_required or cmake_policy(VERSION).  This warning appears
   because target "qgispython" links to some libraries for which the linker
   must search:

     util

   and other libraries with known full path:

     /home/carlos/Paquetes/qgis/programa/trunk/build/src/core/libqgis_core.so.1.0
     /usr/lib/python2.5/config/libpython2.5.so


I don't know if it is related with the problems that follows: once qgis is installed, any time I try to run Plugins>Manage plugins... a blank window with the title "Python error" appears and programs crashes. Running qgis from terminal gives no other information.
Any help?

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

Reply via email to