Boost header missing on OS X buildbot

Norbert Thiebaud nthiebaud at gmail.com
Sun Oct 5 06:27:55 PDT 2014


On Sun, Oct 5, 2014 at 12:44 AM, Chris Sherlock
<chris.sherlock79 at gmail.com> wrote:
> Hey all,
>
>
> I'm getting the following error when I build on OS X:
>
>
> fatal error: 'boost/math/special_functions/sinc.hpp' file not found
> #include <boost/math/special_functions/sinc.hpp>
>

most likely: you are missing something like

$(eval $(call gb_CppunitTest_use_externals,vcl_fontcharmap, \
    boost_headers \
))

in your CppunitTest_vcl_fontcharmap.mk

Norbert


More information about the LibreOffice mailing list