[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Fwd: Help please
From: |
Ralf Wildenhues |
Subject: |
Re: Fwd: Help please |
Date: |
Wed, 4 Nov 2009 21:09:29 +0100 |
User-agent: |
Mutt/1.5.20 (2009-08-09) |
* Francisco Soto wrote on Wed, Nov 04, 2009 at 09:00:21PM CET:
[...]
> checking for perl... /usr/bin/perl
> configure: error: Qt (>= Qt 3.2 and < 4.0) (headers and libraries) not
> found. Please check your installation!
> For more details about this problem, look at the end of config.log.
> checking for Qt...
> ***Terminado con estado 1***
This is your issue: kdevelop created a configure.ac (or configure.in)
that wants Qt 3 installed, and you don't have it installed. I see two
alternative ways out:
1) teach kdevelop that you don't need Qt for your program (in case
you don't, that is). I don't know how to do this, as I don't know
kdevelop well, but it can be done.
2) Install Qt, libraries plus development packages. The names of the
needed packages are distro-dependent, something like qt3-devel and
libqt3 or so.
Hope that helps.
Cheers,
Ralf