Hi Everyone,
I’m looking to compile an external that’s using the flext https://grrrr.org/research/software/flext/ development layer. It’s called gendy https://github.com/ssfrr/gendyflext~
According to this wiki https://github.com/libpd/libpd/wiki/Adding-Pure-Data-external-libraries-to-your-project I need to compile it as a static library that will be used inside my xcode project.
The only thing I was able to do so far was to compile it as a dynamic library for macOS. Everything works great in that executable.
But I can’t get it to build in Xcode because I think I’m doing something wrong with flext.
Thanks, Orestis