vsomeip icon indicating copy to clipboard operation
vsomeip copied to clipboard

[BUG]: <title>

Open M-magdy-M opened this issue 9 months ago • 1 comments

vSomeip Version

d58421766206ec7fa2084d2fe01841b5b0d8aeb5

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

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

M-magdy-M avatar Mar 08 '25 14:03 M-magdy-M

please add a title to the issue

duartenfonseca avatar May 30 '25 09:05 duartenfonseca

should be fixed in latest sw

fcmonteiro avatar Nov 19 '25 14:11 fcmonteiro