Re: Building KDE2 Current Status


Subject: Re: Building KDE2 Current Status
From: Patrick Callahan (pac1@tiac.net)
Date: Tue Nov 28 2000 - 21:01:04 MST


Just another FYI. No responses needed.

While building kde did not require this, I had to put this link in to get quanta+
2.0 to build (quanta+ is a web editor)

cd /usr/lib
ln -s qt-2.2.1 qt2

otherwise the configure would fail with:

checking for Qt... configure: error: Qt (>= Qt 2.2.0 Beta1) (libraries) not found.
Please check your installation!
For more details about this problem, look at the end of config.log.

Checking the config log showed me where the quanta build would look for qt.
/usr/lib/qt2 was in the list, so I linked from it to the qt libraries I built to
get KDE going.

Patrick Callahan wrote:

> qt-2.1.1 is built
> kdesupport is built (docs say it must be built first)
> kdelibs is built - stopped in the middle but restarted without getting the same
> error.
>
> Build script for qt:
> #!/bin/sh
> # buildqt.sh
> rpm -Uvh /downloads/qt-2.2.1-1a.src.rpm
> cd /usr/lib
> tar -xvf /usr/local/src/redhat/SOURCES/kdelibs-2.0.tar
> cd /usr/lib/qt-2.2.1
> patch -p1 </usr/local/src/redhat/SOURCES/qt-no-exceptions.patch
> export QTDIR=$PWD
> ./configure -sm -gif -system-jpeg -no-opengl
> make
>
> build script for kde2
>
> #!/bin/sh
> # buildkde.sh
> function kdepkg () {
> rpm -Uvh /downloads/${1}-2.0-1a.src.rpm
> bzip2 -d /usr/local/src/redhat/SOURCES/${1}-2.0.tar.bz2
> cd /usr/src
> tar -xvf /usr/local/src/redhat/SOURCES/${1}-2.0.tar
> rm -f /usr/local/src/redhat/SOURCES/${1}-2.0.tar.bz2
> rm -f usr/local/src/redhat/SOURCES/${1}-2.0.tar
> export KDEDIR=/usr/local/kde2/
> export QTDIR=/usr/lib/qt-2.2.1
> cd /usr/src/${1}-2.0
> make -f Makefile.cvs
> ./configure --enable-debug
> make clean
> make
> make install
> }
>
> kdepkg kdesupport
> kdepkg kdelibs
> # not yetkdepkg kdelibs-devel
> # not yet kdepkg kdelibs-sound
> kdepkg kdebase
> kdepkg kdegrapics
> kdepkg kdeadmin
> kdepkg kdepim
> kdepkg kdoc
> kdepkg kdetoys
> kdepkg kdenetwork
> kdepkg kdoc
> kdepkg koffice



This archive was generated by hypermail 2a24 : Wed Nov 29 2000 - 18:37:09 MST