[Quickfix-developers] 1.7.0 Build error
Brought to you by:
orenmnero
From: Howard S. E. <ho...@ex...> - 2004-03-18 17:38:44
|
Hello, Building 1.7.0 on a redhat 7.3 linux server I encouter a build error = over the java portions of the library (below). I do not use java and = consequently, do not have JAVA_HOME set. This does not stop the library = from building the JNI code, and then ultimately failing when it attempts = to use the java compiler. Is there anyway to use configure to tell the = build not to bother with java? Currently I am editing the Makefile in = src to comment out references to build.sh. Thanks, Howard bash ./build.sh Buildfile: build.xml init: [mkdir] Created dir: /usr/local/src/quickfix/src/build compile: [javac] Compiling 3 source files to = /usr/local/src/quickfix/src/build [javac] Modern compiler not found - looking for classic compiler BUILD FAILED file:/usr/local/src/quickfix/src/build.xml:22: Cannot use classic = compiler, as it is not available. A common solution is to set the = environment variable JAVA_HOME to your jdk directory. Total time: 7 seconds make[3]: *** [all-local] Error 1 make[3]: Leaving directory `/usr/local/src/quickfix/src' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/usr/local/src/quickfix/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/local/src/quickfix' make: *** [all-recursive-am] Error 2 |