It throws this error:
AtomBomberman $ make
g++ -std=c++11 -ggdb -Wall -Wextra -O2 -D_GNU_SOURCE -I/usr/include/SDL -Iutil/ -MMD -c src/bomb.cpp -o obj/bomb.o
src/bomb.cpp:314:1: fatal error: opening dependency file obj/bomb.d: No such file or directory
}
^
compilation terminated.
make: *** [obj/bomb.o] Error 1
for reference I am on Linux Mint 17.3
EDIT creating a obj folder resolved it but then it fails to utilise the opengl or sdl renderer with or without SDL2.
It throws this error:
for reference I am on Linux Mint 17.3
EDIT creating a
objfolder resolved it but then it fails to utilise the opengl or sdl renderer with or without SDL2.