Hi,

Yesterday I compiled sucessfully Rivendell HEAD from CVS in Ubuntu 11.04
64-bit. I just uninstalled the libqt3-mt* and other QT3 packages because
they gave some conflicts (I got many "error: qmetaobject.h: No such file or
directory" when running make; this was because the Makefile invoked the moc
command from Qt3 and not the one from Qt4... another way to fix this is
editing each Makefile and changing the line "MOC = moc" to "MOC = moc-qt4").

I used the  "export CPPFLAGS=-I/usr/share/qt4/include", as Phillpe
suggested to run sucessfully the configure command.

Bye

2012/4/4 philippe <philippe.ga...@free.fr>

> No one tried compiling on ubuntu with Qt4 and mostly found what should
> be done to have success on the make process?
>
> I continued my research with my limited skills but have not found the
> solution. ;-(
>
> Cheers,
> Philippe
>
>
> Le 29/03/2012 17:38, philippe a écrit :
> > Le 29/03/2012 16:34, Fred Gleason a écrit :
> >> Looks like it's just the 'QtNetwork' components that are missing.  Are
> those packaged separately on Ubuntu?  Do you have those packages (including
> any relevant '-devel' sub-packages) installed?
> > Yes the libqt4-network and libqt4-dev are installed (I have install all
> > the libqt4-* files to be sure not to forget a library).
> > It was one of my first audits (I still tried by myself before screaming
> > for help ;-)).
> >
> > I think yet not far from the solution but...I miss the Qt expertise.
> >
> > Cheers,
> > Philippe
> >
> > _______________________________________________
> > Rivendell-dev mailing list
> > Rivendell-dev@lists.rivendellaudio.org
> > http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev
> >
>
> _______________________________________________
> Rivendell-dev mailing list
> Rivendell-dev@lists.rivendellaudio.org
> http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev
>
_______________________________________________
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev

Reply via email to