PDA

View Full Version : Help with getting SEQ to work



Caine
07-07-2004, 04:31 PM
Hello everyone, I recently installed ShowEQ 5.0.0.7 using the CVS thing and did a "make -f Makefile.dist". That worked fine though, but heres the problem: Once I ran the ./configure however it gave me an error.

Unable to locate your Qt includes
configure: error: please verify your Qt devel install

I tried using "export QTDIR=/usr/lib/qt-3.1" but this didn't solve the problem

I am running RedHat 9.0.

Could anyone please help me out?

Althalus
07-07-2004, 06:34 PM
Check that you have both "qt" and "qt-devel" installed on your RedHat system. Verify by

$ rpm -q qt
qt-3.1.1-6

$ rpm -q qt-devel
qt-devel-3.1.1-6

If you get a
package qt-devel is not installed
then you will need to get the rpm file and install it.

While your at it, save yourself some aggravation and make sure that all the other packages listed in the INSTALL file are also installed.

ShowEQ compiled fine on my RedHat 9.0 system.