linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Linphone-developers] Belr compiling erroe log


From: Вадим Миронов
Subject: Re: [Linphone-developers] Belr compiling erroe log
Date: Thu, 30 Jun 2016 20:54:45 +0300

Hello,
BCunit & BCtoolbox is OK
Now an error when compiling Belr:

[ 7%] Building CXX object src/CMakeFiles/belr.dir/grammarbuilder.cc.o
In file included from /usr/include/c++/4.7/memory:81:0,
from /home/vad/linphone-desktop/submodules/belr/include/belr/belr.hh:7,
from /home/vad/linphone-desktop/submodules/belr/include/belr/abnf.hh:5,
from /home/vad/linphone-desktop/submodules/belr/src/grammarbuilder.cc:2:
/usr/include/c++/4.7/functional: In instantiation of ‘static void std::_Function_handler<void(_ArgTypes ...), _Functor>::_M_invoke(const std::_Any_data&, _ArgTypes ...) [with _Functor = std::_Mem_fn<void (belr::ABNFRuleList::*)(const std::shared_ptr<belr::ABNFRule>&)>; _ArgTypes = {std::shared_ptr<belr::ABNFRuleList>, const std::shared_ptr<belr::ABNFRule>&}]’:
/usr/include/c++/4.7/functional:2298:6: required from ‘std::function<_Res(_ArgTypes ...)>::function(_Functor, typename std::enable_if<(! std::is_integral<_Functor>::value), std::function<_Res(_ArgTypes ...)>::_Useless>::type) [with _Functor = std::_Mem_fn<void (belr::ABNFRuleList::*)(const std::shared_ptr<belr::ABNFRule>&)>; _Res = void; _ArgTypes = {std::shared_ptr<belr::ABNFRuleList>, const std::shared_ptr<belr::ABNFRule>&}; typename std::enable_if<(! std::is_integral<_Functor>::value), std::function<_Res(_ArgTypes ...)>::_Useless>::type = std::function<void(std::shared_ptr<belr::ABNFRuleList>, const std::shared_ptr<belr::ABNFRule>&)>::_Useless]’
/home/vad/linphone-desktop/submodules/belr/include/belr/parser.hh:262:64: required from ‘std::function<void(std::shared_ptr<_Tp1>, _argT)> belr::make_sfn(void (_klassT::*)(_argT)) [with _klassT = belr::ABNFRuleList; _argT = const std::shared_ptr<belr::ABNFRule>&]’
/home/vad/linphone-desktop/submodules/belr/src/grammarbuilder.cc:292:57: required from here
/usr/include/c++/4.7/functional:1926:2: error: no match for call to ‘(std::_Mem_fn<void (belr::ABNFRuleList::*)(const std::shared_ptr<belr::ABNFRule>&)>) (std::shared_ptr<belr::ABNFRuleList>, const std::shared_ptr<belr::ABNFRule>&)’
/usr/include/c++/4.7/functional:525:11: note: candidates are:
/usr/include/c++/4.7/functional:548:7: note: _Res std::_Mem_fn<_Res (_Class::*)(_ArgTypes ...)>::operator()(_Class&, _ArgTypes ...) const [with _Res = void; _Class = belr::ABNFRuleList; _ArgTypes = {const std::shared_ptr<belr::ABNFRule>&}]
/usr/include/c++/4.7/functional:548:7: note: no known conversion for argument 1 from ‘std::shared_ptr<belr::ABNFRuleList>’ to ‘belr::ABNFRuleList&’
/usr/include/c++/4.7/functional:553:7: note: _Res std::_Mem_fn<_Res (_Class::*)(_ArgTypes ...)>::operator()(_Class*, _ArgTypes ...) const [with _Res = void; _Class = belr::ABNFRuleList; _ArgTypes = {const std::shared_ptr<belr::ABNFRule>&}]
/usr/include/c++/4.7/functional:553:7: note: no known conversion for argument 1 from ‘std::shared_ptr<belr::ABNFRuleList>’ to ‘belr::ABNFRuleList*’
/usr/include/c++/4.7/functional:559:2: note: _Res std::_Mem_fn<_Res (_Class::*)(_ArgTypes ...)>::operator()(_Tp&, _ArgTypes ...) const [with _Tp = std::shared_ptr<belr::ABNFRuleList>; _Res = void; _Class = belr::ABNFRuleList; _ArgTypes = {const std::shared_ptr<belr::ABNFRule>&}]
/usr/include/c++/4.7/functional:559:2: note: no known conversion for argument 1 from ‘std::shared_ptr<belr::ABNFRuleList>’ to ‘std::shared_ptr<belr::ABNFRuleList>&’
/usr/include/c++/4.7/functional: In instantiation of ‘static void std::_Function_handler<void(_ArgTypes ...), _Functor>::_M_invoke(const std::_Any_data&, _ArgTypes ...) [with _Functor = std::_Mem_fn<void (belr::ABNFRule::*)(const std::basic_string<char>&)>; _ArgTypes = {std::shared_ptr<belr::ABNFRule>, const std::basic_string<char, std::char_traits<char>, std::allocator<char> >&}]’:
/usr/include/c++/4.7/functional:2298:6: required from ‘std::function<_Res(_ArgTypes ...)>::function(_Functor, typename std::enable_if<(! std::is_integral<_Functor>::value), std::function<_Res(_ArgTypes ...)>::_Useless>::type) [with _Functor = std::_Mem_fn<void (belr::ABNFRule::*)(const std::basic_string<char>&)>; _Res = void; _ArgTypes = {std::shared_ptr<belr::ABNFRule>, const std::basic_string<char, std::char_traits<char>, std::allocator<char> >&}; typename std::enable_if<(! std::is_integral<_Functor>::value), std::function<_Res(_ArgTypes ...)>::_Useless>::type = std::function<void(std::shared_ptr<belr::ABNFRule>, const std::basic_string<char>&)>::_Useless]’
/home/vad/linphone-desktop/submodules/belr/include/belr/parser.hh:262:64: required from ‘std::function<void(std::shared_ptr<_Tp1>, _argT)> belr::make_sfn(void (_klassT::*)(_argT)) [with _klassT = belr::ABNFRule; _argT = const std::basic_string<char>&]’
/home/vad/linphone-desktop/submodules/belr/src/grammarbuilder.cc:294:56: required from here
/usr/include/c++/4.7/functional:1926:2: error: no match for call to ‘(std::_Mem_fn<void (belr::ABNFRule::*)(const std::basic_string<char>&)>) (std::shared_ptr<belr::ABNFRule>, const std::basic_string<char>&)’
/usr/include/c++/4.7/functional:525:11: note: candidates are:
/usr/include/c++/4.7/functional:548:7: note: _Res std::_Mem_fn<_Res (_Class::*)(_ArgTypes ...)>::operator()(_Class&, _ArgTypes ...) const [with _Res = void; _Class = belr::ABNFRule; _ArgTypes = {const std::basic_string<char, std::char_traits<char>, std::allocator<char> >&}]
/usr/include/c++/4.7/functional:548:7: note: no known conversion for argument 1 from ‘std::shared_ptr<belr::ABNFRule>’ to ‘belr::ABNFRule&’
/usr/include/c++/4.7/functional:553:7: note: _Res std::_Mem_fn<_Res (_Class::*)(_ArgTypes ...)>::operator()(_Class*, _ArgTypes ...) const [with _Res = void; _Class = belr::ABNFRule; _ArgTypes = {const std::basic_string<char, std::char_traits<char>, std::allocator<char> >&}]
/usr/include/c++/4.7/functional:553:7: note: no known conversion for argument 1 from ‘std::shared_ptr<belr::ABNFRule>’ to ‘belr::ABNFRule*’
/usr/include/c++/4.7/functional:559:2: note: _Res std::_Mem_fn<_Res (_Class::*)(_ArgTypes ...)>::operator()(_Tp&, _ArgTypes ...) const [with _Tp = std::shared_ptr<belr::ABNFRule>; _Res = void; _Class = belr::ABNFRule; _ArgTypes = {const std::basic_string<char, std::char_traits<char>, std::allocator<char> >&}]
/usr/include/c++/4.7/functional:559:2: note: no known conversion for argument 1 from ‘std::shared_ptr<belr::ABNFRule>’ to ‘std::shared_ptr<belr::ABNFRule>&’
/usr/include/c++/4.7/functional: In instantiation of ‘static void std::_Function_handler<void(_ArgTypes ...), _Functor>::_M_invoke(const std::_Any_data&, _ArgTypes ...) [with _Functor = std::_Mem_fn<void (belr::ABNFRule::*)(const std::shared_ptr<belr::ABNFAlternation>&)>; _ArgTypes = {std::shared_ptr<belr::ABNFRule>, const std::shared_ptr<belr::ABNFAlternation>&}]’:
/usr/include/c++/4.7/functional:2298:6: required from ‘std::function<_Res(_ArgTypes ...)>::function(_Functor, typename std::enable_if<(! std::is_integral<_Functor>::value), std::function<_Res(_ArgTypes ...)>::_Useless>::type) [with _Functor = std::_Mem_fn<void (belr::ABNFRule::*)(const std::shared_ptr<belr::ABNFAlternation>&)>; _Res = void; _ArgTypes = {std::shared_ptr<belr::ABNFRule>, const std::shared_ptr<belr::ABNFAlternation>&}; typename std::enable_if<(! std::is_integral<_Functor>::value), std::function<_Res(_ArgTypes ...)>::_Useless>::type = std::function<void(std::shared_ptr<belr::ABNFRule>, const std::shared_ptr<belr::ABNFAlternation>&)>::_Useless]’
/home/vad/linphone-desktop/submodules/belr/include/belr/parser.hh:262:64: required from ‘std::function<void(std::shared_ptr<_Tp1>, _argT)> belr::make_sfn(void (_klassT::*)(_argT)) [with _klassT = belr::ABNFRule; _argT = const std::shared_ptr<belr::ABNFAlternation>&]’
/home/vad/linphone-desktop/submodules/belr/src/grammarbuilder.cc:296:66: required from here
/usr/include/c++/4.7/functional:1926:2: error: no match for call to ‘(std::_Mem_fn<void (belr::ABNFRule::*)(const std::shared_ptr<belr::ABNFAlternation>&)>) (std::shared_ptr<belr::ABNFRule>, const std::shared_ptr<belr::ABNFAlternation>&)’
/usr/include/c++/4.7/functional:525:11: note: candidates are:
/usr/include/c++/4.7/functional:548:7: note: _Res std::_Mem_fn<_Res (_Class::*)(_ArgTypes ...)>::operator()(_Class&, _ArgTypes ...) const [with _Res = void; _Class = belr::ABNFRule; _ArgTypes = {const std::shared_ptr<belr::ABNFAlternation>&}]
/usr/include/c++/4.7/functional:548:7: note: no known conversion for argument 1 from ‘std::shared_ptr<belr::ABNFRule>’ to ‘belr::ABNFRule&’
/usr/include/c++/4.7/functional:553:7: note: _Res std::_Mem_fn<_Res (_Class::*)(_ArgTypes ...)>::operator()(_Class*, _ArgTypes ...) const [with _Res = void; _Class = belr::ABNFRule; _ArgTypes = {const std::shared_ptr<belr::ABNFAlternation>&}]
/usr/include/c++/4.7/functional:553:7: note: no known conversion for argument 1 from ‘std::shared_ptr<belr::ABNFRule>’ to ‘belr::ABNFRule*’
/usr/include/c++/4.7/functional:559:2: note: _Res std::_Mem_fn<_Res (_Class::*)(_ArgTypes ...)>::operator()(_Tp&, _ArgTypes ...) const [with _Tp = std::shared_ptr<belr::ABNFRule>; _Res = void; _Class = belr::ABNFRule; _ArgTypes = {const std::shared_ptr<belr::ABNFAlternation>&}]
/usr/include/c++/4.7/functional:559:2: note: no known conversion for argument 1 from ‘std::shared_ptr<belr::ABNFRule>’ to ‘std::shared_ptr<belr::ABNFRule>&’
/usr/include/c++/4.7/functional: In instantiation of ‘static void std::_Function_handler<void(_ArgTypes ...), _Functor>::_M_invoke(const std::_Any_data&, _ArgTypes ...) [with _Functor = std::_Mem_fn<void (belr::ABNFAlternation::*)(const std::shared_ptr<belr::ABNFConcatenation>&)>; _ArgTypes = {std::shared_ptr<belr::ABNFAlternation>, const std::shared_ptr<belr::ABNFConcatenation>&}]’:
/usr/include/c++/4.7/functional:2298:6: required from ‘std::function<_Res(_ArgTypes ...)>::function(_Functor, typename std::enable_if<(! std::is_integral<_Functor>::value), std::function<_Res(_ArgTypes ...)>::_Useless>::type) [with _Functor = std::_Mem_fn<void (belr::ABNFAlternation::*)(const std::shared_ptr<belr::ABNFConcatenation>&)>; _Res = void; _ArgTypes = {std::shared_ptr<belr::ABNFAlternation>, const std::shared_ptr<belr::ABNFConcatenation>&}; typename std::enable_if<(! std::is_integral<_Functor>::value), std::function<_Res(_ArgTypes ...)>::_Useless>::type = std::function<void(std::shared_ptr<belr::ABNFAlternation>, const std::shared_ptr<belr::ABNFConcatenation>&)>::_Useless]’
/home/vad/linphone-desktop/submodules/belr/include/belr/parser.hh:262:64: required from ‘std::function<void(std::shared_ptr<_Tp1>, _argT)> belr::make_sfn(void (_klassT::*)(_argT)) [with _klassT = belr::ABNFAlternation; _argT = const std::shared_ptr<belr::ABNFConcatenation>&]’
/home/vad/linphone-desktop/submodules/belr/src/grammarbuilder.cc:298:77: required from here
/usr/include/c++/4.7/functional:1926:2: error: no match for call to ‘(std::_Mem_fn<void (belr::ABNFAlternation::*)(const std::shared_ptr<belr::ABNFConcatenation>&)>) (std::shared_ptr<belr::ABNFAlternation>, const std::shared_ptr<belr::ABNFConcatenation>&)’
/usr/include/c++/4.7/functional:525:11: note: candidates are:
/usr/include/c++/4.7/functional:548:7: note: _Res std::_Mem_fn<_Res (_Class::*)(_ArgTypes ...)>::operator()(_Class&, _ArgTypes ...) const [with _Res = void; _Class = belr::ABNFAlternation; _ArgTypes = {const std::shared_ptr<belr::ABNFConcatenation>&}]
/usr/include/c++/4.7/functional:548:7: note: no known conversion for argument 1 from ‘std::shared_ptr<belr::ABNFAlternation>’ to ‘belr::ABNFAlternation&’
/usr/include/c++/4.7/functional:553:7: note: _Res std::_Mem_fn<_Res (_Class::*)(_ArgTypes ...)>::operator()(_Class*, _ArgTypes ...) const [with _Res = void; _Class = belr::ABNFAlternation; _ArgTypes = {const std::shared_ptr<belr::ABNFConcatenation>&}]
/usr/include/c++/4.7/functional:553:7: note: no known conversion for argument 1 from ‘std::shared_ptr<belr::ABNFAlternation>’ to ‘belr::ABNFAlternation*’
/usr/include/c++/4.7/functional:559:2: note: _Res std::_Mem_fn<_Res (_Class::*)(_ArgTypes ...)>::operator()(_Tp&, _ArgTypes ...) const [with _Tp = std::shared_ptr<belr::ABNFAlternation>; _Res = void; _Class = belr::ABNFAlternation; _ArgTypes = {const std::shared_ptr<belr::ABNFConcatenation>&}]
/usr/include/c++/4.7/functional:559:2: note: no known conversion for argument 1 from ‘std::shared_ptr<belr::ABNFAlternation>’ to ‘std::shared_ptr<belr::ABNFAlternation>&’
/usr/include/c++/4.7/functional: In instantiation of ‘static void std::_Function_handler<void(_ArgTypes ...), _Functor>::_M_invoke(const std::_Any_data&, _ArgTypes ...) [with _Functor = std::_Mem_fn<void (belr::ABNFConcatenation::*)(const std::shared_ptr<belr::ABNFRepetition>&)>; _ArgTypes = {std::shared_ptr<belr::ABNFConcatenation>, const std::shared_ptr<belr::ABNFRepetition>&}]’:
/usr/include/c++/4.7/functional:2298:6: required from ‘std::function<_Res(_ArgTypes ...)>::function(_Functor, typename std::enable_if<(! std::is_integral<_Functor>::value), std::function<_Res(_ArgTypes ...)>::_Useless>::type) [with _Functor = std::_Mem_fn<void (belr::ABNFConcatenation::*)(const std::shared_ptr<belr::ABNFRepetition>&)>; _Res = void; _ArgTypes = {std::shared_ptr<belr::ABNFConcatenation>, const std::shared_ptr<belr::ABNFRepetition>&}; typename std::enable_if<(! std::is_integral<_Functor>::value), std::function<_Res(_ArgTypes ...)>::_Useless>::type = std::function<void(std::shared_ptr<belr::ABNFConcatenation>, const std::shared_ptr<belr::ABNFRepetition>&)>::_Useless]’
/home/vad/linphone-desktop/submodules/belr/include/belr/parser.hh:262:64: required from ‘std::function<void(std::shared_ptr<_Tp1>, _argT)> belr::make_sfn(void (_klassT::*)(_argT)) [with _klassT = belr::ABNFConcatenation; _argT = const std::shared_ptr<belr::ABNFRepetition>&]’
/home/vad/linphone-desktop/submodules/belr/src/grammarbuilder.cc:300:74: required from here
/usr/include/c++/4.7/functional:1926:2: error: no match for call to ‘(std::_Mem_fn<void (belr::ABNFConcatenation::*)(const std::shared_ptr<belr::ABNFRepetition>&)>) (std::shared_ptr<belr::ABNFConcatenation>, const std::shared_ptr<belr::ABNFRepetition>&)’
/usr/include/c++/4.7/functional:525:11: note: candidates are:
/usr/include/c++/4.7/functional:548:7: note: _Res std::_Mem_fn<_Res (_Class::*)(_ArgTypes ...)>::operator()(_Class&, _ArgTypes ...) const [with _Res = void; _Class = belr::ABNFConcatenation; _ArgTypes = {const std::shared_ptr<belr::ABNFRepetition>&}]
/usr/include/c++/4.7/functional:548:7: note: no known conversion for argument 1 from ‘std::shared_ptr<belr::ABNFConcatenation>’ to ‘belr::ABNFConcatenation&’
/usr/include/c++/4.7/functional:553:7: note: _Res std::_Mem_fn<_Res (_Class::*)(_ArgTypes ...)>::operator()(_Class*, _ArgTypes ...) const [with _Res = void; _Class = belr::ABNFConcatenation; _ArgTypes = {const std::shared_ptr<belr::ABNFRepetition>&}]
/usr/include/c++/4.7/functional:553:7: note: no known conversion for argument 1 from ‘std::shared_ptr<belr::ABNFConcatenation>’ to ‘belr::ABNFConcatenation*’
/usr/include/c++/4.7/functional:559:2: note: _Res std::_Mem_fn<_Res (_Class::*)(_ArgTypes ...)>::operator()(_Tp&, _ArgTypes ...) const [with _Tp = std::shared_ptr<belr::ABNFConcatenation>; _Res = void; _Class = belr::ABNFConcatenation; _ArgTypes = {const std::shared_ptr<belr::ABNFRepetition>&}]
/usr/include/c++/4.7/functional:559:2: note: no known conversion for argument 1 from ‘std::shared_ptr<belr::ABNFConcatenation>’ to ‘std::shared_ptr<belr::ABNFConcatenation>&’
/usr/include/c++/4.7/functional: In instantiation of ‘static void std::_Function_handler<void(_ArgTypes ...), _Functor>::_M_invoke(const std::_Any_data&, _ArgTypes ...) [with _Functor = std::_Mem_fn<void (belr::ABNFRepetition::*)(const std::basic_string<char>&)>; _ArgTypes = {std::shared_ptr<belr::ABNFRepetition>, const std::basic_string<char, std::char_traits<char>, std::allocator<char> >&}]’:
/usr/include/c++/4.7/functional:2298:6: required from ‘std::function<_Res(_ArgTypes ...)>::function(_Functor, typename std::enable_if<(! std::is_integral<_Functor>::value), std::function<_Res(_ArgTypes ...)>::_Useless>::type) [with _Functor = std::_Mem_fn<void (belr::ABNFRepetition::*)(const std::basic_string<char>&)>; _Res = void; _ArgTypes = {std::shared_ptr<belr::ABNFRepetition>, const std::basic_string<char, std::char_traits<char>, std::allocator<char> >&}; typename std::enable_if<(! std::is_integral<_Functor>::value), std::function<_Res(_ArgTypes ...)>::_Useless>::type = std::function<void(std::shared_ptr<belr::ABNFRepetition>, const std::basic_string<char>&)>::_Useless]’
/home/vad/linphone-desktop/submodules/belr/include/belr/parser.hh:262:64: required from ‘std::function<void(std::shared_ptr<_Tp1>, _argT)> belr::make_sfn(void (_klassT::*)(_argT)) [with _klassT = belr::ABNFRepetition; _argT = const std::basic_string<char>&]’
/home/vad/linphone-desktop/submodules/belr/src/grammarbuilder.cc:302:63: required from here
/usr/include/c++/4.7/functional:1926:2: error: no match for call to ‘(std::_Mem_fn<void (belr::ABNFRepetition::*)(const std::basic_string<char>&)>) (std::shared_ptr<belr::ABNFRepetition>, const std::basic_string<char>&)’
/usr/include/c++/4.7/functional:525:11: note: candidates are:
/usr/include/c++/4.7/functional:548:7: note: _Res std::_Mem_fn<_Res (_Class::*)(_ArgTypes ...)>::operator()(_Class&, _ArgTypes ...) const [with _Res = void; _Class = belr::ABNFRepetition; _ArgTypes = {const std::basic_string<char, std::char_traits<char>, std::allocator<char> >&}]
/usr/include/c++/4.7/functional:548:7: note: no known conversion for argument 1 from ‘std::shared_ptr<belr::ABNFRepetition>’ to ‘belr::ABNFRepetition&’
/usr/include/c++/4.7/functional:553:7: note: _Res std::_Mem_fn<_Res (_Class::*)(_ArgTypes ...)>::operator()(_Class*, _ArgTypes ...) const [with _Res = void; _Class = belr::ABNFRepetition; _ArgTypes = {const std::basic_string<char, std::char_traits<char>, std::allocator<char> >&}]
/usr/include/c++/4.7/functional:553:7: note: no known conversion for argument 1 from ‘std::shared_ptr<belr::ABNFRepetition>’ to ‘belr::ABNFRepetition*’
/usr/include/c++/4.7/functional:559:2: note: _Res std::_Mem_fn<_Res (_Class::*)(_ArgTypes ...)>::operator()(_Tp&, _ArgTypes ...) const [with _Tp = std::shared_ptr<belr::ABNFRepetition>; _Res = void; _Class = belr::ABNFRepetition; _ArgTypes = {const std::basic_string<char, std::char_traits<char>, std::allocator<char> >&}]
/usr/include/c++/4.7/functional:559:2: note: no known conversion for argument 1 from ‘std::shared_ptr<belr::ABNFRepetition>’ to ‘std::shared_ptr<belr::ABNFRepetition>&’
/usr/include/c++/4.7/functional: In instantiation of ‘static void std::_Function_handler<void(_ArgTypes ...), _Functor>::_M_invoke(const std::_Any_data&, _ArgTypes ...) [with _Functor = std::_Mem_fn<void (belr::ABNFRepetition::*)(int)>; _ArgTypes = {std::shared_ptr<belr::ABNFRepetition>, int}]’:
/usr/include/c++/4.7/functional:2298:6: required from ‘std::function<_Res(_ArgTypes ...)>::function(_Functor, typename std::enable_if<(! std::is_integral<_Functor>::value), std::function<_Res(_ArgTypes ...)>::_Useless>::type) [with _Functor = std::_Mem_fn<void (belr::ABNFRepetition::*)(int)>; _Res = void; _ArgTypes = {std::shared_ptr<belr::ABNFRepetition>, int}; typename std::enable_if<(! std::is_integral<_Functor>::value), std::function<_Res(_ArgTypes ...)>::_Useless>::type = std::function<void(std::shared_ptr<belr::ABNFRepetition>, int)>::_Useless]’
/home/vad/linphone-desktop/submodules/belr/include/belr/parser.hh:262:64: required from ‘std::function<void(std::shared_ptr<_Tp1>, _argT)> belr::make_sfn(void (_klassT::*)(_argT)) [with _klassT = belr::ABNFRepetition; _argT = int]’
/home/vad/linphone-desktop/submodules/belr/src/grammarbuilder.cc:303:64: required from here
/usr/include/c++/4.7/functional:1926:2: error: no match for call to ‘(std::_Mem_fn<void (belr::ABNFRepetition::*)(int)>) (std::shared_ptr<belr::ABNFRepetition>, int)’
/usr/include/c++/4.7/functional:525:11: note: candidates are:
/usr/include/c++/4.7/functional:548:7: note: _Res std::_Mem_fn<_Res (_Class::*)(_ArgTypes ...)>::operator()(_Class&, _ArgTypes ...) const [with _Res = void; _Class = belr::ABNFRepetition; _ArgTypes = {int}]
/usr/include/c++/4.7/functional:548:7: note: no known conversion for argument 1 from ‘std::shared_ptr<belr::ABNFRepetition>’ to ‘belr::ABNFRepetition&’
/usr/include/c++/4.7/functional:553:7: note: _Res std::_Mem_fn<_Res (_Class::*)(_ArgTypes ...)>::operator()(_Class*, _ArgTypes ...) const [with _Res = void; _Class = belr::ABNFRepetition; _ArgTypes = {int}]
/usr/include/c++/4.7/functional:553:7: note: no known conversion for argument 1 from ‘std::shared_ptr<belr::ABNFRepetition>’ to ‘belr::ABNFRepetition*’
/usr/include/c++/4.7/functional:559:2: note: _Res std::_Mem_fn<_Res (_Class::*)(_ArgTypes ...)>::operator()(_Tp&, _ArgTypes ...) const [with _Tp = std::shared_ptr<belr::ABNFRepetition>; _Res = void; _Class = belr::ABNFRepetition; _ArgTypes = {int}]
/usr/include/c++/4.7/functional:559:2: note: no known conversion for argument 1 from ‘std::shared_ptr<belr::ABNFRepetition>’ to ‘std::shared_ptr<belr::ABNFRepetition>&’
/usr/include/c++/4.7/functional: In instantiation of ‘static void std::_Function_handler<void(_ArgTypes ...), _Functor>::_M_invoke(const std::_Any_data&, _ArgTypes ...) [with _Functor = std::_Mem_fn<void (belr::ABNFRepetition::*)(const std::shared_ptr<belr::ABNFElement>&)>; _ArgTypes = {std::shared_ptr<belr::ABNFRepetition>, const std::shared_ptr<belr::ABNFElement>&}]’:
/usr/include/c++/4.7/functional:2298:6: required from ‘std::function<_Res(_ArgTypes ...)>::function(_Functor, typename std::enable_if<(! std::is_integral<_Functor>::value), std::function<_Res(_ArgTypes ...)>::_Useless>::type) [with _Functor = std::_Mem_fn<void (belr::ABNFRepetition::*)(const std::shared_ptr<belr::ABNFElement>&)>; _Res = void; _ArgTypes = {std::shared_ptr<belr::ABNFRepetition>, const std::shared_ptr<belr::ABNFElement>&}; typename std::enable_if<(! std::is_integral<_Functor>::value), std::function<_Res(_ArgTypes ...)>::_Useless>::type = std::function<void(std::shared_ptr<belr::ABNFRepetition>, const std::shared_ptr<belr::ABNFElement>&)>::_Useless]’
/home/vad/linphone-desktop/submodules/belr/include/belr/parser.hh:262:64: required from ‘std::function<void(std::shared_ptr<_Tp1>, _argT)> belr::make_sfn(void (_klassT::*)(_argT)) [with _klassT = belr::ABNFRepetition; _argT = const std::shared_ptr<belr::ABNFElement>&]’
/home/vad/linphone-desktop/submodules/belr/src/grammarbuilder.cc:306:65: required from here
/usr/include/c++/4.7/functional:1926:2: error: no match for call to ‘(std::_Mem_fn<void (belr::ABNFRepetition::*)(const std::shared_ptr<belr::ABNFElement>&)>) (std::shared_ptr<belr::ABNFRepetition>, const std::shared_ptr<belr::ABNFElement>&)’
/usr/include/c++/4.7/functional:525:11: note: candidates are:
/usr/include/c++/4.7/functional:548:7: note: _Res std::_Mem_fn<_Res (_Class::*)(_ArgTypes ...)>::operator()(_Class&, _ArgTypes ...) const [with _Res = void; _Class = belr::ABNFRepetition; _ArgTypes = {const std::shared_ptr<belr::ABNFElement>&}]
/usr/include/c++/4.7/functional:548:7: note: no known conversion for argument 1 from ‘std::shared_ptr<belr::ABNFRepetition>’ to ‘belr::ABNFRepetition&’
/usr/include/c++/4.7/functional:553:7: note: _Res std::_Mem_fn<_Res (_Class::*)(_ArgTypes ...)>::operator()(_Class*, _ArgTypes ...) const [with _Res = void; _Class = belr::ABNFRepetition; _ArgTypes = {const std::shared_ptr<belr::ABNFElement>&}]
/usr/include/c++/4.7/functional:553:7: note: no known conversion for argument 1 from ‘std::shared_ptr<belr::ABNFRepetition>’ to ‘belr::ABNFRepetition*’
/usr/include/c++/4.7/functional:559:2: note: _Res std::_Mem_fn<_Res (_Class::*)(_ArgTypes ...)>::operator()(_Tp&, _ArgTypes ...) const [with _Tp = std::shared_ptr<belr::ABNFRepetition>; _Res = void; _Class = belr::ABNFRepetition; _ArgTypes = {const std::shared_ptr<belr::ABNFElement>&}]
/usr/include/c++/4.7/functional:559:2: note: no known conversion for argument 1 from ‘std::shared_ptr<belr::ABNFRepetition>’ to ‘std::shared_ptr<belr::ABNFRepetition>&’
/usr/include/c++/4.7/functional: In instantiation of ‘static void std::_Function_handler<void(_ArgTypes ...), _Functor>::_M_invoke(const std::_Any_data&, _ArgTypes ...) [with _Functor = std::_Mem_fn<void (belr::ABNFElement::*)(const std::basic_string<char>&)>; _ArgTypes = {std::shared_ptr<belr::ABNFElement>, const std::basic_string<char, std::char_traits<char>, std::allocator<char> >&}]’:
/usr/include/c++/4.7/functional:2298:6: required from ‘std::function<_Res(_ArgTypes ...)>::function(_Functor, typename std::enable_if<(! std::is_integral<_Functor>::value), std::function<_Res(_ArgTypes ...)>::_Useless>::type) [with _Functor = std::_Mem_fn<void (belr::ABNFElement::*)(const std::basic_string<char>&)>; _Res = void; _ArgTypes = {std::shared_ptr<belr::ABNFElement>, const std::basic_string<char, std::char_traits<char>, std::allocator<char> >&}; typename std::enable_if<(! std::is_integral<_Functor>::value), std::function<_Res(_ArgTypes ...)>::_Useless>::type = std::function<void(std::shared_ptr<belr::ABNFElement>, const std::basic_string<char>&)>::_Useless]’
/home/vad/linphone-desktop/submodules/belr/include/belr/parser.hh:262:64: required from ‘std::function<void(std::shared_ptr<_Tp1>, _argT)> belr::make_sfn(void (_klassT::*)(_argT)) [with _klassT = belr::ABNFElement; _argT = const std::basic_string<char>&]’
/home/vad/linphone-desktop/submodules/belr/src/grammarbuilder.cc:308:64: required from here
/usr/include/c++/4.7/functional:1926:2: error: no match for call to ‘(std::_Mem_fn<void (belr::ABNFElement::*)(const std::basic_string<char>&)>) (std::shared_ptr<belr::ABNFElement>, const std::basic_string<char>&)’
/usr/include/c++/4.7/functional:525:11: note: candidates are:
/usr/include/c++/4.7/functional:548:7: note: _Res std::_Mem_fn<_Res (_Class::*)(_ArgTypes ...)>::operator()(_Class&, _ArgTypes ...) const [with _Res = void; _Class = belr::ABNFElement; _ArgTypes = {const std::basic_string<char, std::char_traits<char>, std::allocator<char> >&}]
/usr/include/c++/4.7/functional:548:7: note: no known conversion for argument 1 from ‘std::shared_ptr<belr::ABNFElement>’ to ‘belr::ABNFElement&’
/usr/include/c++/4.7/functional:553:7: note: _Res std::_Mem_fn<_Res (_Class::*)(_ArgTypes ...)>::operator()(_Class*, _ArgTypes ...) const [with _Res = void; _Class = belr::ABNFElement; _ArgTypes = {const std::basic_string<char, std::char_traits<char>, std::allocator<char> >&}]
/usr/include/c++/4.7/functional:553:7: note: no known conversion for argument 1 from ‘std::shared_ptr<belr::ABNFElement>’ to ‘belr::ABNFElement*’
/usr/include/c++/4.7/functional:559:2: note: _Res std::_Mem_fn<_Res (_Class::*)(_ArgTypes ...)>::operator()(_Tp&, _ArgTypes ...) const [with _Tp = std::shared_ptr<belr::ABNFElement>; _Res = void; _Class = belr::ABNFElement; _ArgTypes = {const std::basic_string<char, std::char_traits<char>, std::allocator<char> >&}]
/usr/include/c++/4.7/functional:559:2: note: no known conversion for argument 1 from ‘std::shared_ptr<belr::ABNFElement>’ to ‘std::shared_ptr<belr::ABNFElement>&’
/usr/include/c++/4.7/functional: In instantiation of ‘static void std::_Function_handler<void(_ArgTypes ...), _Functor>::_M_invoke(const std::_Any_data&, _ArgTypes ...) [with _Functor = std::_Mem_fn<void (belr::ABNFElement::*)(const std::shared_ptr<belr::ABNFBuilder>&)>; _ArgTypes = {std::shared_ptr<belr::ABNFElement>, const std::shared_ptr<belr::ABNFBuilder>&}]’:
/usr/include/c++/4.7/functional:2298:6: required from ‘std::function<_Res(_ArgTypes ...)>::function(_Functor, typename std::enable_if<(! std::is_integral<_Functor>::value), std::function<_Res(_ArgTypes ...)>::_Useless>::type) [with _Functor = std::_Mem_fn<void (belr::ABNFElement::*)(const std::shared_ptr<belr::ABNFBuilder>&)>; _Res = void; _ArgTypes = {std::shared_ptr<belr::ABNFElement>, const std::shared_ptr<belr::ABNFBuilder>&}; typename std::enable_if<(! std::is_integral<_Functor>::value), std::function<_Res(_ArgTypes ...)>::_Useless>::type = std::function<void(std::shared_ptr<belr::ABNFElement>, const std::shared_ptr<belr::ABNFBuilder>&)>::_Useless]’
/home/vad/linphone-desktop/submodules/belr/include/belr/parser.hh:262:64: required from ‘std::function<void(std::shared_ptr<_Tp1>, _argT)> belr::make_sfn(void (_klassT::*)(_argT)) [with _klassT = belr::ABNFElement; _argT = const std::shared_ptr<belr::ABNFBuilder>&]’
/home/vad/linphone-desktop/submodules/belr/src/grammarbuilder.cc:309:60: required from here
/usr/include/c++/4.7/functional:1926:2: error: no match for call to ‘(std::_Mem_fn<void (belr::ABNFElement::*)(const std::shared_ptr<belr::ABNFBuilder>&)>) (std::shared_ptr<belr::ABNFElement>, const std::shared_ptr<belr::ABNFBuilder>&)’
/usr/include/c++/4.7/functional:525:11: note: candidates are:
/usr/include/c++/4.7/functional:548:7: note: _Res std::_Mem_fn<_Res (_Class::*)(_ArgTypes ...)>::operator()(_Class&, _ArgTypes ...) const [with _Res = void; _Class = belr::ABNFElement; _ArgTypes = {const std::shared_ptr<belr::ABNFBuilder>&}]
/usr/include/c++/4.7/functional:548:7: note: no known conversion for argument 1 from ‘std::shared_ptr<belr::ABNFElement>’ to ‘belr::ABNFElement&’
/usr/include/c++/4.7/functional:553:7: note: _Res std::_Mem_fn<_Res (_Class::*)(_ArgTypes ...)>::operator()(_Class*, _ArgTypes ...) const [with _Res = void; _Class = belr::ABNFElement; _ArgTypes = {const std::shared_ptr<belr::ABNFBuilder>&}]
/usr/include/c++/4.7/functional:553:7: note: no known conversion for argument 1 from ‘std::shared_ptr<belr::ABNFElement>’ to ‘belr::ABNFElement*’
/usr/include/c++/4.7/functional:559:2: note: _Res std::_Mem_fn<_Res (_Class::*)(_ArgTypes ...)>::operator()(_Tp&, _ArgTypes ...) const [with _Tp = std::shared_ptr<belr::ABNFElement>; _Res = void; _Class = belr::ABNFElement; _ArgTypes = {const std::shared_ptr<belr::ABNFBuilder>&}]
/usr/include/c++/4.7/functional:559:2: note: no known conversion for argument 1 from ‘std::shared_ptr<belr::ABNFElement>’ to ‘std::shared_ptr<belr::ABNFElement>&’
/usr/include/c++/4.7/functional: In instantiation of ‘static void std::_Function_handler<void(_ArgTypes ...), _Functor>::_M_invoke(const std::_Any_data&, _ArgTypes ...) [with _Functor = std::_Mem_fn<void (belr::ABNFGroup::*)(const std::shared_ptr<belr::ABNFAlternation>&)>; _ArgTypes = {std::shared_ptr<belr::ABNFGroup>, const std::shared_ptr<belr::ABNFAlternation>&}]’:
/usr/include/c++/4.7/functional:2298:6: required from ‘std::function<_Res(_ArgTypes ...)>::function(_Functor, typename std::enable_if<(! std::is_integral<_Functor>::value), std::function<_Res(_ArgTypes ...)>::_Useless>::type) [with _Functor = std::_Mem_fn<void (belr::ABNFGroup::*)(const std::shared_ptr<belr::ABNFAlternation>&)>; _Res = void; _ArgTypes = {std::shared_ptr<belr::ABNFGroup>, const std::shared_ptr<belr::ABNFAlternation>&}; typename std::enable_if<(! std::is_integral<_Functor>::value), std::function<_Res(_ArgTypes ...)>::_Useless>::type = std::function<void(std::shared_ptr<belr::ABNFGroup>, const std::shared_ptr<belr::ABNFAlternation>&)>::_Useless]’
/home/vad/linphone-desktop/submodules/belr/include/belr/parser.hh:262:64: required from ‘std::function<void(std::shared_ptr<_Tp1>, _argT)> belr::make_sfn(void (_klassT::*)(_argT)) [with _klassT = belr::ABNFGroup; _argT = const std::shared_ptr<belr::ABNFAlternation>&]’
/home/vad/linphone-desktop/submodules/belr/src/grammarbuilder.cc:315:68: required from here
/usr/include/c++/4.7/functional:1926:2: error: no match for call to ‘(std::_Mem_fn<void (belr::ABNFGroup::*)(const std::shared_ptr<belr::ABNFAlternation>&)>) (std::shared_ptr<belr::ABNFGroup>, const std::shared_ptr<belr::ABNFAlternation>&)’
/usr/include/c++/4.7/functional:525:11: note: candidates are:
/usr/include/c++/4.7/functional:548:7: note: _Res std::_Mem_fn<_Res (_Class::*)(_ArgTypes ...)>::operator()(_Class&, _ArgTypes ...) const [with _Res = void; _Class = belr::ABNFGroup; _ArgTypes = {const std::shared_ptr<belr::ABNFAlternation>&}]
/usr/include/c++/4.7/functional:548:7: note: no known conversion for argument 1 from ‘std::shared_ptr<belr::ABNFGroup>’ to ‘belr::ABNFGroup&’
/usr/include/c++/4.7/functional:553:7: note: _Res std::_Mem_fn<_Res (_Class::*)(_ArgTypes ...)>::operator()(_Class*, _ArgTypes ...) const [with _Res = void; _Class = belr::ABNFGroup; _ArgTypes = {const std::shared_ptr<belr::ABNFAlternation>&}]
/usr/include/c++/4.7/functional:553:7: note: no known conversion for argument 1 from ‘std::shared_ptr<belr::ABNFGroup>’ to ‘belr::ABNFGroup*’
/usr/include/c++/4.7/functional:559:2: note: _Res std::_Mem_fn<_Res (_Class::*)(_ArgTypes ...)>::operator()(_Tp&, _ArgTypes ...) const [with _Tp = std::shared_ptr<belr::ABNFGroup>; _Res = void; _Class = belr::ABNFGroup; _ArgTypes = {const std::shared_ptr<belr::ABNFAlternation>&}]
/usr/include/c++/4.7/functional:559:2: note: no known conversion for argument 1 from ‘std::shared_ptr<belr::ABNFGroup>’ to ‘std::shared_ptr<belr::ABNFGroup>&’
/usr/include/c++/4.7/functional: In instantiation of ‘static void std::_Function_handler<void(_ArgTypes ...), _Functor>::_M_invoke(const std::_Any_data&, _ArgTypes ...) [with _Functor = std::_Mem_fn<void (belr::ABNFOption::*)(const std::shared_ptr<belr::ABNFAlternation>&)>; _ArgTypes = {std::shared_ptr<belr::ABNFOption>, const std::shared_ptr<belr::ABNFAlternation>&}]’:
/usr/include/c++/4.7/functional:2298:6: required from ‘std::function<_Res(_ArgTypes ...)>::function(_Functor, typename std::enable_if<(! std::is_integral<_Functor>::value), std::function<_Res(_ArgTypes ...)>::_Useless>::type) [with _Functor = std::_Mem_fn<void (belr::ABNFOption::*)(const std::shared_ptr<belr::ABNFAlternation>&)>; _Res = void; _ArgTypes = {std::shared_ptr<belr::ABNFOption>, const std::shared_ptr<belr::ABNFAlternation>&}; typename std::enable_if<(! std::is_integral<_Functor>::value), std::function<_Res(_ArgTypes ...)>::_Useless>::type = std::function<void(std::shared_ptr<belr::ABNFOption>, const std::shared_ptr<belr::ABNFAlternation>&)>::_Useless]’
/home/vad/linphone-desktop/submodules/belr/include/belr/parser.hh:262:64: required from ‘std::function<void(std::shared_ptr<_Tp1>, _argT)> belr::make_sfn(void (_klassT::*)(_argT)) [with _klassT = belr::ABNFOption; _argT = const std::shared_ptr<belr::ABNFAlternation>&]’
/home/vad/linphone-desktop/submodules/belr/src/grammarbuilder.cc:317:69: required from here
/usr/include/c++/4.7/functional:1926:2: error: no match for call to ‘(std::_Mem_fn<void (belr::ABNFOption::*)(const std::shared_ptr<belr::ABNFAlternation>&)>) (std::shared_ptr<belr::ABNFOption>, const std::shared_ptr<belr::ABNFAlternation>&)’
/usr/include/c++/4.7/functional:525:11: note: candidates are:
/usr/include/c++/4.7/functional:548:7: note: _Res std::_Mem_fn<_Res (_Class::*)(_ArgTypes ...)>::operator()(_Class&, _ArgTypes ...) const [with _Res = void; _Class = belr::ABNFOption; _ArgTypes = {const std::shared_ptr<belr::ABNFAlternation>&}]
/usr/include/c++/4.7/functional:548:7: note: no known conversion for argument 1 from ‘std::shared_ptr<belr::ABNFOption>’ to ‘belr::ABNFOption&’
/usr/include/c++/4.7/functional:553:7: note: _Res std::_Mem_fn<_Res (_Class::*)(_ArgTypes ...)>::operator()(_Class*, _ArgTypes ...) const [with _Res = void; _Class = belr::ABNFOption; _ArgTypes = {const std::shared_ptr<belr::ABNFAlternation>&}]
/usr/include/c++/4.7/functional:553:7: note: no known conversion for argument 1 from ‘std::shared_ptr<belr::ABNFOption>’ to ‘belr::ABNFOption*’
/usr/include/c++/4.7/functional:559:2: note: _Res std::_Mem_fn<_Res (_Class::*)(_ArgTypes ...)>::operator()(_Tp&, _ArgTypes ...) const [with _Tp = std::shared_ptr<belr::ABNFOption>; _Res = void; _Class = belr::ABNFOption; _ArgTypes = {const std::shared_ptr<belr::ABNFAlternation>&}]
/usr/include/c++/4.7/functional:559:2: note: no known conversion for argument 1 from ‘std::shared_ptr<belr::ABNFOption>’ to ‘std::shared_ptr<belr::ABNFOption>&’
/usr/include/c++/4.7/functional: In instantiation of ‘static void std::_Function_handler<void(_ArgTypes ...), _Functor>::_M_invoke(const std::_Any_data&, _ArgTypes ...) [with _Functor = std::_Mem_fn<void (belr::ABNFNumval::*)(const std::basic_string<char>&)>; _ArgTypes = {std::shared_ptr<belr::ABNFNumval>, const std::basic_string<char, std::char_traits<char>, std::allocator<char> >&}]’:
/usr/include/c++/4.7/functional:2298:6: required from ‘std::function<_Res(_ArgTypes ...)>::function(_Functor, typename std::enable_if<(! std::is_integral<_Functor>::value), std::function<_Res(_ArgTypes ...)>::_Useless>::type) [with _Functor = std::_Mem_fn<void (belr::ABNFNumval::*)(const std::basic_string<char>&)>; _Res = void; _ArgTypes = {std::shared_ptr<belr::ABNFNumval>, const std::basic_string<char, std::char_traits<char>, std::allocator<char> >&}; typename std::enable_if<(! std::is_integral<_Functor>::value), std::function<_Res(_ArgTypes ...)>::_Useless>::type = std::function<void(std::shared_ptr<belr::ABNFNumval>, const std::basic_string<char>&)>::_Useless]’
/home/vad/linphone-desktop/submodules/belr/include/belr/parser.hh:262:64: required from ‘std::function<void(std::shared_ptr<_Tp1>, _argT)> belr::make_sfn(void (_klassT::*)(_argT)) [with _klassT = belr::ABNFNumval; _argT = const std::basic_string<char>&]’
/home/vad/linphone-desktop/submodules/belr/src/grammarbuilder.cc:319:60: required from here
/usr/include/c++/4.7/functional:1926:2: error: no match for call to ‘(std::_Mem_fn<void (belr::ABNFNumval::*)(const std::basic_string<char>&)>) (std::shared_ptr<belr::ABNFNumval>, const std::basic_string<char>&)’
/usr/include/c++/4.7/functional:525:11: note: candidates are:
/usr/include/c++/4.7/functional:548:7: note: _Res std::_Mem_fn<_Res (_Class::*)(_ArgTypes ...)>::operator()(_Class&, _ArgTypes ...) const [with _Res = void; _Class = belr::ABNFNumval; _ArgTypes = {const std::basic_string<char, std::char_traits<char>, std::allocator<char> >&}]
/usr/include/c++/4.7/functional:548:7: note: no known conversion for argument 1 from ‘std::shared_ptr<belr::ABNFNumval>’ to ‘belr::ABNFNumval&’
/usr/include/c++/4.7/functional:553:7: note: _Res std::_Mem_fn<_Res (_Class::*)(_ArgTypes ...)>::operator()(_Class*, _ArgTypes ...) const [with _Res = void; _Class = belr::ABNFNumval; _ArgTypes = {const std::basic_string<char, std::char_traits<char>, std::allocator<char> >&}]
/usr/include/c++/4.7/functional:553:7: note: no known conversion for argument 1 from ‘std::shared_ptr<belr::ABNFNumval>’ to ‘belr::ABNFNumval*’
/usr/include/c++/4.7/functional:559:2: note: _Res std::_Mem_fn<_Res (_Class::*)(_ArgTypes ...)>::operator()(_Tp&, _ArgTypes ...) const [with _Tp = std::shared_ptr<belr::ABNFNumval>; _Res = void; _Class = belr::ABNFNumval; _ArgTypes = {const std::basic_string<char, std::char_traits<char>, std::allocator<char> >&}]
/usr/include/c++/4.7/functional:559:2: note: no known conversion for argument 1 from ‘std::shared_ptr<belr::ABNFNumval>’ to ‘std::shared_ptr<belr::ABNFNumval>&’
make[2]: *** [src/CMakeFiles/belr.dir/grammarbuilder.cc.o] Ошибка 1
make[1]: *** [src/CMakeFiles/belr.dir/all] Ошибка 2
make: *** [all] Ошибка 2


