[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: QTDIR & KDEDIR ./configure errors



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Building a QT3/KDE app on Debian Sid	

Install the necessary QT development packages
apt-get install libqt3-mt-dev libqt3-compat-headers g++ libstdc++5-dev

Install KDE Development packages
apt-get install kdelibs4-dev kdebase-dev

Make sure your g++ points to g++3.2 or 3.3
ls -al /usr/bin/g++*
lrwxrwxrwx    1 root     root           19 May 22 16:51 /usr/bin/g++ -> 
/usr/bin/g++-3.3.cc
- -rwxr-xr-x    1 root     root        74088 Mar 17 18:16 /usr/bin/g++-2.95
- -rwxr-xr-x    1 root     root        80716 May 31 16:35 /usr/bin/g++-3.2
- -rwxr-xr-x    1 root     root        80652 May 18 06:59 /usr/bin/g++-3.3

export QTDIR=/usr/share/qt3

./configure --prefix=/usr --libexecdir=/usr/bin --sysconfdir=/etc 
- --libdir=/usr/lib
- --includedir=/usr/include/kde --with-qt-includes=/usr/include/qt3 
- --mandir=/usr/share/man --infodir=/usr/share/info

All the extra options should not be needed under most circumstances, but 
better safe than sorry.

HTH, anyone who has more to add, be my guest.
James

- -- 
James Michael Greenhalgh
jgreenhalgh@opendoorsoftware.com
https://opendoorsoftware.com
open minds providing open source solutions
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE+2pHbgZMynI5GLOURAqJbAJ9sDmmvp1CCmoo3lPfv5zGFE+ft8ACgl094
EDtHozXvvQuSoRZesh+oDwI=
=CWvV
-----END PGP SIGNATURE-----



Reply to: