SRA-VJTI/Pixels_Seminar

Makefiles don’t work on macOS

SuperChamp234 opened this issue · 2 comments

Describe the bug
Makefiles fail to work on macOS after #107. A libsdl2 error is raised.

To Reproduce
Steps to reproduce the behaviour:
0. Try this on macOS Sonoma

  1. Compile any code using Makefiles like 4_cv_basics/1_image_representation/Makefile.
  2. Get main.cpp:28:10: fatal error: 'SDL2/SDL.h' file not found

Expected behavior
The file should have compiled successfully to give an executable.

Screenshots
image

Desktop (please complete the following information):

  • OS: macOS

I'll work on this issue

@aPR0T0, you may also close this issue.