Created
November 17, 2020 10:21
-
-
Save hosiawak/94215c9f02d3174034b83692703b94f4 to your computer and use it in GitHub Desktop.
This file contains 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
/bin/sh ./libtool --tag=CXX --mode=compile g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./external/bitcoin-ripemd160/ -I./external/libsodium/src/libsodium/include/ -I./external/secp256k1/include/ -I./external/jsmn -I/usr/local/opt/zlib/include -Wall -Werror -pthread -Wno-noexcept-type -g -O2 -MT Boss/Mod/libclboss_la-FeeModderByBalance.lo -MD -MP -MF Boss/Mod/.deps/libclboss_la-FeeModderByBalance.Tpo -c -o Boss/Mod/libclboss_la-FeeModderByBalance.lo `test -f 'Boss/Mod/FeeModderByBalance.cpp' || echo './'`Boss/Mod/FeeModderByBalance.cpp | |
libtool: compile: g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./external/bitcoin-ripemd160/ -I./external/libsodium/src/libsodium/include/ -I./external/secp256k1/include/ -I./external/jsmn -I/usr/local/opt/zlib/include -Wall -Werror -pthread -Wno-noexcept-type -g -O2 -MT Boss/Mod/libclboss_la-FeeModderByBalance.lo -MD -MP -MF Boss/Mod/.deps/libclboss_la-FeeModderByBalance.Tpo -c Boss/Mod/FeeModderByBalance.cpp -o Boss/Mod/libclboss_la-FeeModderByBalance.o | |
In file included from Boss/Mod/Dowser.cpp:4: | |
In file included from ./Boss/Msg/CommandFail.hpp:4: | |
./Json/Out.hpp:175:7: error: implicit instantiation of undefined template 'Json::Detail::Serializer<unsigned long>' | |
<< Serializer<a>::serialize(value) | |
^ | |
Boss/Mod/Dowser.cpp:133:6: note: in instantiation of function template specialization 'Json::Detail::Object<Json::Out>::field<unsigned long>' requested here | |
.field("maxhops", route_limit) | |
^ | |
./Json/Out.hpp:30:8: note: template is declared here | |
struct Serializer; | |
^ | |
./Json/Out.hpp:175:20: error: incomplete definition of type 'Json::Detail::Serializer<unsigned long>' | |
<< Serializer<a>::serialize(value) | |
~~~~~~~~~~~~~^~ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment