Hi all, I compiled LibreOffice on a Netbook with Debian-x86-32bit for a while successful. I did this with success from the source repo some weeks ago (before version 7.6 was tagged). I run a build from source again with the source from June, 30 with a clean environment and applied the patch, Rene provided for the skia module. This module compiles successful with the patch. But yet I got a break inside the VCL module Here is the output from my current build process: -------- beginn compile messages ------------------------------------------- [MOD] i18nutil [ECH] CustomTarget/instsetoo_native/setup/setuprc [ECH] CustomTarget/instsetoo_native/setup/versionrc [MOD] sax [MOD] scaddins [MOD] sccomp [BIN] sot [CXX] svtools/langsupport/langsupport.cxx [CXX] test/source/vclbootstrapprotector.cxx [CXX] vcl/unx/gtk3/a11y/atklistener.cxx [CXX] vcl/unx/gtk3/a11y/atktable.cxx [CXX] vcl/unx/gtk3/a11y/atktablecell.cxx [CXX] vcl/unx/gtk3/a11y/atktextattributes.cxx /home/andreas/libreoffice/libo/vcl/unx/gtk3/a11y/atklistener.cxx:164:6: error: no declaration matches ‘void AtkListener::handleChildAdded(const com::sun::star::uno::Reference<com::sun::star::accessibility::XAccessibleContext>&, const com::sun::star::uno::Reference<com::sun::star::accessibility::XAccessible>&, sal_Int32)’ 164 | void AtkListener::handleChildAdded( | ^~~~~~~~~~~ In file included from /home/andreas/libreoffice/libo/vcl/unx/gtk3/a11y/atklistener.cxx:29: /home/andreas/libreoffice/libo/vcl/unx/gtk3/a11y/atklistener.hxx:54:10: note: candidate is: ‘void AtkListener::handleChildAdded(const com::sun::star::uno::Reference<com::sun::star::accessibility::XAccessibleContext>&, const com::sun::star::uno::Reference<com::sun::star::accessibility::XAccessible>&, int)’ 54 | void handleChildAdded( | ^~~~~~~~~~~~~~~~ /home/andreas/libreoffice/libo/vcl/unx/gtk3/a11y/atklistener.hxx:29:7: note: ‘class AtkListener’ defined here 29 | class AtkListener : public ::cppu::WeakImplHelper< css::accessibility::XAccessibleEventListener > | ^~~~~~~~~~~ make[1]: *** [/home/andreas/libreoffice/libo/solenv/gbuild/LinkTarget.mk:337: /home/andreas/libreoffice/libo/workdir/CxxObject/vcl/unx/gtk3/a11y/atklistener.o] Fehler 1 make[1]: *** Es wird auf noch nicht beendete Prozesse gewartet.... make: *** [Makefile:289: build] Fehler 2 ------ End compile message -------------------- Regards, Andreas -- ## Free Software Advocate ## Plone add-on developer ## My blog: http://www.amantke.de/blog