[PATCH libdrm] intel: Fix build failure in test_decode.c

2012-07-03 Thread Lauri Kasanen
On Mon, 2 Jul 2012 14:54:58 -0700 Ben Widawsky wrote: > > +#define _GNU_SOURCE > > + > > #include > > #include > > #include > > I can't reproduce this. Can anyone else confirm this is broken, and if > so that the above patch fixes it? See the manpage, it depends on the glibc version.

[PATCH libdrm] intel: Fix build failure in test_decode.c

2012-07-03 Thread Ben Widawsky
On Tue, 3 Jul 2012 12:21:27 +0300 Lauri Kasanen wrote: > On Mon, 2 Jul 2012 14:54:58 -0700 > Ben Widawsky wrote: > > > > +#define _GNU_SOURCE > > > + > > > #include > > > #include > > > #include > > > > I can't reproduce this. Can anyone else confirm this is broken, and if > > so that

Re: [PATCH libdrm] intel: Fix build failure in test_decode.c

2012-07-03 Thread Lauri Kasanen
On Mon, 2 Jul 2012 14:54:58 -0700 Ben Widawsky b...@bwidawsk.net wrote: +#define _GNU_SOURCE + #include string.h #include stdlib.h #include stdio.h I can't reproduce this. Can anyone else confirm this is broken, and if so that the above patch fixes it? See the manpage, it

Re: [PATCH libdrm] intel: Fix build failure in test_decode.c

2012-07-03 Thread Ben Widawsky
On Tue, 3 Jul 2012 12:21:27 +0300 Lauri Kasanen c...@gmx.com wrote: On Mon, 2 Jul 2012 14:54:58 -0700 Ben Widawsky b...@bwidawsk.net wrote: +#define _GNU_SOURCE + #include string.h #include stdlib.h #include stdio.h I can't reproduce this. Can anyone else confirm this

[PATCH libdrm] intel: Fix build failure in test_decode.c

2012-07-02 Thread Ben Widawsky
On Sat, 30 Jun 2012 13:12:45 +0300 Lauri Kasanen wrote: > Hi list > > The recently released libdrm 2.4.37 does not compile the Intel part: > > test_decode.c: In function 'compare_batch': > test_decode.c:107: error: implicit declaration of function 'open_memstream' > > PS: Please CC me. > >

Re: [PATCH libdrm] intel: Fix build failure in test_decode.c

2012-07-02 Thread Ben Widawsky
On Sat, 30 Jun 2012 13:12:45 +0300 Lauri Kasanen c...@gmx.com wrote: Hi list The recently released libdrm 2.4.37 does not compile the Intel part: test_decode.c: In function 'compare_batch': test_decode.c:107: error: implicit declaration of function 'open_memstream' PS: Please CC me.

[PATCH libdrm] intel: Fix build failure in test_decode.c

2012-06-30 Thread Lauri Kasanen
Hi list The recently released libdrm 2.4.37 does not compile the Intel part: test_decode.c: In function 'compare_batch': test_decode.c:107: error: implicit declaration of function 'open_memstream' PS: Please CC me. Signed-off-by: Lauri Kasanen --- intel/test_decode.c |2 ++ 1 files

[PATCH libdrm] intel: Fix build failure in test_decode.c

2012-06-30 Thread Lauri Kasanen
Hi list The recently released libdrm 2.4.37 does not compile the Intel part: test_decode.c: In function 'compare_batch': test_decode.c:107: error: implicit declaration of function 'open_memstream' PS: Please CC me. Signed-off-by: Lauri Kasanen c...@gmx.com --- intel/test_decode.c |2 ++ 1