-
Notifications
You must be signed in to change notification settings - Fork 263
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
undefined references #48
Comments
Trying to use the libevent-provided implementations doesn't work either, because:
|
Similarly, |
See #42 for explanation of why the arc4random ones went away.
Leaving the bug opened and assigning to @jmgao because we should fix the headers, but these won't be put back (they've never been in the LP64 ABIs anyway). |
Hello, I have the same problem, library compiled fine with r10e, with r11c fails to compile: Regards |
Hello Regards. |
Unfortunately it's going to have to be r13. Our grand plan of replacing all the headers with the current ones from aosp requires an update to clang (and update containing a patch that has not been written yet). |
This shouldn't be blocking you though. This bug getting fixed just means you get a compile time failure instead of a link time failure. |
@CicTec ftime is obsolete, and was removed in POSIX 2008. You should be using time, gettimeofday, or clock_gettime, depending on the level of precision you need. |
Ok, I'll try with these functions, thanks to both. |
library compiled and ran fine with r10e. Now with r11b, my project fails to compile:
However:
Etc.
The text was updated successfully, but these errors were encountered: