tubes/source/conference.cxx:251:79: error: 'OSL_ENSURE' was not declared in this scope

ungifted ungift-ed at ya.ru
Thu Dec 18 11:56:24 PST 2014


Hi

I found I should report build issues into this maillist. Ok.

Trying to build LibreOffice-4.4.9999 on my Gentoo and got subj.

With this patch I can at least build it now.

--- tubes/source/conference.cxx 2014-12-17 18:06:37.473426509 +0300
+++ tubes/source2/conference.cxx        2014-12-17 18:04:20.000000000 +0300
@@ -7,6 +7,8 @@
  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
  */

+#include <osl/diagnose.h>
+
 #include <tubes/conference.hxx>

 #include <tubes/collaboration.hxx>


Please look
Thanks


/var/tmp/portage/app-office/libreoffice-4.4.9999/work/libreoffice-4.4.9999/tubes/source/conference.cxx: In member function 'void TeleConference::setChannel(TpAccount*, TpDBusTubeCh
annel*)':
/var/tmp/portage/app-office/libreoffice-4.4.9999/work/libreoffice-4.4.9999/tubes/source/conference.cxx:251:79: error: 'OSL_ENSURE' was not declared in this scope
     OSL_ENSURE( !mpChannel, "TeleConference::setChannel: already have channel");
                                                                               ^
/var/tmp/portage/app-office/libreoffice-4.4.9999/work/libreoffice-4.4.9999/tubes/source/conference.cxx: In member function 'bool TeleConference::offerTube()':
/var/tmp/portage/app-office/libreoffice-4.4.9999/work/libreoffice-4.4.9999/tubes/source/conference.cxx:300:67: error: 'OSL_ENSURE' was not declared in this scope
     OSL_ENSURE( mpChannel, "TeleConference::offerTube: no channel");
                                                                   ^
/var/tmp/portage/app-office/libreoffice-4.4.9999/work/libreoffice-4.4.9999/tubes/source/conference.cxx: In member function 'bool TeleConference::setTube(GDBusConnection*)':
/var/tmp/portage/app-office/libreoffice-4.4.9999/work/libreoffice-4.4.9999/tubes/source/conference.cxx:322:73: error: 'OSL_ENSURE' was not declared in this scope
     OSL_ENSURE( !pImpl->mpTube, "TeleConference::setTube: already tubed");
                                                                         ^
/var/tmp/portage/app-office/libreoffice-4.4.9999/work/libreoffice-4.4.9999/solenv/gbuild/LinkTarget.mk:189: recipe for target '/var/tmp/portage/app-office/libreoffice-4.4.9999/work
/libreoffice-4.4.9999/workdir/CxxObject/tubes/source/conference.o' failed
make[1]: *** [/var/tmp/portage/app-office/libreoffice-4.4.9999/work/libreoffice-4.4.9999/workdir/CxxObject/tubes/source/conference.o] Error 1


More information about the LibreOffice mailing list