<div dir="auto"><div><br><br><div class="gmail_quote"><div dir="ltr">Le mer. 15 août 2018 18:41, tasos <<a href="mailto:tasoss@gmail.com">tasoss@gmail.com</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">You are right.<br>
I had to make clean && make distclean and then used configure with <br>
enable-mainterer-mode (which previously i had disabled).<br>
Thank you very much!<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">Glad it works now. For the record:</div><div dir="auto"><br></div><div dir="auto">If you do a single build -> disable-maintainer-mode</div><div dir="auto">If you are going to update and build -> enable-maintainer-mode</div><div dir="auto"><br></div><div dir="auto">Or use meson build system, it only run in equivalent of maintainer mode, but without the overhead.</div><div dir="auto"><br></div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
On 8/15/2018 2:58 PM, Nicolas Dufresne wrote:<br>
> Le mercredi 15 août 2018 à 05:29 +0300, tasos a écrit :<br>
>> Hello Sir.<br>
>> After getting the latest code from master branch(of gstreamer etc)<br>
>> i'm<br>
>> facing the following problem.<br>
> It looks like you have build using older makefiles with newer code.<br>
> With the side effects that some cpp files didn't get included. Try and<br>
> cleanup your environment et rebuild from scratch.<br>
><br>
> This usually happens if you disable maintainer mode in configure, you<br>
> have disabled some timestamp on your file system or you have change the<br>
> time on your system.<br>
><br>
> Nicolas<br>
>> I'm using opencv's cvdilate plugin and i get<br>
>> (gst-plugin-scanner:27583): GStreamer-WARNING **: Failed to load<br>
>> plugin<br>
>> '/usr/local/lib/gstreamer-1.0/libgstopencv.so':<br>
>> /usr/local/lib/gstreamer-1.0/libgstopencv.so: undefined symbol:<br>
>> gst_camera_calibrate_plugin_init<br>
>><br>
>> I don't know if this helps<br>
>><br>
>> tasoss@tasoss:~/tmp/ok$ readelf -Ws<br>
>> /usr/local/lib/gstreamer-1.0/libgstopencv.so |  grep<br>
>> "gst_camera_calibrate_plugin_init"<br>
>>       31: 0000000000000000     0 NOTYPE  GLOBAL DEFAULT  UND<br>
>> gst_camera_calibrate_plugin_init<br>
>>      996: 0000000000000000     0 NOTYPE  GLOBAL DEFAULT  UND<br>
>> gst_camera_calibrate_plugin_init<br>
>><br>
>> I'm using the 3.4 branch of opencv and latest from gstreamer(plugins<br>
>> etc).<br>
>> Any ideas please?<br>
>> Thanks<br>
>> ps:I contacted you because i have seen changes from you lately on<br>
>> opencv's plugins.<br>
>><br>
>><br>
>><br>
<br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org" target="_blank" rel="noreferrer">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
</blockquote></div></div></div>