[cannot compile in 4gb ram] tce-load -i compiletc zip-unzip gperf perl_archive_zip automake libtool-dev gtk3-dev gtk2-dev cups-dev curl-dev gst-plugins-base-dev harfbuzz-icu-dev lcms2-dev librsvg-dev libxslt-dev nss-dev poppler07-dev sane-backends-dev bash tar coreutils dbus-glib-dev wget neon-dev python3.6-dev dconf-dev desktop-file-utils nasm zenity glu-dev libatomic_ops-dev hunspell-dev libxml2-bin apr-dev redland-dev glm-dev serf-dev clucene-dev icu62-bin gettext glibc_apps clang wget https://download.documentfoundation.org/libreoffice/src/7.2.2/libreoffice-7.2.2.2.tar.xz cd /usr/local/bin sudo rm python sudo ln -s python3.6 python cd libreoffice-7.2.2.2 sed -e "/gzip -f/d" -e "s|.1.gz|.1|g" -i bin/distro-install-desktop-integration sed -e "/distro-install-file-lists/d" -i Makefile.in sed -e "/gzip -f/d" -e "s|.1.gz|.1|g" -i bin/distro-install-desktop-integration edit configure if test "$gccvisbroken" = "no"; then as_fn_error $? "Your gcc is not -fvisibility=hidden safe. This is no longer supported." "$LINENO" 5 PGCONFIG=/usr/local/pgsql13/bin/pg_config CC="gcc -flto -march=i486 -mtune=i686 -Os -pipe" CXX="g++ -flto -march=i486 -mtune=i686 -Os -pipe" ./autogen.sh --prefix=/usr/local --localstatedir=/var --with-lang='fr en-GB' --without-help --without-myspell-dicts --without-junit --without-system-dicts --disable-odk --enable-release-build=yes --enable-python=system --without-java --with-system-apr --with-system-clucene --with-system-curl --with-system-epoxy --with-system-expat --with-system-glm --with-system-graphite --with-system-icu --with-system-harfbuzz --with-system-jpeg --with-system-lcms2 --with-system-libatomic_ops --with-system-libpng --with-system-libxml --with-system-nss --with-system-odbc --with-system-openldap --with-system-openssl --with-system-postgresql --with-system-redland --with-system-serf --with-system-zlib --with-system-hunspell --with-system-sane --disable-firebird-sdbc [--without-fonts] checking for boostlib >= 1.66 Requested 'neon >= 0.31.2' but version of neon is 0.30.2 poppler error below ln -sv src/libreoffice-translations-7.2.2.2/translations/ time make build-nocheck [4h 43m 20s] sudo make distro-pack-install ---- /mnt/sdc8/usr/src/libreoffice-7.2.2.2/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx: In member function 'int pdfi::PDFOutDev::parseFont(long long int, GfxFont*, GfxState*) const': /mnt/sdc8/usr/src/libreoffice-7.2.2.2/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx:447:48: error: no matching function for call to 'GooString::append(std::string&)' 447 | aNewFont.familyName.append( familyName ); | ^