Re: Solaris 10 and gcc update

2005-05-10 Thread Curt Arnold
The failure in test9 is likely happening on the following line: std::locale localeUS(LOCALE_US); where LOCALE_US = "en_US". Do you have any documentation on the names recognized for std::locale constructors on Solaris? I am pretty sure en_US is a valid locale. I went to the /usr/lib/ locale

RE: Solaris 10 and gcc update

2005-05-10 Thread Chris Williams
Comments in-line > Here are my results compiling on solaris 10 with gcc. > The build line I used was: ant -Dapr.dir=/usr/local/apr > -Dcppunit.dir=/export/disk10/cppProjects/cppunit-1.10.2 -Dlogchar=utf8 > -Dhas.wchar_t=0 > > I only got one error which was the following. I think it might fa

Re: how to build static lib4cxx.lib

2005-05-10 Thread Owen Corpening
thanks - I am used to doing ant -projecthelp "Curt Arnold" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Run "ant usage" fpr help. > > ant -Dlib.type=static > > > On May 10, 2005, at 9:25 AM, Owen Corpening wrote: > > > not certain, do I use: > > > > ant build -dis-static=true > >

Re: how to build static lib4cxx.lib

2005-05-10 Thread Owen Corpening
I meant log4cxx.lib I tried "lib /out:log4cxx.lib *.obj" in the C:\buildtools\logging-log4cxx\build\debug\shared\log4cxx_obj directory. It made something that was 20 MB. When I tried to link my app with it i got lots of unresolved symbols, plus it was no longer trying to create a AcornActuateCust

Re: how to build static lib4cxx.lib

2005-05-10 Thread Curt Arnold
Run "ant usage" fpr help. ant -Dlib.type=static On May 10, 2005, at 9:25 AM, Owen Corpening wrote: not certain, do I use: ant build -dis-static=true ?? owen

how to build static lib4cxx.lib

2005-05-10 Thread Owen Corpening
not certain, do I use: ant build -dis-static=true ?? owen

Fwd: ant 1.6.3 breakage of cpptasks

2005-05-10 Thread Curt Arnold
FYI: Begin forwarded message: From: Stefan Bodewig <[EMAIL PROTECTED]> Date: May 10, 2005 2:26:31 AM CDT To: dev@ant.apache.org Subject: Re: ant 1.6.3 breakage of cpptasks Reply-To: Ant Developers List On Mon, 9 May 2005, Curt Arnold <[EMAIL PROTECTED]> wrote: I have had two reports in log4cxx of

Re: __stdcall ?

2005-05-10 Thread Owen Corpening
now if only I can get static linking with say a FileAppender working So far I haven't ever gotten a log file to actually get written from within my app, tests work fine of course. And this is with putting the file in system32, which I am forced to do on my evaluation machine until I get sta