Hi All,
ok, something just not right here,
[root@localhost commi-0.3.1]# make /bin/uic commimainform.ui -o .ui/commimainform.h make: /bin/uic: Command not found make: *** [.ui/commimainform.h] Error 127 [root@localhost commi-0.3.1]# ./configure ./configure: line 3: qmake: command not found ./configure: line 3: /bin/qmake: No such file or directory qmake not found. Do you have Qt? [root@localhost commi-0.3.1]# cd /usr/lib/qt-3.3 [root@localhost qt-3.3]# ls bin etc lib plugins [root@localhost qt-3.3]# cd bin [root@localhost bin]# ls [root@localhost bin]#
Now, if I go to /usr/local/qt/bin,
[root@localhost bin]# cd /usr/local/qt
[root@localhost qt]# ls
bin doc INSTALL MANIFEST qmake translations
changes-3.3.4 examples lib mkspecs README tutorial
config.status extensions LICENSE.GPL pics README-QT.TXT
config.tests FAQ LICENSE.QPL PLATFORMS src
configure include Makefile plugins tools
[root@localhost qt]# cd bin
[root@localhost bin]# ls
assistant findtr lrelease moc qmake qtrename140
designer linguist lupdate qm2ts qt20fix uic
[root@localhost bin]#
qmake and uic exist. Little stumped on this 1. Cheers.
Mark Sargent.