Ugh... Tried recompiling updated CVS and now I keep getting <br><br>./Gem.pd_linux: undefined symbol: glUniform2i<br>Gem: can&#39;t load library<br><br>What else was updated in that should&#39;ve caused this problem?<br><br>
Ico<br><br><div><span class="gmail_quote">On 2/19/07, <b class="gmail_sendername">Ivica Ico Bukvic</b> &lt;<a href="mailto:ico.bukvic@gmail.com">ico.bukvic@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
&gt; &gt; +NB: It is very likely that it may be necessary for this method to exist<br>&gt; for other types of video devices, but since I was unable to test them,<br>&gt; I&#39;ve put it under the most restrictive ifdef available.
<br>&gt; &gt; +<br>&gt; &gt; +Ico Bukvic <a href="mailto:ico@vt.edu">ico@vt.edu</a> 2-18-07<br>&gt; &gt; +*/<br>&gt; &gt; +#ifdef HAVE_LIBDV<br>&gt; &gt; +&nbsp;&nbsp;if (m_videoHandle)m_videoHandle-&gt;stopTransfer();<br>&gt; &gt; +#endif /* DV4L */
<br>&gt; &gt;&nbsp;&nbsp;}<br>&gt; &gt;<br>&gt;<br>&gt; this is weird and does not make full sense to me. e.g. if you have<br>&gt; compiled Gem with v4l AND libdv support (2 drivers), then the<br>&gt; stopTransfer() of the currently used handle will be called on
<br>&gt; destruction of the [pix_video] object. (this could as well be the<br>&gt; V4L-handle; so the define does not exactly what it suggests that it<br>&gt; might do)<br>&gt;<br>&gt; i have replaced your suggestion by calling the destructor of all
<br>&gt; existing handles on destruction of pix_videoNEW.<br>&gt;<br>&gt; please check whether this still fixes your issues.<br><br>I just checked out the CVS. Yes, your solution is more universal. I simply<br>wasn&#39;t sure what were the implications without digging much deeper into the
<br>code so my proposed solution was simply a well isolated &quot;hack&quot; to expose the<br>problem while limiting its impact on the overall functionality. Thanks for<br>making this more transparent!<br><br>I will check this shortly and will let you know if it works as expected (I
<br>anticipate it will).<br><br>Best wishes,<br><br>Ico<br><br></blockquote></div><br>