This is a mistake in the code (for some reason 7.1 didn't catch it...) I'll update tonight, meanwhile, replace "template" by "tto" in the code...
cheers Miller
On Thu, Jan 24, 2002 at 02:48:51PM -0500, ppagano@bellsouth.net wrote:
Hey folks i get this error when trying to compile the sources on redhat 7.0, yes i have the proper updates :-) a make -i or a make -k produces no pd please help
[root@localhost src]# make cc -DPD -DUNIX -Wall -W -Wstrict-prototypes -Werror -Wno-unused -Wno-parentheses -Wno-switch -O6 -funroll-loops -fomit-frame-pointer -DDL_OPEN -DINSTALL_PREFIX="/usr/local" -I. -c -o ../obj/g_canvas.o g_canvas.c cc -DPD -DUNIX -Wall -W -Wstrict-prototypes -Werror -Wno-unused -Wno-parentheses -Wno-switch -O6 -funroll-loops -fomit-frame-pointer -DDL_OPEN -DINSTALL_PREFIX="/usr/local" -I. -c -o ../obj/g_graph.o g_graph.c cc -DPD -DUNIX -Wall -W -Wstrict-prototypes -Werror -Wno-unused -Wno-parentheses -Wno-switch -O6 -funroll-loops -fomit-frame-pointer -DDL_OPEN -DINSTALL_PREFIX="/usr/local" -I. -c -o ../obj/g_text.o g_text.c cc -DPD -DUNIX -Wall -W -Wstrict-prototypes -Werror -Wno-unused -Wno-parentheses -Wno-switch -O6 -funroll-loops -fomit-frame-pointer -DDL_OPEN -DINSTALL_PREFIX="/usr/local" -I. -c -o ../obj/g_rtext.o g_rtext.c cc -DPD -DUNIX -Wall -W -Wstrict-prototypes -Werror -Wno-unused -Wno-parentheses -Wno-switch -O6 -funroll-loops -fomit-frame-pointer -DDL_OPEN -DINSTALL_PREFIX="/usr/local" -I. -c -o ../obj/g_array.o g_array.c cc -DPD -DUNIX -Wall -W -Wstrict-prototypes -Werror -Wno-unused -Wno-parentheses -Wno-switch -O6 -funroll-loops -fomit-frame-pointer -DDL_OPEN -DINSTALL_PREFIX="/usr/local" -I. -c -o ../obj/g_template.o g_template.c cc1: warnings being treated as errors g_template.c: In function
template_conformscalar': g_template.c:283: warning:
template' might be used uninitialized in this function make: *** [g_template.o] Error 1From: Krzysztof Czaja czaja@chopin.edu.pl Date: 2002/01/24 Thu AM 11:13:40 EST To: msp@ucsd.edu CC: pd-list@iem.kug.ac.at Subject: Re: [PD] 0.35 test 5 for Linux only
hi Miller,
the new data stuff is very nice, and does not break much of existing work using templates! After converting templates to structs even my shaky pianoroll patches work. But I think there should be an option to bypass saving of scalars (just like optional saving of array contents). Otherwise my pianoroll patches might get quite heavy...
Btw. I found that one of the crashes -- occurring after choosing properties entry of [pd] box popup menu -- is caused by making a call through an empty text_widgetbehavior.w_propertiesfn pointer (in graph_properties() routine).
Krzysztof
Miller Puckette wrote: ...
is gone; scalars are now just "data" and are saved with the patch.