Mingw32-Make访问在构建WXWIDGETS时被拒绝

发布于 2025-02-12 15:06:03 字数 376 浏览 0 评论 0原文

当我使用makefile.gcc在wxwidget解压缩zip的build \ msw文件夹中找到makefile.gcc时,我会遇到错误。我遵循此

错误是:

make (e=5): Acceso denegado.
mingw32-make: [makefile.gcc:5354: clean] Error 5 (ignored)

我尝试将“每个人”添加为“每个人”在我已解压缩WXWIDGETS的文件夹的“安全”选项卡中。

我更改了C:\ msys64 \ mingw64 \ bin中的make.exe文件的相同选项,

我读到它可能是防病毒软件,我正在使用Windows Defender,我关闭了实时保护,但没有任何更改。

I get an error when I execute mingw32-make in cmd with the makefile.gcc found in the build\msw folder of the wxWidget decompressed zip. I followed the steps shown in this tutorial video.

The error is:

make (e=5): Acceso denegado.
mingw32-make: [makefile.gcc:5354: clean] Error 5 (ignored)

I tried adding "Everyone" with total control to the security tab in the properties option of the folder in which I had decompressed wxWidgets.

I changed the same option for make.exe file in C:\msys64\mingw64\bin

I read that it could be the antivirus, I'm using Windows Defender, I switched off the real time protection but it didn't change anything.

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

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

发布评论

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

评论(1

柠檬色的秋千 2025-02-19 15:06:03

首先,这不是“致命错误”,如“(忽略)”结尾所示,因此尚不清楚您的实际问题是什么 - 图书馆是否会被编译?

第二,要调试诸如此类的问题,您可以使用 Process Monitor Monitor < /a>您可以在哪里找到访问哪个文件的恰好触发此错误 - 这至少可以给您一些想法。在不知道的情况下,真的不可能知道您的机器上出了什么问题。

First of all, this is not a fatal error, as indicated by "(ignored)" at the end, so it's not clear what your actual problem is -- does the library get compiled or not?

Second, to debug problems such as this one, you could use the Process Monitor tool where you can find out accessing which file exactly triggers this error -- this could give you at least some idea. Without knowing it, it's really impossible to know what goes wrong on your machine.

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