Since last update, the problem has moved, now this error happens:
In file included from /usr/include/SDL2/SDL.h:32:
In file included from /usr/include/SDL2/SDL_main.h:25:
In file included from /usr/include/SDL2/SDL_stdinc.h:31:
In file included from /usr/include/SDL2/SDL_config.h:4:
In file included from /usr/include/x86_64-linux-gnu/SDL2/_real_SDL_config.h:33:
/usr/include/x86_64-linux-gnu/SDL2/SDL_platform.h:179:10: fatal error: 'begin_code.h' file not found
#include "begin_code.h"
A workaround is to add -I/usr/include/SDL2 into compiling flags, but not very clean.
Since last update, the problem has moved, now this error happens:
In file included from /usr/include/ SDL2/SDL. h:32: SDL2/SDL_ main.h: 25: SDL2/SDL_ stdinc. h:31: SDL2/SDL_ config. h:4: x86_64- linux-gnu/ SDL2/_real_ SDL_config. h:33: x86_64- linux-gnu/ SDL2/SDL_ platform. h:179:10: fatal error: 'begin_code.h' file not found
In file included from /usr/include/
In file included from /usr/include/
In file included from /usr/include/
In file included from /usr/include/
/usr/include/
#include "begin_code.h"
A workaround is to add -I/usr/include/SDL2 into compiling flags, but not very clean.