Bug 5495 - if sdl-config is missing, lets bail out gently
Status: RESOLVED FIXED
Alias: None
Product: ioquake3
Classification: Unclassified
Component: Platform
Version: GIT MASTER
Hardware: PC Linux
: P3 enhancement
Assignee: Zachary J. Slater
QA Contact: ioquake3 bugzilla mailing list
URL:
Depends on:
Blocks:
 
Reported: 2012-04-11 01:04 EDT by Zachary J. Slater
Modified: 2012-05-07 19:36:18 EDT
1 user (show)

See Also:



Description Zachary J. Slater 2012-04-11 01:04:45 EDT
If the system is missing sdl-config, CFLAGS are unset at, around line 258 of the makefile.

Lets bail out more gently there if possible.
Comment 1 Zack Middleton 2012-05-07 19:36:18 EDT
Fixed in r2249. Don't use local SDL headers on Linux as ioq3 needs SDL dev files installed anyway (for sdl-config and SDL library to link against). Now there should be an error about missing SDL.h, which should make more sense to people missing SDL dev files.