Compiling errors.

I was trying to compile libreoffice dev master. I tried to turn on the new notebookbar by adding “export LO_USE_NOTEBOOKBAR=1” to config.host.mk. Unfortunately when I tried to compile I got:
`[build DEP] LNK:CppunitTest/libtest_sd_tiledrendering.so
[build LNK] CppunitTest/libtest_sd_tiledrendering.so

** (cppunittester:29382): WARNING **: Couldn’t connect to accessibility bus: Failed to connect to socket /tmp/dbus-hLtFBXCJur: Connection refused
unknown:0:Test::testFdo77229
An uncaught exception of type com.sun.star.container.NoSuchElementException

  • file:///home/timothy/Programs/libreoffice/core/workdir/unittest/user/config/soffice.cfg/vcl/ui/notebookbar.ui

##Failure Location unknown## : Error
Test name: Test::testFdo77229
An uncaught exception of type com.sun.star.container.NoSuchElementException

  • file:///home/timothy/Programs/libreoffice/core/workdir/unittest/user/config/soffice.cfg/vcl/ui/notebookbar.ui

Failures !!!
Run: 1 Failure total: 1 Failures: 0 Errors: 1

Error: a unit test failed, please do one of:

export DEBUGCPPUNIT=TRUE # for exception catching
export CPPUNITTRACE=“gdb --args” # for interactive debugging on Linux
export VALGRIND=memcheck # for memory checking

and retry using: make CppunitTest_cppcanvas_emfplus

/home/timothy/Programs/libreoffice/core/solenv/gbuild/CppunitTest.mk:87: recipe for target ‘/home/timothy/Programs/libreoffice/core/workdir/CppunitTest/cppcanvas_emfplus.test’ failed
make[1]: *** [/home/timothy/Programs/libreoffice/core/workdir/CppunitTest/cppcanvas_emfplus.test] Error 1
make[1]: *** Waiting for unfinished jobs…
Makefile:244: recipe for target ‘build’ failed
`

Does anyone know what causes that problem? Or what file I should have added “LO_USE_NOTEBOOKBAR” to?

I think would be better post on dev ML. http://nabble.documentfoundation.org/Dev-f1639786.html

I’ll see if I can get help there. Thanks.