On Mon, May 21, 2007 at 09:48:51AM -0500, Mumia W.. wrote:
From: "Mumia W.." <paduille.4061.mumia.w+nospam@earthlink.net> To: Debian User List <debian-user@lists.debian.org> Subject: 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/qt3I 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. Idon'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+b1ii 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 kdeii 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-2Thanks.Kdelibs4-dev is missing. Try this command: apt-get build-dep twinkleThat 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.
thanks, it's better, but always ./configure failed: ................... checking boost/regex.h usability... yes checking boost/regex.h presence... yes checking for boost/regex.h... yes checking for main in -lboost_regex... no checking for main in -lboost_regex-gcc... no configure: error: libboost_regex library is missing (boost package). dpkg -l | grep libboost:ii libboost-date-time1.33.1 1.33.1-10 ii libboost-dev 1.34.0-1
ii libboost-regex-dev 1.34.0-1 ii libboost-regex1.33.1 1.33.1-10 ii libboost-regex1.34.0 1.34.0-1 ii libboost-thread1.33.1 1.33.1-10 apt-cache search libboost | grep regex : libboost-regex-dev - regular expression library for C++ libboost-regex1.33.1 - regular expression library for C++ libboost-regex1.34.0 - regular expression library for C++I don't know which libboost-regex, configure needs ...
-- Gérard