<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 09/25/2014 03:44 AM, Bjoern
      Michaelsen wrote:<br>
    </div>
    <blockquote cite="mid:20140925074447.GH7097@uzi" type="cite">
      <pre wrap="">On Wed, Sep 24, 2014 at 07:50:56PM -0400, Robinson Tryon wrote:
</pre>
      <blockquote type="cite">
        <pre wrap="">On Wed, Sep 24, 2014 at 7:33 PM, Dan Lewis <a class="moz-txt-link-rfc2396E" href="mailto:elderdanlewis@gmail.com"><elderdanlewis@gmail.com></a> wrote:
</pre>
        <blockquote type="cite">
          <blockquote type="cite">
            <pre wrap="">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.
</pre>
          </blockquote>
        </blockquote>
        <pre wrap="">
bingo!

</pre>
        <blockquote type="cite">
          <pre wrap="">     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.
</pre>
        </blockquote>
        <pre wrap="">
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
</pre>
      </blockquote>
      <pre wrap="">
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
</pre>
    </blockquote>
    <font face="DejaVu Sans">     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. <br>
      <br>
      (1)    ./autogen.sh --enable-ext-mariadb-connector
      --enable-bundle-mariadb --enable-gstreamer
      --disable-gstreamer-0-10<br>
      <br>
      However, when I ran<br>
      <br>
      ( 2)   make fetch<br>
      <br>
      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.)<br>
      <br>
      (3)   </font><br>
    <font face="DejaVu Sans">./autogen.sh --enable-ext-mariadb-connector
      --enable-bundle-mariadb</font>
  </body>
</html>