3 Mar
2013
3 Mar
'13
11:32 a.m.
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...
Thank you! Compilation successful! Will try to remember that trick :)