-
Notifications
You must be signed in to change notification settings - Fork 34
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
rjb doesn't compile on Cygwin #29
Comments
Correction: compiling does work in Cygwin32 but it gives directly this error on invocation of the gem:
|
Hi Thorsten Do you know CYGWIN specific directive ? Regards. |
There are actually two issues:
https://cygwin.com/cygwin-ug-net/programming.html#gcc-64
But I would be fine using Mingw GCC (instead of Cygwin's gcc) if you have instructions how to do that. |
I believe that using Mingw gcc in most popular way is: |
This seems to be the same issue as in issue #7 ("rjb fails to compile on windows"). This is on Cygwin64 with a 64-bit JDK 8. Same error on Cygwin32 with a 32-bit JDK.
Putting
typedef long long __int64;
(fromjniwrap.h
) abovetypedef __int64 jlong;
injni_md.h
fixes the error.Thorsten
The text was updated successfully, but these errors were encountered: