Skip to content
This repository has been archived by the owner on Aug 14, 2022. It is now read-only.

CMath build errors #143

Open
johnburkey opened this issue Jan 27, 2022 · 1 comment
Open

CMath build errors #143

johnburkey opened this issue Jan 27, 2022 · 1 comment

Comments

@johnburkey
Copy link

/usr/local/ndk/21.4.7075529/toolchains/llvm/prebuilt/darwin-x86_64/sysroot/usr/include/c++/v1/cmath:317:9: error: no member named 'signbit' in the global namespace; did you mean 'sigwait'?
using ::signbit;
~~^
/usr/local/ndk/21.4.7075529/sysroot/usr/include/signal.h:129:5: note: 'sigwait' declared here
int sigwait(const sigset_t* __set, int* __signal);

I forget, how do we solve these when building with the toolchain.

@vgorloff
Copy link
Owner

Looks like the issue due the order of included headers (in header search paths).

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

No branches or pull requests

2 participants