-
Notifications
You must be signed in to change notification settings - Fork 588
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
typedef redefinition with different types #186
Comments
Let's see, could you tell me what you get if you remove these lines from the generated .cpp file? #elif defined(__GNUC__)
#define _JAVASOFT_JNI_MD_H_
#define JNIEXPORT __attribute__((visibility("default")))
#define JNIIMPORT
#define JNICALL
typedef int jint;
typedef long long jlong;
typedef signed char jbyte; |
It finishes ok. |
This is for 32-bit platforms right? |
I build it for |
It works on both 32bit and 64bit ARMs. |
Great, thanks for testing! The commit above includes the fix. |
Fix released in version 1.3.3. Thanks for reporting! |
I'm trying to build Opus for Android and I'm getting the following error:
It's happening with NDK r15-beta2, r13b is ok, r14b is uknown, beacause the build fails somewhere in opus.
The text was updated successfully, but these errors were encountered: