<div dir="ltr"><div><div><div><div>Thanks Mark,<br></div>but it doesn't work!<br></div>I tried to "./configure,make,sudo make install" of "glib-2.44.1" and after "make check" I got:<br><br>============================================================================<br>Testsuite summary for glib 2.44.1<br>============================================================================<br># TOTAL: 28<br># PASS:  28<br># SKIP:  0<br># XFAIL: 0<br># FAIL:  0<br># XPASS: 0<br># ERROR: 0<br>============================================================================<br>make[6]: Leaving directory `/home/giacomo/Scrivania/gstreamer/glib-2.44.1/tests'<br>TEST: testglib... (pid=18945)<br>  /testglib/Infos:                                                     OK<br>  /testglib/Types Sizes:                                               OK<br>  /testglib/GStrings:                                                  OK<br>  /testglib/Various Strings:                                           OK<br>  /testglib/GList:                                                     OK<br>  /testglib/GSList:                                                    OK<br>  /testglib/GNode:                                                     OK<br>  /testglib/GTree:                                                     OK<br>  /testglib/Arrays:                                                    OK<br>  /testglib/GHashTable:                                                OK<br>  /testglib/Relation (deprecated):                                     OK<br>  /testglib/File Paths:                                                OK<br>  /testglib/File Functions:                                            OK<br>  /testglib/Parse Debug Strings:                                       OK<br>  /testglib/GMemChunk (deprecated):                                    OK<br>  /testglib/Warnings & Errors:                                         OK<br>  /testglib/Timers (slow):                                             OK<br>PASS: testglib<br>TEST: spawn-test... (pid=18960)<br>PASS: spawn-test<br>TEST: iochannel-test... (pid=18978)<br>PASS: iochannel-test<br>TEST: module-test... (pid=18992)<br>PASS: module-test<br>make[5]: Leaving directory `/home/giacomo/Scrivania/gstreamer/glib-2.44.1/tests'<br>make[4]: Leaving directory `/home/giacomo/Scrivania/gstreamer/glib-2.44.1/tests'<br>make[3]: Leaving directory `/home/giacomo/Scrivania/gstreamer/glib-2.44.1/tests'<br>make[2]: Leaving directory `/home/giacomo/Scrivania/gstreamer/glib-2.44.1/tests'<br>make[1]: Leaving directory `/home/giacomo/Scrivania/gstreamer/glib-2.44.1'<br><br><br></div>But when I do ./configure and after make of "gobject-introspection-1.44.0" I get:<br><br>Command '['/home/giacomo/Scrivania/gstreamer/gobject-introspection-1.44.0/tmp-introspectsmE2N_/GLib-2.0', '--introspect-dump=/home/giacomo/Scrivania/gstreamer/gobject-introspection-1.44.0/tmp-introspectsmE2N_/functions.txt,/home/giacomo/Scrivania/gstreamer/gobject-introspection-1.44.0/tmp-introspectsmE2N_/dump.xml']' returned non-zero exit status 127<br>make[2]: *** [GLib-2.0.gir] Error 1<br>make[2]: Leaving directory `/home/giacomo/Scrivania/gstreamer/gobject-introspection-1.44.0'<br>make[1]: *** [all-recursive] Error 1<br>make[1]: Leaving directory `/home/giacomo/Scrivania/gstreamer/gobject-introspection-1.44.0'<br>make: *** [all] Error 2<br><br><br></div>I don't understand what is the problem. Can you help me?<br><div><br></div><div>Thanks a lot,<br></div><div>Giacomo<br></div></div><div class="gmail_extra"><br><div class="gmail_quote">2015-06-09 7:50 GMT+02:00 Mark Howell <span dir="ltr"><<a href="mailto:markjhowell@gmail.com" target="_blank">markjhowell@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 06/08/2015 12:27 AM, Giacomo Difruscolo wrote:<br>
</span><span class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Thanks Mark,<br>
but I'm new to Ubuntu too, so all is very difficult for me!<br>
I have downloaded "gst-rtsp-server-1.4.5" from<br>
<a href="http://gstreamer.freedesktop.org/src/gst-rtsp-server/" target="_blank">http://gstreamer.freedesktop.org/src/gst-rtsp-server/</a><br>
and I have unzipped it.<br>
Now I made ".configure", "make" and "sudo make install" by command line<br>
and all seems ok (You can take a look at the attached file).<br>
But I think there is something else which doesn't work right, can you<br>
help me?<br>
<br>
Thanks<br>
Giacomo<br>
<br>
</blockquote></span>
[snip]<span class=""><br>
<br>
Giacomo, although the configure/make/install seemed to be successful, I noticed this line in the configure output:<br>
<br>
  checking for gobject-introspection... no<br>
<br>
For gst-rtsp-server (and other GStreamer stuff) to be accessible in Python through gi.require_version(), it needs to be built with gobject-introspection enabled.<br>
<br>
try "./configure --help" to see what the options are... there should be something like "--enable-introspection=yes" to turn on introspection.<br>
<br></span>
Try running configure with that option and see if it turns on gobject-introspection... you should see "checking for gobject-introspection... yes". If it doesn't, you may need to install the gobject-introspection package on your system.<div class="HOEnZb"><div class="h5"><br>
<br>
Cheers,<br>
<br>
Mark.<br>
<br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org" target="_blank">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
</div></div></blockquote></div><br></div>