You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@joshua.apache.org by GitBox <gi...@apache.org> on 2019/09/25 23:14:29 UTC

[GitHub] [joshua] magali-joine opened a new pull request #89: Add OpenJDK dependency required for "jni.h"

magali-joine opened a new pull request #89: Add OpenJDK dependency required for "jni.h"
URL: https://github.com/apache/joshua/pull/89
 
 
   Fixes docker build: Solves
   
   ```
   100%] Linking CXX executable ../tests/model_test
   [100%] Built target model_test
   /code/jni/kenlm_wrap.cc:28:17: fatal error: jni.h: No such file or directory
    #include <jni.h>
                    ^
   compilation terminated.
   Removing intermediate container 0c2cb0c17a12
   
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services