<div dir="ltr">







<p class="">hello,</p><p class="">this is in regards to the gemvertexbuffer.  there has been a bit of an interim since the last post.  i never could get pd vanilla to recognize the latest git-gem, but after finding this post, i thought i'd give it another try:</p><p class=""><a href="https://lists.puredata.info/pipermail/pd-list/2015-08/111112.html">https://lists.puredata.info/pipermail/pd-list/2015-08/111112.html</a></p><p class="">i am building gem using ...</p><p class="">./autogen.sh</p><p class="">./configure --enable-fat-binary=i386 --with-pd=/Applications/Pd-0.47-0test2.app/Contents/Resources --without-QuickTime-framework --without-Carbon-framework</p>







<p class="">make CPPFLAGS=$(pkg-config --cflags freetype2) </p><p class="">...and it builds w/ no errors.  at the root level are aliases pointing to the darwins, including gem.pd_darwin.   pd shows the usual "can't load library" msg when using "-lib path-to-gem" and after adding "libbz2.1.dylib, libfreetype.6.dylib & libftgl.2.dylib" at the root level and w/ lib folder at root level, i get the same error.</p><p class="">(adding those libs works with 0.93.3).  are there any other things i can try to get it running?  thank you</p><p class=""><br></p></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Oct 26, 2015 at 4:59 PM, IOhannes m zmölnig <span dir="ltr"><<a href="mailto:zmoelnig@iem.at" target="_blank">zmoelnig@iem.at</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 10/25/2015 08:21 PM, j-p k wrote:<br>
> Hi,<br>
><br>
> Now that I have a computer w/ the new OSX (10.11)  I'm going to try to fix<br>
> the [gemvertexbuffer] issues some folks were having that I wasn't<br>
> experiencing on OSX 10.6.<br>
><br>
> However, I'm getting these errors while building the latest Gem:<br>
><br>
</span>[...]<br>
><br>
><br>
> *imageQT.cpp:157:31: **error: **use of undeclared identifier<br>
> 'kQTFileTypePicture'*<br>
><br>
<br>
<br>
yes, that's to be expected.<br>
apple has no longer supports QuickTime.<br>
If Gem doesn't automatically disable it for you (which is obviously the<br>
case here), just do it manually:<br>
<br>
    ./configure --without-QuickTime-framework<br>
<br>
mgfar<br>
<span class="HOEnZb"><font color="#888888">IOhannes<br>
<br>
<br>
</font></span><br>_______________________________________________<br>
GEM-dev mailing list<br>
<a href="mailto:GEM-dev@lists.iem.at">GEM-dev@lists.iem.at</a><br>
<a href="http://lists.puredata.info/listinfo/gem-dev" rel="noreferrer" target="_blank">http://lists.puredata.info/listinfo/gem-dev</a><br>
<br></blockquote></div><br></div>