LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Qt header not found (https://www.linuxquestions.org/questions/linux-software-2/qt-header-not-found-74093/)

xprometeus 07-19-2003 11:53 AM

Qt header not found
 
Hi i have this problem: allways when i compile (./configure) any QT application i have this problem -QT not found but i have installed
all QT rpm from KDE

DrOzz 07-19-2003 12:23 PM

did you update your qt? if so then the diretory that it is installed to is probably different than what is specified in the configure script...so either :
a) specify where qt is located when you run configure
or:
b) manually edit the configure script to point to the proper directory.
the syntax for option (a) would be something like follows:
./configure --with-qt-dir=/usr/lib/qt-3.1
and specify where qt is...in the example i used /usr/lib/qt-3.1 so that could be different than yours, you'll have to see what yours is.

fancypiper 07-19-2003 12:30 PM

Does it require kernel-sources perhaps? Is it looking for something called /usr/src/linux which Red Hat doesn't make?

Compare the path to what you have installes to where the configure expects it to be.

Re-read the README and INSTALL files and make sure you have what everything expects it to be and if not, make symbolic links to them.

# Redhat links
RedHat Linux Manuals
Get your mp3 support here
Maximum RPM
rpmfind
Easier software management: apt4rpm - Red Carpet
RedHat 8.0 Tips & Tricks

# Redhat 7.3 down configuration commands
setup leads to several configuration tools

# Redhat 7.3 up configuration commands
Configure soundcard:
redhat-config-soundcard
Configure X server:
redhat-config-xfree86
Configure network:
redhat-config-network
Manage software:
redhat-config-packages

# Handling NTFS
New Technology FileSystem (NTFS) HOWTOs
Linux NTFS project

xprometeus 07-19-2003 12:37 PM

great ...and now same thhin with KDE
 
./configure --with-qt-dir=/usr/lib/qt-3.1 - this fix problem with QT

next error :

In the prefix you have choosen are no KDE header instaled ...

thanks

fancypiper 07-19-2003 12:47 PM

Another dependency to chase. Apparently you didn't install the software developmental packages when you first installed.

Did you check out apt4rpm or Red Carpet?

xprometeus 07-19-2003 01:51 PM

Thanks for your help friends
 
Problem was fact that not all KDE required files was not installed :(
but i have now fix it ... (after reinstaling of 100 files) :)



thanks


All times are GMT -5. The time now is 04:56 PM.