-
Notifications
You must be signed in to change notification settings - Fork 44
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
jpostal in msys2 issues #37
Comments
found it - though a bit odd https://stackoverflow.com/questions/27891478/error-when-compiling-in-cygwin Is this a known issue? I admit that I am not very experienced with jni. |
I am able to now run the build.sh without issue, but I am still getting the same error when running ./grablew assemble. Any suggestions are appreciated |
UPDATE in build.gradle change line
to
This allows gradlew assemble to run and complete without error, but no tests pass checkout jpostal again (making those 2 changes) and try again |
@jacwalte, thanks for your post! Quite useful. I have a somewhat different problem. Do you recall if you had to do anything in this department? Your help would be greatly appreciated here! THANK YOU! |
@jacwalte - I think I figured my issue out. Another more simple question, did you actually get it to run under Windows? |
Been trying to get this working in msys2 - the build.sh keeps erroring out
fun descriptive error with --stacktrace
So I thought I would run it line by line and it was fine until I got to 'make install'
found an issue with the JAVA_HOME and corrected it - then it could not find jni_md.h
So I modified the ax_jni_include_dir.m4 to assume that it was going to look in the subdirectory win32
But wait - there's more ;)
Now after all that I am getting the error
Am I using the wrong version of java? Any help is appreciated.
The text was updated successfully, but these errors were encountered: