Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bake.util includes non-standard header <sys/ptrace.h> #69

Open
bryantdrewjones opened this issue May 21, 2020 · 0 comments
Open

bake.util includes non-standard header <sys/ptrace.h> #69

bryantdrewjones opened this issue May 21, 2020 · 0 comments

Comments

@bryantdrewjones
Copy link
Contributor

bake_util.h and posix.proc.c both rely on ptrace. I don't think ptrace is part of the POSIX standard (assuming the Wikipedia page is accurate).

macOS still includes the header in its official SDK, but other Apple platforms (iOS, tvOS, watchOS) don't include it. Consequently, bake.util can't currently be used as-is by any bake packages targeting one of those platforms (like Flecs).

Is there perhaps a POSIX-standard implementation that could be swapped in as a replacement? 😕

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant