Created
May 18, 2020 11:44
-
-
Save lumie1337/68aca7abce705c742ac2572a29598e81 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- Configuring done | |
CMake Error at test/CMakeLists.txt:17 (add_executable): | |
Target "hb-inspect" links to target "PkgConfig::fontconfig" but the target | |
was not found. Perhaps a find_package() call is missing for an IMPORTED | |
target, or an AL ^ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/__tuple:223:64: note: candidate function template not viable: requires 1 argument, but 601 were | |
provided | |
/Users/lumie/tmp/contour/3rdparty/libunicode/src/unicode/ucd.cpp:3075:42: error: no viable constructor or deduction guide for deduction of template arguments of 'array' | |
auto constexpr Changes_When_Titlecased = std::array{ // {{{ | |
^ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/__tuple:223:64: note: candidate function template not viable: requires 0 arguments, but 618 were | |
provided | |
template <class _Tp, size_t _Size> struct _LIBCPP_TEMPLATE_VIS array; | |
^ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/__tuple:223:64: note: candidate function template not viable: requires 1 argument, but 618 were | |
provided | |
/Users/lumie/tmp/contour/3rdparty/libunicode/src/unicode/ucd.cpp:3695:42: error: no viable constructor or deduction guide for deduction of template arguments of 'array' | |
auto constexpr Changes_When_Uppercased = std::array{ // {{{ | |
^ | |
/Applications/Xcode.app/Contents/Developer/To/Users/lumie/tmp/contour/3rdparty/libunicode/src/unicode/ucd.cpp:25:29: error: no viable constructor or deduction guide for deduction of template arguments of 'array' | |
auto constexpr Alphabetic = std::array{ // {{{ | |
^ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/__tuple:223:64: note: candidate function template not viable: requires 0 arguments, but 1084 were | |
provided | |
template <class _Tp, size_t _Size> struct _LIBCPP_TEMPLATE_VIS array; | |
^ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/__tuple:223:64: note: candidate function template not viable: requires 1 argument, but 1084 were | |
provided | |
/Users/lumie/tmp/contour/3rdparty/libunicode/src/unicode/ucd.cpp:1111:33: error: no viable constructor or deduction guide for deduction of template arguments of 'array' | |
auto constexpr Case_Ignorable = std::array{ // {{{ | |
^ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/__tuple:223:64: note: candidate function template not viable: requires 0 arguments, but 460 were | |
provided | |
template <class _Tp, size_t _Size> struct _LIBCPP_TEMPLATE_VIS array; | |
^ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/__tuple:223:64: note: candidate function template not viable: requires 1 argument, but 460 were | |
provided | |
/Users/lumie/tmp/contour/3rdparty/libunicode/src/unicode/ucd.cpp:1573:24: error: no viable constructor or deduction guide for deduction of template arguments of 'array' | |
auto constexpr Cased = std::array{ // {{{ | |
^ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/__tuple:223:64: note: candidate function template not viable: requires 0 arguments, but 155 were | |
provided | |
template <class _Tp, size_t _Size> struct _LIBCPP_TEMPLATE_VIS array; | |
^ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/__tuple:223:64: note: candidate function template not viable: requires 1 argument, but 155 were | |
provided | |
/Users/lumie/tmp/contour/3rdparty/libunicode/src/unicode/ucd.cpp:1730:42: error: no viable constructor or deduction guide for deduction of template arguments of 'array' | |
auto constexpr Changes_When_Casefolded = std::array{ // {{{ | |
^ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/__tuple:223:64: note: candidate function template not viable: requires 0 arguments, but 614 were | |
provided | |
template <class _Tp, size_t _Size> struct _LIBCPP_TEMPLATE_VIS array; | |
^ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/__tuple:223:64: note: candidate function template not viable: requires 1 argument, but 614 were | |
provided | |
/Users/lumie/tmp/contour/3rdparty/libunicode/src/unicode/ucd.cpp:2346:42: error: no viable constructor or deduction guide for deduction of template arguments of 'array' | |
auto constexpr Changes_When_Casemapped = std::array{ // {{{ | |
^ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/__tuple:223:64: note: candidate function template not viable: requires 0 arguments, but 124 were | |
provided | |
template <class _Tp, size_t _Size> struct _LIBCPP_TEMPLATE_VIS array; | |
^ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment