@noise
Compiled latest source on Ubuntu 16.04.
Runs fine, only 4 warnings.
Project MESSAGE: Building with UPNP support
Project MESSAGE: Building with IPv6 support
Warning: ignoring <defaultcodec> element
Warning: ignoring <defaultcodec> element
...
-I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64 -o build/groestl.o src/groestl.c
src/groestl.c: In function âgroestl_small_closeâ:
src/groestl.c:2816:17: warning: variable âbufâ set but not used [-Wunused-but-set-variable]
unsigned char *buf;
^
src/groestl.c: In function âgroestl_big_closeâ:
src/groestl.c:2952:17: warning: variable âbufâ set but not used [-Wunused-but-set-variable]
unsigned char *buf;
^
...