bmx-ng / sdl.mod

SDL backend for BlitzMax
7 stars 6 forks source link

Build Error: Win32 x86 #1

Closed GWRon closed 10 years ago

GWRon commented 10 years ago
Compiling:common.bmx
Compiling:glue.c
In file included from Z:/BlitzMaxNG/mod/sdl.mod/sdl.mod/include/win32x86/SDL_config.h:25:0,
                 from Z:/BlitzMaxNG/mod/sdl.mod/sdl.mod/include/SDL_stdinc.h:31,
                 from Z:/BlitzMaxNG/mod/sdl.mod/sdl.mod/include/SDL_rwops.h:32,
                 from Z:/BlitzMaxNG/mod/sdl.mod/sdl.mod/glue.c:24:
Z:/BlitzMaxNG/mod/sdl.mod/sdl.mod/include/SDL_platform.h:121:26: fatal error: winapifamily.h: No such file or directory
compilation terminated.
Build Error: failed to compile Z:/BlitzMaxNG/mod/sdl.mod/sdl.mod/glue.c

Seems there is something missing

woollybah commented 10 years ago

Patched with the latest file from SDL repo. Please let me know if it's working now? Thanks.

GWRon commented 10 years ago

compiling now… Closed.