Bug 5494 - Build busted due to updated SDL
Status: RESOLVED INVALID
Alias: None
Product: ioquake3
Classification: Unclassified
Component: Misc
Version: GIT MASTER
Hardware: PC Linux
: P3 normal
Assignee: Zachary J. Slater
QA Contact: ioquake3 bugzilla mailing list
URL:
Depends on:
Blocks:
 
Reported: 2012-04-11 00:35 EDT by Zachary J. Slater
Modified: 2012-04-11 01:03:05 EDT
0 users

See Also:


Attachments
sample build output (22.16 KB, text/plain)
2012-04-11 00:35 EDT, Zachary J. Slater

Description Zachary 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 1 Zachary J. Slater 2012-04-11 00:44:40 EDT
apt-get install libsdl1.2-dev fixes this on ubuntu. Blah.
Comment 2 Zachary 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