Re: [Mesa-dev] [PATCH] glsl: Link glsl_compiler with CLOCK_LIB.

2017-03-22 Thread Emil Velikov
On 22 March 2017 at 09:08, Timothy Arceri wrote: > On 22/03/17 10:31, Vinson Lee wrote: >> >> Fix linking error with build. >> >> CXXLD glsl_compiler >> glsl/.libs/libstandalone.a(lt16-libmesautil_la-u_queue.o): In function >> `u_thread_get_time_nano': >> src/util/../../src/util/u_thread.h:84:

Re: [Mesa-dev] [PATCH] glsl: Link glsl_compiler with CLOCK_LIB.

2017-03-22 Thread Timothy Arceri
On 22/03/17 10:31, Vinson Lee wrote: Fix linking error with build. CXXLD glsl_compiler glsl/.libs/libstandalone.a(lt16-libmesautil_la-u_queue.o): In function `u_thread_get_time_nano': src/util/../../src/util/u_thread.h:84: undefined reference to `clock_gettime' Maybe mention the plaform/di

[Mesa-dev] [PATCH] glsl: Link glsl_compiler with CLOCK_LIB.

2017-03-21 Thread Vinson Lee
Fix linking error with build. CXXLD glsl_compiler glsl/.libs/libstandalone.a(lt16-libmesautil_la-u_queue.o): In function `u_thread_get_time_nano': src/util/../../src/util/u_thread.h:84: undefined reference to `clock_gettime' Signed-off-by: Vinson Lee --- src/compiler/Makefile.glsl.am |3