使用 MinGW 在 Windows 上构建 wxWidgets
构建 wxWidgets 似乎是不可能的。我按照文档页面 http://wiki.codeblocks.org/index.html 中的所有步骤进行操作。 php?title=WxWindowsQuickRef 但是当我尝试编译时,整个命令提示符窗口充满错误和警告,然后停止,最后一行是 mingw32-make.exe: *** [gcc_mswudll\wxregex_regcomp.o] Error 1
我怀疑这与 MinGW 有关,但我不知道。
Building wxWidgets seems impossible. I followed all the steps from the documentation page http://wiki.codeblocks.org/index.php?title=WxWindowsQuickRef but when I try to compile, the whole command prompt window fills with errors and warnings, then stops, with the last line being mingw32-make.exe: *** [gcc_mswudll\wxregex_regcomp.o] Error 1
I suspect it's something to do with MinGW but I don't know.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
可以尝试这个指南,更官方的
http://wiki.wxwidgets.org/Compiling_wxWidgets_with_MinGW
May be try this guide, more official
http://wiki.wxwidgets.org/Compiling_wxWidgets_with_MinGW
另一种方法是使用预编译库。请参阅wxPack。
Alternative is to use precompiled libraries. See wxPack.
您可以在 http://www.philasmicos 上获取预编译的 wxWidgets 库和教程(使用 MinGW 构建 wxWidgets)。 de/content/238-wxwidgets_unter_windows_kompilieren。
所有教程都是德语,但使用谷歌翻译,这应该不是问题。
you can get precompiled wxWidgets libs and tutorials (building wxWidgets with MinGW) on http://www.philasmicos.de/content/238-wxwidgets_unter_windows_kompilieren.
All tutorials are german but with google translate, it should not be a problem.
MinGW 现在使用 MSys - 将 MinGW\msys\1.0\bin 添加到您的路径中。
为什么不将符号链接添加到 MinnGW bin 文件夹中是一个很大的谜......
MinGW now uses MSys - add MinGW\msys\1.0\bin to your path.
Why not to add symlinks into MinnGW bin folder is a big mystery...