Hi All,
When I was trying to build log4cxx 0.9.7c, following the instruction page as :
{Before building ObjectHandler you need to build log4cxx 0.9.7c.
1.download the log4cxx 0.9.7c zip from the QuantLib downloads page
2.log4cxx should be unzipped to a path containing no spaces as the library seems to complain otherwise
3.choose project static, configuration Win32 Release.
4.build the chosen log4cxx project. The resulting lib file is written to directory log4cxx-0.9.7msvcLib
5.you need to manually set environment variable LOG4CXX_DIR to the top level log4cxx directory e.g. C:log4cxx-0.9.7c
6.if VC is running you need to restart it to pick up the new environment variable. }
Step 3 and 4 are confusing to me, Which project file in the instruction is referring to to build?? should I open the project first and then set it to be static and where to set the configuration Win32 Release?
I tried to build some of the vcproj file, such as static.vcproj, and it gives out error message as "Cannot open include file: 'log4cxx/config.h', and I really don't see this header file in the folder. Could someone shed some light on the clarity on this building please?
Thanks Yulei
|