Re: already compile problems.....
Robert Kratky <[email protected]> Fri, 23 Jan 2004 09:30:42 +0100
| Newsgroups | gmane.linux.debian.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Dne pátek, 23. ledna 2004 1:23 Indy500 napsal(a): > 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. perhaps it's a badly written configure script. did you try specifying the path to your headers/libraries with command line parameters? --with-qt-dir; --with-qt-libraries; --with-qt-includes; and the like... robert