Closed lamby closed 3 years ago
Thank you for your PR. I'm not certain that := is an acceptable operator of nmake.exe (Visual C++ is the one of RJB's main target platform). I will test it asap.
I'm not certain that := is an acceptable operator of nmake.exe
Ah, interesting :)
@arton
I will test it asap.
Any update on this?
@arton Why do not this PR is merged yet? I can not install rjb
using openjdk 1.11
because of error make: javah: Command not found
.
Hi 907th I don't know how to rewrite the line JAVAH := .... I can't merge this PR because namke.exe can not handle 'JAVAH := $(shell command -v javah 2>/dev/null)' with error code U1033. If you could solve the error, I will merge it.
I think you, Unix only person, should define this line in your .profile.
alias javah='javac -h'
Above two comments were entered by me. I forgot to re-sign in with my 'arton' account.
GIven that this is called from (automated) build systems and generic Linux distributions, it's not really possible to set alias javah everywhere...
Thanks lamby. I change the extconf.rb and use erb for modifying depend. Your PR is very helpful because I don't know the changed command line arguments of javac -h.
I wonder if you could accept the patch and close this PR. https://github.com/arton/rjb/issues/66
@lamby Thank you for your PR.
I reconfigured your patch as using extconf.rb d08359d 9c35e85 13e4937