【发布时间】:2013-06-13 03:23:50
【问题描述】:
我正在尝试在 Windows 7 64 位机器上使用 MinGW(64 位版本)编译 wxWidgets 2.8.12。
为此,我已按照以下步骤操作http://www.gaia-gis.it/spatialite-3.0.0-BETA/mingw64_how_to.html,但是当我执行 make install-strip 时出现此错误:
c:\MinGW64\bin\x86_64-w64-mingw32-strip.exe: 'C:/msys64/local/lib/wxmsw28u_gcc_custom.dll': 没有这样的文件 make: * [install-strip] 错误 1
另外,我还没有在 wx-config 中找到教程说要更改的行。
我在执行 /configure http://pastebin.com/kcNcyNwF 时收到此响应
我做错了什么?如何在 64 位上编译 wxWidgets?
【问题讨论】:
标签: c++ compilation 64-bit mingw wxwidgets