Ticket #377 (closed defect: fixed)
Java SDK configure detection failing
| Reported by: | jorrit | Owned by: | admin |
|---|---|---|---|
| Priority: | major | Milestone: | Version 1.2 RC2 |
| Component: | build system | Version: | V1.2rc1 |
| Keywords: | Cc: |
Description (last modified by sunshine) (diff)
On Mingw configure fails to detect the Java SDK. The following environment variables are set:
export JAVAHOME="/c/Progra~1/Java/j2sdk1.4.2_07" export JAVA_HOME="/c/Progra~1/Java/j2sdk1.4.2_07" export PATH=$PATH:$JAVAHOME/bin:/c/apache-ant-1.6.0/bin
Java is detected but found unsuitable for CS because jni.h could not be found. Apparently the test for java fails to add -I$JAVA_HOME/include to the compiler flags. config.log is attached.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

