<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Thanks Thiago,<br>
    <br>
    I am running Fedora 18 (I know it is a little bit old)<br>
    <br>
    I installed git, got the create-uninstalled-setup.sh and ran it.  I
    did not find any 'instructions' other than the scripts - perhaps I
    looked in the wrong place.<br>
    <br>
    The first problem I had was that the script told me that I was
    missing "some very basic tools or dependencies" but didn't say
    what.  It recommended I visited <a class="moz-txt-link-freetext"
      href="http://gstreamer.freedesktop.org/wiki/Fedora">http://gstreamer.freedesktop.org/wiki/Fedora</a>
    for instructions on how to install - but that came up "<strong>This
      page does not exist yet. You can create a new empty page, or use
      one of the page templates.</strong>"  So I looked at the tests the
    script had performed and installed bison and flex.<br>
    I then tried to run autogen.sh.  This reported that<br>
    <span>  checking for autopoint >= 0.17 ... autopoint not found !<br>
      You must have autopoint installed to compile gstreamer.<br>
      Download the appropriate package for your distribution,<br>
      or get the source tarball at <a class="moz-txt-link-freetext" href="ftp://ftp.gnu.org/pub/gnu/gettext/">ftp://ftp.gnu.org/pub/gnu/gettext/</a><br>
        checking for libtoolize >= 2.2.6 ... found 2.4.2, ok.<br>
        checking for pkg-config >= 0.8.0 ... found 0.27, ok.<br>
      <br>
      - Please get the right tools before proceeding.<br>
      - Alternatively, if you're sure we're wrong, run with --nocheck.<br>
      <br>
      I have read that autopoint is part of gettext (which I have
      installed - I also have gettext-libs, but not gettext-devel,
      gettext-common-javadoc, gettext-commons or gettext-common-devel). 
      I have tried running autopoint from a command line and it is NOT
      found.<br>
      <br>
      Do I need to install one or more of those packages?<br>
      <br>
      Ian<br>
      <br>
    </span>
    <div class="moz-cite-prefix">On 31/01/2014 14:51, Thiago Santos
      wrote:<br>
    </div>
    <blockquote cite="mid:52EBB881.5060405@collabora.com" type="cite">
      <meta content="text/html; charset=ISO-8859-1"
        http-equiv="Content-Type">
      <div class="moz-cite-prefix">On 01/31/2014 05:15 AM, Ian Davidson
        wrote:<br>
      </div>
      <blockquote cite="mid:52EB5BAE.60503@blueyonder.co.uk" type="cite">To


        clarify - I have not used the git master before and I don't know
        the process. <br>
      </blockquote>
      <br>
      You will need to clone and build the gstreamer modules. Check the
      developer instructions at <a moz-do-not-send="true"
        href="http://gstreamer.freedesktop.org/dev/">http://gstreamer.freedesktop.org/dev/</a><br>
      <br>
      and use git to clone the modules you need, I'd recommend using a
      gst-uninstalled setup so that you don't have to install the
      binaries to your system. You can find instructions about it at the
      'scripts' dir on the core gstreamer module or at
      <meta http-equiv="content-type" content="text/html;
        charset=ISO-8859-1">
      <a moz-do-not-send="true"
        href="http://cgit.freedesktop.org/gstreamer/gstreamer/tree/scripts">http://cgit.freedesktop.org/gstreamer/gstreamer/tree/scripts</a>,
      look for gst-uninstalled and create-uninstalled-setup.sh<br>
      <br>
      Then you just need to build the modules from the uninstalled
      setup. Build by running './autogen.sh' from the module, remember
      to check the final output listing the plugins that are enabled and
      the ones that aren't. If a plugin you need/want is disabled, check
      if its build dependencies are installed on your system and run
      autogen.sh again. Then just run make and it should build.<br>
      <br>
      If you have a sample application/script that shows the problem,
      you can send it to the list for other devels to look if it is
      correctly using camerabin.<br>
      <br>
      --<br>
      Thiago</blockquote>
    <br>
  </body>
</html>