Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

qnx build v3.4.10 error #617

Closed
CuriousFu opened this issue Jan 25, 2024 · 3 comments
Closed

qnx build v3.4.10 error #617

CuriousFu opened this issue Jan 25, 2024 · 3 comments

Comments

@CuriousFu
Copy link

- qcc toolchain: aarch64-unknown-nto-qnx7.1.0-g++

- vsomeip version:3.4.10

- boost - version:boot_1_81_0


errors:

image
image

@CuriousFu
Copy link
Author

details:

<char>; std::__1::basic_string<_CharT, _Traits, _Allocator>::allocator_typr = std::__1::allocator<char>]'
 basic_string<_CharT, _Traits, _Allocator>::basic_string(basic_string&& __str, const allocator_type& __a)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1890:1: note:   candidate expects 2 arguments, 1 provided
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1872:1: note: candidate: 'std::__1::basic_string<_CharT, _Traits, _Allocator>::basic_string(std::__1::basic_string<_CharT, _Traits, _Allocator>&&) [with _CharT = char; _Traits = std::__1::char_traits<char>; _Allocator = std::__1::allocator<char>]'
 basic_string<_CharT, _Traits, _Allocator>::basic_string(basic_string&& __str)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1872:1: note:   no known conversion for argument 1 from 'int' to 'std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >&&'
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1855:1: note: candidate: 'std::__1::basic_string<_CharT, _Traits, _Allocator>::basic_string(const std::__1::basic_string<_CharT, _Traits, _Allocator>&, const allocator_type&) [with _CharT = char; _Traits = std::__1::char_traits<char>; _Allocator = std::__1::allocator<char>; std::__1::basic_string<_CharT, _Traits, _Allocator>::allocator_type = std::__1::allocator<char>]'
 basic_string<_CharT, _Traits, _Allocator>::basic_string(
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1855:1: note:   candidate expects 2 arguments, 1 provided
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1842:1: note: candidate: 'std::__1::basic_string<_CharT, _Traits, _Allocator>::basic_string(const std::__1::basic_string<_CharT, _Traits, _Allocator>&) [with _CharT = char; _Traits = std::__1::char_traits<char>; _Allocator = std::__1::allocator<char>]'
 basic_string<_CharT, _Traits, _Allocator>::basic_string(const basic_string& __str)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1842:1: note:   no known conversion for argument 1 from 'int' to 'const std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >&'
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1740:1: note: candidate: 'std::__1::basic_string<_CharT, _Traits, _Allocator>::basic_string(const allocator_type&) [with _CharT = char; _Traits = std::__1::char_traits<char>; _Allocator = std::__1::allocator<char>; std::__1::basic_string<_CharT, _Traits, _Allocator>::allocator_type = std::__1::allocator<char>]'
 basic_string<_CharT, _Traits, _Allocator>::basic_string(const allocator_type& __a)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1740:1: note:   no known conversion for argument 1 from 'int' to 'const allocator_type&' {aka 'const std::__1::allocator<char>&'}
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1729:1: note: candidate: 'std::__1::basic_string<_CharT, _Traits, _Allocator>::basic_string() [with _CharT = char; _Traits = std::__1::char_traits<char>; _Allocator = std::__1::allocator<char>]'
 basic_string<_CharT, _Traits, _Allocator>::basic_string()
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1729:1: note:   candidate expects 0 arguments, 1 provided
In file included from /home/jfu2/qnx/boost_1_81_0/include/boost/asio/ip/tcp.hpp:25,
                 from /home/jfu2/mylibpackags/buildvsomeipproject/vsomeip-3.4.10/implementation/endpoints/src/client_endpoint_impl.cpp:13:
/home/jfu2/qnx/boost_1_81_0/include/boost/asio/ip/basic_resolver.hpp:645:41: error: no matching function for call to 'std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::basic_string(int&)'
         static_cast<std::string>(service), resolve_flags);
                                         ^
In file included from /home/public/qnx710/target/qnx7/usr/include/c++/v1/__locale:15,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/ios:216,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/ostream:138,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/istream:164,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/iomanip:48,
                 from /home/jfu2/mylibpackags/buildvsomeipproject/vsomeip-3.4.10/implementation/endpoints/src/client_endpoint_impl.cpp:7:
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:2122:1: note: candidate: 'std::__1::basic_string<_CharT, _Traits, _Allocator>::basic_string(std::initializer_list<_Ep>, const _Allocator&) [with _CharT = char; _Traits = std::__1::char_traits<char>; _Allocator = std::__1::allocator<char>]'
 basic_string<_CharT, _Traits, _Allocator>::basic_string(
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:2122:1: note:   candidate expects 2 arguments, 1 provided
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:2110:1: note: candidate: 'std::__1::basic_string<_CharT, _Traits, _Allocator>::basic_string(std::initializer_list<_Ep>) [with _CharT = char; _Traits = std::__1::char_traits<char>; _Allocator = std::__1::allocator<char>]'
 basic_string<_CharT, _Traits, _Allocator>::basic_string(
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:2110:1: note:   no known conversion for argument 1 from 'int' to 'std::initializer_list<char>'
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:871:9: note: candidate: 'template<class _InputIterator> std::__1::basic_string<_CharT, _Traits, _Allocator>::basic_string(_InputIterator, _InputIterator, const allocator_type&)'
         basic_string(_InputIterator __first, _InputIterator __last, const allocator_type& __a);
         ^~~~~~~~~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:871:9: note:   template argument deduction/substitution failed:
In file included from /home/jfu2/qnx/boost_1_81_0/include/boost/asio/ip/tcp.hpp:25,
                 from /home/jfu2/mylibpackags/buildvsomeipproject/vsomeip-3.4.10/implementation/endpoints/src/client_endpoint_impl.cpp:13:
/home/jfu2/qnx/boost_1_81_0/include/boost/asio/ip/basic_resolver.hpp:645:41: note:   candidate expects 3 arguments, 1 provided
         static_cast<std::string>(service), resolve_flags);
                                         ^
In file included from /home/public/qnx710/target/qnx7/usr/include/c++/v1/__locale:15,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/ios:216,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/ostream:138,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/istream:164,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/iomanip:48,
                 from /home/jfu2/mylibpackags/buildvsomeipproject/vsomeip-3.4.10/implementation/endpoints/src/client_endpoint_impl.cpp:7:
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:868:9: note: candidate: 'template<class _InputIterator> std::__1::basic_string<_CharT, _Traits, _Allocator>::basic_string(_InputIterator, _InputIterator)'
         basic_string(_InputIterator __first, _InputIterator __last);
         ^~~~~~~~~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:868:9: note:   template argument deduction/substitution failed:
In file included from /home/jfu2/qnx/boost_1_81_0/include/boost/asio/ip/tcp.hpp:25,
                 from /home/jfu2/mylibpackags/buildvsomeipproject/vsomeip-3.4.10/implementation/endpoints/src/client_endpoint_impl.cpp:13:
/home/jfu2/qnx/boost_1_81_0/include/boost/asio/ip/basic_resolver.hpp:645:41: note:   candidate expects 2 arguments, 1 provided
         static_cast<std::string>(service), resolve_flags);
                                         ^
In file included from /home/public/qnx710/target/qnx7/usr/include/c++/v1/__locale:15,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/ios:216,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/ostream:138,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/istream:164,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/iomanip:48,
                 from /home/jfu2/mylibpackags/buildvsomeipproject/vsomeip-3.4.10/implementation/endpoints/src/client_endpoint_impl.cpp:7:
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:864:18: note: candidate: 'template<class _Tp, class> std::__1::basic_string<_CharT, _Traits, _Allocator>::basic_string(const _Tp&, const _Allocator&)'
         explicit basic_string(const _Tp& __t, const allocator_type& __a);
                  ^~~~~~~~~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:864:18: note:   template argument deduction/substitution failed:
In file included from /home/jfu2/qnx/boost_1_81_0/include/boost/asio/ip/tcp.hpp:25,
                 from /home/jfu2/mylibpackags/buildvsomeipproject/vsomeip-3.4.10/implementation/endpoints/src/client_endpoint_impl.cpp:13:
/home/jfu2/qnx/boost_1_81_0/include/boost/asio/ip/basic_resolver.hpp:645:41: note:   candidate expects 2 arguments, 1 provided
         static_cast<std::string>(service), resolve_flags);
                                         ^
In file included from /home/public/qnx710/target/qnx7/usr/include/c++/v1/__locale:15,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/ios:216,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/ostream:138,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/istream:164,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/iomanip:48,
                 from /home/jfu2/mylibpackags/buildvsomeipproject/vsomeip-3.4.10/implementation/endpoints/src/client_endpoint_impl.cpp:7:
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:860:18: note: candidate: 'template<class _Tp, class> std::__1::basic_string<_CharT, _Traits, _Allocator>::basic_string(const _Tp&)'
         explicit basic_string(const _Tp& __t);
                  ^~~~~~~~~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:860:18: note:   template argument deduction/substitution failed:
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:858:25: error: no type named 'type' in 'struct std::__1::enable_if<false, void>'
     template<class _Tp, class = typename enable_if<__can_be_converted_to_string_view<_CharT, _Traits, _Tp>::value, void>::type>
                         ^~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:855:9: note: candidate: 'template<class _Tp, class> std::__1::basic_string<_CharT, _Traits, _Allocator>::basic_string(const _Tp&, std::__1::basic_string<_CharT, _Traits, _Allocator>::size_type, std::__1::basic_string<_CharT, _Traits, _Allocator>::size_type, const allocator_type&)'
         basic_string(const _Tp& __t, size_type __pos, size_type __n,
         ^~~~~~~~~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:855:9: note:   template argument deduction/substitution failed:
In file included from /home/jfu2/qnx/boost_1_81_0/include/boost/asio/ip/tcp.hpp:25,
                 from /home/jfu2/mylibpackags/buildvsomeipproject/vsomeip-3.4.10/implementation/endpoints/src/client_endpoint_impl.cpp:13:
/home/jfu2/qnx/boost_1_81_0/include/boost/asio/ip/basic_resolver.hpp:645:41: note:   candidate expects 4 arguments, 1 provided
         static_cast<std::string>(service), resolve_flags);
                                         ^
