You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4cxx-user@logging.apache.org by Daniel Eggert <eg...@macvaerk.dtu.dk> on 2008/03/12 17:16:16 UTC

Building on Darwin / Mac OS X

I'm trying to build log4cxx, but I get

> build-lib:
>
> BUILD FAILED
> /Volumes/Mei/Projects/log4cxx/apache-log4cxx/build.xml:544: windres  
> is not a legal value for this attribute

I'm using revision 636370.

What is "windres"?


% uname -a
Darwin eggert.local 9.2.0 Darwin Kernel Version 9.2.0: Tue Feb  5  
16:13:22 PST 2008; root:xnu-1228.3.13~1/RELEASE_I386 i386
% java -version
java version "1.5.0_13"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_13- 
b05-237)
Java HotSpot(TM) Client VM (build 1.5.0_13-119, mixed mode, sharing)


/Daniel


Re: Building on Darwin / Mac OS X

Posted by Daniel Eggert <eg...@macvaerk.dtu.dk>.
On 12/03/2008, at 17.41, Curt Arnold wrote:

>
> On Mar 12, 2008, at 11:16 AM, Daniel Eggert wrote:
>
>> I'm trying to build log4cxx, but I get
>>
>>> build-lib:
>>>
>>> BUILD FAILED
>>> /Volumes/Mei/Projects/log4cxx/apache-log4cxx/build.xml:544:  
>>> windres is not a legal value for this attribute
>>
>> I'm using revision 636370.
>>
>> What is "windres"?
>>
>
>
> Windres is the GNU compiler for Windows Resource Files.  If you are  
> getting that message, I suggest that you update you copy of cpptasks  
> as it is a little bit stale.

Yes. Thank you.

/Daniel


Re: Building on Darwin / Mac OS X

Posted by Curt Arnold <ca...@apache.org>.
On Mar 12, 2008, at 11:16 AM, Daniel Eggert wrote:

> I'm trying to build log4cxx, but I get
>
>> build-lib:
>>
>> BUILD FAILED
>> /Volumes/Mei/Projects/log4cxx/apache-log4cxx/build.xml:544: windres  
>> is not a legal value for this attribute
>
> I'm using revision 636370.
>
> What is "windres"?
>


Windres is the GNU compiler for Windows Resource Files.  If you are  
getting that message, I suggest that you update you copy of cpptasks  
as it is a little bit stale.