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