Re: Boost header missing on OS X buildbot

2014-10-05 Thread Norbert Thiebaud
On Sun, Oct 5, 2014 at 12:44 AM, Chris Sherlock
chris.sherloc...@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
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: Boost header missing on OS X buildbot

2014-10-05 Thread Chris Sherlock
Thanks, that's what it was :-)

Chris

On Mon, Oct 6, 2014 at 12:27 AM, Norbert Thiebaud nthieb...@gmail.com
wrote:

 On Sun, Oct 5, 2014 at 12:44 AM, Chris Sherlock
 chris.sherloc...@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

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Boost header missing on OS X buildbot

2014-10-04 Thread Chris Sherlock
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


Anyone know what's happening here?

Chris

Logs are here:


http://ci.libreoffice.org/job/buildbot/2644/


snippet of the log is here:


[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
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice