[ooo-build] problem with re-building a module (svx) and GSoC exercise clarification
cocofan
cocofan at mailbolt.com
Sat Apr 3 00:08:29 PDT 2010
I have successfully done the full build and am trying to re-build
some modules (svx in particular but it occurs in others) with debugging
information. I can get the 'svx' module to build but it won't link.
The output is below:
---------------------------------
..... (build part taken out) ...
Entering /home/cocofan/ooo-build/build/ooo320-m12/svx/util
Entering /home/cocofan/ooo-build/build/ooo320-m12/svx/uiconfig/layout
Making: libcuili.so
../unxlngi6.pro/slo/selector.o: In function `(anonymous
namespace)::lcl_getScriptableDocument_nothrow(com::sun::star::uno::Reference<com::sun::star::frame::XFrame> const&)':
/home/cocofan/ooo-build/build/ooo320-m12/svx/source/cui/selector.cxx:355: undefined reference to `cppu::getCaughtException()'
../unxlngi6.pro/slo/selector.o: In function
`SvxConfigGroupListBox_Impl::fillScriptList(com::sun::star::uno::Reference<com::sun::star::script::browse::XBrowseNode> const&, SvLBoxEntry*, bool)':
/home/cocofan/ooo-build/build/ooo320-m12/svx/source/cui/selector.cxx:472: undefined reference to `cppu::getCaughtException()'
../unxlngi6.pro/slo/selector.o: In function
`SvxConfigGroupListBox_Impl::Init()':
/home/cocofan/ooo-build/build/ooo320-m12/svx/source/cui/selector.cxx:613: undefined reference to `cppu::getCaughtException()'
../unxlngi6.pro/slo/selector.o: In function
`SvxConfigGroupListBox_Impl::GroupSelected()':
/home/cocofan/ooo-build/build/ooo320-m12/svx/source/cui/selector.cxx:930: undefined reference to `cppu::getCaughtException()'
../unxlngi6.pro/slo/eventdlg.o: In function
`SvxEventConfigPage::ImplInitDocument()':
/home/cocofan/ooo-build/build/ooo320-m12/svx/source/cui/eventdlg.cxx:184: undefined reference to `cppu::getCaughtException()'
../unxlngi6.pro/slo/macropg.o:/home/cocofan/ooo-build/build/ooo320-m12/svx/source/cui/macropg.cxx:368: more undefined references to `cppu::getCaughtException()' follow
collect2: ld returned 1 exit status
dmake: Error code 1, while making '../unxlngi6.pro/lib/libcuili.so'
ERROR: error 65280 occurred while
making /home/cocofan/ooo-build/build/ooo320-m12/svx/util
rmdir /tmp/YroUE1JO9w
cocofan at linux-62ss:~/ooo-build/build/ooo320-m12/svx>
--------------------------------------------------------
It seems to be missing a library with cppu::getCaughtException()
function in it. So I've re-built cppu, cppuhelper, and cpputools and
re-delivered them but I'm still getting the same error message
(according to opengrok, the function is in cppuhelper). So, how do I
fix this so I can get debug info in this module?
Also, for the GSoC exercise, do you want the behavior switched in
just writer or in all apps (CTRL N and CTRL S are global accelerators).
Dona Hertel - cocofan
More information about the ooo-build
mailing list