Hi Radim, On Fri, Mar 8, 2013 at 3:31 AM, Radim Blazek <[email protected]> wrote:
> I am getting this compilation error: > > make[2]: *** No rule to make target `staged_plugins', needed by > `python/plugins/CMakeFiles/staged_plugins_on_build'. Stop. > make[1]: *** [python/plugins/CMakeFiles/staged_plugins_on_build.dir/all] > Error 2 > > How to solve it ? The staged_plugins_on_build target is created when WITH_STAGED_PLUGINS is set to TRUE [0]. I believe the dependent target staged_plugins should always be created if WITH_BINDINGS is TRUE. The new staged plugins setup was committed over a month ago, with no appreciable changes since then [1]. What is the make command you ran? Did you try re-generating the cmake build files? Does this happen on make (all target) for the project with an empty build dir? What, if anything, has changed in your cmake setup between your last successful build and this error? Regards, Larry [0] https://github.com/qgis/Quantum-GIS/blob/master/python/plugins/CMakeLists.txt [1] https://github.com/qgis/Quantum-GIS/commit/7717aeed1ca9f81107b72bac3aa127767d8f5ac0 Radim > _______________________________________________ > 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
