【发布时间】:2013-07-05 05:39:25
【问题描述】:
我正在尝试在我的 Windows 机器上使用 MinGW 安装 log4cxx,但需要先安装 apr 和 apr-util。
我一直在关注 the guide on Apache's website 并安装了他们列出的 Python 版本,但收到关于找不到 Python 的错误:
$ buildconf
buildconf: checking installation...
buildconf: python not found.
You need python installed
to build APR from SVN.
我使用了指南中链接的 Python installer,所以我认为它是正确的版本。
我是否必须告诉 MinGW 或 MSYS Python 在哪里?如果是,我该怎么做?
此外,现在一切都在运行 32 位。
任何帮助将不胜感激!
谢谢
【问题讨论】:
标签: python mingw32 log4cxx apr