我试图从源代码构建 shiboken 1.1.2,配置为 Window XP + MinGW+Qt4.8.1,但总是出现以下错误。相信是因为我没有安装libxml2和libxslt。所以我使用他们的 Windows 二进制安装程序安装了这两个应用程序。安装它们后,我将它们的 bin 文件夹添加到我的 PATH 并再次 camke shiboken。同样的错误。谁可以帮我这个事?
提前致谢!
朱
D:\shiboken-1.1.2\build>cmake .. -G"MinGW Makefiles"
-- Could NOT find LibXml2 (missing: LIBXML2_INCLUDE_DIR) (Required is at least version "2.6.32")
-- Could NOT find LibXslt (missing: LIBXSLT_INCLUDE_DIR) (Required is at least version "1.1.19")
CMake Warning at ApiExtractor/CMakeLists.txt:12 (message):
libxslt and/or libxml not found, disabling support for doc strings!
-- sphinx-build - not found! doc target disabled
-- Tests will be generated avoiding the protected hack!
-- Configuring done
-- Generating done
-- Build files have been written to: D:/shiboken-1.1.2/build