Re: Linking problem

2005-05-04 Thread Owen Corpening
I am suspicious of the /NOENTRY thing, I used to define the entry point there - I think i am just getting plain confused. "Owen Corpening" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I am using the HEAD (unless I really screwed up ...) and get 1 unresolved > token, I have /D "LOG

RE: Compile issues on solaris 2.8

2005-05-04 Thread Ananta, Nitinan
Thanks Curt. I will move this discussion to that mailing list. - Nitinan -Original Message- From: Curt Arnold [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 04, 2005 11:52 AM To: Log4CXX User Subject: Re: Compile issues on solaris 2.8 I've committed the changes in the last hour but am

Re: Linking problem

2005-05-04 Thread Owen Corpening
I am using the HEAD (unless I really screwed up ...) and get 1 unresolved token, I have /D "LOG4CXX_STATIC" but don't know how to use the dll instead of the .lib (sorry, forgive me please) here is my compile line and link line and the error: C:\development\head\EPS\Install\ActuateInstall\Wix\Actuat

Re: Compile issues on solaris 2.8

2005-05-04 Thread Curt Arnold
I've committed the changes in the last hour but am still working on fixing the resulting breakage on Windows, but that should not hold you up. You may want to subscribe to the log4cxx-dev mailing list where you would see the CVS change notifications and is more appropriate for discussing build

RE: Compile issues on solaris 2.8

2005-05-04 Thread Ananta, Nitinan
Curt, I tried forward defining the locale class but still see compile errors related to this. By the way, when do you think the changes will be available? thanks, Nitinan -Original Message- From: Curt Arnold [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 03, 2005 9:16 AM To: Log4CXX Use

Re: Re[2]: Linking problem

2005-05-04 Thread Curt Arnold
Sorry, I did not realizing that you were using the log4cxx-0.9.7 development snapshot (it shouldn't be called a release since log4cxx was an "incubated" project at that time). That release is quite dated, has many serious issues and the current CVS HEAD is radically changed. We are trying to

Re[2]: Linking problem

2005-05-04 Thread Javier
On 04/05/2005 at 7:31 Curt Arnold wrote: >There is an open bug report on static linking with VC >(http://issues.apache.org/jira/browse/LOGCXX-77) and it is coming to >the top of my list, I'm not sure if that is what you are seeing >however. > >Were you using a Visual Studio project generated b

RE: Windows ant build problem

2005-05-04 Thread Paul Nader
Curt, pls ignore my last question... Didn't see the build-projects-vc6 target... Thanks again. > -Mensaje original- > De: Paul Nader [mailto:[EMAIL PROTECTED] > Enviado el: Wednesday, 4 May 2005 6:29 PM > Para: 'Log4CXX User' > Asunto: RE: Windows ant build problem > > > > Thanks Cur

RE: Windows ant build problem

2005-05-04 Thread Paul Nader
Thanks Curt. Fixed. Used the binary distribution of ant v1.6.2 and went like a breeze. I'll miss not being able to have logcxx in the MSVC IDE but. Any plans to add .sln and .vcprj files eventually? > -Mensaje original- > De: Curt Arnold [mailto:[EMAIL PROTECTED] > Enviado el: Tuesday,

Re: Linking problem

2005-05-04 Thread Curt Arnold
On May 4, 2005, at 5:44 AM, Javier Leyba wrote: Hi I´m a little bit new with C++ and totally new with log4cxx. I'm using VC++ 6. I compiled a log4cxx static library and the I tried to compile one of the examples that I saw in doc page. There is an open bug report on static linking with VC (http://

Linking problem

2005-05-04 Thread Javier Leyba
Hi I´m a little bit new with C++ and totally new with log4cxx. I'm using VC++ 6. I compiled a log4cxx static library and the I tried to compile one of the examples that I saw in doc page. But at link time I got the message: MyPrueba.obj : error LNK2001: unresolved external symbol "__declspec(

Linking problem

2005-05-04 Thread Javier Leyba
Hi I´m a little bit new with C++ and totally new with log4cxx. I'm using VC++ 6. I compiled a log4cxx static library and the I tried to compile one of the examples that I saw in doc page. But at link time I got the message: MyPrueba.obj : error LNK2001: unresolved external symbol "__declspec(

Facing error to installe log4cxx-0.9.7 on solaris 8

2005-05-04 Thread Jayant Dusane
 Hi Friends   I am trying to install log4cxx-0.9.7 on solaris 8 but facing the errors .Actually i succesfully installed it on solaris 8 on other machine ,but now i am getting these errors  at autogenocean{it2005->root}:915 ./autogen.shaclocal:configure.in:31: warning: macro `AM_PROG_LIBTOOL' no

Re: how to build testmain.cpp with VC++ 6

2005-05-04 Thread Owen Corpening
I am quite pleased with the build and test quality and documentation. Thanks again for your help. "Curt Arnold" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > That would be likely. I'll make that more emphatic on the build > instructions or add if it isn't there. I think I can als