[Libreoffice-bugs] [Bug 124225] New: Compilation error: mailconfigpage.cxx:(.text+0x3171): undefined reference to `non-virtual thunk to cppu::PartialWeakComponentImplHelper<com::sun::star::mail::XConnectionListener>::acquire()'

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Wed Mar 20 16:10:20 UTC 2019


https://bugs.documentfoundation.org/show_bug.cgi?id=124225

            Bug ID: 124225
           Summary: Compilation error: mailconfigpage.cxx:(.text+0x3171):
                    undefined reference to `non-virtual thunk to
                    cppu::PartialWeakComponentImplHelper<com::sun::star::m
                    ail::XConnectionListener>::acquire()'
           Product: LibreOffice
           Version: 6.2.1.2 release
          Hardware: x86-64 (AMD64)
                OS: Linux (All)
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: LibreOffice
          Assignee: libreoffice-bugs at lists.freedesktop.org
          Reporter: bugzilla at jwdt.org

In compilation on gentoo linux 64 bit with GCC 8.3 of libreoffice 6.2.1.2 I get
the following error:

mailconfigpage.cxx:(.text+0x3171): undefined reference to `non-virtual thunk to
cppu::PartialWeakComponentImplHelper<com::sun::star::mail::XConnectionListener>::acquire()'

I can fix this by appending
template class
cppu::PartialWeakComponentImplHelper<com::sun::star::mail::XConnectionListener>;
at the end of mailconfigpage.cxx

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20190320/0616f9ff/attachment-0001.html>


More information about the Libreoffice-bugs mailing list