Re: libepoxy configure problem

2014-06-01 Thread Pekka Paalanen
On Tue, 27 May 2014 14:56:35 -0700 Bill Spitzak wrote: > I have been able to reliably reproduce the problem: > > Build and install mesa into a local $WLD directory. Also > remove/rename/usr/include/EGL/eglplatform.h. This will simulate a > system where the global install does not include mesa,

Re: libepoxy configure problem

2014-05-27 Thread Bill Spitzak
I have been able to reliably reproduce the problem: Build and install mesa into a local $WLD directory. Also remove/rename/usr/include/EGL/eglplatform.h. This will simulate a system where the global install does not include mesa, but you have built a local copy. Remove (or rename) these two

Re: libepoxy configure problem

2014-05-27 Thread Bill Spitzak
Yes, they were there, but for some reason the libepoxy autogen.sh did not see them until after I installed some other software. On 05/27/2014 12:02 PM, Jasper St. Pierre wrote: mesa installs these headers: http://cgit.freedesktop.org/mesa/mesa/tree/include/EGL/eglplatform.h On Tue, May 27, 20

Re: libepoxy configure problem

2014-05-27 Thread Jasper St. Pierre
mesa installs these headers: http://cgit.freedesktop.org/mesa/mesa/tree/include/EGL/eglplatform.h On Tue, May 27, 2014 at 2:46 PM, Bill Spitzak wrote: > On 05/24/2014 12:45 AM, Pekka Paalanen wrote: > > - No idea why you needed the CPPFLAGS for libepoxy, I certainly >>didn't need it and it

libepoxy configure problem

2014-05-27 Thread Bill Spitzak
On 05/24/2014 12:45 AM, Pekka Paalanen wrote: - No idea why you needed the CPPFLAGS for libepoxy, I certainly didn't need it and it should not be needed. Not to mention that variables set for configure should be arguments, not environment. If there is a problem, it needs to be fixed lib