Can't compile SDL (CVS version) with ggi support

Hello,

If I compile the current CVS SDL version, I get following failure:

In file included from SDL_ggimouse.c:33:
SDL_ggimouse_c.h:34: parse error before `GGI_GetWMXCursor'
SDL_ggimouse_c.h:34: warning: data definition has no type or storage class

This is easy to fix (already reported)

Index: src/video/ggi/SDL_ggimouse_c.h===================================================================
RCS file: /cvs/SDL/src/video/ggi/SDL_ggimouse_c.h,v
retrieving revision 1.1.2.1
diff -r1.1.2.1 SDL_ggimouse_c.h
34c34
< extern Cursor GGI_GetWMXCursor(WMcursor *cursor);
---
> //extern Cursor GGI_GetWMXCursor(WMcursor *cursor);

The problem is the type of Cursor is not known and the function
GGI_GetWMXCursor didn’t exists anywhere it is save to comment it out.

bye,
Johns

Become famous, earn no money, create graphics for FreeCraft.

http://FreeCraft.Org - A free fantasy real-time strategy game engine
http://fgp.cjb.net - The FreeCraft Graphics Project

Hello,

If I compile the current CVS SDL version, I get following failure:

In file included from SDL_ggimouse.c:33:
SDL_ggimouse_c.h:34: parse error before `GGI_GetWMXCursor’
SDL_ggimouse_c.h:34: warning: data definition has no type or storage class

This is easy to fix (already reported)

Great, the fix is now in CVS!

Thanks,
-Sam Lantinga, Lead Programmer, Loki Entertainment Software