Hi all,

I need some help compiling glob2 on Windows. I have tried both using Visual
Studio and MinGW, and both lead to the same error:

MinGW:
c:\msys\1.0\local\include\sdl\SDL_config.h(34) : fatal error C1189: #error :
You should copy include/SDL_config.h.default to include/SDL_config.h
Visual Studio:
c:\msys\1.0\home\yeeqin\vs solution\glob2\include\sdl\sdl_config.h(34) :
fatal error C1189: #error : You should copy include/SDL_config.h.default to
include/SDL_config.h



Here are lines 32-35 of sdl_config.h:
/* Make sure that this isn't included by Visual C++ */
#ifdef _MSC_VER
#error You should copy include/SDL_config.h.default to include/SDL_config.h
#endif



Could anybody please explain what this means? I am really desperate to get
this working and would really appreciate some help.

Thanks a lot

-Quinn
_______________________________________________
glob2-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/glob2-devel

Reply via email to