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

Re: ./configure failed (twinkle)



On 05/21/2007 06:48 AM, Gerard Robin wrote:
On Mon, May 21, 2007 at 11:47:06AM +0200, Jonathan Kaye wrote:
From: Jonathan Kaye <jdkaye10@yahoo.es>
To: debian-user@lists.debian.org
Subject:  Re: ./configure failed  (twinkle)
Gerard Robin wrote:

Hello,
in /usr/local/src/twinkle-1.0.1/  I did ./configure and I got:
......
checking for qt-mt >= 3.3.0 qt-mt < 4.0... yes
........
checking value of $QTDIR... not set
configure: error: Set $QTDIR to the Qt directory, eg. /usr/lib/qt3

I set QTDIR at /usr and it was ok for tis error, but now ./configure says:

checking for KDE... configure: error:
in the prefix, you've chosen, are no KDE headers installed. This will
fail. So, check this please and use another prefix!

What can I do ?

On the other hand I tried to make a .deb package and when I ran:
debuild -us -uc I got:
dpkg-checkbuilddeps : error: missing a line Package in the paragraph 2
concerning the packages in the file control debuild: fatal error at line
987: You do not appear to have all build dependencies properly met,
aborting. (Use -d flag to override.)
If you have the pbuilder package installed you can run
/usr/lib/pbuilder/pbuilder-satisfydepends as root to install the
required packages, or you can do it manually using dpkg or apt using
the error messages just above this message.

My file control begin like this :

Source: twinkle
Section: comm
Priority: optional
Maintainer: foo <foo@bar.fr>
Build-Depends: debhelper (>= 5), autotools-dev, libcommoncpp2-dev,
libccrtp-dev, libzrtpcpp-dev, libqt3-mt-dev Standards-Version: 3.7.2

Package: twinkle
Architecture: amd64
.........

the paragraph 2 contains a line Package ...

Can someone help me to succed at least one of the two cases.
Hi Gerard,
Do you have qt3-dev-tools libqt3-headers, libqt3-mt-dev, etc. installed. I
don't think Twinkle wants qt4.
dpkg -l | grep qt3 :
ii libavahi-qt3-1 0.6.19-2 ii libqt3-headers 3:3.3.7-4+b1 ii libqt3-mt 3:3.3.7-4+b1
ii  libqt3-mt-dev                     3:3.3.7-4+b1
ii  libqt4-qt3support                 4.2.3-1+b1
ii  python-qt3                        3.17.2-1
ii  qt3-dev-tools                     3:3.3.7-4+b1
dpkg -l grep kde
ii kdelibs-data 4:3.5.6.r1.dfsg.1-4 ii kdelibs4c2a 4:3.5.6.r1.dfsg.1-4 ii libkdepim1a 4:3.5.6.dfsg.1-2

Thanks.

Kdelibs4-dev is missing.

Try this command: apt-get build-dep twinkle

That should install the build dependencies for twinkle if you are trying to compile the version of twinkle that is patched for your current Debian distribution.





Reply to: