<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">On 22 Apr 2017, at 1:04 PM, Graham Leggett <<a href="mailto:minfrin@sharp.fm" class="">minfrin@sharp.fm</a>> wrote:<div class=""><br class=""><div class=""><div><blockquote type="cite" class=""><div class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class=""><div class=""><blockquote type="cite" class=""><div class=""><div class=""><div style="background-color: rgb(255, 255, 255); font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 16px;" class=""><div id="yui_3_16_0_ym19_1_1484763501958_52992" dir="ltr" class="">I had a go at building the latest gstreamer-uninstalled on raspbian lite, but things seem to be getting stuck in gst-omx examples:<br class=""><span id="yui_3_16_0_ym19_1_1484763501958_53035" class=""></span></div><div dir="ltr" id="yui_3_16_0_ym19_1_1484763501958_59896" class=""><span id="yui_3_16_0_ym19_1_1484763501958_53035" class=""><br class=""></span></div><div dir="ltr" class=""><span id="yui_3_16_0_ym19_1_1484763501958_53035" class="">gst-omx/examples/egl $ make<br class=""></span></div><div dir="ltr" id="yui_3_16_0_ym19_1_1484763501958_59875" class=""><span id="yui_3_16_0_ym19_1_1484763501958_53035" class="">  CCLD     testegl<br id="yui_3_16_0_ym19_1_1484763501958_53029" class="">/usr/bin/ld: testegl-testegl.o: undefined reference to symbol 'glUniformMatrix4fv'<br id="yui_3_16_0_ym19_1_1484763501958_53030" class="">//opt/vc/lib/libGLESv2.so: error adding symbols: DSO missing from command line<br id="yui_3_16_0_ym19_1_1484763501958_53031" class="">collect2: error: ld returned 1 exit status<br id="yui_3_16_0_ym19_1_1484763501958_53032" class="">Makefile:469: recipe for target 'testegl' failed<br id="yui_3_16_0_ym19_1_1484763501958_53033" class="">make: *** [testegl] Error 1<br id="yui_3_16_0_ym19_1_1484763501958_53034" class=""></span></div></div></div></div></blockquote><div class=""><br class=""></div><div class="">Same problem here, did you ever find a solution to this?</div></div></div></div></div></blockquote><div><br class=""></div><div>Raised <a href="https://bugzilla.gnome.org/show_bug.cgi?id=781606" class="">https://bugzilla.gnome.org/show_bug.cgi?id=781606</a> in the mean time to track this.</div><div><br class=""></div><div>Hacked workaround:</div><div><br class=""></div><div><div style="margin: 0px; font-size: 10px; line-height: normal; font-family: Monaco; background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">diff --git a/examples/egl/Makefile.am b/examples/egl/Makefile.am</span></div><div style="margin: 0px; font-size: 10px; line-height: normal; font-family: Monaco; background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">index 2646cba..e81945e 100644</span></div><div style="margin: 0px; font-size: 10px; line-height: normal; font-family: Monaco; background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">--- a/examples/egl/Makefile.am</span></div><div style="margin: 0px; font-size: 10px; line-height: normal; font-family: Monaco; background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">+++ b/examples/egl/Makefile.am</span></div><div style="margin: 0px; font-size: 10px; line-height: normal; font-family: Monaco; color: rgb(51, 187, 200); background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">@@ -1,9 +1,5 @@</span></div><div style="margin: 0px; font-size: 10px; line-height: normal; font-family: Monaco; background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""> noinst_PROGRAMS = </span></div><p style="margin: 0px; font-size: 10px; line-height: normal; font-family: Monaco; background-color: rgb(255, 255, 255); min-height: 14px;" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""> </span><br class="webkit-block-placeholder"></p><div style="margin: 0px; font-size: 10px; line-height: normal; font-family: Monaco; color: rgb(195, 55, 32); background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">-if USE_OMX_TARGET_RPI</span></div><div style="margin: 0px; font-size: 10px; line-height: normal; font-family: Monaco; color: rgb(195, 55, 32); background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">-noinst_PROGRAMS += testegl</span></div><div style="margin: 0px; font-size: 10px; line-height: normal; font-family: Monaco; color: rgb(195, 55, 32); background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">-endif</span></div><div style="margin: 0px; font-size: 10px; line-height: normal; font-family: Monaco; color: rgb(195, 55, 32); background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">-</span></div><div style="margin: 0px; font-size: 10px; line-height: normal; font-family: Monaco; background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""> testegl_SOURCES = testegl.c</span></div><p style="margin: 0px; font-size: 10px; line-height: normal; font-family: Monaco; background-color: rgb(255, 255, 255); min-height: 14px;" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""> </span><br class="webkit-block-placeholder"></p><div style="margin: 0px; font-size: 10px; line-height: normal; font-family: Monaco; background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""> noinst_HEADERS = cube_texture_and_coords.h</span></div><div class=""><span style="font-variant-ligatures: no-common-ligatures" class=""><br class=""></span></div><div class=""><span style="font-variant-ligatures: no-common-ligatures" class=""><br class=""></span></div><div class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Regards,</span></div><div class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Graham</span></div><div class=""><span style="font-variant-ligatures: no-common-ligatures" class="">—</span></div><div class=""><span style="font-variant-ligatures: no-common-ligatures" class=""><br class=""></span></div></div></div></div></div></body></html>