Re: [Mesa-dev] [PATCH] configure.ac: Do not use Pthreads with MinGW.

2014-06-05 Thread Jose Fonseca
Vinson, As I said in another reply, I think this the right thing to do on Windows. Please submit this and drop the "c11: .." patch. Thanks. Jose - Original Message - > Match the behavior of the SCons MinGW build. > > This patch also fixes these build errors. > > CC glapi_entr

Re: [Mesa-dev] [PATCH] configure.ac: Do not use Pthreads with MinGW.

2014-06-04 Thread Jose Fonseca
- Original Message - > On 04/06/14 12:50, Jon TURNEY wrote: > > On 04/06/2014 01:06, Vinson Lee wrote: > >> Match the behavior of the SCons MinGW build. > >> > >> This patch also fixes these build errors. > >> > >>CC glapi_entrypoint.lo > >> glapi_entrypoint.c: In function 'init

Re: [Mesa-dev] [PATCH] configure.ac: Do not use Pthreads with MinGW.

2014-06-04 Thread Emil Velikov
On 04/06/14 12:50, Jon TURNEY wrote: > On 04/06/2014 01:06, Vinson Lee wrote: >> Match the behavior of the SCons MinGW build. >> >> This patch also fixes these build errors. >> >>CC glapi_entrypoint.lo >> glapi_entrypoint.c: In function 'init_glapi_relocs_once': >> glapi_entrypoint.c:341:

Re: [Mesa-dev] [PATCH] configure.ac: Do not use Pthreads with MinGW.

2014-06-04 Thread Jon TURNEY
On 04/06/2014 01:06, Vinson Lee wrote: Match the behavior of the SCons MinGW build. This patch also fixes these build errors. CC glapi_entrypoint.lo glapi_entrypoint.c: In function 'init_glapi_relocs_once': glapi_entrypoint.c:341:4: error: unknown type name 'pthread_once_t' static

Re: [Mesa-dev] [PATCH] configure.ac: Do not use Pthreads with MinGW.

2014-06-03 Thread Matt Turner
On Tue, Jun 3, 2014 at 5:06 PM, Vinson Lee wrote: > Match the behavior of the SCons MinGW build. > > This patch also fixes these build errors. > > CC glapi_entrypoint.lo > glapi_entrypoint.c: In function 'init_glapi_relocs_once': > glapi_entrypoint.c:341:4: error: unknown type name 'pthrea

[Mesa-dev] [PATCH] configure.ac: Do not use Pthreads with MinGW.

2014-06-03 Thread Vinson Lee
Match the behavior of the SCons MinGW build. This patch also fixes these build errors. CC glapi_entrypoint.lo glapi_entrypoint.c: In function 'init_glapi_relocs_once': glapi_entrypoint.c:341:4: error: unknown type name 'pthread_once_t' static pthread_once_t once_control = PTHREAD_ONCE