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

Ben Widawsky ben at bwidawsk.net
Mon Jul 2 14:54:58 PDT 2012


On Sat, 30 Jun 2012 13:12:45 +0300
Lauri Kasanen <cand at 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.
> 
> Signed-off-by: Lauri Kasanen <cand at gmx.com>
> ---
>  intel/test_decode.c |    2 ++
>  1 files changed, 2 insertions(+), 0 deletions(-)
> 
> diff --git a/intel/test_decode.c b/intel/test_decode.c
> index c9ab7ad..0fcdf3b 100644
> --- a/intel/test_decode.c
> +++ b/intel/test_decode.c
> @@ -21,6 +21,8 @@
>   * IN THE SOFTWARE.
>   */
>  
> +#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?


-- 
Ben Widawsky, Intel Open Source Technology Center


More information about the dri-devel mailing list