bug-libtool
[Top][All Lists]
Advanced

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

Re: Fwd: Help please


From: Francisco Soto
Subject: Re: Fwd: Help please
Date: Wed, 4 Nov 2009 18:26:30 -0300

thanks... i all ready fixed, but it says to me that there is another problem
......
checking whether uic supports -L ... yes
checking whether uic supports -nounload ... yes
checking if Qt needs -ljpeg... no
checking for rpath... yes
configure: error:
in the prefix, you've chosen, are no KDE libraries installed. This will fail.
So, check this please and use another prefix!
checking for KDE..
***Terminado con estado 1***

I have the libraries, but maybe the link is wrong, because it doesn't find it :s




2009/11/4 Ralf Wildenhues <address@hidden>
* 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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]