Re: OS

2019-04-17 Thread Thorsten Schöning
uct. > You should make more clear what exactly you mean with "support", if > you want to build it under that OS or run some app using the lib or > are talking about some kind of integration or whatever. https://issues.apache.org/jira/browse/LOGCXX-505 http://www.catb.org/~esr/faq

OS

2019-04-17 Thread liname...@outlook.com
Hello, I am doing an investigation. Does Windows Server 2019 support the following products: Apache Log4Cxx 0.10.0 Is the other version supported? Can you tell me, thank you very much.

RE: Runtime error on Mac OS X

2011-12-05 Thread Jay B
Ahh nevermind! The error message is a give-away really: dyld: Library not loaded:/Users/steve/Documents/Sources/! 3rd Partysources/apache-log4cxx-0.10.0/projects/build/log4cxx.build/Release/log4cxx.build/Objects-normal/i386/log4cxx.lib I forgot to scrap the .lib from my project! Now with

Runtime error on Mac OS X

2011-12-01 Thread Jay B
Hi there, I've built the library according to the instructions and all is running fine on the dev machine. However, I must have screwed up the creation of my bundle as other users are getting a runtime error when launching the app on their machine: dyld: Library not loaded:

Re: Building on Darwin / Mac OS X

2008-03-12 Thread Curt Arnold
On Mar 12, 2008, at 11:16 AM, Daniel Eggert wrote: I'm trying to build log4cxx, but I get build-lib: BUILD FAILED /Volumes/Mei/Projects/log4cxx/apache-log4cxx/build.xml:544: windres is not a legal value for this attribute I'm using revision 636370. What is windres? Windres is the

Re: Building on Darwin / Mac OS X

2008-03-12 Thread Daniel Eggert
On 12/03/2008, at 17.41, Curt Arnold wrote: On Mar 12, 2008, at 11:16 AM, Daniel Eggert wrote: I'm trying to build log4cxx, but I get build-lib: BUILD FAILED /Volumes/Mei/Projects/log4cxx/apache-log4cxx/build.xml:544: windres is not a legal value for this attribute I'm using revision

Re: Problem linking log4cxx on Mac OS X 10.4.6 (intel 0x86)

2006-06-19 Thread Kapil Sachdeva
The way I solved my problem was to compile log4cxx using ant and then used command line with g++ to link it. It worked. When I tried gcc in my command line (as cpptasks does) it failed exactly in same manner i.e undefined symbols: __Unwind_Resume. RegardsKapilOn 6/17/06, Kapil Sachdeva [EMAIL

Problem linking log4cxx on Mac OS X 10.4.6 (intel 0x86)

2006-06-17 Thread Kapil Sachdeva
Hi,I am using build.xml/ant to build the log4cxx from the trunk and getting the linker error. Error is little cryptic and not able to understand what exactly I am missing. [cc] Starting link [cc] gcc -g -prebind -dynamiclib -o liblog4cxx.dylib log4cxx_obj/socket.o log4cxx_obj/transcoder.o

Compile for Mac OS X (10.4)?

2006-04-14 Thread Marc Respass
Hi All, I'm new to the list and new to log4cxx. I've been trying to compile for Mac OS X Tiger (10.4.6 on Intel). I did a search and can't find anything that helps. I can't even get past the configure script. I got the latest release from Subversion and get the following error when I run

Re: Compile for Mac OS X (10.4)?

2006-04-14 Thread Andreas Fester
Hi Marc, Marc Respass wrote: Hi All, I'm new to the list and new to log4cxx. I've been trying to compile for Welcome :-) Mac OS X Tiger (10.4.6 on Intel). I did a search and can't find anything that helps. I can't even get past the configure script. I got the latest release from

Re: Compile for Mac OS X (10.4)?

2006-04-14 Thread Marc Respass
On Apr 14, 2006, at 8:54 AM, Andreas Fester wrote: Hi Marc, Marc Respass wrote: Hi All, I'm new to the list and new to log4cxx. I've been trying to compile for Welcome :-) Mac OS X Tiger (10.4.6 on Intel). I did a search and can't find anything that helps. I can't even get past

OS X, Cocoa

2005-07-15 Thread macdev
Does anybody use log4Cxx under OS X, and if so does anybody use it under Cocoa. I pulled the sources yesterday but was unable build because of a problem with version of cpptasks.jar, even though I had the latest version available for that jar file. Thanks.

Re: Compiling log4cxx on OS X 10.3.9

2005-05-14 Thread Juri Ganitkevitch
opened bug http://issues.apache.org/jira/browse/LOGCXX-85 for any Mac OS/X specific wishes. The ones I can come up with were to use CFString as LogString (the internal string type), to add CFString overloads where there are currently std::wstring and std::string overloads (for example

Compiling log4cxx on OS X 10.3.9

2005-05-13 Thread Juri Ganitkevitch
Hello everyone, I'm having some problems compiling log4cxx on my iBook. This goes for the 0.9.7 release as well as for the current CVS HEAD. Leaving the 0.9.7 as it is gets me a libtool error (while make-ing): /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../include/log4cxx

Re: Compiling log4cxx on OS X 10.3.9

2005-05-13 Thread Curt Arnold
On May 13, 2005, at 10:14 AM, Juri Ganitkevitch wrote: Trying to ant the CVS HEAD leaves me with a linker error: [cc] Starting link [cc] ld: /Users/jg/Downloads/Compile/logging-log4cxx/build/debug/ static/libaprutil-1.a(xlate.o) illegal reference to symbol: _libiconv defined in indirectly

Re: Compiling log4cxx on OS X 10.3.9

2005-05-13 Thread Juri Ganitkevitch
First off, thanks a lot! This resolves the libiconv error (actually I should have found this myself, I saw after looking at the first 10 lines of build.xml, sorry). The change you pointed out leads to another linker error, this time related to log4cxx itself: [cc] ld: Undefined

Re: Compiling log4cxx on OS X 10.3.9

2005-05-13 Thread Curt Arnold
I haven't rebuild on Mac since I did those and just started doing some quick reading. Having those symbols undefined is an intentional indication that the code could not recognize the wchar_t as one of the two currently supported mappings, UTF-16LE (for Windows, detected when _WIN32 is

Re: Building on Mac OS/X 10.3

2004-08-22 Thread Sven A . Schmidt
: Hello Curt, The serversocket.cpp file was fixed in the CVS repository in May. I had many problems running the delayedloop example, without finding a solution. If you can help ... Regards, Curt Arnold wrote: I ran into a few minor gotchas while trying to build log4cxx-0.9.7 on Mac OS/X. Since