-
Notifications
You must be signed in to change notification settings - Fork 102
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
libevent failed #118
Comments
when I ran ./android-make i got following errors: /home/zisheng/toolchain/bin/../lib/gcc/arm-linux-androideabi/4.6/../../../../arm-linux-androideabi/bin/ld: error: http-parser/http_parser.o: incompatible target |
It looks like http_parser.o was compiled targeted for unexpected architecture. |
Thank you so much for the reply now the compilation works.. But I did not see the shrpx binary under src folder, did i miss something there? |
Iibevent may not be detected by configure script (./android-config for NDK).
And build libevent:
|
Thanks for the reply.. |
Some formatting mistake in configure cmd line. It should be read as:
|
Awesome! Thank you so much for that now libevent is built and detected by ./android-config but running ./android-make still gives one erorr: /home/zisheng/toolchain/bin/../lib/gcc/arm-linux-androideabi/4.6/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lrt This is the summary of configuration: configure: summary of build options:
Not sure what I missed at this point. Thank you very much in advance. |
We use android NDK r9d gcc 4.8 and it compiles spdylay fine. No error related to -lrt. |
Please check out this article if you haven't: http://tatsuhiro-t.github.io/spdylay/android-spdy-proxy.html |
Hi I was following your instruction but it keeps failing when I tried to make install libevent (type.h was missing).. Is there any good instructions on how to install libevent? Also I'm wondering if you are willing to share the shrpx binary file?
The text was updated successfully, but these errors were encountered: