Actually I think I've kind of fixed that problem, but thanks anyway. I'm currently in the process of porting glob2 source to Visual Studio :)
On Sun, Sep 7, 2008 at 6:43 PM, Stéphane Magnenat <[EMAIL PROTECTED]>wrote: > On Saturday 06 September 2008 20:13:24 Quinn Yee Qin Teh wrote: > > 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. > > This page : > http://svn.libsdl.org/branches/SDL-1.2/VisualC.html > Just says that you should do what the error tells you to do. > > Good luck, > > Steph > > -- > http://stephane.magnenat.net > > > _______________________________________________ > glob2-devel mailing list > [email protected] > http://lists.nongnu.org/mailman/listinfo/glob2-devel >
_______________________________________________ glob2-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/glob2-devel
