-
-
Notifications
You must be signed in to change notification settings - Fork 649
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
Compiler error on Android NDK r18 #163
Comments
Here is a comment I found in the NDK's /* For 64-bit (and mips), the kernel's struct sigaction doesn't match the
* POSIX one, so we need to expose our own and translate behind the scenes.
* For 32-bit, we're stuck with the definitions we already shipped,
* even though they contain a sigset_t that's too small. See sigaction64.
*/ Note that the platform that fails is Android x86_64 |
Sooo there is a PR that fixes that - I guess it's time to merge it: EDIT: try the dev branch |
The fix works on my machine :) Do you plan to release a 2.0.2 soon? |
maybe in the following days but not today unfortunately - not sure when I'll get to it (its sort-of a lengthy process and I need my other machine for that...) try using the dev branch for now and i'll do it when I can |
Ok thanks, I'll close this issue! |
Description
Hello,
I'm unable to build a test program with doctest using Android NDK r18:
Steps to reproduce
Download the Android NDK r18.
Include
doctest.h
in amain.cpp
and compile it with the shippedclang++
compilerdoctest version: v2.0.1
Operating System: Debian 9 unstable
Compiler+version: Clang 7.0
The text was updated successfully, but these errors were encountered: