armadillu / ofxFontStash

Easy (and fast) unicode string rendering addon for OpenFrameworks. FontStash is made by Andreas Krinke and Mikko Mononen
http://uri.cat/
91 stars 42 forks source link

Not compiling on 10.13 #26

Open ludiccc opened 6 years ago

ludiccc commented 6 years ago

I had an issue compiling with XCode on OSX 10.13. It misses some libraries.

Here is a workaround:

[https://forum.openframeworks.cc/t/ofxfern-missing-frameworks-on-macos-10-13/27971]

The app needs these libraries to compile with ofxFontStash:

CoreMedia Accelerate CoreVideo AVFoundation AVKit

armadillu commented 6 years ago

ofxFontStash doesn't use any of these directly, so I think this might be more of a general "compiling OF" error.

ludiccc commented 6 years ago

Is strange because I was testing with a basic example and after that with the example that comes with the addon. In both cases I needed to add these libraries. How can I track who is using them? The basic example compiles fine without ofxFontStash.