atom_alphabet.c:137: error: 'gfsmPdAtomAlphabet' has no member named 'aa_binbuf'
atom_alphabet.c:137: error: 'gfsmPdAtomAlphabet' has no member named 'aa_binbuf'
atom_alphabet.c:138: error: 'gfsmAlphabet' undeclared (first use in this function)
atom_alphabet.c:138: error: expected expression before ')' token
readdir.c:244: error: 'PACKAGE_VERSION' undeclared (first use in this function)
readdir.c:244: error: (Each undeclared identifier is reported only once
readdir.c:244: error: for each function it appears in.)
weightmap.c:345: error: 'PACKAGE_VERSION' undeclared (first use in this function)
weightmap.c:345: error: (Each undeclared identifier is reported only once
weightmap.c:345: error: for each function it appears in.)
pdstring.c:41: error: expected ',' or ';' before 'PACKAGE_VERSION'
any2string.c:76: error: expected ',' or ';' before 'PACKAGE_VERSION'
string2any.c:59: error: expected ',' or ';' before 'PACKAGE_VERSION'
sprinkler.c:175: error: 'PACKAGE_VERSION' undeclared (first use in this function)
sprinkler.c:175: error: (Each undeclared identifier is reported only once
sprinkler.c:175: error: for each function it appears in.)
configure: error: libquicktime not found
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-11-26/logs/2008-11-26_04.31.…
Revision: 10388
http://pure-data.svn.sourceforge.net/pure-data/?rev=10388&view=rev
Author: zmoelnig
Date: 2008-11-26 08:20:57 +0000 (Wed, 26 Nov 2008)
Log Message:
-----------
more TODO
Modified Paths:
--------------
trunk/externals/iem/iemguts/src/savebangs.c
Modified: trunk/externals/iem/iemguts/src/savebangs.c
===================================================================
--- trunk/externals/iem/iemguts/src/savebangs.c 2008-11-25 18:43:04 UTC (rev 10387)
+++ trunk/externals/iem/iemguts/src/savebangs.c 2008-11-26 08:20:57 UTC (rev 10388)
@@ -3,9 +3,9 @@
*
* propertybang - implementation file
*
- * copyleft (c) IOhannes m zm-b\xF6lnig-A
+ * copyleft (c) IOhannes m zm\xF6lnig
*
- * 2007:forum::f-b\xFCr::uml\xE4ute:2007-A
+ * 2007:forum::f\xFCr::uml\xE4ute:2007
*
* institute of electronic music and acoustics (iem)
*
@@ -31,6 +31,12 @@
* TODO: how does this behave in sub-patches?
* -> BUG: the depth should _really_ refer to the abstraction-depth
* else we get weird duplicates (most likely due to the "$0" trick
+ *
+ * TODO: make [savebangs] do something on top-level
+ * that is: if the patch the [savebangs] is in gets saved, [savebangs] will fire
+ * think (a little) about how the args to savebang have to look like to make it compatible with the [canvas*] stiff
+ *
+ * TODO: maintain our own list of [savebangs] to be called per abstraction rather than using the $0-trick
*/
#include "m_pd.h"
@@ -169,12 +175,12 @@
canvas=canvas->gl_owner;
depth--;
}
-
+
if(canvas) {
class=((t_gobj*)canvas)->g_pd;
x->x_d0=canvas_realizedollar(canvas, gensym("$0 savebangs"));
pd_bind(&x->x_obj.ob_pd, x->x_d0);
-
+
add_savefn(class);
class_setsavefn(class, savebangs_savefn);
} else {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 10387
http://pure-data.svn.sourceforge.net/pure-data/?rev=10387&view=rev
Author: zmoelnig
Date: 2008-11-25 18:43:04 +0000 (Tue, 25 Nov 2008)
Log Message:
-----------
added TODO/BUG
Modified Paths:
--------------
trunk/externals/iem/iemguts/src/savebangs.c
Modified: trunk/externals/iem/iemguts/src/savebangs.c
===================================================================
--- trunk/externals/iem/iemguts/src/savebangs.c 2008-11-25 18:37:19 UTC (rev 10386)
+++ trunk/externals/iem/iemguts/src/savebangs.c 2008-11-25 18:43:04 UTC (rev 10387)
@@ -27,6 +27,12 @@
* on call: we call the parents savefunction and output bangs
*/
+/*
+ * TODO: how does this behave in sub-patches?
+ * -> BUG: the depth should _really_ refer to the abstraction-depth
+ * else we get weird duplicates (most likely due to the "$0" trick
+ */
+
#include "m_pd.h"
#include "g_canvas.h"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
atom_alphabet.c:137: error: 'gfsmPdAtomAlphabet' has no member named 'aa_binbuf'
atom_alphabet.c:137: error: 'gfsmPdAtomAlphabet' has no member named 'aa_binbuf'
atom_alphabet.c:138: error: 'gfsmAlphabet' undeclared (first use in this function)
atom_alphabet.c:138: error: expected expression before ')' token
readdir.c:244: error: 'PACKAGE_VERSION' undeclared (first use in this function)
readdir.c:244: error: (Each undeclared identifier is reported only once
readdir.c:244: error: for each function it appears in.)
weightmap.c:345: error: 'PACKAGE_VERSION' undeclared (first use in this function)
weightmap.c:345: error: (Each undeclared identifier is reported only once
weightmap.c:345: error: for each function it appears in.)
pdstring.c:41: error: expected ',' or ';' before 'PACKAGE_VERSION'
any2string.c:76: error: expected ',' or ';' before 'PACKAGE_VERSION'
string2any.c:59: error: expected ',' or ';' before 'PACKAGE_VERSION'
sprinkler.c:175: error: 'PACKAGE_VERSION' undeclared (first use in this function)
sprinkler.c:175: error: (Each undeclared identifier is reported only once
sprinkler.c:175: error: for each function it appears in.)
configure: error: libquicktime not found
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-11-25/logs/2008-11-25_04.30.…