Hi, I just tried to compile the latest svn snapshot of log4cxx on my Windows XP system. Unfortunately, it failed.
The last output of ant was: > win-configure: > > configure: > [echo] Configuring with has.wchar_t=1 > [echo] Configuring with has.wcout=1 > [echo] Configuring with logchar_type=wchar_t > > build: > [cc] Starting dependency analysis for 144 files. > [cc] 144 files are up to date. > [cc] 0 files to be recompiled from dependency analysis. > [cc] 0 total files to be compiled. > [cc] Starting link > [cc] link: extra operand "/DLL" > [cc] "link --help" gives more information > > BUILD FAILED > C:\Project\SuperScanII\extern\log4cxx\build.xml:615: link failed > with return code 1 I then tried to compile it with Microsofts Visual Studio 2005. I created the project files with ant build-projects-vs8 and opened/compiled the project files following results: 1. msvc8\apr success :-) 2. msvc8\aprutil success :-) 3. msvc8\cppunit success :-) 4. msvc8\log4cxx failure :-( 1>writerappender.cpp 1>xmllayout.cpp 1>xmlsocketappender.cpp 1>Code is generated... 1>Linking... 1>LINK : fatal error LNK1181: Cannot open input file ".obj". Can anyone help me, getting log4cxx working on Windows XP with Visual Studio 2005? Regards, Torsten
