[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    developer.kde.org/build
From:       Stephan Binner <binner () kde ! org>
Date:       2005-02-27 5:36:34
Message-ID: 20050227053634.9E095148A2 () office ! kde ! org
[Download RAW message or body]

CVS commit by binner: 

"Most Recent Information" dated 2001?


  M +18 -55    compilationfaq.html   1.7


--- developer.kde.org/build/compilationfaq.html  #1.6:1.7
@@ -17,59 +17,4 @@
 first.</p>
 
-<h2>Most recent Information</h2>
-
-<h3>(09 November 2001) CVS: libxml2 and libxslt troubles in kdelibs</h3>
-The KDE CVS doesn't have its own copy of libxslt anymore. You need to first
-remove the KDE installation of it (e.g. $KDEDIR/bin/xml2-config and
-$KDEDIR/lib/libxml2*), then install libxml2 (&gt;=2.4.8) and libxslt (&gt;=1.0.6)
-(from source, or from packages for your distribution). Remove kdelibs/config.cache
-and re-run configure (after Makefile.cvs if you use CVS, obviously).
-
-<h3>(02 March 2001) KDE2.1: ksysguard/gui stops compilation because of dependency \
                problems</h3>
-Your <code>make</code> program is too old (e.g. version 3.77). Please update (3.79.1 \
                works fine).
-
-<h3>(28 February 2001) KDE2.1: konqueror/kfindpart doesn't find konq_dirpart.h</h3>
-Edit konqueror/kfindpart/Makefile.am and replace
-<p><code>INCLUDES= $(all_includes)</code></p>
-with
-<p><code>INCLUDES=-I$(top_srcdir)/libkonq $(all_includes)</code></p>
-
-<h3>(28 February 2001) KDE2.1: kldap.h:496: field `_timeout' has incomplete \
                type</h3>
-There is an error in kldap.h. You'll need to remove the "n" in ifndef,
-and add a #include &lt;time.h&gt;, as shown by the patch below:
-<pre><code>
--#ifndef TIME_WITH_SYS_TIME
-+#ifdef TIME_WITH_SYS_TIME
- #include &lt;sys/time.h&gt;
-+#include &lt;time.h&gt;
-</code></pre>
-
-<h3>(10 October 2000) libtool problem with libsane on SuSE 7.0</h3>
-<p>
-The SuSE 7.0 contains a sane package which contains a bug inside the
-libtool for the libsane (/usr/lib/libsane.la). To link any binary against
-this library via the libtool you need to replace inside this file the line
-</p>
-<p>installed=no</p> against <p>installed=yes</p>
-
-<h3>(30 May 2000) libtool: link: cannot find the library \
                `/tmp/jpeg-root/usr/lib/libjpeg.la'</h3>
-<p>This is a bug of SuSE 6.4. Grab the fixed .rpm from
-<a href="ftp://ftp.suse.com/pub/suse/i386/update/6.4/gra1/libjpeg-6.2.0-62.i386.rpm">ftp.suse.com/pub/suse/i386/update/6.4/gra1/libjpeg-6.2.0-62.i386.rpm</a>
                
-</p>
-
-<h2>Some other common problems</h2>
-
-<h3>(Solaris) ANSI C++ forbids declaration `XSetTransientForHint' with no type</h3>
-Well it's not new but better put it somewhere.
-Solaris X headers are buggy. They declare functions with
-no return type (assuming it defaults to int).
-You can get around by setting CXXFLAGS="-fpermissive" before ./configure
-to let g++ be okay with that.
-
-<h3>(BSD) Shared libraries are not correctly built, konqueror crashes with \
                &quot;Undefined
-symbol __eh_rtime_match&quot;</h3>
-Set LIBS="-lgcc -lstdc++ -Wl,-export-dynamic" while running
-configure, for all modules.
-
 <h2>General Questions</h2>
 
@@ -133,4 +78,22 @@
 correct location.
 
+<p>If you are using Solaris 2.6 and want to compile KDE as a normal
+user, please see <a href="solariscompile.html">this document</a>
+first.</p>
+
+<h2>Some other common problems</h2>
+
+<h3>(Solaris) ANSI C++ forbids declaration `XSetTransientForHint' with no type</h3>
+Well it's not new but better put it somewhere.
+Solaris X headers are buggy. They declare functions with
+no return type (assuming it defaults to int).
+You can get around by setting CXXFLAGS="-fpermissive" before ./configure
+to let g++ be okay with that.
+
+<h3>(BSD) Shared libraries are not correctly built, konqueror crashes with \
&quot;Undefined +symbol __eh_rtime_match&quot;</h3>
+Set LIBS="-lgcc -lstdc++ -Wl,-export-dynamic" while running
+configure, for all modules.
+
 <!-- END CONTENT -->
 <?php include ("footer.inc"); ?>


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic