Send Pd-cvs mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.puredata.info/listinfo/pd-cvs
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Pd-cvs digest..."
Today's Topics:
1. SF.net SVN: pure-data:[15744]
trunk/externals/loaders/tclpd/tclpd.tcl
([email protected])
2. SF.net SVN: pure-data:[15745]
trunk/externals/loaders/tclpd/examples
([email protected])
3. SF.net SVN: pure-data:[15746]
trunk/externals/loaders/tclpd/tclpd.tcl
([email protected])
4. SF.net SVN: pure-data:[15747] trunk/externals/tclfile
([email protected])
5. SF.net SVN: pure-data:[15748] trunk/externals/loaders/tclpd
([email protected])
6. autobuild: pd-double macosx105-i386 2011-11-15 03.15.14
(Pd Build User)
7. SF.net SVN: pure-data:[15749]
trunk/externals/loaders/tclpd/tclpd.i
([email protected])
8. SF.net SVN: pure-data:[15750]
trunk/externals/loaders/tclpd/tclpd.i
([email protected])
----------------------------------------------------------------------
Message: 1
Date: Mon, 14 Nov 2011 16:05:10 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[15744]
trunk/externals/loaders/tclpd/tclpd.tcl
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8
Revision: 15744
http://pure-data.svn.sourceforge.net/pure-data/?rev=15744&view=rev
Author: mescalinum
Date: 2011-11-14 16:05:09 +0000 (Mon, 14 Nov 2011)
Log Message:
-----------
use eq/ne in place of ==/!= for string (in)equelity checks
Modified Paths:
--------------
trunk/externals/loaders/tclpd/tclpd.tcl
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------
Message: 2
Date: Mon, 14 Nov 2011 16:19:58 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[15745]
trunk/externals/loaders/tclpd/examples
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8
Revision: 15745
http://pure-data.svn.sourceforge.net/pure-data/?rev=15745&view=rev
Author: mescalinum
Date: 2011-11-14 16:19:57 +0000 (Mon, 14 Nov 2011)
Log Message:
-----------
use eq/ne in place of ==/!= for string (in)equelity checks
Modified Paths:
--------------
trunk/externals/loaders/tclpd/examples/bitmap.tcl
trunk/externals/loaders/tclpd/examples/colorpicker.tcl
trunk/externals/loaders/tclpd/examples/dynreceive.tcl
trunk/externals/loaders/tclpd/examples/list_change.tcl
trunk/externals/loaders/tclpd/examples/properties.tcl
trunk/externals/loaders/tclpd/examples/slider2.tcl
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------
Message: 3
Date: Mon, 14 Nov 2011 17:12:09 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[15746]
trunk/externals/loaders/tclpd/tclpd.tcl
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8
Revision: 15746
http://pure-data.svn.sourceforge.net/pure-data/?rev=15746&view=rev
Author: mescalinum
Date: 2011-11-14 17:12:09 +0000 (Mon, 14 Nov 2011)
Log Message:
-----------
feature request 3436774: make $self namespace exist before calling constructor
Modified Paths:
--------------
trunk/externals/loaders/tclpd/tclpd.tcl
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------
Message: 4
Date: Mon, 14 Nov 2011 19:00:16 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[15747]
trunk/externals/tclfile
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8
Revision: 15747
http://pure-data.svn.sourceforge.net/pure-data/?rev=15747&view=rev
Author: eighthave
Date: 2011-11-14 19:00:16 +0000 (Mon, 14 Nov 2011)
Log Message:
-----------
namespace is now created by tclpd, so remove here
Modified Paths:
--------------
trunk/externals/tclfile/delete.tcl
trunk/externals/tclfile/executable.tcl
trunk/externals/tclfile/exists.tcl
trunk/externals/tclfile/isdirectory.tcl
trunk/externals/tclfile/isfile.tcl
trunk/externals/tclfile/mkdir.tcl
trunk/externals/tclfile/owned.tcl
trunk/externals/tclfile/readable.tcl
trunk/externals/tclfile/writable.tcl
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------
Message: 5
Date: Tue, 15 Nov 2011 07:49:21 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[15748]
trunk/externals/loaders/tclpd
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8
Revision: 15748
http://pure-data.svn.sourceforge.net/pure-data/?rev=15748&view=rev
Author: mescalinum
Date: 2011-11-15 07:49:20 +0000 (Tue, 15 Nov 2011)
Log Message:
-----------
fixed bug 3436716
Modified Paths:
--------------
trunk/externals/loaders/tclpd/tcl_class.c
trunk/externals/loaders/tclpd/tcl_loader.c
trunk/externals/loaders/tclpd/tclpd.h
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------
Message: 6
Date: Tue, 15 Nov 2011 03:23:14 -0500 (EST)
From: [email protected] (Pd Build User)
Subject: [PD-cvs] autobuild: pd-double macosx105-i386 2011-11-15
03.15.14
To: [email protected]
Message-ID: <[email protected]>
last 20 errors ----------------------------------------
src/fft_riff.cpp:66: error: cannot convert 'float*' to 't_sample*' for argument
'2' to 'void mayer_realfft(int, t_sample*)'
src/fft_riff.cpp:81: error: cannot convert 'float*' to 't_sample*' for argument
'2' to 'void mayer_realifft(int, t_sample*)'
last 15 lines ----------------------------------------
-volname Pd-extended build.dmg
created: /Users/pd/auto-build/pd-double/packages/darwin_app/build.dmg
hdiutil detach "/Volumes/Pd-extended"
hdiutil: detach failed - No such file or directory
make: [dmg] Error 1 (ignored)
hdiutil attach build.dmg
/dev/disk1 Apple_partition_scheme
/dev/disk1s1 Apple_partition_map
/dev/disk1s2 Apple_HFS /Volumes/Pd-extended
install -p
/Users/pd/auto-build/pd-double/packages/darwin_app/build/Pd-0.43.1-double-20111115.app/Contents/Resources/./doc/manuals/Pd/ReadMe.html
"/Volumes/Pd-extended"
install:
/Users/pd/auto-build/pd-double/packages/darwin_app/build/Pd-0.43.1-double-20111115.app/Contents/Resources/./doc/manuals/Pd/ReadMe.html:
No such file or directory
make: *** [dmg] Error 71
upload specs darwin_app . dmg
Uploading /Users/pd/auto-build/pd-double/packages/darwin_app/./Pd*.dmg
ls: /Users/pd/auto-build/pd-double/packages/darwin_app/./Pd*.dmg: No such file
or directory
the full logfile - if it has been succesfully uploaded - can be viewed at:
http://autobuild.puredata.info/auto-build/2011-11-15/logs/2011-11-15_03.15.14_darwin_macosx105-i386_pd-double.txt
------------------------------
Message: 7
Date: Tue, 15 Nov 2011 08:45:33 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[15749]
trunk/externals/loaders/tclpd/tclpd.i
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8
Revision: 15749
http://pure-data.svn.sourceforge.net/pure-data/?rev=15749&view=rev
Author: mescalinum
Date: 2011-11-15 08:45:33 +0000 (Tue, 15 Nov 2011)
Log Message:
-----------
use more handy SWIG macros
Modified Paths:
--------------
trunk/externals/loaders/tclpd/tclpd.i
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------
Message: 8
Date: Tue, 15 Nov 2011 10:28:36 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[15750]
trunk/externals/loaders/tclpd/tclpd.i
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8
Revision: 15750
http://pure-data.svn.sourceforge.net/pure-data/?rev=15750&view=rev
Author: mescalinum
Date: 2011-11-15 10:28:36 +0000 (Tue, 15 Nov 2011)
Log Message:
-----------
oops
Modified Paths:
--------------
trunk/externals/loaders/tclpd/tclpd.i
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------
_______________________________________________
Pd-cvs mailing list
[email protected]
http://lists.puredata.info/listinfo/pd-cvs
End of Pd-cvs Digest, Vol 81, Issue 15
**************************************