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

Compiling kile for kde-3.1.1 - Bug in Qt?



Hi list,

I run a testing system with the kde 3.1.1 packages from
http://download.kde.org/stable/3.1.1/Debian. Now I want to compile
kile
(http://perso.club-internet.fr/pascal.brachet/kile/kile-1.5.tar.gz). I
have the following QT-packages installed:

fr@rechner:~/kile-1.5$ COLUMNS=120 dpkg -l | grep qt3 | awk '{ print $2 }' 
libqt3
libqt3-headers
libqt3-mt
libqt3-mt-dev
qt3-apps-dev
qt3-dev-tools
qt3-qtconfig

libqt3-mt-dev is needed for configure. My problem:

fr@rechner:~kile-1.5$ make
[...]
make[3]: Entering directory `/home/fr/kile-1.5/kile/gfe'
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include/kde -I/usr/share/qt3/include -I/usr/X11R6/include   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wnon-virtual-dtor -Wno-long-long -Wbad-function-cast -Wundef -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new  -c ticsOpData.cpp
In file included from ticsOpData.cpp:26:
ticsOpData.h:29: qtabdlg.h: No such file or directory
ticsOpData.h:30: qlined.h: No such file or directory
ticsOpData.h:31: qradiobt.h: No such file or directory
ticsOpData.h:32: qcombo.h: No such file or directory
ticsOpData.cpp:29: qbttngrp.h: No such file or directory
ticsOpData.cpp:30: qradiobt.h: No such file or directory

The *.h-files are all contained in the libqt3-dev package. But this
package confilcts with libqt3-mt-dev (which has to be installed for
configure to run without errors). What can I do?

Tanks

Florian


-- 
Florian Rossol
 gpg-key:	http://www.stud.uni-hannover.de/~ruessel/gnupg.html



Reply to: