build development environment

David Tardon dtardon at redhat.com
Tue Feb 5 22:38:43 PST 2013


Hi,

On Mon, Feb 04, 2013 at 06:24:22PM -0800, timllloyd wrote:
> Hi, I tried to set up the LO dev environment but ran into problems if anyone
> can help.
> 
> I am running Fedora 18.

> Then I got a problem with gstreamer which I have already installed. I had a
> trawl of the net for possible solutions but I can't see anything obvious.
> Can anyone help? I have included the log of ./configure.sh, the error
> message and an attempt to reinstall gstreamer which fails as they are
> already there:
> 
> configure: error: Package requirements (gstreamer-0.10
> gstreamer-plugins-base-0.10 ) were not met:
> 
> No package 'gstreamer-0.10' found
> No package 'gstreamer-plugins-base-0.10' found

The problem is there are currently _two_ versions of gstreamer:
gstreamer 0.10 and gstreamer 1.0; both are available in Fedora 18 and
both can be used by libreoffice. But Fedora 18 and libreoffice master
have different defaults: Fedora prefers gstreamer 1.0, so Fedora's
libreoffice package is configured to use it too, while libreoffice
master still defaults to gstreamer 0.10. You either need to install
gstreamer-devel and gstreamer-plugins-base-devel (you currently have
gstreamer1-devel and gstreamer1-plugins-base-devel) or pass
--disable-gstreamer-0_10 --enable-gstreamer to autogen.sh . It really
does not matter much which possibility you select, unless you want to
hack on gstreamer support.

D.


More information about the LibreOffice mailing list