hello list, i am trying to compile the set off externals distribued along pure data and i get this error message, should i modify something in the file" button.c" (it seem so) or.....? i know ggee is working on osx due to previous install. but this is for me out of control. thanks to help me work this thing out.
333/* pipe startup code to tk */
sys_vgui("proc button_cb%x {} {\n
pd [concat button%x b \\;]\n
335 }\n",x,x);
cc -DPD -Os -DUNIX -DMACOSX -Dunix -Wall -W -Wno-unused
-Wno-parentheses -Wno-switch -Wno-shadow -I. -I.. -I../include -o
"button.o" -c "../src/button.c"
In file included from ../../ggee/gui/button.c:2,
from ../src/button.c:1:
../include/g_canvas.h:252: warning: redefinition of t_savefn' /usr/local/include/m_pd.h:423: warning:
t_savefn' previously declared
here
../include/g_canvas.h:254: warning: redefinition of t_propertiesfn' /usr/local/include/m_pd.h:427: warning:
t_propertiesfn' previously
declared here
In file included from ../src/button.c:1:
../../ggee/gui/button.c:333:14: missing terminating " character
In file included from ../src/button.c:1:
../../ggee/gui/button.c: In function `button_new':
../../ggee/gui/button.c:334: error: parse error before "pd"
../../ggee/gui/button.c:334: error: stray '' in program
../../ggee/gui/button.c:334: error: stray '' in program
../../ggee/gui/button.c:334: error: stray '' in program
../../ggee/gui/button.c:335: error: stray '' in program
../../ggee/gui/button.c:335:11: missing terminating " character
make[1]: *** [button.pd_darwin] Error 1
make: *** [link.stamp] Error 2