rev 11710 - www/v2/pages

Xavier Vello wdgt-guest at alioth.debian.org
Thu Jul 24 16:34:07 UTC 2008


Author: wdgt-guest
Date: 2008-07-24 16:34:05 +0000 (Thu, 24 Jul 2008)
New Revision: 11710

Modified:
   www/v2/pages/experimental_linking
Log:
minor typo


Modified: www/v2/pages/experimental_linking
===================================================================
--- www/v2/pages/experimental_linking	2008-07-24 16:19:43 UTC (rev 11709)
+++ www/v2/pages/experimental_linking	2008-07-24 16:34:05 UTC (rev 11710)
@@ -38,7 +38,7 @@
 make[2]: *** [lib/kcm_krunner_spellcheck.so] Error 1<br/>
 make[1]: *** [<b>runners/spellchecker</b>/CMakeFiles/<b>kcm_krunner_spellcheck</b>.dir/all] Error 2<br/>
 make: *** [all] Error 2<br/>
-xavier at kawet:~/tmp/compile/svn/plasma/b$</code>
+xavier at kawet:~/tmp/compile/svn/plasma/build$</code>
 <li>locate the unresolved function (here <b>KPluginFactory::create</b>)</li>
 <li>locate the failing build target (here <b>kcm_krunner_spellcheck</b> in <b>directory runners/spellchecker</b>)</li>
 <li>find the library providing it : the best way to do this is to search <a href="http://api.kde.org">api.kde.org</a>. Googling <a href="http://www.google.com/search?q=KPluginFactory+site:api.kde.org/4.1-api">KPluginFactory site:api.kde.org/4.1-api</a>, you can see it's in kdecore. For Qt modules, you can search in <a href="http://doc.trolltech.com/4.4">doc.trolltech.com/4.4</a>.</li>
@@ -124,4 +124,4 @@
 <code>target_link_libraries(krunner_spellcheckrunner ${KDE4_KDEUI_LIBS} ${PLASMA_LIBS} ${KDE4_KDECORE_LIBS})</code></li>
 <li>run cmake and make once more until you have fixed it all :)</li>
 </ul>
-<p><b>Note :</b> sometimes, the symbol is provided by a library from the software you are trying to compile. Try searching in build/lib/*</p>
\ No newline at end of file
+<p><b>Note :</b> sometimes, the symbol is provided by a library from the software you are trying to compile. Try searching in build/lib/*</p>




More information about the pkg-kde-commits mailing list