Jump to content

I am trying to download and use SDL on vscode for a school game project. After following the tutorial and having everything the same it says mingw32-make is not a recognized command or make is not a recognized command. Any suggestions?

 

 

Link to comment
https://linustechtips.com/topic/1596918-sdl/
Share on other sites

Link to post
Share on other sites

27 minutes ago, FlashDab said:

I am trying to download and use SDL on vscode for a school game project. After following the tutorial and having everything the same it says mingw32-make is not a recognized command or make is not a recognized command. Any suggestions?

 

 

I was just facing the same issue just this week, I use Dev C++ which makes it easier to run than VSCode, but you can try going to the c/c++ compiler settings and looking thorugh the drop down menu if there's an option to use 32bit, here's my thread if it helps

also just a suggestion use better titles for your posts to make people click

Link to comment
https://linustechtips.com/topic/1596918-sdl/#findComment-16627467
Share on other sites

Link to post
Share on other sites

6 minutes ago, VirusDumb said:

I was just facing the same issue just this week, I use Dev C++ which makes it easier to run than VSCode, but you can try going to the c/c++ compiler settings and looking thorugh the drop down menu if there's an option to use 32bit, here's my thread if it helps

also just a suggestion use better titles for your posts to make people click

I got it working another way. I just had to use mingw compiler and in edit environment it was supposed to be C:\MinGW\bin path so that bricked it also the makefile had something missing.

Link to comment
https://linustechtips.com/topic/1596918-sdl/#findComment-16627476
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×