alpinestudios / oogabooga

ooga booga
Other
223 stars 247 forks source link

math.h file not found #24

Closed 102roclo closed 3 months ago

102roclo commented 3 months ago

This message happens when i try to "Run Build Task", also it doesn´t create the game executable, only the folder In file included from ../build.c:28: ..\oogabooga/oogabooga.c:125:10: fatal error: 'math.h' file not found 125 | #include | ^~~~ 1 error generated.

Finxx1 commented 3 months ago

There is an error in your build system. This will happen if you install LLVM/Clang without also installing Visual Studio. This problem should resolve itself if you install Visual Studio, open the developer command prompt, and then build the project.

102roclo commented 3 months ago

Well I had to reinstall everything on C: for it to work but now it does! Thank you for the help image