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
Need help with this folks. I can't test bug fixes if I can't compile the packages. :)
I have qt-3.3.8c installed. /usr/lib/qt/bin/uic is installed (291 KB). /usr/lib/qt/bin looks the same as in 3.3.8b, just different file sizes.
tqtinterface, kdelibs, and kdebase build and install without errors. I can't proceed further because the packages not yet converted to cmake all fail with this same error message.
I temporarily installed 3.3.8b and saw the same error message.
Darrell
--- On Tue, 3/8/11, Darrell Anderson humanreadable@yahoo.com wrote:
From: Darrell Anderson humanreadable@yahoo.com Subject: [trinity-devel] WARNING: No Qt ui compiler (uic) found To: trinity-devel@lists.pearsoncomputing.net Date: Tuesday, March 8, 2011, 9:17 PM 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
To unsubscribe, e-mail: trinity-devel-unsubscribe@lists.pearsoncomputing.net For additional commands, e-mail: trinity-devel-help@lists.pearsoncomputing.net Read list messsages on the Web archive: http://trinity-devel.pearsoncomputing.net/ Please remember not to top-post: http://trinity.pearsoncomputing.net/mailing_lists/#top-posting
On Wednesday 09 March 2011 19:34:20 Darrell Anderson wrote:
Need help with this folks. I can't test bug fixes if I can't compile the packages. :)
I have qt-3.3.8c installed. /usr/lib/qt/bin/uic is installed (291 KB). /usr/lib/qt/bin looks the same as in 3.3.8b, just different file sizes.
Fixed in svn, now cmake installing uic-tqt as well. Update svn tree and rebuild tqtinterface.
Okay, seems that error message is repaired. Thanks.
Unfortunately, I can't build any package that uses automake. They all break at various points. I'll send new posts for each one. :(
Darrell
--- On Wed, 3/9/11, Serghei Amelian serghei@thel.ro wrote:
From: Serghei Amelian serghei@thel.ro Subject: Re: [trinity-devel] WARNING: No Qt ui compiler (uic) found To: trinity-devel@lists.pearsoncomputing.net Date: Wednesday, March 9, 2011, 1:21 PM On Wednesday 09 March 2011 19:34:20 Darrell Anderson wrote:
Need help with this folks. I can't test bug fixes if I
can't compile the
packages. :)
I have qt-3.3.8c installed. /usr/lib/qt/bin/uic is
installed (291 KB).
/usr/lib/qt/bin looks the same as in 3.3.8b, just
different file sizes.
Fixed in svn, now cmake installing uic-tqt as well. Update svn tree and rebuild tqtinterface.
-- Serghei
To unsubscribe, e-mail: trinity-devel-unsubscribe@lists.pearsoncomputing.net For additional commands, e-mail: trinity-devel-help@lists.pearsoncomputing.net Read list messsages on the Web archive: http://trinity-devel.pearsoncomputing.net/ Please remember not to top-post: http://trinity.pearsoncomputing.net/mailing_lists/#top-posting
On 03/08/2011 09:17 PM, Darrell Anderson wrote:
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
Darrell,
On Arch Linux, I had to manually include uic-tqt at the packaging stage since it was not installed by default:
# include uic-tqt in package cd ${srcdir} mkdir -p ${pkgdir}/opt/qt/bin cp -Rp ${srcdir}/${_svnmod}/qtinterface/uic-tqt ${pkgdir}/opt/qt/bin
Looks like that can be removed for cmake builds after Serghei's fix. Thanks Serghei!
If you still have problems with autotools, then you might try manually including it at the packaging stage. (it is just a script IIRC)
This particular bug is gone. I still can't build any packages using automake. I haven't posted any bug reports.
Darrell
--- On Tue, 3/15/11, David C. Rankin drankinatty@suddenlinkmail.com wrote:
From: David C. Rankin drankinatty@suddenlinkmail.com Subject: Re: [trinity-devel] WARNING: No Qt ui compiler (uic) found To: trinity-devel@lists.pearsoncomputing.net Date: Tuesday, March 15, 2011, 12:05 PM On 03/08/2011 09:17 PM, Darrell Anderson wrote:
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
Darrell,
On Arch Linux, I had to manually include uic-tqt at the packaging stage since it was not installed by default:
# include uic-tqt in package cd ${srcdir} mkdir -p ${pkgdir}/opt/qt/bin cp -Rp ${srcdir}/${_svnmod}/qtinterface/uic-tqt ${pkgdir}/opt/qt/bin
Looks like that can be removed for cmake builds after Serghei's fix. Thanks Serghei!
If you still have problems with autotools, then you might try manually including it at the packaging stage. (it is just a script IIRC)
-- David C. Rankin, J.D.,P.E.
To unsubscribe, e-mail: trinity-devel-unsubscribe@lists.pearsoncomputing.net For additional commands, e-mail: trinity-devel-help@lists.pearsoncomputing.net Read list messsages on the Web archive: http://trinity-devel.pearsoncomputing.net/ Please remember not to top-post: http://trinity.pearsoncomputing.net/mailing_lists/#top-posting
On 03/15/2011 03:18 PM, Darrell Anderson wrote:
This particular bug is gone. I still can't build any packages using automake. I haven't posted any bug reports.
Darrell
Yes, I've followed the other thread. It really looks like a manpower issue. In a perfect world, we would have all the man-hours needed to make sure both autotools and cmake building worked. Right now, it is just a resource and priority issue.
We all need to tap the other lists we are on and see if we can encourage other talented folks to commit a little bit of time and talent to the project. The more folks we can get -- the more resources we have to try and get things done.
That will put a bit of additional work on Tim to keep an eye on the 'allocation or resources' to make sure we can communicate to all where the current needs are and match those needs with the talents that people have. (but that is a good additional problem to worry about :)