/bin/sh: -c: line 1: syntax error: unexpected end of file
/home/pd/auto-build/pd-extended/externals/build/src/comport.c:1: internal compiler error: Segmentation fault
ERROR: module is write only
rsync error: syntax or usage error (code 1) at main.c(641) [sender=2.6.9]
rsync error: error in rsync protocol data stream (code 12) at io.c(453) [receiver=2.6.9]
the full logfile - if it has been succesfully uploaded - can be viewed at:
http://autobuild.puredata.info/auto-build/2008-12-11/logs/2008-12-11_06.27.…
filmMPEG3.cpp:53: error: 'mpeg_file' was not declared in this scope
filmMPEG3.cpp:53: error: 'mpeg3_close' was not declared in this scope
filmMPEG3.cpp:54: error: 'mpeg_file' was not declared in this scope
filmMPEG3.cpp:63: error: 'mpeg3_check_sig' was not declared in this scope
filmMPEG3.cpp:64: error: 'mpeg_file' was not declared in this scope
filmMPEG3.cpp:64: error: 'mpeg3_open' was not declared in this scope
filmMPEG3.cpp:69: error: 'mpeg3_has_video' was not declared in this scope
filmMPEG3.cpp:73: error: 'mpeg3_total_vstreams' was not declared in this scope
filmMPEG3.cpp:76: error: 'mpeg3_video_frames' was not declared in this scope
filmMPEG3.cpp:77: error: 'mpeg3_frame_rate' was not declared in this scope
filmMPEG3.cpp:79: error: 'mpeg3_video_width' was not declared in this scope
filmMPEG3.cpp:80: error: 'mpeg3_video_height' was not declared in this scope
filmMPEG3.cpp:122: error: 'mpeg_file' was not declared in this scope
filmMPEG3.cpp:126: error: 'MPEG3_RGBA8888' was not declared in this scope
filmMPEG3.cpp:127: error: 'mpeg3_read_frame' was not declared in this scope
filmMPEG3.cpp:143: error: 'mpeg_file' was not declared in this scope
filmMPEG3.cpp:143: error: 'mpeg3_read_yuvframe_ptr' was not declared in this scope
filmMPEG3.cpp:161: error: 'mpeg_file' was not declared in this scope
filmMPEG3.cpp:161: error: 'mpeg3_set_frame' was not declared in this scope
rsync error: syntax or usage error (code 1) at main.c(1216) [receiver=3.0.4]
the full logfile - if it has been succesfully uploaded - can be viewed at:
http://autobuild.puredata.info/auto-build/2008-12-11/logs/2008-12-11_04.08.…
/bin/sh: -c: line 1: syntax error: unexpected end of file
GEMglClearColor.cpp:82: internal compiler error: in var_ann, at tree-flow-inline.h:128
ERROR: module is write only
rsync error: syntax or usage error (code 1) at main.c(641) [sender=2.6.9]
rsync error: error in rsync protocol data stream (code 12) at io.c(453) [receiver=2.6.9]
the full logfile - if it has been succesfully uploaded - can be viewed at:
http://autobuild.puredata.info/auto-build/2008-12-10/logs/2008-12-10_06.27.…
filmMPEG3.cpp:53: error: 'mpeg_file' was not declared in this scope
filmMPEG3.cpp:53: error: 'mpeg3_close' was not declared in this scope
filmMPEG3.cpp:54: error: 'mpeg_file' was not declared in this scope
filmMPEG3.cpp:63: error: 'mpeg3_check_sig' was not declared in this scope
filmMPEG3.cpp:64: error: 'mpeg_file' was not declared in this scope
filmMPEG3.cpp:64: error: 'mpeg3_open' was not declared in this scope
filmMPEG3.cpp:69: error: 'mpeg3_has_video' was not declared in this scope
filmMPEG3.cpp:73: error: 'mpeg3_total_vstreams' was not declared in this scope
filmMPEG3.cpp:76: error: 'mpeg3_video_frames' was not declared in this scope
filmMPEG3.cpp:77: error: 'mpeg3_frame_rate' was not declared in this scope
filmMPEG3.cpp:79: error: 'mpeg3_video_width' was not declared in this scope
filmMPEG3.cpp:80: error: 'mpeg3_video_height' was not declared in this scope
filmMPEG3.cpp:122: error: 'mpeg_file' was not declared in this scope
filmMPEG3.cpp:126: error: 'MPEG3_RGBA8888' was not declared in this scope
filmMPEG3.cpp:127: error: 'mpeg3_read_frame' was not declared in this scope
filmMPEG3.cpp:143: error: 'mpeg_file' was not declared in this scope
filmMPEG3.cpp:143: error: 'mpeg3_read_yuvframe_ptr' was not declared in this scope
filmMPEG3.cpp:161: error: 'mpeg_file' was not declared in this scope
filmMPEG3.cpp:161: error: 'mpeg3_set_frame' was not declared in this scope
rsync error: syntax or usage error (code 1) at main.c(1216) [receiver=3.0.4]
the full logfile - if it has been succesfully uploaded - can be viewed at:
http://autobuild.puredata.info/auto-build/2008-12-10/logs/2008-12-10_04.08.…
Revision: 10434
http://pure-data.svn.sourceforge.net/pure-data/?rev=10434&view=rev
Author: zmoelnig
Date: 2008-12-10 08:29:19 +0000 (Wed, 10 Dec 2008)
Log Message:
-----------
better function-name (i couldn't remember what the autoabstraction_save() function was meant to do...)
Modified Paths:
--------------
trunk/externals/iem/iemguts/src/autoabstraction.c
Modified: trunk/externals/iem/iemguts/src/autoabstraction.c
===================================================================
--- trunk/externals/iem/iemguts/src/autoabstraction.c 2008-12-08 20:17:39 UTC (rev 10433)
+++ trunk/externals/iem/iemguts/src/autoabstraction.c 2008-12-10 08:29:19 UTC (rev 10434)
@@ -39,6 +39,7 @@
/* this is the name of the filename that get's loaded as a default template for new abstractions */
static char*s_templatefilename="autoabstraction.template";
/* if the loading above fails, we resort to a simple default abstraction that automatically opens up */
+/* LATER: make the font-size the same as the one used by Pd */
static char*s_templatestring="#N canvas 0 0 450 300 10; #X vis 1;";
@@ -72,7 +73,7 @@
static t_binbuf*s_bb=0;
-static void autoabstraction_save(t_canvas*canvas, char*classname) {
+static void autoabstraction_createpatch(t_canvas*canvas, char*classname) {
if(!s_state) {
/* autoabstraction turned off... */
return;
@@ -109,7 +110,7 @@
return(0);
}
- autoabstraction_save(canvas, classname);
+ autoabstraction_createpatch(canvas, classname);
/* we always fail, because we want Pd to do the real opening of abstractions */
return 0;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
filmMPEG3.cpp:53: error: 'mpeg_file' was not declared in this scope
filmMPEG3.cpp:53: error: 'mpeg3_close' was not declared in this scope
filmMPEG3.cpp:54: error: 'mpeg_file' was not declared in this scope
filmMPEG3.cpp:63: error: 'mpeg3_check_sig' was not declared in this scope
filmMPEG3.cpp:64: error: 'mpeg_file' was not declared in this scope
filmMPEG3.cpp:64: error: 'mpeg3_open' was not declared in this scope
filmMPEG3.cpp:65: error: 'mpeg3_has_video' was not declared in this scope
filmMPEG3.cpp:69: error: 'mpeg3_total_vstreams' was not declared in this scope
filmMPEG3.cpp:72: error: 'mpeg3_video_frames' was not declared in this scope
filmMPEG3.cpp:73: error: 'mpeg3_frame_rate' was not declared in this scope
filmMPEG3.cpp:75: error: 'mpeg3_video_width' was not declared in this scope
filmMPEG3.cpp:76: error: 'mpeg3_video_height' was not declared in this scope
filmMPEG3.cpp:118: error: 'mpeg_file' was not declared in this scope
filmMPEG3.cpp:122: error: 'MPEG3_RGBA8888' was not declared in this scope
filmMPEG3.cpp:123: error: 'mpeg3_read_frame' was not declared in this scope
filmMPEG3.cpp:139: error: 'mpeg_file' was not declared in this scope
filmMPEG3.cpp:139: error: 'mpeg3_read_yuvframe_ptr' was not declared in this scope
filmMPEG3.cpp:157: error: 'mpeg_file' was not declared in this scope
filmMPEG3.cpp:157: error: 'mpeg3_set_frame' was not declared in this scope
rsync error: syntax or usage error (code 1) at main.c(1216) [receiver=3.0.4]
the full logfile - if it has been succesfully uploaded - can be viewed at:
http://autobuild.puredata.info/auto-build/2008-12-09/logs/2008-12-09_04.08.…
Revision: 10433
http://pure-data.svn.sourceforge.net/pure-data/?rev=10433&view=rev
Author: millerpuckette
Date: 2008-12-08 20:17:39 +0000 (Mon, 08 Dec 2008)
Log Message:
-----------
added pd~-subprocess.pd
Added Paths:
-----------
trunk/pd/extra/pd~/pd~-subprocess.pd
Added: trunk/pd/extra/pd~/pd~-subprocess.pd
===================================================================
--- trunk/pd/extra/pd~/pd~-subprocess.pd (rev 0)
+++ trunk/pd/extra/pd~/pd~-subprocess.pd 2008-12-08 20:17:39 UTC (rev 10433)
@@ -0,0 +1,60 @@
+#N canvas 577 21 563 559 12;
+#X obj 202 395 r foo;
+#X obj 202 423 print foo;
+#X obj 87 174 adc~;
+#X obj 72 442 stdout;
+#X msg 72 364 a b c;
+#X msg 455 441 \; pd dsp 1;
+#X obj 87 201 env~ 8192;
+#X floatatom 87 250 5 0 0 0 - - -;
+#X obj 87 226 i;
+#X obj 263 253 dac~;
+#X obj 262 185 osc~ 440;
+#X obj 262 219 *~;
+#X obj 297 220 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0
+1;
+#X obj 332 186 osc~ 440;
+#X obj 332 220 *~;
+#X obj 367 221 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0
+1;
+#X msg 86 411 bang;
+#X obj 455 417 loadbang;
+#X obj 160 201 env~ 8192;
+#X floatatom 160 250 5 0 0 0 - - -;
+#X obj 160 226 i;
+#X msg 86 388 4;
+#X text 62 8 This is a test patch to demonstrate the Pd~ object. It's
+intended as the patch to run in the sub-process. The sub-process (which
+is a separate instance of Pd) can be called from a Max or Pd super-process.
+;
+#X text 63 73 Audio inlets and outlets on the Pd~ object (in the super-process)
+talk to adc~ and dac~ objects here - so \, for instance \, the first
+adc~ here is the first inlet of the pd~ object \, and the first chanel
+of dac~ goes to the second outlet of pd~ (because the first one is
+for messages \, as shown further below.);
+#X text 58 283 Any message sent to a stdout object in this sub-process
+(below) appears on the first \, message outlet of the pd~ object in
+the super-process. The super-process can send messages to any "receive"
+object in this sub-process.;
+#X text 137 478 We turn DSP on at load for convenience - control objects
+in this patch will still work without it (unlike in the super-process
+\, where DSP must be on for time to move forward in the sub-process.)
+;
+#X text 351 538 Updated for Pd version 0.42.;
+#X connect 0 0 1 0;
+#X connect 2 0 6 0;
+#X connect 2 1 18 0;
+#X connect 4 0 3 0;
+#X connect 6 0 8 0;
+#X connect 8 0 7 0;
+#X connect 10 0 11 0;
+#X connect 11 0 9 0;
+#X connect 12 0 11 1;
+#X connect 13 0 14 0;
+#X connect 14 0 9 1;
+#X connect 15 0 14 1;
+#X connect 16 0 3 0;
+#X connect 17 0 5 0;
+#X connect 18 0 20 0;
+#X connect 20 0 19 0;
+#X connect 21 0 3 0;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.