python-for-android icon indicating copy to clipboard operation
python-for-android copied to clipboard

libzmq recipy build fail

Open RobertFlatt opened this issue 2 years ago • 0 comments

Logs

[1m[90m[DEBUG][39m[0m:   	  CXX      src/src_libzmq_la-router.lo
[1m[90m[DEBUG][39m[0m:   	In file included from src/mtrie.cpp:32:
[1m[90m[DEBUG][39m[0m:   	./src/generic_mtrie_impl.hpp:52:46: error: ISO C++ requires the name after '::~' to be found in the same scope as the name before '::~' [-Werror,-Wdtor-name]
[1m[90m[DEBUG][39m[0m:   	template <typename T> zmq::generic_mtrie_t<T>::~generic_mtrie_t ()
[1m[90m[DEBUG][39m[0m:   	                      ~~~~~~~~~~~~~~~~~~~~~~~^~
[1m[90m[DEBUG][39m[0m:   	                                             ::generic_mtrie_t
[1m[90m[DEBUG][39m[0m:   	  CXX      src/src_libzmq_la-scatter.lo
[1m[90m[DEBUG][39m[0m:   	1 error generated.

RobertFlatt avatar May 30 '23 01:05 RobertFlatt