<div dir="ltr">On Thu, Sep 5, 2013 at 11:32 PM, David Gil Oliva <span dir="ltr"><<a href="mailto:davidgiloliva@gmail.com" target="_blank">davidgiloliva@gmail.com</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote">

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div>I answer myself (thanks to the info given by sebas through irc):<br><br></div>If it happens to you, please delete the build dir (at least the e-c-m one) update e-c-m and rebuild.<br>

<br></div>
Cheers!<span class="HOEnZb"><font color="#888888"><br><br></font></span></div><span class="HOEnZb"><font color="#888888">David Gil<br><br></font></span></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br>

<br><div class="gmail_quote">2013/9/5 David Gil Oliva <span dir="ltr"><<a href="mailto:davidgiloliva@gmail.com" target="_blank">davidgiloliva@gmail.com</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div>Hi!<br><br></div>Today I couldn't compile KF5 with the following message from cmake:<br><br>


----------------------------------------------<br>CMake Warning at staging/kdoctools/src/CMakeLists.txt:27 (find_package):<br>
  By not providing "FindDocBookXML.cmake" in CMAKE_MODULE_PATH this project<br>  has asked CMake to find a package configuration file provided by<br>  "DocBookXML", but CMake did not find one.<br><br>


  Could not find a package configuration file provided by "DocBookXML" with<br>
  any of the following names:<br><br>    DocBookXMLConfig.cmake<br>    docbookxml-config.cmake<br><br>  Add the installation prefix of "DocBookXML" to CMAKE_PREFIX_PATH or set<br>  "DocBookXML_DIR" to a directory containing one of the above files.  If<br>



  "DocBookXML" provides a separate development package or SDK, be sure it has<br>  been installed.<br><br><br>CMake Warning at staging/kdoctools/src/CMakeLists.txt:35 (find_package):<br>  By not providing "FindDocBookXSL.cmake" in CMAKE_MODULE_PATH this project<br>



  has asked CMake to find a package configuration file provided by<br>  "DocBookXSL", but CMake did not find one.<br><br>  Could not find a package configuration file provided by "DocBookXSL" with<br>


  any of the following names:<br>
<br>    DocBookXSLConfig.cmake<br>    docbookxsl-config.cmake<br><br>  Add the installation prefix of "DocBookXSL" to CMAKE_PREFIX_PATH or set<br>  "DocBookXSL_DIR" to a directory containing one of the above files.  If<br>



  "DocBookXSL" provides a separate development package or SDK, be sure it has<br>  been installed.<br>------------------------------------------------<br><br></div><div>And at the end:<br><br>------------------------------------------------<br>



-- The following REQUIRED packages have not been found:<br><br> * DocBookXML , DocBook XML , <<a href="http://www.oasis-open.org/docbook/xml/4.2" target="_blank">http://www.oasis-open.org/docbook/xml/4.2</a>><br>   Required by the KDE help system to process DocBook XML<br>



 * DocBookXSL , DocBook XSL , <<a href="http://docbook.sourceforge.net/release/xsl/current/" target="_blank">http://docbook.sourceforge.net/release/xsl/current/</a>><br>   Required by the KDE help system to process DocBook XML<br>


<br>
CMake Error at /home/david/devel/kf5-development/share/cmake-2.8/Modules/FeatureSummary.cmake:430 (message):<br>  feature_summary() Error: REQUIRED package(s) are missing, aborting CMake<br>  run.<br>Call Stack (most recent call first):<br>



  CMakeLists.txt:260 (feature_summary)<br><br><br>-- Configuring incomplete, errors occurred!<br>See also "/home/david/devel/kf5-development/build/kdelibs-frameworks/CMakeFiles/CMakeOutput.log".<br>See also "/home/david/devel/kf5-development/build/kdelibs-frameworks/CMakeFiles/CMakeError.log".<br>



make: *** [cmake_check_build_system] Error 1<br>---------------------------------------------------------------<br><br><br></div><div>I haven't uninstalled anything docbook. What should I do to get KF5 compiled?<br><br>



</div><div>Thank you!<span><font color="#888888"><br><br></font></span></div><span><font color="#888888"><div>David Gil<br></div></font></span></div>
</blockquote></div><br></div>
</div></div><br>_______________________________________________<br>
Kde-frameworks-devel mailing list<br>
<a href="mailto:Kde-frameworks-devel@kde.org">Kde-frameworks-devel@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" target="_blank">https://mail.kde.org/mailman/listinfo/kde-frameworks-devel</a><br>
<br></blockquote></div><br></div><div class="gmail_extra">"cmake ." or "make rebuild_cache" does the trick as well.</div><div class="gmail_extra"><br></div><div class="gmail_extra">cmake's file(GLOB) is not very smart, you need to trigger it again.</div>

<div class="gmail_extra"><br></div><div class="gmail_extra">Aleix</div></div>