Skip to content

Instantly share code, notes, and snippets.

@iameli
Created January 3, 2023 23:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iameli/101539823461df8593b60aea63d80438 to your computer and use it in GitHub Desktop.
Save iameli/101539823461df8593b60aea63d80438 to your computer and use it in GitHub Desktop.
[1/327] Linking target test/logtest
[2/327] Linking target test/downloadertest
[3/327] Linking target test/websockettest
[4/327] Linking target test/resolvetest
[5/327] Linking target test/dtsc_sizing_test
[6/327] Linking target test/bitwritertest
[7/327] Linking target test/urireadertest
[8/327] Linking target test/jsontest
[9/327] Linking target test/streamstatustest
[10/327] Compiling C++ object MistAnalyserFLV.p/src_analysers_analyser.cpp.o
[11/327] Compiling C++ object MistAnalyserEBML.p/src_analysers_mist_analyse.cpp.o
[12/327] Compiling C++ object MistAnalyserDTSC.p/src_analysers_analyser.cpp.o
[13/327] Compiling C++ object MistAnalyserFLV.p/src_analysers_mist_analyse.cpp.o
[14/327] Compiling C++ object MistAnalyserDTSC.p/src_analysers_mist_analyse.cpp.o
[15/327] Compiling C++ object MistAnalyserOGG.p/src_analysers_mist_analyse.cpp.o
[16/327] Compiling C++ object MistAnalyserOGG.p/src_analysers_analyser.cpp.o
[17/327] Compiling C++ object MistAnalyserFLV.p/src_analysers_analyser_flv.cpp.o
[18/327] Linking target MistAnalyserFLV
[19/327] Compiling C++ object MistAnalyserDTSC.p/src_analysers_analyser_dtsc.cpp.o
[20/327] Compiling C++ object MistAnalyserRTMP.p/src_analysers_analyser_rtmp.cpp.o
[21/327] Linking target MistAnalyserDTSC
[22/327] Linking target MistAnalyserRTMP
[23/327] Compiling C++ object MistAnalyserOGG.p/src_analysers_analyser_ogg.cpp.o
[24/327] Compiling C++ object src/process/libmist_process_common.a.p/.._output_output.cpp.o
FAILED: src/process/libmist_process_common.a.p/.._output_output.cpp.o
ccache c++ -Isrc/process/libmist_process_common.a.p -Isrc/process -I../src/process -I. -I.. -I../subprojects/mbedtls/include -Isubprojects/libsrtp/include -I../subprojects/libsrtp/include -Imist -fcolor-diagnostics -Wall -Winvalid-pch -Wnon-virtual-dtor -std=gnu++11 -O0 -g -funsigned-char -D_LARGEFILE_SOURCE -Wno-sign-compare -Wparentheses -Wno-non-virtual-dtor -Wno-strict-aliasing '-DAPPNAME="MistServer"' -DDEBUG=4 '-DRELEASE="Generic_aarch64"' '-DPACKAGE_VERSION="3.1-110-g9b6613415"' -DSHM_DATASIZE=40 -DSTAT_CUTOFF=600 -DSTATS_DELAY=15 '-DUDP_API_HOST="localhost"' -DUDP_API_PORT=4242 -DSSL=1 -DUPDATER=1 -MD -MQ src/process/libmist_process_common.a.p/.._output_output.cpp.o -MF src/process/libmist_process_common.a.p/.._output_output.cpp.o.d -o src/process/libmist_process_common.a.p/.._output_output.cpp.o -c ../src/output/output.cpp
In file included from ../src/output/output.cpp:10:
In file included from ../src/output/output.h:2:
In file included from ../src/output/../io.h:4:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/map:726:17: error: no viable overloaded '='
__ref() = __v.__get_value();
~~~~~~~ ^ ~~~~~~~~~~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__tree:1662:39: note: in instantiation of member function 'std::__value_type<unsigned long, Comms::Users>::operator=' requested here
__cache.__get()->__value_ = *__first;
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__tree:1619:9: note: in instantiation of function template specialization 'std::__tree<std::__value_type<unsigned long, Comms::Users>, std::__map_value_compare<unsigned long, std::__value_type<unsigned long, Comms::Users>, std::less<unsigned long>, true>, std::allocator<std::__value_type<unsigned long, Comms::Users>>>::__assign_multi<std::__tree_const_iterator<std::__value_type<unsigned long, Comms::Users>, std::__tree_node<std::__value_type<unsigned long, Comms::Users>, void *> *, long>>' requested here
__assign_multi(__t.begin(), __t.end());
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/map:1041:21: note: in instantiation of member function 'std::__tree<std::__value_type<unsigned long, Comms::Users>, std::__map_value_compare<unsigned long, std::__value_type<unsigned long, Comms::Users>, std::less<unsigned long>, true>, std::allocator<std::__value_type<unsigned long, Comms::Users>>>::operator=' requested here
__tree_ = __m.__tree_;
^
../src/output/output.cpp:1506:16: note: in instantiation of member function 'std::map<unsigned long, Comms::Users>::operator=' requested here
userSelect = tmp_userSelect;
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__utility/pair.h:257:11: note: candidate function not viable: no known conversion from 'const pair<const std::__value_type<unsigned long, Comms::Users>::key_type, std::__value_type<unsigned long, Comms::Users>::mapped_type>' to 'const pair<unsigned long &, Comms::Users &>' for 1st argument
pair& operator=(typename conditional<
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__utility/pair.h:270:11: note: candidate function not viable: no known conversion from 'const pair<const std::__value_type<unsigned long, Comms::Users>::key_type, std::__value_type<unsigned long, Comms::Users>::mapped_type>' to 'pair<unsigned long &, Comms::Users &>' for 1st argument
pair& operator=(typename conditional<
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__utility/pair.h:79:62: note: candidate template ignored: disabled by 'enable_if' [with _Tuple = const std::pair<const unsigned long, Comms::Users> &]
using _EnableB _LIBCPP_NODEBUG_TYPE = typename enable_if<_Val, bool>::type;
^
1 error generated.
[25/327] Linking target MistAnalyserOGG
[26/327] Compiling C++ object MistAnalyserMP4.p/src_analysers_mist_analyse.cpp.o
[27/327] Compiling C++ object MistAnalyserEBML.p/src_analysers_analyser.cpp.o
[28/327] Compiling C++ object MistAnalyserTS.p/src_analysers_analyser.cpp.o
[29/327] Compiling C++ object MistAnalyserMP4.p/src_analysers_analyser.cpp.o
[30/327] Compiling C++ object MistAnalyserEBML.p/src_analysers_analyser_ebml.cpp.o
[31/327] Compiling C++ object MistAnalyserTS.p/src_analysers_mist_analyse.cpp.o
[32/327] Compiling C++ object MistAnalyserMP4.p/src_analysers_analyser_mp4.cpp.o
[33/327] Compiling C++ object MistAnalyserH264.p/src_analysers_mist_analyse.cpp.o
[34/327] Compiling C++ object MistAnalyserTS.p/src_analysers_analyser_ts.cpp.o
[35/327] Compiling C++ object MistAnalyserH264.p/src_analysers_analyser.cpp.o
ninja: build stopped: subcommand failed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment