Lorenzo Sutton <lorenzofsutton(a)gmail.com> writes:
I was eventually able to successfully compile and run
by brute force
suppressing two of the most relevant warnings:
make CFLAGS="-Wno-incompatible-pointer-types -Wno-deprecated-declarations"
I build it with -std=gnu17 - it makes use of GtkItemFactory, which uses
function pointers in a way that's not C23-friendly.
I also have a couple of small patches for user interface things:
http://offog.org/git/garstow/media/mhwaveedit/patches/
It might be worth setting up a minimal maintenance fork of it if there
are several of us who're using it? The gwaveedit fork makes some rather
extensive changes to the code, and hasn't had any work in several years
anyway...
--
Adam Sampson <ats(a)offog.org> <http://offog.org/>