trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: March 2011

WARNING: No Qt ui compiler (uic) found

From: Darrell Anderson <humanreadable@...>
Date: Tue, 8 Mar 2011 19:17:58 -0800 (PST)
I'm trying to work my way through building the core apps, either with cmake when supported or automake. I received the following trying to build kdeaccessibility:

================================
checking for Qt... libraries /usr/lib/qt-3.3.8c/lib, headers /usr/lib/qt/include using -mt
checking for moc... /usr/lib/qt/bin/moc
checking for uic-tqt... not found
configure: WARNING: No Qt ui compiler (uic) found!
Please check whether you installed Qt correctly.
You need to have a running uic binary.
configure tried to run  and the test didn't
succeed. If configure shouldn't have tried this one, set
the environment variable UIC to the right one before running
configure.

make: *** No targets specified and no makefile found.  Stop.
================================

I ran into the same message several days ago when first trying to build arts. The list archives show no response to that query. Thus I don't know what causes this message.

I have qt-3.3.8c, tqtinterface, arts, kdelibs, and kdebase installed.

Darrell