Erik de Castro Lopo wrote: > The problem is that currently the pkg-config shipped with most distros > (ie from the last release) gives this: > > $ pkg-config --cflags flac > -I/usr/include/FLAC > > This encourages people in client code to do: > > #include <all.h> > > which obviously has the potential to cause problems. > > Instead pkg-config should give: > > $ pkg-config --cflags flac > -I/usr/include/FLAC > > so that client code can do: > > #include <FLAC/all.h> > > I'll submit a patch to fix this.
Actually, thats already been fixed in Git: commit 7ae181f27c16e7eca45840ec9171b938b9f86fbc Author: Josh Coalson <[email protected]> Date: Sat Nov 29 20:56:09 2008 +0000 remove /FLAC++ suffix on include path commit b76d4f817c54c6fcfcb82fe72e38660c1b480774 Author: Josh Coalson <[email protected]> Date: Sat Nov 29 20:55:52 2008 +0000 remove /FLAC suffix on include path Erik -- ---------------------------------------------------------------------- Erik de Castro Lopo http://www.mega-nerd.com/ _______________________________________________ flac-dev mailing list [email protected] http://lists.xiph.org/mailman/listinfo/flac-dev
