[flac-dev] flac 1.3.0pre1 prelease
Martijn van Beurden
mvanb1 at gmail.com
Mon Mar 4 13:19:45 PST 2013
On 03-03-13 00:22, Erik de Castro Lopo wrote:
> I have personally tested this code on:
>
> x86-linux
> x86_64-linux
> powerpc-linux
Have you tried static building too? I just tried a bunch of switches for
../configure and both "--enable-static" as well as "--disable-shared
--enable-static" fails for me on Kubuntu 12.04 64-bit with the following
error
> [...]
> CC memory.lo
> CC metadata_iterators.lo
> metadata_iterators.c: In function 'set_file_stats_':
> metadata_iterators.c:3298:2: warning: ignoring return value of
> 'chown', declared with attribute warn_unused_result [-Wunused-result]
> metadata_iterators.c:3299:2: warning: ignoring return value of
> 'chown', declared with attribute warn_unused_result [-Wunused-result]
> In file included from /usr/include/stdio.h:934:0,
> from metadata_iterators.c:37:
> metadata_iterators.c: In function
> 'read_metadata_block_data_cb_.constprop.24':
> /usr/include/x86_64-linux-gnu/bits/stdio2.h:274:1: error: inlining
> failed in call to always_inline 'fread': indirect function call with a
> yet undetermined callee
> metadata_iterators.c:2140:12: error: called from here
> In file included from /usr/include/stdio.h:934:0,
> from metadata_iterators.c:37:
> [...]
That same 'called from here' is repeated for 2155:13 and 2458:13.
I'm not really into programming, so I don't know whether or not this is
a problem. :)
More information about the flac-dev
mailing list