Código:
El error lo da aquí:C:\wxWidgets-3.0.5\include\wx\platform.h|183|fatal error: wx/setup.h: No such file or directory|
Código PHP:
/*
Include wx/setup.h for the Unix platform defines generated by configure and
the library compilation options
Note that it must be included before defining hardware symbols below as they
could be already defined by configure but it must be included after defining
the compiler macros above as msvc/wx/setup.h relies on them under Windows.
*/
#include "wx/setup.h"
Ese archivo está dentro del directorio msvs y se supone que solo lo usa si se intenta compilar con el compilador de Microsoft Visual Studio pero yo estoy intentando compilar con Mingw y pasa eso. Si comento esa línea da mas errores así que ya no se que hacer.
¿Alguien puede ayudarme?