rev 11715 - www/v2/pages

Xavier Vello wdgt-guest at alioth.debian.org
Thu Jul 24 18:11:10 UTC 2008


Author: wdgt-guest
Date: 2008-07-24 18:11:09 +0000 (Thu, 24 Jul 2008)
New Revision: 11715

Modified:
   www/v2/pages/experimental_linking
Log:
be less verbose ^^



Modified: www/v2/pages/experimental_linking
===================================================================
--- www/v2/pages/experimental_linking	2008-07-24 18:06:25 UTC (rev 11714)
+++ www/v2/pages/experimental_linking	2008-07-24 18:11:09 UTC (rev 11715)
@@ -16,8 +16,7 @@
 <ul>
 <li>Download the script from <a href="http://svn.debian.org/viewsvn/*checkout*/pkg-kde/scripts/autofixtll"> our SVN</a></li>
 <li>From the root of your unpacked source, run :</li>
-<code>$ mkdir builddir<br/>
-$ make build
+<code>$ mkdir build<br/>
 $ cd build<br/>
 $ cmake .. -DCMAKE_VERBOSE_MAKEFILE=ON<br/>
 $ cd ..<br/>
@@ -28,12 +27,6 @@
 
 <h5>3-Manually find and repair linking problems :</h5>
 <ul>
-<li>Basically, to build a KDE4 application, you need to do :</li>
-<code>$ mkdir build<br/>
-$ cd build<br/>
-$ cmake ..<br/>
-$ make
-</code>
 <li>We assume <tt>cmake</tt> runs well, and that <tt>make</tt> fails with this kind of message :</li>
 <code>CMakeFiles/kcm_krunner_spellcheck.dir/spellcheck_config.o:(.data.rel.ro._ZTV13ConfigFactory[vtable for ConfigFactory]+0x44):
 undefined reference to `<b>KPluginFactory::create</b>(char const*, QWidget*, QObject*, QList&lt;QVariant&gt; const&amp;, QString const&amp;)'<br/>




More information about the pkg-kde-commits mailing list