Jim, it looks like you're trying to build a modified package, not
Bernd's package - is that correct?
There are two issues I can see:
- your CFLAGS don't seem to include -Wno-deprecated-declarations,
without which the build will fail because GCC will treat the warnings as
errors. Now, granted, those warnings could be patched away by using some
explicit casts, but I'd rather not mask some possible subtle bugs that way
- you seem to be compiling with GCC 4.8. This package will not
build with 4.8 anytime soon, unfortunately, unless upstream migrates to
4.8+ as well
Both issues have been dealth with both in my package and in Bernd's, are
you absolutely sure you're using the correct one?
Mihai