danomatika / swig-openframeworks

a SWIG interface for openFrameworks with included Makefile, submodule this in your language wrapper addons
Other
39 stars 11 forks source link

swig 3.0.3+ preprocessor fails on Obj-C #import directive #6

Closed danomatika closed 8 years ago

danomatika commented 9 years ago

swig 3.0.3+ now treats unknown preprocessor directives as errors, which means binding generation fails since it does't know Obj-C's "#import". I've opened an issue on the swig repo.

In the meantime, we have to use swig 3.0.2.

danomatika commented 9 years ago

This is now fixed in swig. Should show up in the next release.