<div dir="ltr"><pre class="" style="white-space:pre-wrap;word-wrap:break-word;margin-top:0px;margin-bottom:0px;color:rgb(51,51,51);font-size:13px">Hey all, </pre><pre class="" style="white-space:pre-wrap;word-wrap:break-word;margin-top:0px;margin-bottom:0px;color:rgb(51,51,51);font-size:13px"><br></pre><pre class="" style="white-space:pre-wrap;word-wrap:break-word;margin-top:0px;margin-bottom:0px;color:rgb(51,51,51);font-size:13px">I'm getting the following error when I build on OS X:</pre><pre class="" style="white-space:pre-wrap;word-wrap:break-word;margin-top:0px;margin-bottom:0px;color:rgb(51,51,51);font-size:13px"><br></pre><pre class="" style="white-space:pre-wrap;word-wrap:break-word;margin-top:0px;margin-bottom:0px;color:rgb(51,51,51);font-size:13px"><pre class="" style="white-space:pre-wrap;word-wrap:break-word;margin-top:0px;margin-bottom:0px">fatal error: 'boost/math/special_functions/sinc.hpp' file not found
#include <boost/math/special_functions/sinc.hpp>
</pre><div><br></div><div>Anyone know what's happening here?</div><div><br></div><div>Chris</div><div><br></div><div>Logs are here:</div></pre><pre class="" style="white-space:pre-wrap;word-wrap:break-word;margin-top:0px;margin-bottom:0px;color:rgb(51,51,51);font-size:13px"><br></pre><pre class="" style="word-wrap:break-word;margin-top:0px;margin-bottom:0px"><font color="#333333" size="3"><span style="white-space:pre-wrap"><a href="http://ci.libreoffice.org/job/buildbot/2644/">http://ci.libreoffice.org/job/buildbot/2644/</a><br></span></font></pre><pre class="" style="word-wrap:break-word;margin-top:0px;margin-bottom:0px"><font color="#333333" size="3"><span style="white-space:pre-wrap"><br></span></font></pre><pre class="" style="word-wrap:break-word;margin-top:0px;margin-bottom:0px"><font color="#333333" size="3"><span style="white-space:pre-wrap">snippet of the log is here:</span></font></pre><pre class="" style="white-space:pre-wrap;word-wrap:break-word;margin-top:0px;margin-bottom:0px;color:rgb(51,51,51);font-size:13px"><br></pre><pre class="" style="white-space:pre-wrap;word-wrap:break-word;margin-top:0px;margin-bottom:0px;color:rgb(51,51,51);font-size:13px">[build CXX] vcl/qa/cppunit/fontcharmap.cxx
[build CXX] vcl/qa/cppunit/canvasbitmaptest.cxx
[build CXX] vcl/qa/cppunit/complextext.cxx
[build CXX] vcl/qa/cppunit/graphicfilter/filters-test.cxx
[build CXX] vcl/qa/cppunit/wmf/wmfimporttest.cxx
[build CXX] writerperfect/qa/unit/DirectoryStreamTest.cxx
[build CXX] writerperfect/qa/unit/WPXSvStreamTest.cxx
[build CXX] writerperfect/qa/unit/stream.cxx
[build CXX] xmloff/qa/unit/uxmloff.cxx
[build CXX] unoxml/qa/unit/domtest.cxx
[build CXX] writerperfect/qa/unit/WpftCalcFilterTest.cxx
[build CXX] writerperfect/qa/unit/WpftDrawFilterTest.cxx
[build CXX] writerperfect/qa/unit/WpftImpressFilterTest.cxx
[build CXX] writerperfect/qa/unit/WpftWriterFilterTest.cxx
[build CXX] framework/source/accelerators/acceleratorcache.cxx
[build CXX] framework/source/accelerators/acceleratorconfiguration.cxx
[build CXX] framework/source/accelerators/documentacceleratorconfiguration.cxx
In file included from /Users/tdf/source/tdf/master_gerrit/vcl/qa/cppunit/fontcharmap.cxx:10:
In file included from /Users/tdf/source/tdf/master_gerrit/include/test/bootstrapfixture.hxx:16:
In file included from /Users/tdf/source/tdf/master_gerrit/include/vcl/salctype.hxx:25:
In file included from /Users/tdf/source/tdf/master_gerrit/include/vcl/graph.hxx:26:
/Users/tdf/source/tdf/master_gerrit/include/vcl/bitmap.hxx:23:10: fatal error: 'boost/math/special_functions/sinc.hpp' file not found
#include <boost/math/special_functions/sinc.hpp>
         ^
[build CXX] framework/source/accelerators/globalacceleratorconfiguration.cxx
1 error generated.
make[1]: *** [/Users/tdf/source/tdf/master_gerrit/workdir/CxxObject/vcl/qa/cppunit/fontcharmap.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [build] Error 2
Finished: FAILURE</pre></div>