https://bugs.kde.org/show_bug.cgi?id=399584

Ev Drikos <driko...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |driko...@gmail.com

--- Comment #28 from Ev Drikos <driko...@gmail.com> ---

> I have been working on a series of patches based on your GitHub repository
> that allow Valgrind to work on macOS Mojave (albeit fairly experimentally).
> 

Hello L. Brunner,

Have seen & used your patch that allows Valgrind to link on 10.14

Regarding "mach_msg_destroy", it's my impression though that the
problem must be somewhere in the compilation/linker flags or in some 
symbol of the pre-processor; because the code below ie builds & runs.

Yet, I don't know the internals of Valgrind very well to inspect it.

Hope this helps,
Ev. Drikos

-------
$ gcc conftest.c && cat conftest.c 
#include <mach/mach.h>
#include <mach/mach_port.h>

int main() {
 mach_msg_header_t msg;
 mach_msg_destroy(&msg);
 return 0;
}

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to