Hi list,
trying to compile Ben Bogart's popup object from svn, executing make pd_linux in the popup source directory. Getting the following error though:
cc -DPD -O2 -funroll-loops -fomit-frame-pointer -Wall -W -Wshadow -Wstrict-prototypes -Werror -Wno-unused -Wno-parentheses -Wno-switch -I../../src -I../../../pd/src -o popup.o -c popup.c popup.c: In function ‘popup_activate’: popup.c:306:36: error: unused parameter ‘z’ [-Werror=unused-parameter] static void popup_activate(t_gobj *z, t_glist *glist, int state)
[...]
cc1: all warnings being treated as errors makefile:61: recipe for target 'popup.pd_linux' failed make: *** [popup.pd_linux] Error 1
Does anyone have a hint what I could be trying next?
thank you! Peter