DescriptionZachary J. Slater
2012-04-11 00:35:49 EDT
Created attachment 3129[details]
sample build output
fuller output attached, I'm on ubuntu 11.10:
CC code/client/cl_main.c
In file included from code/SDL12/include/SDL_config.h:42:0,
from code/SDL12/include/SDL_stdinc.h:30,
from code/SDL12/include/SDL_main.h:26,
from code/SDL12/include/SDL.h:30,
from code/client/../sys/sys_loadlib.h:39,
from code/client/cl_main.c:28:
code/SDL12/include/SDL_config_minimal.h:38:22: error: conflicting types for ‘size_t’
/usr/lib/gcc/x86_64-linux-gnu/4.6.1/include/stddef.h:212:23: note: previous declaration of ‘size_t’ was here
code/client/cl_main.c: In function ‘CL_Voip_f’:
Comment 1Zachary J. Slater
2012-04-11 00:44:40 EDT
apt-get install libsdl1.2-dev fixes this on ubuntu. Blah.
Comment 2Zachary J. Slater
2012-04-11 01:03:05 EDT
will create a new bug to bail out on sdl-config failing more gently in the makefile
Created attachment 3129 [details] sample build output fuller output attached, I'm on ubuntu 11.10: CC code/client/cl_main.c In file included from code/SDL12/include/SDL_config.h:42:0, from code/SDL12/include/SDL_stdinc.h:30, from code/SDL12/include/SDL_main.h:26, from code/SDL12/include/SDL.h:30, from code/client/../sys/sys_loadlib.h:39, from code/client/cl_main.c:28: code/SDL12/include/SDL_config_minimal.h:38:22: error: conflicting types for ‘size_t’ /usr/lib/gcc/x86_64-linux-gnu/4.6.1/include/stddef.h:212:23: note: previous declaration of ‘size_t’ was here code/client/cl_main.c: In function ‘CL_Voip_f’: