Not working in openFrameworks 090
I'm trying to compile this on 090 on OSX 10.11, but i get a long list of errors. Starting with
clang: error: invalid deployment target for -stdlib=libc++ (requires OS X 10.7 or later)
Fixing this error (changing to libstd++) just opens up a new wormhole of errors.
update your project by project generator of oF 0.9.
I did try that. It gives me problems with <tr1/memory> inclusion. This is again fixed by changing the stdlib, but then i get 'cstdint' file not found in type_int.hpp`
i have changed a little code of "libs/glmTile" try this. https://github.com/jeonghopark/ofxVectorTile
That works! :+1: