Bug 3458 - "local headers" means "local headers"
Status: RESOLVED INVALID
Alias: None
Product: ioquake3
Classification: Unclassified
Component: Misc
Version: GIT MASTER
Hardware: All All
: P3 normal
Assignee: Zachary J. Slater
QA Contact: ioquake3 bugzilla mailing list
URL:
Depends on:
Blocks:
 
Reported: 2007-12-06 16:04 EST by /dev/humancontroller
Modified: 2007-12-06 16:36:35 EST
0 users

See Also:


Attachments
local headers fixup (3.00 KB, patch)
2007-12-06 16:11 EST, /dev/humancontroller

Description /dev/humancontroller 2007-12-06 16:04:43 EST
USE_LOCAL_HEADERS doesn't work where it should in some places. There are things like #include "SDL.h", which fails to use the local header, and should be #include "../SDL12/include/SDL.h". And so on...
Comment 1 /dev/humancontroller 2007-12-06 16:11:59 EST
Created attachment 1605 [details]
local headers fixup

Corrected the #ifdef USE_LOCAL_HEADERS branches (and added one, where missing). Local SDL includes will use SDL12/include. OpenAL and cURL are OK.
Comment 2 Tim Angus 2007-12-06 16:36:35 EST
"-I$(SDLHDIR)/include" means "-I$(SDLHDIR)/include"