[aur-general] Problem with package compilation
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. [1] https://aur.archlinux.org/packages/pica-pica-client/ [2] http://privatepaste.com/daa45bbcf1
El Domingo, 3 de marzo de 2013 14:25:52 der_FeniX escribió:
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.
[1] https://aur.archlinux.org/packages/pica-pica-client/ [2] http://privatepaste.com/daa45bbcf1
have you tried with qt3? qt doesn't allows you to mix between "major" releases (nowadays, software which need qt4 won't compile if you try to compile it with qt5, at least, not all of them)
El Domingo, 3 de marzo de 2013 14:25:52 der_FeniX escribió:
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.
[1] https://aur.archlinux.org/packages/pica-pica-client/ [2] http://privatepaste.com/daa45bbcf1
have you tried with qt3? qt doesn't allows you to mix between "major" releases (nowadays, software which need qt4 won't compile if you try to compile it with qt5, at least, not all of them)
I don't know how to tell him to use qt3. But in any case it was compiled last time with qt4 and it requires qt4, and while configuring it is check for qt4 version only. Why he search qt3 files - I don't understand.
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
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 :)
participants (3)
-
Andrea Scarpino
-
der_FeniX
-
Jorge Barroso