On Mar 23, 2006, at 5:34 AM, Bala wrote:
The library builds, but simplesocketserver fails to link due to
unresolved symbols:
unsigned log4cxx::helpers::UnicodeHelper::decodeWide(const
wchar_t*&,const
wchar_t*)
int log4cxx::helpers::UnicodeHelper::encodeWide(unsigned,wchar_t*)
int log4cxx::h
> The library builds, but simplesocketserver fails to link due to
> unresolved symbols:
>
> unsigned log4cxx::helpers::UnicodeHelper::decodeWide(const wchar_t*&,const
> wchar_t*)
> int log4cxx::helpers::UnicodeHelper::encodeWide(unsigned,wchar_t*)
> int log4cxx::helpers::UnicodeHelper::lengthUTF8(
>> Is it unbearably hard to make the automake build to create a single
>> test executable without using an intermediate library? Breaking the
>> test suite up into a small driver and a shared library of tests has got
>> to make debugging in some IDE's more complicated than just having a
>> singl
.
Chris
- Original Message
From: Andreas Fester <[EMAIL PROTECTED]>
To: Log4CXX User ; Log4CXX Dev
Sent: Friday, December 16, 2005 05:49:52
Subject: Re: log4cxx build on SUN Solaris
Curt Arnold wrote:
> Is it unbearably hard to make the automake build to create a sing
Curt Arnold wrote:
> Is it unbearably hard to make the automake build to create a single
It is ;-)
> test executable without using an intermediate library? Breaking the
> test suite up into a small driver and a shared library of tests has got
> to make debugging in some IDE's more complicated
On Dec 15, 2005, at 7:30 AM, Andreas Fester wrote:
Hi,
the latest tarball from
http://www.littletux.net/log4cxx/log4cxx-0.9.8.tar.gz
is now compilable on Solaris (I verified it on Solaris 2.9
with gcc 3.3). The test cases also execute properly.
The main changes were to fix the detection of s
Hi,
the latest tarball from
http://www.littletux.net/log4cxx/log4cxx-0.9.8.tar.gz
is now compilable on Solaris (I verified it on Solaris 2.9
with gcc 3.3). The test cases also execute properly.
The main changes were to fix the detection of std::wstring
instead of wchar_t, to wrap some pieces of