Re: [Mesa-dev] demos / glew configure bug

2010-07-15 Thread Dave Airlie
On Thu, Jul 15, 2010 at 11:55 PM, Brian Paul wrote: > On 07/15/2010 03:22 AM, Dave Airlie wrote: >> >> On Thu, Jul 15, 2010 at 6:48 PM, Dan Nicholson >>  wrote: >>> >>> On Tue, Jul 13, 2010 at 7:42 AM, Brian Paul  wrote: On 07/13/2010 08:07 AM, Brian Paul wrote: > > I'm setting u

Re: [Mesa-dev] demos / glew configure bug

2010-07-15 Thread tom fogal
tom fogal writes: > Brian Paul writes: > > On 07/15/2010 03:22 AM, Dave Airlie wrote: > > > On Thu, Jul 15, 2010 at 6:48 PM, Dan Nicholson wrot > e: [snip] > > >> I don't have a chance to fix this for another week or so, but it > > >> needs a little fixing on the mesa side for glew to be a fully

Re: [Mesa-dev] demos / glew configure bug

2010-07-15 Thread tom fogal
Brian Paul writes: > On 07/15/2010 03:22 AM, Dave Airlie wrote: > > On Thu, Jul 15, 2010 at 6:48 PM, Dan Nicholson wrote: > >> On Tue, Jul 13, 2010 at 7:42 AM, Brian Paul wrote: > >>> On 07/13/2010 08:07 AM, Brian Paul wrote: > > I'm setting up the Mesa demos repo on a new system. auto

Re: [Mesa-dev] demos / glew configure bug

2010-07-15 Thread Brian Paul
On 07/15/2010 03:22 AM, Dave Airlie wrote: On Thu, Jul 15, 2010 at 6:48 PM, Dan Nicholson wrote: On Tue, Jul 13, 2010 at 7:42 AM, Brian Paul wrote: On 07/13/2010 08:07 AM, Brian Paul wrote: I'm setting up the Mesa demos repo on a new system. autogen.sh fails because it can't find GLEW. I th

Re: [Mesa-dev] demos / glew configure bug

2010-07-15 Thread Dave Airlie
On Thu, Jul 15, 2010 at 6:48 PM, Dan Nicholson wrote: > On Tue, Jul 13, 2010 at 7:42 AM, Brian Paul wrote: >> On 07/13/2010 08:07 AM, Brian Paul wrote: >>> >>> I'm setting up the Mesa demos repo on a new system. autogen.sh fails >>> because it can't find GLEW. I think autogen is looking for GLEW

Re: [Mesa-dev] demos / glew configure bug

2010-07-15 Thread Dan Nicholson
On Tue, Jul 13, 2010 at 7:42 AM, Brian Paul wrote: > On 07/13/2010 08:07 AM, Brian Paul wrote: >> >> I'm setting up the Mesa demos repo on a new system. autogen.sh fails >> because it can't find GLEW. I think autogen is looking for GLEW in >> /usr/include/GL/ and /usr/lib/libGLEW.a instead of usin

Re: [Mesa-dev] demos / glew configure bug

2010-07-13 Thread Brian Paul
On 07/13/2010 08:07 AM, Brian Paul wrote: I'm setting up the Mesa demos repo on a new system. autogen.sh fails because it can't find GLEW. I think autogen is looking for GLEW in /usr/include/GL/ and /usr/lib/libGLEW.a instead of using the copy of GLEW in the demos tree itself. Dan, can you fix

[Mesa-dev] demos / glew configure bug

2010-07-13 Thread Brian Paul
I'm setting up the Mesa demos repo on a new system. autogen.sh fails because it can't find GLEW. I think autogen is looking for GLEW in /usr/include/GL/ and /usr/lib/libGLEW.a instead of using the copy of GLEW in the demos tree itself. Dan, can you fix that? $ ./autogen.sh [...] checking