On Sun, 30 Nov 2008, Yury V. Zaytsev wrote:
2) It stucks, because you are trying to build it against Qt3, which is the default on EL5. I worked around this issue by setting the default to Qt4 on my own boxes, but I think you can use the following trick (found this in the original SPEC from smplayer):%define qmake qmake-qt4 %build /usr/bin/make QMAKE=%{qmake} PREFIX=/usr
It won't build on EL5 because qmake-qt4 does not exist on RHEL5. Where does your qmake-qt4 come from on your RHEL5 ?
For me this is fine though, we won't have it for RHEL5, but newer Fedora releases will have it.
-- -- dag wieers, [EMAIL PROTECTED], http://dag.wieers.com/ -- [Any errors in spelling, tact or fact are transmission errors] _______________________________________________ users mailing list [email protected] http://lists.rpmforge.net/mailman/listinfo/users
