使用 MinGW 在 Windows 上构建 wxWidgets

发布于 2024-12-23 15:40:45 字数 338 浏览 1 评论 0原文

构建 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

呆° 2024-12-30 15:40:45

另一种方法是使用预编译库。请参阅wxPack

Alternative is to use precompiled libraries. See wxPack.

伏妖词 2024-12-30 15:40:45

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.

森林迷了鹿 2024-12-30 15:40:45

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...

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文