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 1
From: 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.
hi,
this has been discussed today. Run ./configure --enable-debug=no first. But it is better to wait for another update, anyway...
And why have you used my address in To: field? I am _not_ one of Pd developers :-)
Krzysztof
ppagano@bellsouth.net wrote: ...
i get this error when trying to compile the sources on redhat 7.0, yes i have
Krzysztof Czaja hat gesagt: // Krzysztof Czaja wrote:
And why have you used my address in To: field? I am _not_ one of Pd developers :-)
But your comments are so use- and insightful, one might think you are.
__ __
Frank Barknecht ____ ______ ____ __ trip\ \ / /wire ______
/ __// __ /__/ __// // __ \ / / __ \ ___\
/ / / ____/ / / / // ____// /\ \ ___\____ \
/_/ /_____/ /_/ /_//_____// / \ \_____\_____
/_/ _\
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.