In file included from /home/public/qnx710/target/qnx7/usr/include/c++/v1/__locale:15,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/ios:216,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/ostream:138,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/istream:164,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/iomanip:48,
                 from /home/jfu2/mylibpackags/buildvsomeipproject/vsomeip-3.4.10/implementation/endpoints/src/client_endpoint_impl.cpp:7:
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1974:1: note: candidate: 'std::__1::basic_string<_CharT, _Traits, _Allocator>::basic_string(const std::__1::basic_string<_CharT, _Traits, _Allocator>&, std::__1::basic_string<_CharT, _Traits, _Allocator>::size_type, const _Allocator&) [with _CharT = char; _Traits = std::__1::char_traits<char>; _Allocator = std::__1::allocator<char>; std::__1::basic_string<_CharT, _Traits, _Allocator>::size_type = long unsigned int]'
 basic_string<_CharT, _Traits, _Allocator>::basic_string(const basic_string& __str, size_type __pos,
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1974:1: note:   candidate expects 3 arguments, 1 provided
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1958:1: note: candidate: 'std::__1::basic_string<_CharT, _Traits, _Allocator>::basic_string(const std::__1::basic_string<_CharT, _Traits, _Allocator>&, std::__1::basic_string<_CharT, _Traits, _Allocator>::size_type, std::__1::basic_string<_CharT, _Traits, _Allocator>::size_type, const _Allocator&) [with _CharT = char; _Traits = std::__1::char_traits<char>; _Allocator = std::__1::allocator<char>; std::__1::basic_string<_CharT, _Traits, _Allocator>::size_type = long unsigned int]'
 basic_string<_CharT, _Traits, _Allocator>::basic_string(const basic_string& __str,
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1958:1: note:   candidate expects 4 arguments, 1 provided
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1948:1: note: candidate: 'std::__1::basic_string<_CharT, _Traits, _Allocator>::basic_string(std::__1::basic_string<_CharT, _Traits, _Allocator>::size_type, _CharT, const _Allocator&) [with _CharT = char; _Traits = std::__1::char_traits<char>; _Allocator = std::__1::allocator<char>; std::__1::basic_string<_CharT, _Traits, _Allocator>::size_type = long unsigned int]'
 basic_string<_CharT, _Traits, _Allocator>::basic_string(size_type __n, _CharT __c, const _Allocator& __a)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1948:1: note:   candidate expects 3 arguments, 1 provided
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1935:1: note: candidate: 'std::__1::basic_string<_CharT, _Traits, _Allocator>::basic_string(std::__1::basic_string<_CharT, _Traits, _Allocator>::size_type, _CharT) [with _CharT = char; _Traits = std::__1::char_traits<char>; _Allocator = std::__1::allocator<char>; std::__1::basic_string<_CharT, _Traits, _Allocator>::size_type = long unsigned int]'
 basic_string<_CharT, _Traits, _Allocator>::basic_string(size_type __n, _CharT __c)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1935:1: note:   candidate expects 2 arguments, 1 provided
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1831:1: note: candidate: 'std::__1::basic_string<_CharT, _Traits, _Allocator>::basic_string(const _CharT*, std::__1::basic_string<_CharT, _Traits, _Allocator>::size_type, const _Allocator&) [with _CharT = char; _Traits = std::__1::char_traits<char>; _Allocator = std::__1::allocator<char>; std::__1::basic_string<_CharT, _Traits, _Allocator>::size_type = long unsigned int]'
 basic_string<_CharT, _Traits, _Allocator>::basic_string(const _CharT* __s, size_type __n, const _Allocator& __a)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1831:1: note:   candidate expects 3 arguments, 1 provided
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1820:1: note: candidate: 'std::__1::basic_string<_CharT, _Traits, _Allocator>::basic_string(const _CharT*, std::__1::basic_string<_CharT, _Traits, _Allocator>::size_type) [with _CharT = char; _Traits = std::__1::char_traits<char>; _Allocator = std::__1::allocator<char>; std::__1::basic_string<_CharT, _Traits, _Allocator>::size_type = long unsigned int]'
 basic_string<_CharT, _Traits, _Allocator>::basic_string(const _CharT* __s, size_type __n)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1820:1: note:   candidate expects 2 arguments, 1 provided
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1808:1: note: candidate: 'std::__1::basic_string<_CharT, _Traits, _Allocator>::basic_string(const _CharT*, const _Allocator&) [with _CharT = char; _Traits = std::__1::char_traits<char>; _Allocator = std::__1::allocator<char>]'
 basic_string<_CharT, _Traits, _Allocator>::basic_string(const _CharT* __s, const _Allocator& __a)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1808:1: note:   candidate expects 2 arguments, 1 provided
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:820:5: note: candidate: 'std::__1::basic_string<_CharT, _Traits, _Allocator>::basic_string(const _CharT*) [with _CharT = char; _Traits = std::__1::char_traits<char>; _Allocator = std::__1::allocator<char>]' <near match>
     basic_string(const _CharT* __s) {
     ^~~~~~~~~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:820:5: note:   conversion of argument 1 would be ill-formed:
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1890:1: note: candidate: 'std::__1::basic_string<_CharT, _Traits, _Allocator>::basic_string(std::__1::basic_string<_CharT, _Traits, _Allocator>&&, const allocator_type&) [with _CharT = char; _Traits = std::__1::char_traits<char>; _Allocator = std::__1::allocator<char>; std::__1::basic_string<_CharT, _Traits, _Allocator>::allocator_type = std::__1::allocator<char>]'
 basic_string<_CharT, _Traits, _Allocator>::basic_string(basic_string&& __str, const allocator_type& __a)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1890:1: note:   candidate expects 2 arguments, 1 provided
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1872:1: note: candidate: 'std::__1::basic_string<_CharT, _Traits, _Allocator>::basic_string(std::__1::basic_string<_CharT, _Traits, _Allocator>&&) [with _CharT = char; _Traits = std::__1::char_traits<char>; _Allocator = std::__1::allocator<char>]'
 basic_string<_CharT, _Traits, _Allocator>::basic_string(basic_string&& __str)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1872:1: note:   no known conversion for argument 1 from 'int' to 'std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >&&'
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1855:1: note: candidate: 'std::__1::basic_string<_CharT, _Traits, _Allocator>::basic_string(const std::__1::basic_string<_CharT, _Traits, _Allocator>&, const allocator_type&) [with _CharT = char; _Traits = std::__1::char_traits<char>; _Allocator = std::__1::allocator<char>; std::__1::basic_string<_CharT, _Traits, _Allocator>::allocator_type = std::__1::allocator<char>]'
 basic_string<_CharT, _Traits, _Allocator>::basic_string(
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1855:1: note:   candidate expects 2 arguments, 1 provided
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1842:1: note: candidate: 'std::__1::basic_string<_CharT, _Traits, _Allocator>::basic_string(const std::__1::basic_string<_CharT, _Traits, _Allocator>&) [with _CharT = char; _Traits = std::__1::char_traits<char>; _Allocator = std::__1::allocator<char>]'
 basic_string<_CharT, _Traits, _Allocator>::basic_string(const basic_string& __str)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1842:1: note:   no known conversion for argument 1 from 'int' to 'const std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >&'
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1740:1: note: candidate: 'std::__1::basic_string<_CharT, _Traits, _Allocator>::basic_string(const allocator_type&) [with _CharT = char; _Traits = std::__1::char_traits<char>; _Allocator = std::__1::allocator<char>; std::__1::basic_string<_CharT, _Traits, _Allocator>::allocator_type = std::__1::allocator<char>]'
 basic_string<_CharT, _Traits, _Allocator>::basic_string(const allocator_type& __a)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1740:1: note:   no known conversion for argument 1 from 'int' to 'const allocator_type&' {aka 'const std::__1::allocator<char>&'}
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1729:1: note: candidate: 'std::__1::basic_string<_CharT, _Traits, _Allocator>::basic_string() [with _CharT = char; _Traits = std::__1::char_traits<char>; _Allocator = std::__1::allocator<char>]'
 basic_string<_CharT, _Traits, _Allocator>::basic_string()
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1729:1: note:   candidate expects 0 arguments, 1 provided
In file included from /home/jfu2/qnx/boost_1_81_0/include/boost/asio/ip/tcp.hpp:25,
                 from /home/jfu2/mylibpackags/buildvsomeipproject/vsomeip-3.4.10/implementation/endpoints/src/client_endpoint_impl.cpp:13:
/home/jfu2/qnx/boost_1_81_0/include/boost/asio/ip/basic_resolver.hpp: In member function 'auto boost::asio::ip::basic_resolver<InternetProtocol, Executor>::async_resolve(int, int, boost::asio::ip::resolver_base::flags, ResolveToken&&)':
/home/jfu2/qnx/boost_1_81_0/include/boost/asio/ip/basic_resolver.hpp:836:72: error: no matching function for call to 'std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::basic_string(int&)'
     basic_resolver_query<protocol_type> q(static_cast<std::string>(host),
                                                                        ^
In file included from /home/public/qnx710/target/qnx7/usr/include/c++/v1/__locale:15,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/ios:216,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/ostream:138,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/istream:164,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/iomanip:48,
                 from /home/jfu2/mylibpackags/buildvsomeipproject/vsomeip-3.4.10/implementation/endpoints/src/client_endpoint_impl.cpp:7:
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:2122:1: note: candidate: 'std::__1::basic_string<_CharT, _Traits, _Allocator>::basic_string(std::initializer_list<_Ep>, const _Allocator&) [with _CharT = char; _Traits = std::__1::char_traits<char>; _Allocator = std::__1::allocator<char>]'
 basic_string<_CharT, _Traits, _Allocator>::basic_string(
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:2122:1: note:   candidate expects 2 arguments, 1 provided
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:2110:1: note: candidate: 'std::__1::basic_string<_CharT, _Traits, _Allocator>::basic_string(std::initializer_list<_Ep>) [with _CharT = char; _Traits = std::__1::char_traits<char>; _Allocator = std::__1::allocator<char>]'
 basic_string<_CharT, _Traits, _Allocator>::basic_string(
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:2110:1: note:   no known conversion for argument 1 from 'int' to 'std::initializer_list<char>'
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:871:9: note: candidate: 'template<class _InputIterator> std::__1::basic_string<_CharT, _Traits, _Allocator>::basic_string(_InputIterator, _InputIterator, const allocator_type&)'
         basic_string(_InputIterator __first, _InputIterator __last, const allocator_type& __a);
         ^~~~~~~~~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:871:9: note:   template argument deduction/substitution failed:
In file included from /home/jfu2/qnx/boost_1_81_0/include/boost/asio/ip/tcp.hpp:25,
                 from /home/jfu2/mylibpackags/buildvsomeipproject/vsomeip-3.4.10/implementation/endpoints/src/client_endpoint_impl.cpp:13:
/home/jfu2/qnx/boost_1_81_0/include/boost/asio/ip/basic_resolver.hpp:836:72: note:   candidate expects 3 arguments, 1 provided
     basic_resolver_query<protocol_type> q(static_cast<std::string>(host),
                                                                        ^
In file included from /home/public/qnx710/target/qnx7/usr/include/c++/v1/__locale:15,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/ios:216,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/ostream:138,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/istream:164,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/iomanip:48,
                 from /home/jfu2/mylibpackags/buildvsomeipproject/vsomeip-3.4.10/implementation/endpoints/src/client_endpoint_impl.cpp:7:
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:868:9: note: candidate: 'template<class _InputIterator> std::__1::basic_string<_CharT, _Traits, _Allocator>::basic_string(_InputIterator, _InputIterator)'
         basic_string(_InputIterator __first, _InputIterator __last);
         ^~~~~~~~~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:868:9: note:   template argument deduction/substitution failed:
In file included from /home/jfu2/qnx/boost_1_81_0/include/boost/asio/ip/tcp.hpp:25,
                 from /home/jfu2/mylibpackags/buildvsomeipproject/vsomeip-3.4.10/implementation/endpoints/src/client_endpoint_impl.cpp:13:
/home/jfu2/qnx/boost_1_81_0/include/boost/asio/ip/basic_resolver.hpp:836:72: note:   candidate expects 2 arguments, 1 provided
     basic_resolver_query<protocol_type> q(static_cast<std::string>(host),
                                                                        ^
In file included from /home/public/qnx710/target/qnx7/usr/include/c++/v1/__locale:15,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/ios:216,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/ostream:138,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/istream:164,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/iomanip:48,
                 from /home/jfu2/mylibpackags/buildvsomeipproject/vsomeip-3.4.10/implementation/endpoints/src/client_endpoint_impl.cpp:7:
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:864:18: note: candidate: 'template<class _Tp, class> std::__1::basic_string<_CharT, _Traits, _Allocator>::basic_string(const _Tp&, const _Allocator&)'
         explicit basic_string(const _Tp& __t, const allocator_type& __a);
                  ^~~~~~~~~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:864:18: note:   template argument deduction/substitution failed:
In file included from /home/jfu2/qnx/boost_1_81_0/include/boost/asio/ip/tcp.hpp:25,
                 from /home/jfu2/mylibpackags/buildvsomeipproject/vsomeip-3.4.10/implementation/endpoints/src/client_endpoint_impl.cpp:13:
/home/jfu2/qnx/boost_1_81_0/include/boost/asio/ip/basic_resolver.hpp:836:72: note:   candidate expects 2 arguments, 1 provided
     basic_resolver_query<protocol_type> q(static_cast<std::string>(host),
                                                                        ^
In file included from /home/public/qnx710/target/qnx7/usr/include/c++/v1/__locale:15,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/ios:216,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/ostream:138,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/istream:164,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/iomanip:48,
                 from /home/jfu2/mylibpackags/buildvsomeipproject/vsomeip-3.4.10/implementation/endpoints/src/client_endpoint_impl.cpp:7:
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:860:18: note: candidate: 'template<class _Tp, class> std::__1::basic_string<_CharT, _Traits, _Allocator>::basic_string(const _Tp&)'
         explicit basic_string(const _Tp& __t);
                  ^~~~~~~~~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:860:18: note:   template argument deduction/substitution failed:
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:858:25: error: no type named 'type' in 'struct std::__1::enable_if<false, void>'
     template<class _Tp, class = typename enable_if<__can_be_converted_to_string_view<_CharT, _Traits, _Tp>::value, void>::type>
                         ^~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:855:9: note: candidate: 'template<class _Tp, class> std::__1::basic_string<_CharT, _Traits, _Allocator>::basic_string(const _Tp&, std::__1::basic_string<_CharT, _Traits, _Allocator>::size_type, std::__1::basic_string<_CharT, _Traits, _Allocator>::size_type, const allocator_type&)'
         basic_string(const _Tp& __t, size_type __pos, size_type __n,
         ^~~~~~~~~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:855:9: note:   template argument deduction/substitution failed:
In file included from /home/jfu2/qnx/boost_1_81_0/include/boost/asio/ip/tcp.hpp:25,
                 from /home/jfu2/mylibpackags/buildvsomeipproject/vsomeip-3.4.10/implementation/endpoints/src/client_endpoint_impl.cpp:13:
/home/jfu2/qnx/boost_1_81_0/include/boost/asio/ip/basic_resolver.hpp:836:72: note:   candidate expects 4 arguments, 1 provided
     basic_resolver_query<protocol_type> q(static_cast<std::string>(host),
                                                                        ^
In file included from /home/public/qnx710/target/qnx7/usr/include/c++/v1/__locale:15,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/ios:216,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/ostream:138,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/istream:164,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/iomanip:48,
                 from /home/jfu2/mylibpackags/buildvsomeipproject/vsomeip-3.4.10/implementation/endpoints/src/client_endpoint_impl.cpp:7:
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1974:1: note: candidate: 'std::__1::basic_string<_CharT, _Traits, _Allocator>::basic_string(const std::__1::basic_string<_CharT, _Traits, _Allocator>&, std::__1::basic_string<_CharT, _Traits, _Allocator>::size_type, const _Allocator&) [with _CharT = char; _Traits = std::__1::char_traits<char>; _Allocator = std::__1::allocator<char>; std::__1::basic_string<_CharT, _Traits, _Allocator>::size_type = long unsigned int]'
 basic_string<_CharT, _Traits, _Allocator>::basic_string(const basic_string& __str, size_type __pos,
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1974:1: note:   candidate expects 3 arguments, 1 provided
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1958:1: note: candidate: 'std::__1::basic_string<_CharT, _Traits, _Allocator>::basic_string(const std::__1::basic_string<_CharT, _Traits, _Allocator>&, std::__1::basic_string<_CharT, _Traits, _Allocator>::size_type, std::__1::basic_string<_CharT, _Traits, _Allocator>::size_type, const _Allocator&) [with _CharT = char; _Traits = std::__1::char_traits<char>; _Allocator = std::__1::allocator<char>; std::__1::basic_string<_CharT, _Traits, _Allocator>::size_type = long unsigned int]'
 basic_string<_CharT, _Traits, _Allocator>::basic_string(const basic_string& __str,
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1958:1: note:   candidate expects 4 arguments, 1 provided
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1948:1: note: candidate: 'std::__1::basic_string<_CharT, _Traits, _Allocator>::basic_string(std::__1::basic_string<_CharT, _Traits, _Allocator>::size_type, _CharT, const _Allocator&) [with _CharT = char; _Traits = std::__1::char_traits<char>; _Allocator = std::__1::allocator<char>; std::__1::basic_string<_CharT, _Traits, _Allocator>::size_type = long unsigned int]'
 basic_string<_CharT, _Traits, _Allocator>::basic_string(size_type __n, _CharT __c, const _Allocator& __a)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1948:1: note:   candidate expects 3 arguments, 1 provided
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1935:1: note: candidate: 'std::__1::basic_string<_CharT, _Traits, _Allocator>::basic_string(std::__1::basic_string<_CharT, _Traits, _Allocator>::size_type, _CharT) [with _CharT = char; _Traits = std::__1::char_traits<char>; _Allocator = std::__1::allocator<char>; std::__1::basic_string<_CharT, _Traits, _Allocator>::size_type = long unsigned int]'
 basic_string<_CharT, _Traits, _Allocator>::basic_string(size_type __n, _CharT __c)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1935:1: note:   candidate expects 2 arguments, 1 provided
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1831:1: note: candidate: 'std::__1::basic_string<_CharT, _Traits, _Allocator>::basic_string(const _CharT*, std::__1::basic_string<_CharT, _Traits, _Allocator>::size_type, const _Allocator&) [with _CharT = char; _Traits = std::__1::char_traits<char>; _Allocator = std::__1::allocator<char>; std::__1::basic_string<_CharT, _Traits, _Allocator>::size_type = long unsigned int]'
 basic_string<_CharT, _Traits, _Allocator>::basic_string(const _CharT* __s, size_type __n, const _Allocator& __a)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1831:1: note:   candidate expects 3 arguments, 1 provided
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1820:1: note: candidate: 'std::__1::basic_string<_CharT, _Traits, _Allocator>::basic_string(const _CharT*, std::__1::basic_string<_CharT, _Traits, _Allocator>::size_type) [with _CharT = char; _Traits = std::__1::char_traits<char>; _Allocator = std::__1::allocator<char>; std::__1::basic_string<_CharT, _Traits, _Allocator>::size_type = long unsigned int]'
 basic_string<_CharT, _Traits, _Allocator>::basic_string(const _CharT* __s, size_type __n)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1820:1: note:   candidate expects 2 arguments, 1 provided
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1808:1: note: candidate: 'std::__1::basic_string<_CharT, _Traits, _Allocator>::basic_string(const _CharT*, const _Allocator&) [with _CharT = char; _Traits = std::__1::char_traits<char>; _Allocator = std::__1::allocator<char>]'
 basic_string<_CharT, _Traits, _Allocator>::basic_string(const _CharT* __s, const _Allocator& __a)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1808:1: note:   candidate expects 2 arguments, 1 provided
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:820:5: note: candidate: 'std::__1::basic_string<_CharT, _Traits, _Allocator>::basic_string(const _CharT*) [with _CharT = char; _Traits = std::__1::char_traits<char>; _Allocator = std::__1::allocator<char>]' <near match>
     basic_string(const _CharT* __s) {
     ^~~~~~~~~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:820:5: note:   conversion of argument 1 would be ill-formed:
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1890:1: note: candidate: 'std::__1::basic_string<_CharT, _Traits, _Allocator>::basic_string(std::__1::basic_string<_CharT, _Traits, _Allocator>&&, const allocator_type&) [with _CharT = char; _Traits = std::__1::char_traits<char>; _Allocator = std::__1::allocator<char>; std::__1::basic_string<_CharT, _Traits, _Allocator>::allocator_type = std::__1::allocator<char>]'
 basic_string<_CharT, _Traits, _Allocator>::basic_string(basic_string&& __str, const allocator_type& __a)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1890:1: note:   candidate expects 2 arguments, 1 provided
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1872:1: note: candidate: 'std::__1::basic_string<_CharT, _Traits, _Allocator>::basic_string(std::__1::basic_string<_CharT, _Traits, _Allocator>&&) [with _CharT = char; _Traits = std::__1::char_traits<char>; _Allocator = std::__1::allocator<char>]'
 basic_string<_CharT, _Traits, _Allocator>::basic_string(basic_string&& __str)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1872:1: note:   no known conversion for argument 1 from 'int' to 'std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >&&'
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1855:1: note: candidate: 'std::__1::basic_string<_CharT, _Traits, _Allocator>::basic_string(const std::__1::basic_string<_CharT, _Traits, _Allocator>&, const allocator_type&) [with _CharT = char; _Traits = std::__1::char_traits<char>; _Allocator = std::__1::allocator<char>; std::__1::basic_string<_CharT, _Traits, _Allocator>::allocator_type = std::__1::allocator<char>]'
 basic_string<_CharT, _Traits, _Allocator>::basic_string(
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1855:1: note:   candidate expects 2 arguments, 1 provided
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1842:1: note: candidate: 'std::__1::basic_string<_CharT, _Traits, _Allocator>::basic_string(const std::__1::basic_string<_CharT, _Traits, _Allocator>&) [with _CharT = char; _Traits = std::__1::char_traits<char>; _Allocator = std::__1::allocator<char>]'
 basic_string<_CharT, _Traits, _Allocator>::basic_string(const basic_string& __str)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1842:1: note:   no known conversion for argument 1 from 'int' to 'const std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >&'
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1740:1: note: candidate: 'std::__1::basic_string<_CharT, _Traits, _Allocator>::basic_string(const allocator_type&) [with _CharT = char; _Traits = std::__1::char_traits<char>; _Allocator = std::__1::allocator<char>; std::__1::basic_string<_CharT, _Traits, _Allocator>::allocator_type = std::__1::allocator<char>]'
 basic_string<_CharT, _Traits, _Allocator>::basic_string(const allocator_type& __a)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1740:1: note:   no known conversion for argument 1 from 'int' to 'const allocator_type&' {aka 'const std::__1::allocator<char>&'}
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1729:1: note: candidate: 'std::__1::basic_string<_CharT, _Traits, _Allocator>::basic_string() [with _CharT = char; _Traits = std::__1::char_traits<char>; _Allocator = std::__1::allocator<char>]'
 basic_string<_CharT, _Traits, _Allocator>::basic_string()
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1729:1: note:   candidate expects 0 arguments, 1 provided
In file included from /home/jfu2/qnx/boost_1_81_0/include/boost/asio/ip/tcp.hpp:25,
                 from /home/jfu2/mylibpackags/buildvsomeipproject/vsomeip-3.4.10/implementation/endpoints/src/client_endpoint_impl.cpp:13:
/home/jfu2/qnx/boost_1_81_0/include/boost/asio/ip/basic_resolver.hpp:837:41: error: no matching function for call to 'std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::basic_string(int&)'
         static_cast<std::string>(service), resolve_flags);
                                         ^
In file included from /home/public/qnx710/target/qnx7/usr/include/c++/v1/__locale:15,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/ios:216,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/ostream:138,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/istream:164,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/iomanip:48,
                 from /home/jfu2/mylibpackags/buildvsomeipproject/vsomeip-3.4.10/implementation/endpoints/src/client_endpoint_impl.cpp:7:
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:2122:1: note: candidate: 'std::__1::basic_string<_CharT, _Traits, _Allocator>::basic_string(std::initializer_list<_Ep>, const _Allocator&) [with _CharT = char; _Traits = std::__1::char_traits<char>; _Allocator = std::__1::allocator<char>]'
 basic_string<_CharT, _Traits, _Allocator>::basic_string(
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:2122:1: note:   candidate expects 2 arguments, 1 provided
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:2110:1: note: candidate: 'std::__1::basic_string<_CharT, _Traits, _Allocator>::basic_string(std::initializer_list<_Ep>) [with _CharT = char; _Traits = std::__1::char_traits<char>; _Allocator = std::__1::allocator<char>]'
 basic_string<_CharT, _Traits, _Allocator>::basic_string(
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:2110:1: note:   no known conversion for argument 1 from 'int' to 'std::initializer_list<char>'
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:871:9: note: candidate: 'template<class _InputIterator> std::__1::basic_string<_CharT, _Traits, _Allocator>::basic_string(_InputIterator, _InputIterator, const allocator_type&)'
         basic_string(_InputIterator __first, _InputIterator __last, const allocator_type& __a);
         ^~~~~~~~~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:871:9: note:   template argument deduction/substitution failed:
In file included from /home/jfu2/qnx/boost_1_81_0/include/boost/asio/ip/tcp.hpp:25,
                 from /home/jfu2/mylibpackags/buildvsomeipproject/vsomeip-3.4.10/implementation/endpoints/src/client_endpoint_impl.cpp:13:
/home/jfu2/qnx/boost_1_81_0/include/boost/asio/ip/basic_resolver.hpp:837:41: note:   candidate expects 3 arguments, 1 provided
         static_cast<std::string>(service), resolve_flags);
                                         ^
In file included from /home/public/qnx710/target/qnx7/usr/include/c++/v1/__locale:15,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/ios:216,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/ostream:138,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/istream:164,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/iomanip:48,
                 from /home/jfu2/mylibpackags/buildvsomeipproject/vsomeip-3.4.10/implementation/endpoints/src/client_endpoint_impl.cpp:7:
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:868:9: note: candidate: 'template<class _InputIterator> std::__1::basic_string<_CharT, _Traits, _Allocator>::basic_string(_InputIterator, _InputIterator)'
         basic_string(_InputIterator __first, _InputIterator __last);
         ^~~~~~~~~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:868:9: note:   template argument deduction/substitution failed:
In file included from /home/jfu2/qnx/boost_1_81_0/include/boost/asio/ip/tcp.hpp:25,
                 from /home/jfu2/mylibpackags/buildvsomeipproject/vsomeip-3.4.10/implementation/endpoints/src/client_endpoint_impl.cpp:13:
/home/jfu2/qnx/boost_1_81_0/include/boost/asio/ip/basic_resolver.hpp:837:41: note:   candidate expects 2 arguments, 1 provided
         static_cast<std::string>(service), resolve_flags);
                                         ^
In file included from /home/public/qnx710/target/qnx7/usr/include/c++/v1/__locale:15,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/ios:216,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/ostream:138,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/istream:164,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/iomanip:48,
                 from /home/jfu2/mylibpackags/buildvsomeipproject/vsomeip-3.4.10/implementation/endpoints/src/client_endpoint_impl.cpp:7:
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:864:18: note: candidate: 'template<class _Tp, class> std::__1::basic_string<_CharT, _Traits, _Allocator>::basic_string(const _Tp&, const _Allocator&)'
         explicit basic_string(const _Tp& __t, const allocator_type& __a);
                  ^~~~~~~~~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:864:18: note:   template argument deduction/substitution failed:
In file included from /home/jfu2/qnx/boost_1_81_0/include/boost/asio/ip/tcp.hpp:25,
                 from /home/jfu2/mylibpackags/buildvsomeipproject/vsomeip-3.4.10/implementation/endpoints/src/client_endpoint_impl.cpp:13:
/home/jfu2/qnx/boost_1_81_0/include/boost/asio/ip/basic_resolver.hpp:837:41: note:   candidate expects 2 arguments, 1 provided
         static_cast<std::string>(service), resolve_flags);
                                         ^
In file included from /home/public/qnx710/target/qnx7/usr/include/c++/v1/__locale:15,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/ios:216,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/ostream:138,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/istream:164,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/iomanip:48,
                 from /home/jfu2/mylibpackags/buildvsomeipproject/vsomeip-3.4.10/implementation/endpoints/src/client_endpoint_impl.cpp:7:
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:860:18: note: candidate: 'template<class _Tp, class> std::__1::basic_string<_CharT, _Traits, _Allocator>::basic_string(const _Tp&)'
         explicit basic_string(const _Tp& __t);
                  ^~~~~~~~~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:860:18: note:   template argument deduction/substitution failed:
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:858:25: error: no type named 'type' in 'struct std::__1::enable_if<false, void>'
     template<class _Tp, class = typename enable_if<__can_be_converted_to_string_view<_CharT, _Traits, _Tp>::value, void>::type>
                         ^~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:855:9: note: candidate: 'template<class _Tp, class> std::__1::basic_string<_CharT, _Traits, _Allocator>::basic_string(const _Tp&, std::__1::basic_string<_CharT, _Traits, _Allocator>::size_type, std::__1::basic_string<_CharT, _Traits, _Allocator>::size_type, const allocator_type&)'
         basic_string(const _Tp& __t, size_type __pos, size_type __n,
         ^~~~~~~~~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:855:9: note:   template argument deduction/substitution failed:
In file included from /home/jfu2/qnx/boost_1_81_0/include/boost/asio/ip/tcp.hpp:25,
                 from /home/jfu2/mylibpackags/buildvsomeipproject/vsomeip-3.4.10/implementation/endpoints/src/client_endpoint_impl.cpp:13:
/home/jfu2/qnx/boost_1_81_0/include/boost/asio/ip/basic_resolver.hpp:837:41: note:   candidate expects 4 arguments, 1 provided
         static_cast<std::string>(service), resolve_flags);
                                         ^
In file included from /home/public/qnx710/target/qnx7/usr/include/c++/v1/__locale:15,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/ios:216,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/ostream:138,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/istream:164,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/iomanip:48,
                 from /home/jfu2/mylibpackags/buildvsomeipproject/vsomeip-3.4.10/implementation/endpoints/src/client_endpoint_impl.cpp:7:
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1974:1: note: candidate: 'std::__1::basic_string<_CharT, _Traits, _Allocator>::basic_string(const std::__1::basic_string<_CharT, _Traits, _Allocator>&, std::__1::basic_string<_CharT, _Traits, _Allocator>::size_type, const _Allocator&) [with _CharT = char; _Traits = std::__1::char_traits<char>; _Allocator = std::__1::allocator<char>; std::__1::basic_string<_CharT, _Traits, _Allocator>::size_type = long unsigned int]'
 basic_string<_CharT, _Traits, _Allocator>::basic_string(const basic_string& __str, size_type __pos,
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1974:1: note:   candidate expects 3 arguments, 1 provided
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1958:1: note: candidate: 'std::__1::basic_string<_CharT, _Traits, _Allocator>::basic_string(const std::__1::basic_string<_CharT, _Traits, _Allocator>&, std::__1::basic_string<_CharT, _Traits, _Allocator>::size_type, std::__1::basic_string<_CharT, _Traits, _Allocator>::size_type, const _Allocator&) [with _CharT = char; _Traits = std::__1::char_traits<char>; _Allocator = std::__1::allocator<char>; std::__1::basic_string<_CharT, _Traits, _Allocator>::size_type = long unsigned int]'
 basic_string<_CharT, _Traits, _Allocator>::basic_string(const basic_string& __str,
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1958:1: note:   candidate expects 4 arguments, 1 provided
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1948:1: note: candidate: 'std::__1::basic_string<_CharT, _Traits, _Allocator>::basic_string(std::__1::basic_string<_CharT, _Traits, _Allocator>::size_type, _CharT, const _Allocator&) [with _CharT = char; _Traits = std::__1::char_traits<char>; _Allocator = std::__1::allocator<char>; std::__1::basic_string<_CharT, _Traits, _Allocator>::size_type = long unsigned int]'
 basic_string<_CharT, _Traits, _Allocator>::basic_string(size_type __n, _CharT __c, const _Allocator& __a)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1948:1: note:   candidate expects 3 arguments, 1 provided
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1935:1: note: candidate: 'std::__1::basic_string<_CharT, _Traits, _Allocator>::basic_string(std::__1::basic_string<_CharT, _Traits, _Allocator>::size_type, _CharT) [with _CharT = char; _Traits = std::__1::char_traits<char>; _Allocator = std::__1::allocator<char>; std::__1::basic_string<_CharT, _Traits, _Allocator>::size_type = long unsigned int]'
 basic_string<_CharT, _Traits, _Allocator>::basic_string(size_type __n, _CharT __c)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1935:1: note:   candidate expects 2 arguments, 1 provided
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1831:1: note: candidate: 'std::__1::basic_string<_CharT, _Traits, _Allocator>::basic_string(const _CharT*, std::__1::basic_string<_CharT, _Traits, _Allocator>::size_type, const _Allocator&) [with _CharT = char; _Traits = std::__1::char_traits<char>; _Allocator = std::__1::allocator<char>; std::__1::basic_string<_CharT, _Traits, _Allocator>::size_type = long unsigned int]'
 basic_string<_CharT, _Traits, _Allocator>::basic_string(const _CharT* __s, size_type __n, const _Allocator& __a)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1831:1: note:   candidate expects 3 arguments, 1 provided
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1820:1: note: candidate: 'std::__1::basic_string<_CharT, _Traits, _Allocator>::basic_string(const _CharT*, std::__1::basic_string<_CharT, _Traits, _Allocator>::size_type) [with _CharT = char; _Traits = std::__1::char_traits<char>; _Allocator = std::__1::allocator<char>; std::__1::basic_string<_CharT, _Traits, _Allocator>::size_type = long unsigned int]'
 basic_string<_CharT, _Traits, _Allocator>::basic_string(const _CharT* __s, size_type __n)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1820:1: note:   candidate expects 2 arguments, 1 provided
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1808:1: note: candidate: 'std::__1::basic_string<_CharT, _Traits, _Allocator>::basic_string(const _CharT*, const _Allocator&) [with _CharT = char; _Traits = std::__1::char_traits<char>; _Allocator = std::__1::allocator<char>]'
 basic_string<_CharT, _Traits, _Allocator>::basic_string(const _CharT* __s, const _Allocator& __a)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1808:1: note:   candidate expects 2 arguments, 1 provided
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:820:5: note: candidate: 'std::__1::basic_string<_CharT, _Traits, _Allocator>::basic_string(const _CharT*) [with _CharT = char; _Traits = std::__1::char_traits<char>; _Allocator = std::__1::allocator<char>]' <near match>
     basic_string(const _CharT* __s) {
     ^~~~~~~~~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:820:5: note:   conversion of argument 1 would be ill-formed:
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1890:1: note: candidate: 'std::__1::basic_string<_CharT, _Traits, _Allocator>::basic_string(std::__1::basic_string<_CharT, _Traits, _Allocator>&&, const allocator_type&) [with _CharT = char; _Traits = std::__1::char_traits<char>; _Allocator = std::__1::allocator<char>; std::__1::basic_string<_CharT, _Traits, _Allocator>::allocator_type = std::__1::allocator<char>]'
 basic_string<_CharT, _Traits, _Allocator>::basic_string(basic_string&& __str, const allocator_type& __a)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1890:1: note:   candidate expects 2 arguments, 1 provided
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1872:1: note: candidate: 'std::__1::basic_string<_CharT, _Traits, _Allocator>::basic_string(std::__1::basic_string<_CharT, _Traits, _Allocator>&&) [with _CharT = char; _Traits = std::__1::char_traits<char>; _Allocator = std::__1::allocator<char>]'
 basic_string<_CharT, _Traits, _Allocator>::basic_string(basic_string&& __str)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1872:1: note:   no known conversion for argument 1 from 'int' to 'std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >&&'
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1855:1: note: candidate: 'std::__1::basic_string<_CharT, _Traits, _Allocator>::basic_string(const std::__1::basic_string<_CharT, _Traits, _Allocator>&, const allocator_type&) [with _CharT = char; _Traits = std::__1::char_traits<char>; _Allocator = std::__1::allocator<char>; std::__1::basic_string<_CharT, _Traits, _Allocator>::allocator_type = std::__1::allocator<char>]'
 basic_string<_CharT, _Traits, _Allocator>::basic_string(
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1855:1: note:   candidate expects 2 arguments, 1 provided
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1842:1: note: candidate: 'std::__1::basic_string<_CharT, _Traits, _Allocator>::basic_string(const std::__1::basic_string<_CharT, _Traits, _Allocator>&) [with _CharT = char; _Traits = std::__1::char_traits<char>; _Allocator = std::__1::allocator<char>]'
 basic_string<_CharT, _Traits, _Allocator>::basic_string(const basic_string& __str)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1842:1: note:   no known conversion for argument 1 from 'int' to 'const std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >&'
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1740:1: note: candidate: 'std::__1::basic_string<_CharT, _Traits, _Allocator>::basic_string(const allocator_type&) [with _CharT = char; _Traits = std::__1::char_traits<char>; _Allocator = std::__1::allocator<char>; std::__1::basic_string<_CharT, _Traits, _Allocator>::allocator_type = std::__1::allocator<char>]'
 basic_string<_CharT, _Traits, _Allocator>::basic_string(const allocator_type& __a)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1740:1: note:   no known conversion for argument 1 from 'int' to 'const allocator_type&' {aka 'const std::__1::allocator<char>&'}
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1729:1: note: candidate: 'std::__1::basic_string<_CharT, _Traits, _Allocator>::basic_string() [with _CharT = char; _Traits = std::__1::char_traits<char>; _Allocator = std::__1::allocator<char>]'
 basic_string<_CharT, _Traits, _Allocator>::basic_string()
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1729:1: note:   candidate expects 0 arguments, 1 provided
In file included from /home/jfu2/qnx/boost_1_81_0/include/boost/asio/ip/tcp.hpp:25,
                 from /home/jfu2/mylibpackags/buildvsomeipproject/vsomeip-3.4.10/implementation/endpoints/src/client_endpoint_impl.cpp:13:
/home/jfu2/qnx/boost_1_81_0/include/boost/asio/ip/basic_resolver.hpp: In member function 'auto boost::asio::ip::basic_resolver<InternetProtocol, Executor>::async_resolve(const protocol_type&, int, int, boost::asio::ip::resolver_base::flags, ResolveToken&&)':
/home/jfu2/qnx/boost_1_81_0/include/boost/asio/ip/basic_resolver.hpp:989:48: error: no matching function for call to 'std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::basic_string(int&)'
         protocol, static_cast<std::string>(host),
                                                ^
In file included from /home/public/qnx710/target/qnx7/usr/include/c++/v1/__locale:15,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/ios:216,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/ostream:138,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/istream:164,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/iomanip:48,
                 from /home/jfu2/mylibpackags/buildvsomeipproject/vsomeip-3.4.10/implementation/endpoints/src/client_endpoint_impl.cpp:7:
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:2122:1: note: candidate: 'std::__1::basic_string<_CharT, _Traits, _Allocator>::basic_string(std::initializer_list<_Ep>, const _Allocator&) [with _CharT = char; _Traits = std::__1::char_traits<char>; _Allocator = std::__1::allocator<char>]'
 basic_string<_CharT, _Traits, _Allocator>::basic_string(
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:2122:1: note:   candidate expects 2 arguments, 1 provided
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:2110:1: note: candidate: 'std::__1::basic_string<_CharT, _Traits, _Allocator>::basic_string(std::initializer_list<_Ep>) [with _CharT = char; _Traits = std::__1::char_traits<char>; _Allocator = std::__1::allocator<char>]'
 basic_string<_CharT, _Traits, _Allocator>::basic_string(
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:2110:1: note:   no known conversion for argument 1 from 'int' to 'std::initializer_list<char>'
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:871:9: note: candidate: 'template<class _InputIterator> std::__1::basic_string<_CharT, _Traits, _Allocator>::basic_string(_InputIterator, _InputIterator, const allocator_type&)'
         basic_string(_InputIterator __first, _InputIterator __last, const allocator_type& __a);
         ^~~~~~~~~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:871:9: note:   template argument deduction/substitution failed:
In file included from /home/jfu2/qnx/boost_1_81_0/include/boost/asio/ip/tcp.hpp:25,
                 from /home/jfu2/mylibpackags/buildvsomeipproject/vsomeip-3.4.10/implementation/endpoints/src/client_endpoint_impl.cpp:13:
/home/jfu2/qnx/boost_1_81_0/include/boost/asio/ip/basic_resolver.hpp:989:48: note:   candidate expects 3 arguments, 1 provided
         protocol, static_cast<std::string>(host),
                                                ^
In file included from /home/public/qnx710/target/qnx7/usr/include/c++/v1/__locale:15,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/ios:216,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/ostream:138,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/istream:164,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/iomanip:48,
                 from /home/jfu2/mylibpackags/buildvsomeipproject/vsomeip-3.4.10/implementation/endpoints/src/client_endpoint_impl.cpp:7:
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:868:9: note: candidate: 'template<class _InputIterator> std::__1::basic_string<_CharT, _Traits, _Allocator>::basic_string(_InputIterator, _InputIterator)'
         basic_string(_InputIterator __first, _InputIterator __last);
         ^~~~~~~~~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:868:9: note:   template argument deduction/substitution failed:
In file included from /home/jfu2/qnx/boost_1_81_0/include/boost/asio/ip/tcp.hpp:25,
                 from /home/jfu2/mylibpackags/buildvsomeipproject/vsomeip-3.4.10/implementation/endpoints/src/client_endpoint_impl.cpp:13:
/home/jfu2/qnx/boost_1_81_0/include/boost/asio/ip/basic_resolver.hpp:989:48: note:   candidate expects 2 arguments, 1 provided
         protocol, static_cast<std::string>(host),
                                                ^
In file included from /home/public/qnx710/target/qnx7/usr/include/c++/v1/__locale:15,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/ios:216,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/ostream:138,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/istream:164,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/iomanip:48,
                 from /home/jfu2/mylibpackags/buildvsomeipproject/vsomeip-3.4.10/implementation/endpoints/src/client_endpoint_impl.cpp:7:
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:864:18: note: candidate: 'template<class _Tp, class> std::__1::basic_string<_CharT, _Traits, _Allocator>::basic_string(const _Tp&, const _Allocator&)'
         explicit basic_string(const _Tp& __t, const allocator_type& __a);
                  ^~~~~~~~~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:864:18: note:   template argument deduction/substitution failed:
In file included from /home/jfu2/qnx/boost_1_81_0/include/boost/asio/ip/tcp.hpp:25,
                 from /home/jfu2/mylibpackags/buildvsomeipproject/vsomeip-3.4.10/implementation/endpoints/src/client_endpoint_impl.cpp:13:
/home/jfu2/qnx/boost_1_81_0/include/boost/asio/ip/basic_resolver.hpp:989:48: note:   candidate expects 2 arguments, 1 provided
         protocol, static_cast<std::string>(host),
                                                ^
In file included from /home/public/qnx710/target/qnx7/usr/include/c++/v1/__locale:15,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/ios:216,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/ostream:138,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/istream:164,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/iomanip:48,
                 from /home/jfu2/mylibpackags/buildvsomeipproject/vsomeip-3.4.10/implementation/endpoints/src/client_endpoint_impl.cpp:7:
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:860:18: note: candidate: 'template<class _Tp, class> std::__1::basic_string<_CharT, _Traits, _Allocator>::basic_string(const _Tp&)'
         explicit basic_string(const _Tp& __t);
                  ^~~~~~~~~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:860:18: note:   template argument deduction/substitution failed:
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:858:25: error: no type named 'type' in 'struct std::__1::enable_if<false, void>'
     template<class _Tp, class = typename enable_if<__can_be_converted_to_string_view<_CharT, _Traits, _Tp>::value, void>::type>
                         ^~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:855:9: note: candidate: 'template<class _Tp, class> std::__1::basic_string<_CharT, _Traits, _Allocator>::basic_string(const _Tp&, std::__1::basic_string<_CharT, _Traits, _Allocator>::size_type, std::__1::basic_string<_CharT, _Traits, _Allocator>::size_type, const allocator_type&)'
         basic_string(const _Tp& __t, size_type __pos, size_type __n,
         ^~~~~~~~~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:855:9: note:   template argument deduction/substitution failed:
In file included from /home/jfu2/qnx/boost_1_81_0/include/boost/asio/ip/tcp.hpp:25,
                 from /home/jfu2/mylibpackags/buildvsomeipproject/vsomeip-3.4.10/implementation/endpoints/src/client_endpoint_impl.cpp:13:
/home/jfu2/qnx/boost_1_81_0/include/boost/asio/ip/basic_resolver.hpp:989:48: note:   candidate expects 4 arguments, 1 provided
         protocol, static_cast<std::string>(host),
                                                ^
In file included from /home/public/qnx710/target/qnx7/usr/include/c++/v1/__locale:15,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/ios:216,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/ostream:138,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/istream:164,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/iomanip:48,
                 from /home/jfu2/mylibpackags/buildvsomeipproject/vsomeip-3.4.10/implementation/endpoints/src/client_endpoint_impl.cpp:7:
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1974:1: note: candidate: 'std::__1::basic_string<_CharT, _Traits, _Allocator>::basic_string(const std::__1::basic_string<_CharT, _Traits, _Allocator>&, std::__1::basic_string<_CharT, _Traits, _Allocator>::size_type, const _Allocator&) [with _CharT = char; _Traits = std::__1::char_traits<char>; _Allocator = std::__1::allocator<char>; std::__1::basic_string<_CharT, _Traits, _Allocator>::size_type = long unsigned int]'
 basic_string<_CharT, _Traits, _Allocator>::basic_string(const basic_string& __str, size_type __pos,
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1974:1: note:   candidate expects 3 arguments, 1 provided
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1958:1: note: candidate: 'std::__1::basic_string<_CharT, _Traits, _Allocator>::basic_string(const std::__1::basic_string<_CharT, _Traits, _Allocator>&, std::__1::basic_string<_CharT, _Traits, _Allocator>::size_type, std::__1::basic_string<_CharT, _Traits, _Allocator>::size_type, const _Allocator&) [with _CharT = char; _Traits = std::__1::char_traits<char>; _Allocator = std::__1::allocator<char>; std::__1::basic_string<_CharT, _Traits, _Allocator>::size_type = long unsigned int]'
 basic_string<_CharT, _Traits, _Allocator>::basic_string(const basic_string& __str,
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1958:1: note:   candidate expects 4 arguments, 1 provided
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1948:1: note: candidate: 'std::__1::basic_string<_CharT, _Traits, _Allocator>::basic_string(std::__1::basic_string<_CharT, _Traits, _Allocator>::size_type, _CharT, const _Allocator&) [with _CharT = char; _Traits = std::__1::char_traits<char>; _Allocator = std::__1::allocator<char>; std::__1::basic_string<_CharT, _Traits, _Allocator>::size_type = long unsigned int]'
 basic_string<_CharT, _Traits, _Allocator>::basic_string(size_type __n, _CharT __c, const _Allocator& __a)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1948:1: note:   candidate expects 3 arguments, 1 provided
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1935:1: note: candidate: 'std::__1::basic_string<_CharT, _Traits, _Allocator>::basic_string(std::__1::basic_string<_CharT, _Traits, _Allocator>::size_type, _CharT) [with _CharT = char; _Traits = std::__1::char_traits<char>; _Allocator = std::__1::allocator<char>; std::__1::basic_string<_CharT, _Traits, _Allocator>::size_type = long unsigned int]'
 basic_string<_CharT, _Traits, _Allocator>::basic_string(size_type __n, _CharT __c)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1935:1: note:   candidate expects 2 arguments, 1 provided
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1831:1: note: candidate: 'std::__1::basic_string<_CharT, _Traits, _Allocator>::basic_string(const _CharT*, std::__1::basic_string<_CharT, _Traits, _Allocator>::size_type, const _Allocator&) [with _CharT = char; _Traits = std::__1::char_traits<char>; _Allocator = std::__1::allocator<char>; std::__1::basic_string<_CharT, _Traits, _Allocator>::size_type = long unsigned int]'
 basic_string<_CharT, _Traits, _Allocator>::basic_string(const _CharT* __s, size_type __n, const _Allocator& __a)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1831:1: note:   candidate expects 3 arguments, 1 provided
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1820:1: note: candidate: 'std::__1::basic_string<_CharT, _Traits, _Allocator>::basic_string(const _CharT*, std::__1::basic_string<_CharT, _Traits, _Allocator>::size_type) [with _CharT = char; _Traits = std::__1::char_traits<char>; _Allocator = std::__1::allocator<char>; std::__1::basic_string<_CharT, _Traits, _Allocator>::size_type = long unsigned int]'
 basic_string<_CharT, _Traits, _Allocator>::basic_string(const _CharT* __s, size_type __n)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1820:1: note:   candidate expects 2 arguments, 1 provided
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1808:1: note: candidate: 'std::__1::basic_string<_CharT, _Traits, _Allocator>::basic_string(const _CharT*, const _Allocator&) [with _CharT = char; _Traits = std::__1::char_traits<char>; _Allocator = std::__1::allocator<char>]'
 basic_string<_CharT, _Traits, _Allocator>::basic_string(const _CharT* __s, const _Allocator& __a)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1808:1: note:   candidate expects 2 arguments, 1 provided
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:820:5: note: candidate: 'std::__1::basic_string<_CharT, _Traits, _Allocator>::basic_string(const _CharT*) [with _CharT = char; _Traits = std::__1::char_traits<char>; _Allocator = std::__1::allocator<char>]' <near match>
     basic_string(const _CharT* __s) {
     ^~~~~~~~~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:820:5: note:   conversion of argument 1 would be ill-formed:
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1890:1: note: candidate: 'std::__1::basic_string<_CharT, _Traits, _Allocator>::basic_string(std::__1::basic_string<_CharT, _Traits, _Allocator>&&, const allocator_type&) [with _CharT = char; _Traits = std::__1::char_traits<char>; _Allocator = std::__1::allocator<char>; std::__1::basic_string<_CharT, _Traits, _Allocator>::allocator_type = std::__1::allocator<char>]'
 basic_string<_CharT, _Traits, _Allocator>::basic_string(basic_string&& __str, const allocator_type& __a)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1890:1: note:   candidate expects 2 arguments, 1 provided
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1872:1: note: candidate: 'std::__1::basic_string<_CharT, _Traits, _Allocator>::basic_string(std::__1::basic_string<_CharT, _Traits, _Allocator>&&) [with _CharT = char; _Traits = std::__1::char_traits<char>; _Allocator = std::__1::allocator<char>]'
 basic_string<_CharT, _Traits, _Allocator>::basic_string(basic_string&& __str)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1872:1: note:   no known conversion for argument 1 from 'int' to 'std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >&&'
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1855:1: note: candidate: 'std::__1::basic_string<_CharT, _Traits, _Allocator>::basic_string(const std::__1::basic_string<_CharT, _Traits, _Allocator>&, const allocator_type&) [with _CharT = char; _Traits = std::__1::char_traits<char>; _Allocator = std::__1::allocator<char>; std::__1::basic_string<_CharT, _Traits, _Allocator>::allocator_type = std::__1::allocator<char>]'
 basic_string<_CharT, _Traits, _Allocator>::basic_string(
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1855:1: note:   candidate expects 2 arguments, 1 provided
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1842:1: note: candidate: 'std::__1::basic_string<_CharT, _Traits, _Allocator>::basic_string(const std::__1::basic_string<_CharT, _Traits, _Allocator>&) [with _CharT = char; _Traits = std::__1::char_traits<char>; _Allocator = std::__1::allocator<char>]'
 basic_string<_CharT, _Traits, _Allocator>::basic_string(const basic_string& __str)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1842:1: note:   no known conversion for argument 1 from 'int' to 'const std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >&'
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1740:1: note: candidate: 'std::__1::basic_string<_CharT, _Traits, _Allocator>::basic_string(const allocator_type&) [with _CharT = char; _Traits = std::__1::char_traits<char>; _Allocator = std::__1::allocator<char>; std::__1::basic_string<_CharT, _Traits, _Allocator>::allocator_type = std::__1::allocator<char>]'
 basic_string<_CharT, _Traits, _Allocator>::basic_string(const allocator_type& __a)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1740:1: note:   no known conversion for argument 1 from 'int' to 'const allocator_type&' {aka 'const std::__1::allocator<char>&'}
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1729:1: note: candidate: 'std::__1::basic_string<_CharT, _Traits, _Allocator>::basic_string() [with _CharT = char; _Traits = std::__1::char_traits<char>; _Allocator = std::__1::allocator<char>]'
 basic_string<_CharT, _Traits, _Allocator>::basic_string()
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1729:1: note:   candidate expects 0 arguments, 1 provided
In file included from /home/jfu2/qnx/boost_1_81_0/include/boost/asio/ip/tcp.hpp:25,
                 from /home/jfu2/mylibpackags/buildvsomeipproject/vsomeip-3.4.10/implementation/endpoints/src/client_endpoint_impl.cpp:13:
/home/jfu2/qnx/boost_1_81_0/include/boost/asio/ip/basic_resolver.hpp:990:41: error: no matching function for call to 'std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::basic_string(int&)'
         static_cast<std::string>(service), resolve_flags);
                                         ^
In file included from /home/public/qnx710/target/qnx7/usr/include/c++/v1/__locale:15,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/ios:216,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/ostream:138,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/istream:164,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/iomanip:48,
                 from /home/jfu2/mylibpackags/buildvsomeipproject/vsomeip-3.4.10/implementation/endpoints/src/client_endpoint_impl.cpp:7:
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:2122:1: note: candidate: 'std::__1::basic_string<_CharT, _Traits, _Allocator>::basic_string(std::initializer_list<_Ep>, const _Allocator&) [with _CharT = char; _Traits = std::__1::char_traits<char>; _Allocator = std::__1::allocator<char>]'
 basic_string<_CharT, _Traits, _Allocator>::basic_string(
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:2122:1: note:   candidate expects 2 arguments, 1 provided
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:2110:1: note: candidate: 'std::__1::basic_string<_CharT, _Traits, _Allocator>::basic_string(std::initializer_list<_Ep>) [with _CharT = char; _Traits = std::__1::char_traits<char>; _Allocator = std::__1::allocator<char>]'
 basic_string<_CharT, _Traits, _Allocator>::basic_string(
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:2110:1: note:   no known conversion for argument 1 from 'int' to 'std::initializer_list<char>'
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:871:9: note: candidate: 'template<class _InputIterator> std::__1::basic_string<_CharT, _Traits, _Allocator>::basic_string(_InputIterator, _InputIterator, const allocator_type&)'
         basic_string(_InputIterator __first, _InputIterator __last, const allocator_type& __a);
         ^~~~~~~~~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:871:9: note:   template argument deduction/substitution failed:
In file included from /home/jfu2/qnx/boost_1_81_0/include/boost/asio/ip/tcp.hpp:25,
                 from /home/jfu2/mylibpackags/buildvsomeipproject/vsomeip-3.4.10/implementation/endpoints/src/client_endpoint_impl.cpp:13:
/home/jfu2/qnx/boost_1_81_0/include/boost/asio/ip/basic_resolver.hpp:990:41: note:   candidate expects 3 arguments, 1 provided
         static_cast<std::string>(service), resolve_flags);
                                         ^
In file included from /home/public/qnx710/target/qnx7/usr/include/c++/v1/__locale:15,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/ios:216,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/ostream:138,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/istream:164,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/iomanip:48,
                 from /home/jfu2/mylibpackags/buildvsomeipproject/vsomeip-3.4.10/implementation/endpoints/src/client_endpoint_impl.cpp:7:
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:868:9: note: candidate: 'template<class _InputIterator> std::__1::basic_string<_CharT, _Traits, _Allocator>::basic_string(_InputIterator, _InputIterator)'
         basic_string(_InputIterator __first, _InputIterator __last);
         ^~~~~~~~~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:868:9: note:   template argument deduction/substitution failed:
In file included from /home/jfu2/qnx/boost_1_81_0/include/boost/asio/ip/tcp.hpp:25,
                 from /home/jfu2/mylibpackags/buildvsomeipproject/vsomeip-3.4.10/implementation/endpoints/src/client_endpoint_impl.cpp:13:
/home/jfu2/qnx/boost_1_81_0/include/boost/asio/ip/basic_resolver.hpp:990:41: note:   candidate expects 2 arguments, 1 provided
         static_cast<std::string>(service), resolve_flags);
                                         ^
In file included from /home/public/qnx710/target/qnx7/usr/include/c++/v1/__locale:15,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/ios:216,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/ostream:138,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/istream:164,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/iomanip:48,
                 from /home/jfu2/mylibpackags/buildvsomeipproject/vsomeip-3.4.10/implementation/endpoints/src/client_endpoint_impl.cpp:7:
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:864:18: note: candidate: 'template<class _Tp, class> std::__1::basic_string<_CharT, _Traits, _Allocator>::basic_string(const _Tp&, const _Allocator&)'
         explicit basic_string(const _Tp& __t, const allocator_type& __a);
                  ^~~~~~~~~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:864:18: note:   template argument deduction/substitution failed:
In file included from /home/jfu2/qnx/boost_1_81_0/include/boost/asio/ip/tcp.hpp:25,
                 from /home/jfu2/mylibpackags/buildvsomeipproject/vsomeip-3.4.10/implementation/endpoints/src/client_endpoint_impl.cpp:13:
/home/jfu2/qnx/boost_1_81_0/include/boost/asio/ip/basic_resolver.hpp:990:41: note:   candidate expects 2 arguments, 1 provided
         static_cast<std::string>(service), resolve_flags);
                                         ^
In file included from /home/public/qnx710/target/qnx7/usr/include/c++/v1/__locale:15,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/ios:216,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/ostream:138,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/istream:164,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/iomanip:48,
                 from /home/jfu2/mylibpackags/buildvsomeipproject/vsomeip-3.4.10/implementation/endpoints/src/client_endpoint_impl.cpp:7:
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:860:18: note: candidate: 'template<class _Tp, class> std::__1::basic_string<_CharT, _Traits, _Allocator>::basic_string(const _Tp&)'
         explicit basic_string(const _Tp& __t);
                  ^~~~~~~~~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:860:18: note:   template argument deduction/substitution failed:
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:858:25: error: no type named 'type' in 'struct std::__1::enable_if<false, void>'
     template<class _Tp, class = typename enable_if<__can_be_converted_to_string_view<_CharT, _Traits, _Tp>::value, void>::type>
                         ^~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:855:9: note: candidate: 'template<class _Tp, class> std::__1::basic_string<_CharT, _Traits, _Allocator>::basic_string(const _Tp&, std::__1::basic_string<_CharT, _Traits, _Allocator>::size_type, std::__1::basic_string<_CharT, _Traits, _Allocator>::size_type, const allocator_type&)'
         basic_string(const _Tp& __t, size_type __pos, size_type __n,
         ^~~~~~~~~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:855:9: note:   template argument deduction/substitution failed:
In file included from /home/jfu2/qnx/boost_1_81_0/include/boost/asio/ip/tcp.hpp:25,
                 from /home/jfu2/mylibpackags/buildvsomeipproject/vsomeip-3.4.10/implementation/endpoints/src/client_endpoint_impl.cpp:13:
/home/jfu2/qnx/boost_1_81_0/include/boost/asio/ip/basic_resolver.hpp:990:41: note:   candidate expects 4 arguments, 1 provided
         static_cast<std::string>(service), resolve_flags);
                                         ^
In file included from /home/public/qnx710/target/qnx7/usr/include/c++/v1/__locale:15,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/ios:216,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/ostream:138,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/istream:164,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/iomanip:48,
                 from /home/jfu2/mylibpackags/buildvsomeipproject/vsomeip-3.4.10/implementation/endpoints/src/client_endpoint_impl.cpp:7:
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1974:1: note: candidate: 'std::__1::basic_string<_CharT, _Traits, _Allocator>::basic_string(const std::__1::basic_string<_CharT, _Traits, _Allocator>&, std::__1::basic_string<_CharT, _Traits, _Allocator>::size_type, const _Allocator&) [with _CharT = char; _Traits = std::__1::char_traits<char>; _Allocator = std::__1::allocator<char>; std::__1::basic_string<_CharT, _Traits, _Allocator>::size_type = long unsigned int]'
 basic_string<_CharT, _Traits, _Allocator>::basic_string(const basic_string& __str, size_type __pos,
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1974:1: note:   candidate expects 3 arguments, 1 provided
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1958:1: note: candidate: 'std::__1::basic_string<_CharT, _Traits, _Allocator>::basic_string(const std::__1::basic_string<_CharT, _Traits, _Allocator>&, std::__1::basic_string<_CharT, _Traits, _Allocator>::size_type, std::__1::basic_string<_CharT, _Traits, _Allocator>::size_type, const _Allocator&) [with _CharT = char; _Traits = std::__1::char_traits<char>; _Allocator = std::__1::allocator<char>; std::__1::basic_string<_CharT, _Traits, _Allocator>::size_type = long unsigned int]'
 basic_string<_CharT, _Traits, _Allocator>::basic_string(const basic_string& __str,
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1958:1: note:   candidate expects 4 arguments, 1 provided
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1948:1: note: candidate: 'std::__1::basic_string<_CharT, _Traits, _Allocator>::basic_string(std::__1::basic_string<_CharT, _Traits, _Allocator>::size_type, _CharT, const _Allocator&) [with _CharT = char; _Traits = std::__1::char_traits<char>; _Allocator = std::__1::allocator<char>; std::__1::basic_string<_CharT, _Traits, _Allocator>::size_type = long unsigned int]'
 basic_string<_CharT, _Traits, _Allocator>::basic_string(size_type __n, _CharT __c, const _Allocator& __a)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1948:1: note:   candidate expects 3 arguments, 1 provided
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1935:1: note: candidate: 'std::__1::basic_string<_CharT, _Traits, _Allocator>::basic_string(std::__1::basic_string<_CharT, _Traits, _Allocator>::size_type, _CharT) [with _CharT = char; _Traits = std::__1::char_traits<char>; _Allocator = std::__1::allocator<char>; std::__1::basic_string<_CharT, _Traits, _Allocator>::size_type = long unsigned int]'
 basic_string<_CharT, _Traits, _Allocator>::basic_string(size_type __n, _CharT __c)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1935:1: note:   candidate expects 2 arguments, 1 provided
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1831:1: note: candidate: 'std::__1::basic_string<_CharT, _Traits, _Allocator>::basic_string(const _CharT*, std::__1::basic_string<_CharT, _Traits, _Allocator>::size_type, const _Allocator&) [with _CharT = char; _Traits = std::__1::char_traits<char>; _Allocator = std::__1::allocator<char>; std::__1::basic_string<_CharT, _Traits, _Allocator>::size_type = long unsigned int]'
 basic_string<_CharT, _Traits, _Allocator>::basic_string(const _CharT* __s, size_type __n, const _Allocator& __a)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1831:1: note:   candidate expects 3 arguments, 1 provided
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1820:1: note: candidate: 'std::__1::basic_string<_CharT, _Traits, _Allocator>::basic_string(const _CharT*, std::__1::basic_string<_CharT, _Traits, _Allocator>::size_type) [with _CharT = char; _Traits = std::__1::char_traits<char>; _Allocator = std::__1::allocator<char>; std::__1::basic_string<_CharT, _Traits, _Allocator>::size_type = long unsigned int]'
 basic_string<_CharT, _Traits, _Allocator>::basic_string(const _CharT* __s, size_type __n)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1820:1: note:   candidate expects 2 arguments, 1 provided
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1808:1: note: candidate: 'std::__1::basic_string<_CharT, _Traits, _Allocator>::basic_string(const _CharT*, const _Allocator&) [with _CharT = char; _Traits = std::__1::char_traits<char>; _Allocator = std::__1::allocator<char>]'
 basic_string<_CharT, _Traits, _Allocator>::basic_string(const _CharT* __s, const _Allocator& __a)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1808:1: note:   candidate expects 2 arguments, 1 provided
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:820:5: note: candidate: 'std::__1::basic_string<_CharT, _Traits, _Allocator>::basic_string(const _CharT*) [with _CharT = char; _Traits = std::__1::char_traits<char>; _Allocator = std::__1::allocator<char>]' <near match>
     basic_string(const _CharT* __s) {
     ^~~~~~~~~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:820:5: note:   conversion of argument 1 would be ill-formed:
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1890:1: note: candidate: 'std::__1::basic_string<_CharT, _Traits, _Allocator>::basic_string(std::__1::basic_string<_CharT, _Traits, _Allocator>&&, const allocator_type&) [with _CharT = char; _Traits = std::__1::char_traits<char>; _Allocator = std::__1::allocator<char>; std::__1::basic_string<_CharT, _Traits, _Allocator>::allocator_type = std::__1::allocator<char>]'
 basic_string<_CharT, _Traits, _Allocator>::basic_string(basic_string&& __str, const allocator_type& __a)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1890:1: note:   candidate expects 2 arguments, 1 provided
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1872:1: note: candidate: 'std::__1::basic_string<_CharT, _Traits, _Allocator>::basic_string(std::__1::basic_string<_CharT, _Traits, _Allocator>&&) [with _CharT = char; _Traits = std::__1::char_traits<char>; _Allocator = std::__1::allocator<char>]'
 basic_string<_CharT, _Traits, _Allocator>::basic_string(basic_string&& __str)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1872:1: note:   no known conversion for argument 1 from 'int' to 'std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >&&'
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1855:1: note: candidate: 'std::__1::basic_string<_CharT, _Traits, _Allocator>::basic_string(const std::__1::basic_string<_CharT, _Traits, _Allocator>&, const allocator_type&) [with _CharT = char; _Traits = std::__1::char_traits<char>; _Allocator = std::__1::allocator<char>; std::__1::basic_string<_CharT, _Traits, _Allocator>::allocator_type = std::__1::allocator<char>]'
 basic_string<_CharT, _Traits, _Allocator>::basic_string(
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1855:1: note:   candidate expects 2 arguments, 1 provided
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1842:1: note: candidate: 'std::__1::basic_string<_CharT, _Traits, _Allocator>::basic_string(const std::__1::basic_string<_CharT, _Traits, _Allocator>&) [with _CharT = char; _Traits = std::__1::char_traits<char>; _Allocator = std::__1::allocator<char>]'
 basic_string<_CharT, _Traits, _Allocator>::basic_string(const basic_string& __str)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1842:1: note:   no known conversion for argument 1 from 'int' to 'const std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >&'
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1740:1: note: candidate: 'std::__1::basic_string<_CharT, _Traits, _Allocator>::basic_string(const allocator_type&) [with _CharT = char; _Traits = std::__1::char_traits<char>; _Allocator = std::__1::allocator<char>; std::__1::basic_string<_CharT, _Traits, _Allocator>::allocator_type = std::__1::allocator<char>]'
 basic_string<_CharT, _Traits, _Allocator>::basic_string(const allocator_type& __a)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1740:1: note:   no known conversion for argument 1 from 'int' to 'const allocator_type&' {aka 'const std::__1::allocator<char>&'}
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1729:1: note: candidate: 'std::__1::basic_string<_CharT, _Traits, _Allocator>::basic_string() [with _CharT = char; _Traits = std::__1::char_traits<char>; _Allocator = std::__1::allocator<char>]'
 basic_string<_CharT, _Traits, _Allocator>::basic_string()
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/public/qnx710/target/qnx7/usr/include/c++/v1/string:1729:1: note:   candidate expects 0 arguments, 1 provided
In file included from /home/jfu2/qnx/boost_1_81_0/include/boost/asio/local/basic_endpoint.hpp:24,
                 from /home/jfu2/qnx/boost_1_81_0/include/boost/asio/local/stream_protocol.hpp:27,
                 from /home/jfu2/mylibpackags/buildvsomeipproject/vsomeip-3.4.10/implementation/endpoints/src/client_endpoint_impl.cpp:15:
/home/jfu2/qnx/boost_1_81_0/include/boost/asio/local/detail/endpoint.hpp: At global scope:
/home/jfu2/qnx/boost_1_81_0/include/boost/asio/local/detail/endpoint.hpp:50:39: error: expected ')' before 'path_name'
   BOOST_ASIO_DECL endpoint(string_view path_name);
                           ~           ^~~~~~~~~~
                                       )
In file included from /home/jfu2/qnx/boost_1_81_0/include/boost/asio/local/detail/endpoint.hpp:136,
                 from /home/jfu2/qnx/boost_1_81_0/include/boost/asio/local/basic_endpoint.hpp:24,
                 from /home/jfu2/qnx/boost_1_81_0/include/boost/asio/local/stream_protocol.hpp:27,
                 from /home/jfu2/mylibpackags/buildvsomeipproject/vsomeip-3.4.10/implementation/endpoints/src/client_endpoint_impl.cpp:15:
/home/jfu2/qnx/boost_1_81_0/include/boost/asio/local/detail/impl/endpoint.ipp:53:19: error: expected constructor, destructor, or type conversion before '(' token
 endpoint::endpoint(string_view path_name)
                   ^
In file included from /home/jfu2/qnx/boost_1_81_0/include/boost/asio/local/stream_protocol.hpp:27,
                 from /home/jfu2/mylibpackags/buildvsomeipproject/vsomeip-3.4.10/implementation/endpoints/src/client_endpoint_impl.cpp:15:
/home/jfu2/qnx/boost_1_81_0/include/boost/asio/local/basic_endpoint.hpp:82:29: error: expected ')' before 'path_name'
   basic_endpoint(string_view path_name)
                 ~           ^~~~~~~~~~
                             )
In file included from /home/jfu2/mylibpackags/buildvsomeipproject/vsomeip-3.4.10/implementation/endpoints/src/../include/../../configuration/include/configuration.hpp:22,
                 from /home/jfu2/mylibpackags/buildvsomeipproject/vsomeip-3.4.10/implementation/endpoints/src/../include/endpoint_impl.hpp:18,
                 from /home/jfu2/mylibpackags/buildvsomeipproject/vsomeip-3.4.10/implementation/endpoints/src/../include/client_endpoint_impl.hpp:24,
                 from /home/jfu2/mylibpackags/buildvsomeipproject/vsomeip-3.4.10/implementation/endpoints/src/client_endpoint_impl.cpp:20:
/home/jfu2/mylibpackags/buildvsomeipproject/vsomeip-3.4.10/interface/vsomeip/vsomeip_sec.h:27:18: error: conflicting declaration 'typedef uint32_t uid_t'
 typedef uint32_t uid_t;
                  ^~~~~
In file included from /home/public/qnx710/target/qnx7/usr/include/signal.h:27,
                 from /home/public/qnx710/target/qnx7/usr/include/sys/wait.h:39,
                 from /home/public/qnx710/target/qnx7/usr/include/stdlib.h:44,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/stdlib.h:94,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/cstdlib:86,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/exception:82,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/typeinfo:61,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/memory:654,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/algorithm:644,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/__string:57,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/iomanip:47,
                 from /home/jfu2/mylibpackags/buildvsomeipproject/vsomeip-3.4.10/implementation/endpoints/src/client_endpoint_impl.cpp:7:
/home/public/qnx710/target/qnx7/usr/include/sys/siginfo.h:43:18: note: previous declaration as 'typedef int uid_t'
 typedef __UID_T  uid_t;
                  ^~~~~
In file included from /home/jfu2/mylibpackags/buildvsomeipproject/vsomeip-3.4.10/implementation/endpoints/src/../include/../../configuration/include/configuration.hpp:22,
                 from /home/jfu2/mylibpackags/buildvsomeipproject/vsomeip-3.4.10/implementation/endpoints/src/../include/endpoint_impl.hpp:18,
                 from /home/jfu2/mylibpackags/buildvsomeipproject/vsomeip-3.4.10/implementation/endpoints/src/../include/client_endpoint_impl.hpp:24,
                 from /home/jfu2/mylibpackags/buildvsomeipproject/vsomeip-3.4.10/implementation/endpoints/src/client_endpoint_impl.cpp:20:
/home/jfu2/mylibpackags/buildvsomeipproject/vsomeip-3.4.10/interface/vsomeip/vsomeip_sec.h:28:18: error: conflicting declaration 'typedef uint32_t gid_t'
 typedef uint32_t gid_t;
                  ^~~~~
In file included from /home/public/qnx710/target/qnx7/usr/include/sched.h:29,
                 from /home/public/qnx710/target/qnx7/usr/include/pthread.h:45,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/__threading_support:27,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/__mutex_base:17,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/mutex:191,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/__locale:18,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/ios:216,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/ostream:138,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/istream:164,
                 from /home/public/qnx710/target/qnx7/usr/include/c++/v1/iomanip:48,
                 from /home/jfu2/mylibpackags/buildvsomeipproject/vsomeip-3.4.10/implementation/endpoints/src/client_endpoint_impl.cpp:7:
/home/public/qnx710/target/qnx7/usr/include/sys/types.h:133:18: note: previous declaration as 'typedef int gid_t'
 typedef __GID_T  gid_t;
                  ^~~~~
CMakeFiles/vsomeip3.dir/build.make:75: recipe for target 'CMakeFiles/vsomeip3.dir/implementation/endpoints/src/client_endpoint_impl.cpp.o' failed
make[5]: *** [CMakeFiles/vsomeip3.dir/implementation/endpoints/src/client_endpoint_impl.cpp.o] Error 1
CMakeFiles/Makefile2:176: recipe for target 'CMakeFiles/vsomeip3.dir/all' failed
make[4]: *** [CMakeFiles/vsomeip3.dir/all] Error 2
Makefile:135: recipe for target 'all' failed
make[3]: *** [all] Error 2
CMakeFiles/vsomeip.dir/build.make:85: recipe for target 'vsomeip-prefix/src/vsomeip-stamp/vsomeip-build' failed
make[2]: *** [vsomeip-prefix/src/vsomeip-stamp/vsomeip-build] Error 2
CMakeFiles/Makefile2:82: recipe for target 'CMakeFiles/vsomeip.dir/all' failed
make[1]: *** [CMakeFiles/vsomeip.dir/all] Error 2
Makefile:90: recipe for target 'all' failed
make: *** [all] Error 2
` 

@CuriousFu CuriousFu closed this as not planned Won't fix, can't repro, duplicate, stale Feb 25, 2024
@CuriousFu CuriousFu reopened this Mar 3, 2024
@kheaactua
Copy link
Contributor

Would these changes help? #561

@duartenfonseca
Copy link
Collaborator

@CuriousFu did you try the suggestion?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants