hello,
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:
https://lists.puredata.info/pipermail/pd-list/2015-08/111112.html
i am building gem using ...
./autogen.sh
./configure --enable-fat-binary=i386 --with-pd=/Applications/Pd-0.47-0test2.app/Contents/Resources --without-QuickTime-framework --without-Carbon-framework
make CPPFLAGS=$(pkg-config --cflags freetype2)
...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.
(adding those libs works with 0.93.3). are there any other things i can try to get it running? thank you
On Mon, Oct 26, 2015 at 4:59 PM, IOhannes m zmölnig zmoelnig@iem.at wrote:
On 10/25/2015 08:21 PM, j-p k wrote:
Hi,
Now that I have a computer w/ the new OSX (10.11) I'm going to try to
fix
the [gemvertexbuffer] issues some folks were having that I wasn't experiencing on OSX 10.6.
However, I'm getting these errors while building the latest Gem:
[...]
*imageQT.cpp:157:31: **error: **use of undeclared identifier 'kQTFileTypePicture'*
yes, that's to be expected. apple has no longer supports QuickTime. If Gem doesn't automatically disable it for you (which is obviously the case here), just do it manually:
./configure --without-QuickTime-framework
mgfar IOhannes
GEM-dev mailing list GEM-dev@lists.iem.at http://lists.puredata.info/listinfo/gem-dev