[Pianod] Autoconf...Go!
Perette Barella
perette at barella.org
Sun Feb 24 14:54:11 PST 2013
Thanks for all your feedback & help on this Peter.
We're close enough I've checked it all into source control. I've added the -D_GNU_SOURCE, which (if I'm reading the docs right) should cover all the implicit definitions. If not, we'll need to add that -D_BSD_SOURCE too. It's -115 (and -latest) in the Devel downloads.
I also updated dfupdate, the download/compile/install shell script, to handle running configure when needed.
If anyone is grabbing from SVN, after updating you'll need autotools installed and to 'autoreconf -i' in the top-level directory to get all the autotools build magic.
I also fixed the rating buttons visibility on the web client.
Perette
On 2013年02月24日, at 15:08, Peter Li wrote:
> Okay, smooth sailing on FC17 except for those two implicit declrs. I was able to get rid of them by:
> 1) adding -D_BSD_SOURCE to the Makefile for libezxml; should be simple to add to the automake
> 2) adding _GNU_SOURCE under _BSD_SOURCE in query.c, although I'm not sure defining both of these is a good idea; pianod seems to run...
>
> P
More information about the Pianod
mailing list