Re: ant OSX build problem.

2006-10-13 Thread Derek Baum
!! Shai -Original Message- From: "Derek Baum" <[EMAIL PROTECTED]> Sent: Thu, October 12, 2006 5:40 pm To: "Log4CXX User" Subject: Re: ant OSX build problem. There are two problems here: 1. unwanted references to UnicodeHelper::encodeWide() etc 2. reference to _

Re: ant OSX build problem.

2006-10-12 Thread shai
orked :). Thx for the help !!! Shai -Original Message- From: "Derek Baum" <[EMAIL PROTECTED]> Sent: Thu, October 12, 2006 5:40 pm To: "Log4CXX User" Subject: Re: ant OSX build problem. There are two problems here: 1. unwanted references to UnicodeHelper::enco

Re: ant OSX build problem.

2006-10-12 Thread Derek Baum
There are two problems here: 1. unwanted references to UnicodeHelper::encodeWide() etc 2. reference to _Unwind_Resume The first should be fixed with a clean build using -Dhas.wchar_t=0 that re-runs configure. The second is because we need to use the g++ linker. I have re-investigated my