Hello. I am attempting to install some software from source that requires Qt libs from
http://trolltech.com/developer/downloads/qt/index/. The installation of 64-bit Qt libs appears to complete without issue, but I get the following error when attempting to install the software:
ronnyquest:$ ./configure
Configuring harnmaker package...
Checking for qmake...yes
Checking Qt version...no!
ERROR: incorrect Qt version found: **Unknown**
Be sure you have a properly configured Qt build environment. This application
requires a Qt library version of 4.3.0 or greater. Some systems split Qt
into separate runtime and development packages. If this is your case, make sure
you have both. The 'qmake' command should be in your path, and you may need to
use either the QTDIR environment variable or the --qtdir configure option. It
may be necessary to use the --spec option if qmake cannot determine your build
The software is Qbrew and HârnMaker, both found here:
http://www.usermode.org/code.htmlThe output of uname -a:
Linux fallout.TEOTWAWKI 3.2.22 #1 SMP Sat Jul 7 21:04:11 CDT 2012 x86_64 AMD Phenom(tm) II X4 965 Processor AuthenticAMD GNU/Linux
Any ideas, thoughts, comments, questions, zen? Thanks.