Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Aug 2019 23:12:24 -0400
From:      Michael Butler <imb@protected-networks.net>
To:        lwhsu@freebsd.org, "freebsd-ports@FreeBSD.org" <freebsd-ports@FreeBSD.org>
Subject:   libreoffice 6.3 fails to compile on -current
Message-ID:  <1e3b5d94-abed-cd5b-e6e4-6694790e6132@protected-networks.net>

next in thread | raw e-mail | index | archive | help
For my test compile, failure looks like this ..

/usr/ports/editors/libreoffice/work/libreoffice-6.3.0.4/vcl/qt5/Qt5Instance.cxx:416:25:
error: no viable constructor or deduction guide for deduction of
template arguments of 'function'
        RunInMainThread(std::function([&, this]() { pPicker =
createPicker(context, eMode); }));
                        ^
/usr/include/c++/v1/functional:1427:48: note: candidate template
ignored: could not match 'function<_Fp>' against '(lambda at
/usr/ports/editors/libreoffice/work/libreoffice-6.3.0.4/vcl/qt5/Qt5Instance.cxx:416:39)'
template<class _Fp> class _LIBCPP_TEMPLATE_VIS function; // undefined
                                               ^
/usr/include/c++/v1/functional:1427:48: note: candidate function
template not viable: requires 0 arguments, but 1 was provided
1 error generated.
gmake[3]: ***
[/usr/ports/editors/libreoffice/work/libreoffice-6.3.0.4/solenv/gbuild/LinkTarget.mk:293:
/usr/ports/editors/libreoffice/work/libreoffice-6.3.0.4/workdir/CxxObject/vcl/qt5/Qt5Instance.o]
Error 1

	imb




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1e3b5d94-abed-cd5b-e6e4-6694790e6132>