Comment 1 for bug 1872023

Revision history for this message
Samuel Hangouët (samuel-hangouet) wrote :

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.