Skip to content

build, osx: Bip39: Add support multilanguage (#1085) breaks cross-compiling for OSX. #1121

@fdoving

Description

@fdoving

Commit in question:
41a4d8b

image

CXX wallet/libraven_wallet_a-bip39.o wallet/bip39.cpp:162:71: error: implicit instantiation of undefined template 'std::__1::array' std::array CMnemonic::GetLanguagesDetails() ^ /build/osx/depends/SDKs/Xcode-11.3.1-11C505-extracted-SDK-with-libcxx-headers/usr/include/c++/v1/__tuple:223:64: note: template is declared here template struct _LIBCPP_TEMPLATE_VIS array; ^ wallet/bip39.cpp:164:12: error: implicit instantiation of undefined template 'std::__1::array' return {{ ^ /build/osx/depends/SDKs/Xcode-11.3.1-11C505-extracted-SDK-with-libcxx-headers/usr/include/c++/v1/__tuple:223:64: note: template is declared here template struct _LIBCPP_TEMPLATE_VIS array; ^ 2 errors generated. Makefile:10246: recipe for target 'wallet/libraven_wallet_a-bip39.o' failed make[1]: *** [wallet/libraven_wallet_a-bip39.o] Error 1 make[1]: Leaving directory '/build/osx/src' Makefile:1286: recipe for target 'src/qt/raven-qt' failed make: *** [src/qt/raven-qt] Error 2 mv: cannot stat 'dist': No such file or directory make -C src qt/raven-qt make[1]: Entering directory '/build/osx/src' CXX wallet/libraven_wallet_a-bip39.o wallet/bip39.cpp:162:71: error: implicit instantiation of undefined template 'std::__1::array' std::array CMnemonic::GetLanguagesDetails() ^ /build/osx/depends/SDKs/Xcode-11.3.1-11C505-extracted-SDK-with-libcxx-headers/usr/include/c++/v1/__tuple:223:64: note: template is declared here template struct _LIBCPP_TEMPLATE_VIS array; ^ wallet/bip39.cpp:164:12: error: implicit instantiation of undefined template 'std::__1::array' return {{ ^ /build/osx/depends/SDKs/Xcode-11.3.1-11C505-extracted-SDK-with-libcxx-headers/usr/include/c++/v1/__tuple:223:64: note: template is declared here template struct _LIBCPP_TEMPLATE_VIS array; ^ 2 errors generated. Makefile:10246: recipe for target 'wallet/libraven_wallet_a-bip39.o' failed

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions