On Monday 01 December 2008 02:45:19 pm Dag Wieers wrote:
> 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 ?I'm also curious, i don't have a qmake-qt4 here.. in which package is it included? I got to build on el5 by adding the qt4 bin dir to the path. I've changed the spec file so it should also build on el5 (with the patch made by Yury) and not only on the latest fedora. Dries _______________________________________________ users mailing list [email protected] http://lists.rpmforge.net/mailman/listinfo/users
