Not sure what's going wrong, but that code should build properly from the test suite, so you might look through the python code there to see what it does, test_freetype in tests/test_core.py. You can also verify it works by running ./tests/runner.py test_freetype
On Thu, Aug 4, 2016 at 1:51 AM, 李永 <[email protected]> wrote: > under mac osx 11 > > in tests/freetype directory > > emconfigure ./configure > > error > ./ftconfig.in:152:10: fatal error: 'AvailabilityMacros.h' file not found > #include "AvailabilityMacros.h" > ^ > 1 error generated. > > then emmake make > no .bc, .a or .so file generated > > > thanks > > -- > You received this message because you are subscribed to the Google Groups > "emscripten-discuss" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
