WxPack 是否适用于 GCC 4.5/4.6 系列

发布于 2025-01-07 10:25:10 字数 181 浏览 0 评论 0原文

您好,我已经安装了适用于 Windows 的 TDM-GCC 编译器套件。我是否需要安装 MinGW 5.1.3 gcc 3.4.5(候选)才能使 wxpack 按照此处

Hello I have installed TDM-GCC compiler suite for windows. Do i need to install MinGW 5.1.3 gcc 3.4.5 (candidate) to make wxpack work as said here

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

戏舞 2025-01-14 10:25:10

回复晚了,但这里...
我认为你可以用你拥有的任何版本重建 wxwidgets 。
在 build/msw 目录中,您将找到一个 wxBuild_wxWidgets.bat 文件,支持
任意数量的编译器(我重新编译以匹配我的 VC++2008)。
批处理文件顶部附近有两个变量:GCCDIR 和 GCC4DIR。设置后者
指向您的 GCC 4.x 位置。 重建

然后用wxBuild_wxWidgets.bat MINGW4 ALL

它应该可以工作,但我还没有尝试过。在我的旧 P4 Dell 上,使用 VC90 进行构建需要一段时间。

A late reply but here goes...
You can rebuild wxwidgets with whatever version you have I think.
In the build/msw directory you'll find a wxBuild_wxWidgets.bat file supporting
any number of compilers (I recompiled to match my VC++2008).
Near the top of the batch file are two variables, GCCDIR and GCC4DIR. Set the latter
to point to your GCC 4.x location. Then rebuild with

wxBuild_wxWidgets.bat MINGW4 ALL

It should work but I haven't tried it. On my old P4 Dell the build with VC90 took awhile.

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