Re: log4cxx build on SUN Solaris

2006-03-23 Thread Curt Arnold
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

Re: log4cxx build on SUN Solaris

2006-03-23 Thread Bala
> 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(

Re: log4cxx build on SUN Solaris

2005-12-19 Thread Andreas Fester
>> 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

Re: log4cxx build on SUN Solaris

2005-12-16 Thread Chris Williams
. 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

Re: log4cxx build on SUN Solaris

2005-12-16 Thread Andreas Fester
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

Re: log4cxx build on SUN Solaris

2005-12-15 Thread Curt Arnold
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

log4cxx build on SUN Solaris

2005-12-15 Thread Andreas Fester
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