Hi, On Mon, Nov 17, 2008 at 3:27 PM, James Paige <[EMAIL PROTECTED]> wrote: > On Sat, Nov 15, 2008 at 08:29:49PM -0600, Jake b wrote: >> >> There is a binary that takes care of include paths for you, I think >> it's sdl-config. So your flags looks like: >> >> `sdl-config` >> >> (can someone confirm this? i'm not on a nix machine to check if thats it ) >> -- >> Jake >> >> > > Close. What you want is: > > `sdl-config --cflags`
Also, on my Ubuntu system at least, `pkg-config --cflags sdl` produces an equivalent result, with the benefit of easily obtaining additional flags also (eg `pkg-config --cflags sdl glib-2.0`) David -- Truth isn't something you can know. It's something you can do.