[vitunes] Linux build question

  • From: Ryan Flannery <ryan.flannery@xxxxxxxxx>
  • To: vitunes@xxxxxxxxxxxxx
  • Date: Thu, 10 Feb 2011 15:57:01 -0500

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

Other related posts: