Re: [PATCH wayland] debug: add timestamps when logging

2011-07-18 Thread Corentin Chary
On Mon, Jul 18, 2011 at 1:27 PM, Marty Jack wrote: > > > On 07/18/2011 07:17 AM, Corentin Chary wrote: >> On Mon, Jul 18, 2011 at 10:22 AM, Tiago Vignatti >> wrote: >>> On 07/18/2011 11:01 AM, laszlo.p.ag...@nokia.com wrote: Doesn't clock_gettime need -lrt? Otherwise (on Ubuntu at least

Re: [PATCH wayland] debug: add timestamps when logging

2011-07-18 Thread Marty Jack
On 07/18/2011 07:17 AM, Corentin Chary wrote: > On Mon, Jul 18, 2011 at 10:22 AM, Tiago Vignatti > wrote: >> On 07/18/2011 11:01 AM, laszlo.p.ag...@nokia.com wrote: >>> >>> Doesn't clock_gettime need -lrt? Otherwise (on Ubuntu at least) the linker >>> will complain about an undefined reference i

Re: [PATCH wayland] debug: add timestamps when logging

2011-07-18 Thread Corentin Chary
On Mon, Jul 18, 2011 at 10:22 AM, Tiago Vignatti wrote: > On 07/18/2011 11:01 AM, laszlo.p.ag...@nokia.com wrote: >> >> Doesn't clock_gettime need -lrt? Otherwise (on Ubuntu at least) the linker >> will complain about an undefined reference in libwayland-client.so when >> building wayland apps. >>

Re: [PATCH wayland] debug: add timestamps when logging

2011-07-18 Thread Tiago Vignatti
On 07/18/2011 11:01 AM, laszlo.p.ag...@nokia.com wrote: Doesn't clock_gettime need -lrt? Otherwise (on Ubuntu at least) the linker will complain about an undefined reference in libwayland-client.so when building wayland apps. some other dependency in the demo clients and compositor is alread

RE: [PATCH wayland] debug: add timestamps when logging

2011-07-18 Thread laszlo.p.agocs
p.org [mailto:wayland-devel-bounces+laszlo.p.agocs=nokia@lists.freedesktop.org] On Behalf Of ext Kristian Høgsberg Sent: 15 July 2011 22:09 To: Tiago Vignatti Cc: wayland-devel@lists.freedesktop.org Subject: Re: [PATCH wayland] debug: add timestamps when logging On Thu, Jul 14, 2011 at 11:56 AM, Tiago Vig

Re: [PATCH wayland] debug: add timestamps when logging

2011-07-15 Thread Kristian Høgsberg
On Thu, Jul 14, 2011 at 11:56 AM, Tiago Vignatti wrote: > Signed-off-by: Tiago Vignatti > --- >  wayland/connection.c     |   16 ++-- >  wayland/connection.h     |    2 +- >  wayland/wayland-client.c |    9 - >  wayland/wayland-server.c |    9 - >  4 files changed, 23