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
Hello, Since this is build issue and not a software issue, would you mind sending an email to the dev list instead? -> https://wiki.documentfoundation.org/Development/Mailing_List Closing as RESOLVED MOVED