On 09/25/2014 03:44 AM, Bjoern Michaelsen wrote:
On Wed, Sep 24, 2014 at 07:50:56PM -0400, Robinson Tryon wrote:
On Wed, Sep 24, 2014 at 7:33 PM, Dan Lewis <elderdanle...@gmail.com> wrote:
Ubuntu version. I seem to recall that build-dep did not install all of
the required build environment for me and that I had to add extra stuff.
bingo!

      First and only error:

         Error running ./autogen.sh line 258.

Explanation of the error:
          Files not found:
  gstreamer-0.10
  gstreamer-0.10-plugins-base-0.10
...
So, what should I do now. My laptop (32r bit) is running Kubuntu 14.04.
The build dependencies package on *buntu doesn't include gstreamer
stuff. To fix that:

  sudo apt-get install libgstreamer0.10-dev libgstreamer-plugins-base0.10-dev
Alternatively, do:

  ./autogen.sh --enable-gstreamer --disable-gstreamer-0-10

to use the less horribly outdated gstreamer 1.0 instead of gstreamer 0.10 (as 
Ubuntu
packages do).

Best,

Bjoern
When I ran this on Ubuntu 12.04 (64 bit), an error was generated even though I have gstreamer1.0 installed (a total of 20 files for this are listed in synaptic). The message: could not find gstreamer1.0.

(1) ./autogen.sh --enable-ext-mariadb-connector --enable-bundle-mariadb --enable-gstreamer --disable-gstreamer-0-10

However, when I ran

( 2)   make fetch

and then reran (1), I got the same error message. then I ran (3) which did not produce any error message. (I also have gstreamer0.1 installed.)

(3)
./autogen.sh --enable-ext-mariadb-connector --enable-bundle-mariadb
_______________________________________________
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/

Reply via email to