Skip to content
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

Does not build on Windows #54

Closed
yarikc opened this issue Jun 24, 2011 · 4 comments
Closed

Does not build on Windows #54

yarikc opened this issue Jun 24, 2011 · 4 comments

Comments

@yarikc
Copy link

yarikc commented Jun 24, 2011

After getting all dependencies from cygwin, build failed.

configure could not find jni_md.h.

Looks like it does not have a case for win32:

case "${host_os}" in _solaris_) CPPFLAGS="$CPPFLAGS -I${JAVA_HOME}/include/solaris" ;; _openbsd_) CPPFLAGS="$CPPFLAGS -I${JAVA_HOME}/include/win32" ;; _linux_) CPPFLAGS="$CPPFLAGS -I${JAVA_HOME}/include/linux" ;; _darwin_) # Darwin does not need an extra -I path ;; *) AC_MSG_ERROR([don't know how to find jni_md.h on this platform]) ;; esac

Should not we have a case for win?

Thanks

@gonzus
Copy link
Contributor

gonzus commented Jun 28, 2011

I can't really comment on this; I don't use cygwin. I will be happy to apply any fixes anybody can provide.

@johnlreyes
Copy link

case "${host_os}" in
cygwin)
CPPFLAGS="$CPPFLAGS -I${JAVA_HOME}/include/win32"
;;

works for me

@gonzus
Copy link
Contributor

gonzus commented Sep 26, 2011

Can you provide a pull request implementing your proposed change? Thanks.

@trevorbernard
Copy link
Member

Closing because issue is 2 years old and isn't likely valid.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants