/bin/sh: -c: line 1: syntax error: unexpected end of file
/home/pd/auto-build/pd-extended/externals/iem/iemgui/src/iemlib.h:84: internal compiler error: Illegal instruction
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/2009-01-29/logs/2009-01-29_06.27.…
Revision: 10674
http://pure-data.svn.sourceforge.net/pure-data/?rev=10674&view=rev
Author: eighthave
Date: 2009-01-29 03:46:51 +0000 (Thu, 29 Jan 2009)
Log Message:
-----------
use a better font on Mac OS X
Modified Paths:
--------------
branches/pd-devel/0.41.4/src/s_main.c
Modified: branches/pd-devel/0.41.4/src/s_main.c
===================================================================
--- branches/pd-devel/0.41.4/src/s_main.c 2009-01-28 21:58:21 UTC (rev 10673)
+++ branches/pd-devel/0.41.4/src/s_main.c 2009-01-29 03:46:51 UTC (rev 10674)
@@ -62,8 +62,8 @@
int sys_midioutdevlist[MAXMIDIOUTDEV] = {1};
char sys_font[100] =
-#ifdef MSW
- "Courier";
+#ifdef __APPLE__
+ "Monaco";
#else
"Courier";
#endif
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 10672
http://pure-data.svn.sourceforge.net/pure-data/?rev=10672&view=rev
Author: mrpeach
Date: 2009-01-28 21:57:54 +0000 (Wed, 28 Jan 2009)
Log Message:
-----------
Updated to reflect changed object.
Modified Paths:
--------------
trunk/externals/mrpeach/flist2tab/flist2tab-help.pd
Modified: trunk/externals/mrpeach/flist2tab/flist2tab-help.pd
===================================================================
--- trunk/externals/mrpeach/flist2tab/flist2tab-help.pd 2009-01-28 21:47:05 UTC (rev 10671)
+++ trunk/externals/mrpeach/flist2tab/flist2tab-help.pd 2009-01-28 21:57:54 UTC (rev 10672)
@@ -1,23 +1,26 @@
-#N canvas 437 577 450 300 10;
-#X obj 241 227 table pig;
-#X obj 170 200 flist2tab pig;
-#X obj 147 160 any2string;
-#X msg 147 137 Hello;
-#X floatatom 245 159 5 0 0 0 - - -;
-#X msg 61 74 81 28 0 33 55 1 2 3;
-#X text 10 -15 flist2tab loads floats or lists of floats into a table
+#N canvas 437 577 420 300 10;
+#X obj -12 175 table pig;
+#X obj 115 203 flist2tab pig;
+#X obj 92 163 any2string;
+#X msg 92 140 Hello;
+#X floatatom 190 162 5 0 0 0 - - -;
+#X msg 6 77 81 28 0 33 55 1 2 3;
+#X text -45 -12 flist2tab loads floats or lists of floats into a table
;
-#X text 10 1 at an offset determined by a float in the second inlet.
+#X text -45 4 at an offset determined by a float in the second inlet.
;
-#X text 10 17 Negative offsets will be ignored.;
-#X obj 170 227 table twig;
-#X msg 91 104 set twig;
-#X text 148 103 set the working table;
-#X text 258 200 argument is table name;
-#X text 257 257 2009 1 21 Martin Peach;
-#X text 10 33 Offsets greater than the table length cause the table
+#X text -45 20 Negative offsets will be ignored.;
+#X obj -12 152 table twig;
+#X msg 36 107 set twig;
+#X text 93 106 set the working table;
+#X text 203 203 argument is table name;
+#X text -45 36 Offsets greater than the table length cause the table
to be resized to fit.;
-#X text 279 159 default offset is 0;
+#X text 224 162 default offset is 0;
+#X floatatom 62 220 7 0 0 0 - - -;
+#X text 108 220 Array size is output after each input.;
+#X text 202 260 2009_01_28 Martin Peach;
+#X connect 1 0 15 0;
#X connect 2 0 1 0;
#X connect 3 0 2 0;
#X connect 4 0 1 1;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
allhammers.c:156: error: conflicting types for 'urn_setup'
allhammers.c:76: error: previous declaration of 'urn_setup' was here
allhammers.c:157: error: conflicting types for 'xbendin_setup'
allhammers.c:77: error: previous declaration of 'xbendin_setup' was here
allhammers.c:158: error: conflicting types for 'xbendin2_setup'
allhammers.c:78: error: previous declaration of 'xbendin2_setup' was here
allhammers.c:159: error: conflicting types for 'xbendout_setup'
allhammers.c:79: error: previous declaration of 'xbendout_setup' was here
allhammers.c:160: error: conflicting types for 'xbendout2_setup'
allhammers.c:80: error: previous declaration of 'xbendout2_setup' was here
allhammers.c:161: error: conflicting types for 'xnotein_setup'
allhammers.c:81: error: previous declaration of 'xnotein_setup' was here
allhammers.c:162: error: conflicting types for 'xnoteout_setup'
allhammers.c:82: error: previous declaration of 'xnoteout_setup' was here
allhammers.c:163: error: conflicting types for 'zl_setup'
allhammers.c:83: error: previous declaration of 'zl_setup' was here
allhammers.c:164: error: syntax error before '}' token
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 /SourceCache/rsync/rsync-35.2/rsync/io.c(452) [receiver=2.6.9]
the full logfile - if it has been succesfully uploaded - can be viewed at:
http://autobuild.puredata.info/auto-build/2009-01-28/logs/2009-01-28_13.41.…