简体   繁体   English

无法制作 raylib,收到 makefile 错误 576:目标“rmodels.o”的配方失败

[英]Can't make raylib, receives makefile error 576: recipe for target 'rmodels.o' failed

I am trying to use MinGW to compile the raylib package, but it's not going very good.我正在尝试使用 MinGW 编译 raylib package,但效果不是很好。 It gives me this error:它给了我这个错误:

cc1.exe: some warnings being treated as errors
Makefile:576: recipe for target 'rmodels.o' failed
mingw32-make: *** [rmodels.o] Error 1

This happens after i run:这发生在我运行后:

mingw32-make PLATFORM=PLATFORM_DESKTOP

What am i doing wrong, what do i need to fix to make this work?我做错了什么,我需要解决什么问题才能完成这项工作?

I think the developer solved the case a couple of days ago, if you're sure that it's the right error, here is the link to the comment from the developers' GitHub:我认为开发人员几天前解决了这个问题,如果您确定这是正确的错误,这里是开发人员 GitHub 评论的链接:

https://github.com/raysan5/raylib/issues/2137#issuecomment-968128325 https://github.com/raysan5/raylib/issues/2137#issuecomment-968128325

He said it might be an issue with your current version of MinGW, there is a possibility that it's outdated.他说这可能是您当前版本的 MinGW 的问题,它可能已经过时了。

Old thread, but for people with this problem in the future, I created a fork that fixed it for me.旧线程,但是对于将来遇到此问题的人,我创建了一个分支来为我修复它。 https://github.com/jamieengel011/raylib . https://github.com/jamieengel011/raylib

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM