I'm guessing that you were trying to do "ant dist" to build the full release. The full release requires building NTEventLogAppender.dll which is built using MinGW (http://www.mingw.org) and assumes that MinGW's gcc and windres are on the path. There is apparently a MinGW cross-compiler for Debian, but I have only attempted to build NTEventLogAppender.dll on Windows using MinGW.

Likely you only want to build the jars and can do "ant jar". If you really want to build the full distribution on Linux using a MinGW cross-compiler, I'd like to hear your experiences.


On Aug 9, 2006, at 11:36 AM, Ted Yu wrote:

Hi,
For Linux, is log4j-1.3alpha-8.jar the file I can use
?

I got the following error after I synced with
http://svn.apache.org/repos/asf/logging/log4j/trunk on
Aug 8

build.nt.dll:

BUILD FAILED
/workplace/log4j/build.xml:622: Execute failed:
java.io.IOException: java.io.IOException: windres: not
found


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to