https://bugs.kde.org/show_bug.cgi?id=383811
rene.su...@protonmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rene.su...@protonmail.com --- Comment #20 from rene.su...@protonmail.com --- Created attachment 111941 --> https://bugs.kde.org/attachment.cgi?id=111941&action=edit vki_semid64_ds type incomplete when compiling Mac OS 10.13.4 I got the following errors when compiling valgrind on Mac OS 10.13.4: m_syswrap/syswrap-generic.c:1797:26: error: variable has incomplete type 'struct vki_semid64_ds' struct vki_semid64_ds buf; ^ m_syswrap/syswrap-generic.c:1797:11: note: forward declaration of 'struct vki_semid64_ds' struct vki_semid64_ds buf; ^ m_syswrap/syswrap-generic.c:1798:8: error: no member named 'buf64' in 'union semun' arg.buf64 = &buf; ~~~ ^ 2 errors generated. See: https://github.com/apple/darwin-xnu/blob/master/bsd/sys/sem.h https://wiki.freebsd.org/Valgrind -- You are receiving this mail because: You are watching all bug changes.