首页 > 应用 > 软件技巧 > 正文

使用vs2010编译log4cxx图文教程

2024-07-16 17:46:26
字体:
来源:转载
供稿:网友

本文一共包含了17个步骤,按照下面的步骤就可以完成vs2010中编译log4cxx的工作了。

1. 下载 log4cxx 以及 apr 和 apr-util源码:

a)http://www.apache.org/dyn/closer.cgi/logging/log4cxx/0.10.0/apache-log4cxx-0.10.0.zip

b)http://archive.apache.org/dist/apr/apr-1.2.11-win32-src.zip

c)http://archive.apache.org/dist/apr/apr-util-1.2.10-win32-src.zip



2. 将 3个压缩包解压到同一个目录.如下图:




3. 将 apr-1.2.11重命名为 apr, 将 apr-util-1.2.10 重命名为apr-util.如下图:



4、打开cmd窗口,如下图所示:



5、在4中输入:cdD:/log4cxx_compile/apache-log4cxx-0.10.0 回车

然后输入:d: 回车后 切换至 apache-log4cxx-0.10.0目录



6、在5中输入:configure.bat回车



7.在6的基础下dos窗口下继续输入:configure-aprutil.bat回车



8、进入D:/log4cxx_compile/apr-util/include中并找到apu.hw文件,如下图:


9、用Notepad++打开apu.hw文件(记事本也可以)

手动修改 apr-util/include/apu.hw里的内容

#define APU_HAVE_APR_ICONV1

改为

#define APU_HAVE_APR_ICONV0


10. 使用VS2010打开 apache-log4cxx-0.10.0/projects 下的 log4cxx.dsw



打开工程会提示转换:



11、转换好后工程如下图:



12、将 log4cxx设置为启动项.

设置前:



设置后:



13.开始编译.log4cxx

出现

4>D:/log4cxx_compile/apache-log4cxx-0.10.0/src/main/include/log4cxx/spi/loggingevent.h(155):error C2252: 只能在命名空间范围内显式实例化模板

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表