Re: already compile problems.....

bil Jeschke <[email protected]> Thu, 22 Jan 2004 22:01:34 -0600
Newsgroups gmane.linux.debian.kde.cvs
Message-ID <1074830494.5846.5.camel@newtoy>
On Thu, 2004-01-22 at 18:23, Indy500 wrote:
> Hi
> 
> I can do what I want. The error is still there and I have absolutely no Idea 
> what to do. The configuration seems to be ok. (the only thing changed, since 
> the last functional system, is your Qt package).
> 
> Here again, the error:
> 
> checking for libjpeg... -ljpeg
> checking for Qt... configure: error: Qt (>= Qt 3.1 (20021021)) (library qt-mt) 
> not found. Please check your installation!
> For more details about this problem, look at the end of config.log.
> Make sure that you have compiled Qt with thread support!
> 
> Maybe anyone else have a hint for me. The packages are installed very well, no 
> broken links, all files are present.
> 
> _______________________________________________
> debian-kde-cvs mailing list
> [email protected]
> http://opendoorsoftware.com/mailman/listinfo/debian-kde-cvs
Sorry if this has been mentioned before, but have you tried passing the
qt path to configure?  I have had to do this with some brain dead
scripts.
./configure qt=/usr/share/qt3/ 
it may be looking in /usr/share/qt/ which it is not in.