Re: [Mesa-dev] [PATCH] Fix build to use glsl_parser.hh instead of glsl_parser.h.

2012-07-16 Thread Ian Romanick
On 07/16/2012 11:20 AM, Kenneth Graunke wrote: On 07/16/2012 10:21 AM, Matt Turner wrote: On Mon, Jul 16, 2012 at 10:14 AM, Ian Romanick wrote: Nice. That works for me. Has a bug been reported to automake? I emailed the automake mailing list and asked how to handle this and the response re

Re: [Mesa-dev] [PATCH] Fix build to use glsl_parser.hh instead of glsl_parser.h.

2012-07-16 Thread Kenneth Graunke
On 07/16/2012 10:21 AM, Matt Turner wrote: > On Mon, Jul 16, 2012 at 10:14 AM, Ian Romanick wrote: >> Nice. That works for me. Has a bug been reported to automake? > > I emailed the automake mailing list and asked how to handle this and > the response received made it seem to me that this chang

Re: [Mesa-dev] [PATCH] Fix build to use glsl_parser.hh instead of glsl_parser.h.

2012-07-16 Thread Matt Turner
On Mon, Jul 16, 2012 at 10:14 AM, Ian Romanick wrote: > Nice. That works for me. Has a bug been reported to automake? I emailed the automake mailing list and asked how to handle this and the response received made it seem to me that this change was intentional. :( > Also, could we do something

Re: [Mesa-dev] [PATCH] Fix build to use glsl_parser.hh instead of glsl_parser.h.

2012-07-16 Thread Ian Romanick
On 07/16/2012 09:28 AM, Jon TURNEY wrote: On 16/07/2012 17:10, Ian Romanick wrote: On 07/15/2012 06:30 AM, Matt Turner wrote: On Sun, Jul 15, 2012 at 1:21 AM, Ian Romanick wrote: On 07/13/2012 03:03 PM, Jon TURNEY wrote: On 13/07/2012 22:23, Marcin Baczyński wrote: Commit 68e04cc6014bf7a2

Re: [Mesa-dev] [PATCH] Fix build to use glsl_parser.hh instead of glsl_parser.h.

2012-07-16 Thread Jon TURNEY
On 16/07/2012 17:10, Ian Romanick wrote: > On 07/15/2012 06:30 AM, Matt Turner wrote: >> On Sun, Jul 15, 2012 at 1:21 AM, Ian Romanick wrote: >>> On 07/13/2012 03:03 PM, Jon TURNEY wrote: On 13/07/2012 22:23, Marcin Baczyński wrote: > > Commit 68e04cc6014bf7a2c9bd0b3b783b4ec12aa2

Re: [Mesa-dev] [PATCH] Fix build to use glsl_parser.hh instead of glsl_parser.h.

2012-07-16 Thread Ian Romanick
On 07/15/2012 06:30 AM, Matt Turner wrote: On Sun, Jul 15, 2012 at 1:21 AM, Ian Romanick wrote: On 07/13/2012 03:03 PM, Jon TURNEY wrote: On 13/07/2012 22:23, Marcin Baczyński wrote: Commit 68e04cc6014bf7a2c9bd0b3b783b4ec12aa2e824 changed .cpp -> .cc, but forgot to update references .h -> .

Re: [Mesa-dev] [PATCH] Fix build to use glsl_parser.hh instead of glsl_parser.h.

2012-07-15 Thread Matt Turner
On Sun, Jul 15, 2012 at 1:21 AM, Ian Romanick wrote: > On 07/13/2012 03:03 PM, Jon TURNEY wrote: >> >> On 13/07/2012 22:23, Marcin Baczyński wrote: >>> >>> Commit 68e04cc6014bf7a2c9bd0b3b783b4ec12aa2e824 changed .cpp -> .cc, >>> but forgot to update references .h -> .hh. > > > Header files are nam

Re: [Mesa-dev] [PATCH] Fix build to use glsl_parser.hh instead of glsl_parser.h.

2012-07-14 Thread Ian Romanick
On 07/13/2012 03:03 PM, Jon TURNEY wrote: On 13/07/2012 22:23, Marcin Baczyński wrote: Commit 68e04cc6014bf7a2c9bd0b3b783b4ec12aa2e824 changed .cpp -> .cc, but forgot to update references .h -> .hh. Header files are named .h. NAK changes to .hh or .hpp. Seriously, Also update Doxygen and .

Re: [Mesa-dev] [PATCH] Fix build to use glsl_parser.hh instead of glsl_parser.h.

2012-07-13 Thread Jon TURNEY
On 13/07/2012 22:23, Marcin Baczyński wrote: > Commit 68e04cc6014bf7a2c9bd0b3b783b4ec12aa2e824 changed .cpp -> .cc, > but forgot to update references .h -> .hh. > > Also update Doxygen and .gitignore. > > Signed-off-by: Marcin Baczyński Thanks, and sorry for the breakage. But this patch isn't

[Mesa-dev] [PATCH] Fix build to use glsl_parser.hh instead of glsl_parser.h.

2012-07-13 Thread Marcin Baczyński
Commit 68e04cc6014bf7a2c9bd0b3b783b4ec12aa2e824 changed .cpp -> .cc, but forgot to update references .h -> .hh. Also update Doxygen and .gitignore. Signed-off-by: Marcin Baczyński --- Fixes a build failure for me when after configuring with $ ./autogen.sh --prefix=/usr \ --with-dri-dri