error: expected '=', ',', ';', 'asm' or '__attribute__' before 'OF' in file: deps/minizip/ioapi.h
-------Patching/pasting in the following preprocessor directive compiles without error -------
+#if PRE_ANSI_C89 +# define OF(args) () +#else +# define OF(args) args +#endif
from http://forums.gentoo.org/viewtopic-t-896070-start-0.html
Hey Gerbil,
Thanks for the patch. In the future, feel free to use Github to report these things or even submit pull requests.
Thanks again!