qt - Problem compiling Linux source -
I am trying to compile the Linux source, but the QT is always unavailable, here is an output
[Root @ localhost linux-2.6.32.5] # yum install qt3 Loaded plugin: Refresh -PacketKit installation process package installation qt3-3.3.8b-25.fc11.i586 is already installed and latest Version [Root @ Local Host Linux -2.6.32.5] #Macxconfig Check QT * * Unable to locate QT3 installation Please make sure that * QT3 VIC Sense package is installed properly and * either install pkg-config or set the QTDIR environment variable * to the right place * Create [1]: *** There is no rule to create 'script / configure / .tmp_qtcheck' , Which is required by 'Script / Configure / QT Configuration'. Stop. Make: *** [xconfig] Error 2 [root @ localhost linux -2.6.32.5] #quote $ QTDIR / url / lib /qt-3.3 [root @ localhost linux -2.6.32.5] #What can be the problem?
Maybe you have just installed libraries in the qt3 package but not the header files? You might have to install package qt3-devel or something similar to your Linux distribution ...
Comments
Post a Comment