Im working in Windows 10 OS. I want to run a simple gcc plugin, so first i installed Mingw. Then I compile a simple hellowrd.c and works fine. But when I tried to simulate a plugin that uses "gcc-pugin.h" include, an error ocurrs because gcc-plugin.h "no such file or directory".
Apparently the mingw installation did not install everything I need.
Is it a problem that Windows does not work?
#include "gcc-plugin.h"
#include "plugin-version.h"
...