On Sun, Oct 12, 2008 at 8:28 AM, Christopher Stone
<chris.stone(a)gmail.com> wrote:
On Sun, Oct 12, 2008 at 8:19 AM, Christopher Stone
<chris.stone(a)gmail.com> wrote:
> Hi, I have a build failure on PPC64 (builds fine on all other archs),
> does anyone have any idea what is causing this? The build logs are
> here:
>
http://buildsys.rpmfusion.org/logs/fedora-development-rpmfusion_free/1211...
>
> I tried adding a #include <stdlib.h>, but that didn't help :(
>
I found this:
https://www.redhat.com/archives/fedora-devel-list/2008-February/msg02132....
..but not really sure what this means, should I just remove the inline
keywords? Or do I have to patch it some other way?
Jakub writes:
So, either the inline keywords need to be dropped from the prototypes,
or the inline definition needs to be provided.
Could someone please explain to me what Jakub means by "..or the
inline definition needs to be provided"?