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:[15698]
trunk/externals/loaders/tclpd/examples/ tclpd-console-help.pd
([email protected])
2. SF.net SVN: pure-data:[15699] trunk/externals/Makefile
([email protected])
3. autobuild: pd-extended macosx104-powerpc 2011-11-03 13.10.03
(Pd User)
4. SF.net SVN: pure-data:[15700]
trunk/externals/mrpeach/net/tcpclient.c
([email protected])
5. SF.net SVN: pure-data:[15701]
trunk/externals/loaders/pdlua/src/pdlua.c
([email protected])
6. SF.net SVN: pure-data:[15702] trunk/externals/hcs
([email protected])
7. [git]pure-data branch master updated.
42f3e5f8dbc60ad644e9f8a1c5b61d1847e19470 (Miller Puckette)
8. autobuild: pd-double macosx105-i386 2011-11-04 03.15.24
(Pd Build User)
----------------------------------------------------------------------
Message: 1
Date: Thu, 03 Nov 2011 16:19:33 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[15698]
trunk/externals/loaders/tclpd/examples/ tclpd-console-help.pd
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8
Revision: 15698
http://pure-data.svn.sourceforge.net/pure-data/?rev=15698&view=rev
Author: eighthave
Date: 2011-11-03 16:19:32 +0000 (Thu, 03 Nov 2011)
Log Message:
-----------
skeleton help patch
Added Paths:
-----------
trunk/externals/loaders/tclpd/examples/tclpd-console-help.pd
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------
Message: 2
Date: Thu, 03 Nov 2011 16:44:48 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[15699]
trunk/externals/Makefile
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8
Revision: 15699
http://pure-data.svn.sourceforge.net/pure-data/?rev=15699&view=rev
Author: eighthave
Date: 2011-11-03 16:44:48 +0000 (Thu, 03 Nov 2011)
Log Message:
-----------
force FAT_FLAGS for tclpd
Modified Paths:
--------------
trunk/externals/Makefile
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------
Message: 3
Date: Thu, 3 Nov 2011 14:29:13 -0400 (EDT)
From: [email protected] (Pd User)
Subject: [PD-cvs] autobuild: pd-extended macosx104-powerpc 2011-11-03
13.10.03
To: [email protected]
Message-ID:
<[email protected]>
last 20 errors ----------------------------------------
ERROR: module is write only
rsync error: syntax or usage error (code 1) at main.c(711) [sender=3.0.7]
rsync error: error in rsync protocol data stream (code 12) at
/SourceCache/rsync/rsync-35.2/rsync/io.c(452) [receiver=2.6.9]
last 15 lines ----------------------------------------
install -d -m0755
"/Users/pd/auto-build/pd-extended/packages/darwin_app/build/Pd-0.43.1-extended-20111103.app/Contents/Library/Spotlight"
cp -Rp spotlight_importer/build/Release/PureData.mdimporter
"/Users/pd/auto-build/pd-extended/packages/darwin_app/build/Pd-0.43.1-extended-20111103.app/Contents/Library/Spotlight"
Pd.app build succeeded!
hdiutil create -format UDRW -fs HFS+ -srcfolder
"/Users/pd/auto-build/pd-extended/packages/darwin_app/build" \
-volname Pd-extended build.dmg
hdiutil: create failed - Device not configured
make: *** [dmg] Error 1
ls: cannot access
/Users/pd/auto-build/pd-extended/packages/darwin_app/./Pd*.dmg: No such file or
directory
upload specs darwin_app . dmg
Uploading
ERROR: module is write only
rsync error: syntax or usage error (code 1) at main.c(711) [sender=3.0.7]
rsync: connection unexpectedly closed (4 bytes received so far) [receiver]
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/2011-11-03/logs/2011-11-03_13.10.03_darwin_macosx104-powerpc_pd-extended.txt
------------------------------
Message: 4
Date: Thu, 03 Nov 2011 18:40:32 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[15700]
trunk/externals/mrpeach/net/tcpclient.c
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8
Revision: 15700
http://pure-data.svn.sourceforge.net/pure-data/?rev=15700&view=rev
Author: mrpeach
Date: 2011-11-03 18:40:32 +0000 (Thu, 03 Nov 2011)
Log Message:
-----------
To prevent overwriting the send buffer with multiple simultaneous messages,
each sender thread now gets its own buffer.
(Usually a multiple message results in two TCP packets, with the first message
in the first packet and the rest in the second.)
The buffers are preallocated and assigned to threads in round-robin fashion.
There are MAX_TCPCLIENT_THREADS (32) buffers.
Wait for all threads to terminate before disconnecting a socket.
Modified Paths:
--------------
trunk/externals/mrpeach/net/tcpclient.c
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------
Message: 5
Date: Thu, 03 Nov 2011 19:03:03 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[15701]
trunk/externals/loaders/pdlua/src/pdlua.c
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8
Revision: 15701
http://pure-data.svn.sourceforge.net/pure-data/?rev=15701&view=rev
Author: mrpeach
Date: 2011-11-03 19:03:03 +0000 (Thu, 03 Nov 2011)
Log Message:
-----------
Changed a MSW to _WIN32.
Modified Paths:
--------------
trunk/externals/loaders/pdlua/src/pdlua.c
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------
Message: 6
Date: Fri, 04 Nov 2011 04:28:32 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[15702] trunk/externals/hcs
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8
Revision: 15702
http://pure-data.svn.sourceforge.net/pure-data/?rev=15702&view=rev
Author: eighthave
Date: 2011-11-04 04:28:31 +0000 (Fri, 04 Nov 2011)
Log Message:
-----------
got objects working again by replacing toxy/tot with iemguts/receivecanvas
Modified Paths:
--------------
trunk/externals/hcs/Makefile
trunk/externals/hcs/mouse_region.pd
trunk/externals/hcs/pointer_position.pd
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------
Message: 7
Date: Fri, 4 Nov 2011 05:07:00 +0000
From: "Miller Puckette" <[email protected]>
Subject: [PD-cvs] [git]pure-data branch master updated.
42f3e5f8dbc60ad644e9f8a1c5b61d1847e19470
To: [email protected]
Message-ID: <[email protected]>
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "pure-data".
The branch, master has been updated
via 42f3e5f8dbc60ad644e9f8a1c5b61d1847e19470 (commit)
via e2af381177942d94f8769daf2c785490e3ac93a5 (commit)
via 5c78db0883a3450e1cac727aee422ad7f4dd56eb (commit)
from c7fb8e4a06d6253890ca2f73dfe4980c8c88fce9 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 42f3e5f8dbc60ad644e9f8a1c5b61d1847e19470
Author: Miller Puckette <[email protected]>
Date: Thu Nov 3 11:40:35 2011 -0700
change expr~ source to LGPL license (with IRCAM"s permission :)
commit e2af381177942d94f8769daf2c785490e3ac93a5
Author: Miller Puckette <[email protected]>
Date: Sat Oct 29 21:11:36 2011 -0700
take out debugging msg
commit 5c78db0883a3450e1cac727aee422ad7f4dd56eb
Author: Miller Puckette <[email protected]>
Date: Sat Oct 29 21:06:27 2011 -0700
bug fix (closing patches sometimes gave TK errors)
-----------------------------------------------------------------------
Summary of changes:
extra/expr~/LICENSE.txt | 915 ++++++++++++++++++++++++++++++++---------------
extra/expr~/vexp.h | 18 +-
src/g_graph.c | 7 +-
3 files changed, 631 insertions(+), 309 deletions(-)
hooks/post-receive
--
pure-data
------------------------------
Message: 8
Date: Fri, 4 Nov 2011 03:22:07 -0400 (EDT)
From: [email protected] (Pd Build User)
Subject: [PD-cvs] autobuild: pd-double macosx105-i386 2011-11-04
03.15.24
To: [email protected]
Message-ID: <[email protected]>
last 20 errors ----------------------------------------
/Users/pd/auto-build/pd-double/externals/creb/modules/bdiag~.c:173: error: cast
to union type from type not present in union
/Users/pd/auto-build/pd-double/externals/creb/modules/bdiag~.c:174: error: cast
to union type from type not present in union
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-20111104.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-20111104.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-04/logs/2011-11-04_03.15.24_darwin_macosx105-i386_pd-double.txt
------------------------------
_______________________________________________
Pd-cvs mailing list
[email protected]
http://lists.puredata.info/listinfo/pd-cvs
End of Pd-cvs Digest, Vol 81, Issue 4
*************************************