<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/4.2.2">
</HEAD>
<BODY>
Le dimanche 18 d&#233;cembre 2011 &#224; 14:17 +0200, Nezer Zaidenberg a &#233;crit&nbsp;:
<BLOCKQUOTE TYPE=CITE>
    Hello,
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    <BR>
    <BR>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    I am trying to build packages of gstreamer-0.10.35 for RHEL 6.1 (or Centos/Scientific Linux) to replace the packages that comes with the OS (0.10.29)
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    <BR>
    <BR>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    1. I am using the gstreamer.spec that comes in the build directory of the gstreamer package.
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    <BR>
    <BR>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    I managed to compile and build gstreamer 0.10.35 but when I use the &nbsp;spec file provided by the gstreamer distribution I encounter the following problem
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    - gstreamer is calling configure with enable-gobject introspection.
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    - the glib2 that comes with RHEL doesn't seem to have the feature enabled.
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    <BR>
    <BR>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    In order to build the package I disabled gobject introspection.
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    <BR>
    <BR>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    How does this effect the runtime?<BR>
</BLOCKQUOTE>
This won't affect the runtime. GObject introspection is use in automatic bindings.
<BLOCKQUOTE TYPE=CITE>
    <BR>
    <BR>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    2. After building gstreamer I see errors about file not found. the filenames look like&nbsp;
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    <BR>
    <BR>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    Gst-0.10.gir (and other .gir files)
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    Gst-0.10.typelib (and other .typelib files)<BR>
</BLOCKQUOTE>
<BR>
Those are the files generated by GObject introspection, most likely referenced in the install section of you spec. It is normal that you have to remove those if you have disabled their creation.<BR>
<BR>
regards,<BR>
Nicolas
<BR>
</BODY>
</HTML>