[vitunes] Re: Linux build question

  • From: Peter Polacik <polacik.p@xxxxxxxxx>
  • To: vitunes@xxxxxxxxxxxxx
  • Date: Thu, 10 Feb 2011 22:01:02 +0100

On Thu, 2011-02-10 at 15:57 -0500, Ryan Flannery wrote:
> Peter recently sent me a log of the build on Linux, and it was loaded
> with some warnings about asprintf and strcasestr.
> 
> I checked their man-pages on debian and it seems those two are only
> pulled from stdio.h/string.h if:
>      #define _GNU_SOURCE
> is in effect.
> 
> Could one of you with linux access add "-D_GNU_SOURCE" to the CFLAGS
> in Makefile.linux, and check if these warnings go away?
> 
> Many Thanks,
> -Ryan
> 

Checked, warnings about these functions are not there anymore.

- Peter

Other related posts: