From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lauri Kasanen Subject: Re: [PATCH libdrm] intel: Fix build failure in test_decode.c Date: Tue, 3 Jul 2012 12:21:27 +0300 Message-ID: <20120703122127.38e54d52.cand@gmx.com> References: <20120630131245.00cebd69.cand@gmx.com> <20120702145458.06f6273f@bwidawsk.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mailout-eu.gmx.com (mailout-eu.gmx.com [213.165.64.44]) by gabe.freedesktop.org (Postfix) with SMTP id 287CF9F643 for ; Tue, 3 Jul 2012 02:22:16 -0700 (PDT) In-Reply-To: <20120702145458.06f6273f@bwidawsk.net> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org Errors-To: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org To: Ben Widawsky Cc: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org 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. Libdrm is broken on glibc < 2.10. - Lauri