glob2-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[glob2-devel] need help compiling on Windows


From: Quinn Yee Qin Teh
Subject: [glob2-devel] need help compiling on Windows
Date: Sun, 7 Sep 2008 04:13:24 +1000

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

reply via email to

[Prev in Thread] Current Thread [Next in Thread]