----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------

Hi.

I'm using Red Hat 7.0, Linux 2.2.16, Kaffe 1.0.6, Apache 1.3.14, and
this is my configure:

CFLAGS="-mpentium -O6" ./configure --with-apxs=/usr/sbin/apxs
--with-java=/usr/bin/java --with-javac=/usr/bin/javac
--with-javadoc=/usr/bin/javadoc --with-jar=/usr/bin/jar
--with-JSDK=/usr/local/src/Cocoon/JSDK2.0/lib/jsdk.jar --enable-EAPI
--with-jdk-home=/usr/bin --prefix=/usr/local/jserv


I'm trying to compile JServ-1.1.2, but get this error:

Compiling Logger.java ...
Compiling LogRecord.java ...
Compiling LogWriter.java ...
LogWriter.java:191: error:Cannot find class "Configurations" [JLS 8]
LogWriter.java:202: error:Cannot find class "Configurations" [JLS 8]
LogWriter.java:213: error:Cannot find class "Configurations" [JLS 8]
LogWriter.java:224: error:Cannot find class "Configurations" [JLS 8]
LogWriter.java:237: error:Cannot find class "Configurations" [JLS 8]
LogWriter.java:250: error:Cannot find class "Configurations" [JLS 8]
make[6]: *** [LogWriter.class] Error 1
make[6]: Leaving directory
`/usr/local/src/Cocoon/ApacheJServ-1.1.2/src/java/org/apache/java/io'
make[5]: *** [all-recursive] Error 1
make[5]: Leaving directory
`/usr/local/src/Cocoon/ApacheJServ-1.1.2/src/java/org/apache/java'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory
`/usr/local/src/Cocoon/ApacheJServ-1.1.2/src/java/org/apache'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory
`/usr/local/src/Cocoon/ApacheJServ-1.1.2/src/java/org'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/usr/local/src/Cocoon/ApacheJServ-1.1.2/src/java'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/Cocoon/ApacheJServ-1.1.2/src'
make: *** [all-recursive] Error 1


What's going on??

thanks for your help.


--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search Archives: 
<http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to