[aur-general] Problem with package compilation

Andrea Scarpino andrea at archlinux.org
Sun Mar 3 06:19:51 EST 2013


On Sunday 03 March 2013 14:25:52 der_FeniX wrote:
> Hello!
> I have trouble with compiling package from aur [1].
> Its compilation was not tested a long time. I was need to change dependency
> from qt to qt4 there and when I try to compile it - compilation fails.
> Error messages are there [2]. From google I knew that this files are from
> qt3, but it shouldn't require them.

You need to pass MOC=/usr/bin/moc-qt4 UIC=/usr/bin/uic-qt4 to the configure 
call this way:
MOC=/usr/bin/moc-qt4 UIC=/usr/bin/uic-qt4 ./configure...

-- 
Andrea
Arch Linux Developer


More information about the aur-general mailing list