After hours of trying to get RedHat 7.1 to update the new rpms.. I finally just caved in and installed a clean version of 7.2.

It was nice to see every rpm needed for ShowEQ 4.. install without a single error..

That is until.. Compliling QT..
run the ./configure with no errors

BUT
when running the make
on the QT in /usr/local/qt

I get
kernel/qpsprinter.cpp:5194: warning: 'char** font_path' might be used uninitialized in this function
kernel/qpsprinter.cpp: In method 'QPSPrinterFont::QPSPrinterFont(const QFont&,QPSPrinterPrivate*)':
kernel/qpsprinter.cpp:5194: warning: 'char**font_path' might be used uninitialized in this function
make[2]: *** [kernel/qpsprinter.o] Error 1
make [2]: Leaving directory '/usr/local/qt/src'
make [1]: *** [sub-src] Error 2
make [1]: Leaving directory '/usr/local/qt'
make: *** [Init} Error 2

What is stil the problem? please.. really get frustrated here.. thanks for anyone help.