You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to build vsomeip on windows 10 based on this WIKI ,But i am getting these issues when installing:
struct cmsghdr type is unknown
vsomeip/implementation/endpoints/include/udp_server_endpoint_impl_receive_op.hpp:212:33: error: invalid use of incomplete type 'struct vsomeip_v3::udp_endpoint_receive_op::receive_cb(std::shared_ptr)::<lambda(boost::system::error_code)>::cmsghdr'
212 | if (cmsg->cmsg_level == IPPROTO_IPV6
vsomeip/implementation/endpoints/include/udp_server_endpoint_impl_receive_op.hpp:208:49: error: cannot convert 'LPWSACMSGHDR' {aka '_WSACMSGHDR*'} to 'vsomeip_v3::udp_endpoint_receive_op::receive_cb(std::shared_ptr)::<lambda(boost::system::error_code)>::cmsghdr*' in initialization
208 | for (struct cmsghdr *cmsg = WSA_CMSG_FIRSTHDR(&its_msg);
| ^~~~~~~~~~~~~~~~~
Reproduction Steps
No response
Expected behaviour
No response
Logs and Screenshots
No response
The text was updated successfully, but these errors were encountered:
vSomeip Version
d584217
Boost Version
1.83.0
Environment
windows10
Describe the bug
I am trying to build vsomeip on windows 10 based on this WIKI ,But i am getting these issues when installing:
struct cmsghdr type is unknown
Reproduction Steps
No response
Expected behaviour
No response
Logs and Screenshots
No response
The text was updated successfully, but these errors were encountered: