我正在尝试使用 MinGW 编译 raylib 包,但效果不是很好。它给了我这个错误:
cc1.exe: some warnings being treated as errors
Makefile:576: recipe for target 'rmodels.o' failed
mingw32-make: *** [rmodels.o] Error 1
这发生在我运行后:
mingw32-make PLATFORM=PLATFORM_DESKTOP
我做错了什么,我需要解决什么问题才能完成这项工作?