pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: fonts/harfbuzz build fails



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?

That's the infamous sincosf detection in Meson https://github.com/mesonbuild/meson/issues/10641

I fixed that. Please, update your source tree and try again. :)

Cheers,
Adam



Home | Main Index | Thread Index | Old Index