Fatal error on compile

try this on window and this just happen

try on mac too and on it said is command not found

2 Likes

Am having the exact same problem and i dont know why?

I had the same exact issue. I had to update this line in vscode-template-main/Makefile

Define compiler path on Windows
COMPILER_PATH ?= C:/raylib/w64devkit/bin

2 Likes

Nice catch! I forgot to update this when updating the project template for Raylib 4.0

What does that do exactly?

We’re specifying where the compiler is so our code can be compiled.

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.

Privacy & Terms