Timo Röhling
Timo Röhling
I fixed the issues with the PR (side note: is there a way to add alternate email addresses to the ECA?). Currently, I cannot update the CycloneDDS packages in Debian...
Thanks @k0ekk0ek! Let me add a few more points to aid your decision process: - Technically, there is no need to rename libddsc at all, the conflict is only with...
I still think it is not a good idea to use such generic names in a global namespace, but `libidlc.so` solves the immediate problem, and I understand your concerns about...
Thank you for the changes! cyclonedds 0.8.1 packaging is in progress
Yes, that is a good idea. The buildd for hurd-i386 seems quite busy at the moment, but I hope it will be done in a few hours. I'll let you...
The build still fails on hurd-i386, and I don't have the time to hunt down the problem immediately, so I'll turn this into a draft and mark it ready for...
The Hurd developers are very opinionated about the `PATH_MAX` macro, meaning they don't like it and do not provide it. I thought `FILENAME_MAX` was mandated by some standard, but apparently...
`#include ` has helped with `FILENAME_MAX`; but now I'm stuck on a different error: ``` /home/roehling/cyclonedds/src/core/ddsi/src/ddsi_udp.c: In function ‘joinleave_ssm_mcgroup’: /home/roehling/cyclonedds/src/core/ddsi/src/ddsi_udp.c:649:57: error: ‘MCAST_JOIN_SOURCE_GROUP’ undeclared (first use in this function) 649 |...
I haven't checked on this in a while, but as it turns out, Debian GNU Hurd has had a libc update that added the missing multicast macro definitions, so the...
The ApproximateTime policy is somewhat unstable in its association, namely it is not guaranteed that subsequent nodes will associate the same RGB and depth frames again. This is an actual...