In file included from ../src/OT/glyf/Glyph.hh:10:0,
from ../src/OT/glyf/glyf.hh:13,
from ../src/hb-ot-glyf-table.hh:33,
from ../src/
hb-ot-font.cc:40:
../src/OT/glyf/VarCompositeGlyph.hh: In static member function 'static void OT::glyf_impl::VarCompositeGlyphRecord::rotate(float (&)[4], OT::contour_point_t&, float)':
../src/OT/glyf/VarCompositeGlyph.hh:184:5: error: 'sincosf' was not declared in this scope
sincosf (rotation, &s, &c);
^~~~~~~
../src/OT/glyf/VarCompositeGlyph.hh:184:5: note: suggested alternative: 'sinhf'
sincosf (rotation, &s, &c);
^~~~~~~
sinhf
ninja: build stopped: subcommand failed.
*** Error code 1
Is anybody else having the same problem?