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
/logstream.o
log4cxx_obj/defaultconfigurator.o
-L/Users/shaideljo/repos/src/users/shai-sand/logging-log4cxx/build/debug/static
-laprutil-1
-L/Users/shaideljo/repos/src/users/shai-sand/logging-log4cxx/build/debug/static
-lapr-1 -liconv -lpthread -lstdc++
[cc] ld: warning -prebind ignored because
[cc] __ZN7log4cxx7helpers13UnicodeHelper10decodeWideERPKwS3_
[cc] __ZN7log4cxx7helpers13UnicodeHelper10encodeWideEjPw
[cc] __ZN7log4cxx7helpers13UnicodeHelper10lengthUTF8Ew
[cc] /usr/bin/libtool: internal link edit command failed
BUILD FAILED
/Users/shaideljo/repos/src/users/shai-sand/logging-log4cxx/build.xml:723:
gcc f
] __ZN7log4cxx7helpers13UnicodeHelper10decodeWideERPKwS3_
[cc] __ZN7log4cxx7helpers13UnicodeHelper10encodeWideEjPw
[cc] __ZN7log4cxx7helpers13UnicodeHelper10lengthUTF8Ew
[cc] /usr/bin/libtool: internal link edit command failed
BUILD FAILED
/Users/shaideljo/repos/src/users/shai-sand/logging-log4cxx
Hi,
I'm new to log4cxx and very rusty on my c/c++ skills.
I installed log4cxx on my Mac (version 10.4.7, Intel based) and tried to
run a small test program:
#include
#include
using namespace log4cxx;
int main()
{
log4cxx::xml::DOMConfigurator::configure("test.xml");
return 0;
}