Четверг, 30 июня 2016, 19:00 +03:00 от address@hidden:

Send Linphone-developers mailing list submissions to
address@hidden

To subscribe or unsubscribe via the World Wide Web, visit
https://lists.nongnu.org/mailman/listinfo/linphone-developers
or, via email, send a message with subject or body 'help' to
address@hidden

You can reach the person managing the list at
address@hidden

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Linphone-developers digest..."


Today's Topics:

   1. Error when compiling linphone-desktop (Belr, bctoolbox,
      BCunit) (????? ???????)


----------------------------------------------------------------------

Message: 1
Date: Wed, 29 Jun 2016 22:08:19 +0300
From: ????? ??????? <address@hidden>
To: address@hidden
Subject: [Linphone-developers] Error when compiling linphone-desktop
(Belr, bctoolbox, BCunit)
Message-ID: <address@hidden>
Content-Type: text/plain; charset="utf-8"


Hello!
I'm trying to compile linphone-desktop in debian wheezy. There are a few questions:
1. Belr - not compiled, requires bctoolbox.
2. Bctoolbox - not compiled, requires BCunit.
3. I can not find BCunit :( There is only CUnit
What am I doing wrong?

?Vad Mironov
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.nongnu.org/archive/html/linphone-developers/attachments/20160629/64440cca/attachment.html>

------------------------------

Subject: Digest Footer

_______________________________________________
Linphone-developers mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/linphone-developers


------------------------------

End of Linphone-developers Digest, Vol 160, Issue 17
****************************************************


reply via email to

[Prev in Thread] Current Thread [Next in Thread]