Jack's problem did not occur during compilation but rather when trying to load a shader.  There are still a large number of shaders that will run on his hardware although not as fast as they would with more current hardware.  The error and handling are in line with the spec and worked as designed in this case.
<br><br>GEM defaults to a basic level of hardware which is still very conservative (probably 5 years out of date or ancient in GPU terms).&nbsp; Most of the feature support issues come from open source drivers for fully compliant hardware (mesa ATI) or incomplete hardware that masquerades as a full GPU (Intel).
<br><br><br><div><span class="gmail_quote">On 9/15/07, <b class="gmail_sendername">Miller Puckette</b> &lt;<a href="mailto:mpuckett@imusic1.ucsd.edu">mpuckett@imusic1.ucsd.edu</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;">
This happened to me too.&nbsp;&nbsp;I had to track down the Gem objects using<br>&quot;glsl&quot;, delete them, and recompile Gem.<br><br>An alternative is to use the &quot;--with-glversion&quot; switch; this appeared<br>on an earlier thread,
<br><br><a href="http://lists.puredata.info/pipermail/pd-list/2007-04/049179.html">http://lists.puredata.info/pipermail/pd-list/2007-04/049179.html</a><br><br>It&#39;s odd that the Gem binaries as distributed in Pd extendded are
<br>compiled in such a way that they won&#39;t even run on generic hardware<br>(on which Gem would still be extremely powerful!)<br><br>cheers<br>Miller<br>On Sat, Sep 15, 2007 at 10:54:55AM -0500, chris clepper wrote:<br>
&gt; This looks like a limitation of your graphics card.&nbsp;&nbsp;Sorry.<br>&gt;<br>&gt; On 9/15/07, Jack &lt;<a href="mailto:jack@rybn.org">jack@rybn.org</a>&gt; wrote:<br>&gt; &gt;<br>&gt; &gt; Hello list,<br>&gt; &gt; I get the error :
<br>&gt; &gt; [glsl_program]: ERROR: Implementation limit of 0 active vertex shader<br>&gt; &gt; samplers (e.g., maximum number of supported image units) exceeded,<br>&gt; &gt; vertex<br>&gt; &gt; shader uses 1 samplers<br>
&gt; &gt;<br>&gt; &gt; My hardware :<br>&gt; &gt; PowerBook G4 12&quot;<br>&gt; &gt; graphic card : GeForce FX Go5200<br>&gt; &gt;<br>&gt; &gt; Because i have a poor graphic card, i have this error, is it true ?<br>&gt; &gt;
<br>&gt; &gt; I want to try some vertex displacement mapping.<br>&gt; &gt;<br>&gt; &gt; thx.<br>&gt; &gt;<br>&gt; &gt; Jack<br>&gt; &gt;<br>&gt; &gt; _______________________________________________<br>&gt; &gt; <a href="mailto:PD-list@iem.at">
PD-list@iem.at</a> mailing list<br>&gt; &gt; UNSUBSCRIBE and account-management -&gt;<br>&gt; &gt; <a href="http://lists.puredata.info/listinfo/pd-list">http://lists.puredata.info/listinfo/pd-list</a><br>&gt; &gt;<br><br>
&gt; _______________________________________________<br>&gt; <a href="mailto:PD-list@iem.at">PD-list@iem.at</a> mailing list<br>&gt; UNSUBSCRIBE and account-management -&gt; <a href="http://lists.puredata.info/listinfo/pd-list">
http://lists.puredata.info/listinfo/pd-list</a><br><br></blockquote></div><br>