Hello,
Build Environment: Visual Studio .NET 2003
If log4cxx is placed in a sub-directory with any parent directory containing
a space in the name, the build fails. Has any come across this before?
Thanks!
Example: placing log4cxx-0.9.7 in: C:\My Directory\log4cxx-0.9.7 will cause
the following build error:
------ Build started: Project: dll, Configuration: Debug Win32 ------
Compiling EventLog message file
MC: Compiling C:\My
Directory\log4cxx-0.9.7\include\log4cxx\nt\EventLogCategories.mc
Microsoft (R) Incremental Linker Version 7.10.3077
Copyright (C) Microsoft Corporation. All rights reserved.
LINK : fatal error LNK1181: cannot open input file
'Directory\log4cxx\msvc\bin\debug\\NTEventLogAppender.dll'
Project : error PRJ0019: A tool returned an error code from "Compiling
EventLog message file"
Build log was saved at "file:// C:\My Directory
\log4cxx-0.9.7\msvc\dll\Debug\BuildLog.htm"
dll - 2 error(s), 0 warning(s)
-----------------