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. autobuild: pd-devel macosx104-i386 2009-11-24 03.15.40
(Pd Build User)
2. SF.net SVN: pure-data:[12810]
trunk/externals/framesync/fsline.pd ([email protected])
3. SF.net SVN: pure-data:[12809] trunk/externals/framesync
([email protected])
4. SF.net SVN: pure-data:[12808]
trunk/externals/mapping/disjoin.pd ([email protected])
5. autobuild: pd-extended macosx104-i386 2009-11-23 03.15.40
(Pd Build User)
6. autobuild: pd-devel macosx104-i386 2009-11-23 03.15.40
(Pd Build User)
7. SF.net SVN: pure-data:[12807]
branches/by-author/eighthave/pd-mobile-0.43/ src/Makefile.am
([email protected])
8. autobuild: pd-extended macosx104-i386 2009-11-22 03.15.42
(Pd Build User)
9. autobuild: pd-devel macosx104-i386 2009-11-22 03.15.42
(Pd Build User)
10. autobuild: pd-extended macosx104-i386 2009-11-24 03.15.40
(Pd Build User)
11. SF.net SVN: pure-data:[12806]
branches/by-author/eighthave/pd-mobile-0.43/ src
([email protected])
12. autobuild: pd-devel macosx104-i386 2009-11-25 03.15.41
(Pd Build User)
13. autobuild: pd-extended macosx104-i386 2009-11-25 03.15.41
(Pd Build User)
----------------------------------------------------------------------
Message: 1
Date: Tue, 24 Nov 2009 03:23:21 -0500 (EST)
From: [email protected] (Pd Build User)
Subject: [PD-cvs] autobuild: pd-devel macosx104-i386 2009-11-24
03.15.40
To: [email protected]
Message-ID: <[email protected]>
last 20 errors ----------------------------------------
GemPBuffer.cpp:269: error: invalid conversion from 'GLint*' to 'long int*'
GemPBuffer.cpp:269: error: initializing argument 2 of 'CGLError
CGLGetVirtualScreen(_CGLContextObject*, long int*)'
GemPBuffer.cpp:271: error: invalid conversion from 'GLint*' to 'long int*'
GemPBuffer.cpp:271: error: initializing argument 3 of 'CGLError
CGLChoosePixelFormat(const CGLPixelFormatAttribute*, _CGLPixelFormatObject**,
long int*)'
GemPBuffer.cpp:282: error: invalid conversion from 'GLint*' to 'long int*'
GemPBuffer.cpp:282: error: initializing argument 2 of 'CGLError
CGLGetVirtualScreen(_CGLContextObject*, long int*)'
GemPBuffer.cpp:306: error: invalid conversion from 'GLint*' to 'long int*'
GemPBuffer.cpp:306: error: initializing argument 2 of 'CGLError
CGLGetVirtualScreen(_CGLContextObject*, long int*)'
ERROR: module is write only
rsync error: syntax or usage error (code 1) at main.c(710) [sender=3.0.3]
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 5 lines ----------------------------------------
Uploading
ERROR: module is write only
rsync error: syntax or usage error (code 1) at main.c(710) [sender=3.0.3]
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/2009-11-24/logs/2009-11-24_03.15.40_darwin_macosx104-i386_pd-devel.txt
------------------------------
Message: 2
Date: Tue, 24 Nov 2009 02:44:26 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[12810]
trunk/externals/framesync/fsline.pd
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8
Revision: 12810
http://pure-data.svn.sourceforge.net/pure-data/?rev=12810&view=rev
Author: eighthave
Date: 2009-11-24 02:44:25 +0000 (Tue, 24 Nov 2009)
Log Message:
-----------
added trigger to make sure the inlets set things correctly
Modified Paths:
--------------
trunk/externals/framesync/fsline.pd
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------
Message: 3
Date: Mon, 23 Nov 2009 22:39:50 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[12809]
trunk/externals/framesync
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8
Revision: 12809
http://pure-data.svn.sourceforge.net/pure-data/?rev=12809&view=rev
Author: eighthave
Date: 2009-11-23 22:39:50 +0000 (Mon, 23 Nov 2009)
Log Message:
-----------
simple object to track whether the frame clock is currently running
Added Paths:
-----------
trunk/externals/framesync/clockrunning-help.pd
trunk/externals/framesync/clockrunning.pd
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------
Message: 4
Date: Mon, 23 Nov 2009 20:52:34 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[12808]
trunk/externals/mapping/disjoin.pd
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8
Revision: 12808
http://pure-data.svn.sourceforge.net/pure-data/?rev=12808&view=rev
Author: eighthave
Date: 2009-11-23 20:52:34 +0000 (Mon, 23 Nov 2009)
Log Message:
-----------
fixed bug where it would sometimes output erroneous reset values out of the
outlet that was currently out-of-range, i.e. the right outlet when in the input
was < 0.5
Modified Paths:
--------------
trunk/externals/mapping/disjoin.pd
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------
Message: 5
Date: Mon, 23 Nov 2009 03:27:36 -0500 (EST)
From: [email protected] (Pd Build User)
Subject: [PD-cvs] autobuild: pd-extended macosx104-i386 2009-11-23
03.15.40
To: [email protected]
Message-ID: <[email protected]>
last 20 errors ----------------------------------------
GemPBuffer.cpp:270: error: invalid conversion from 'GLint*' to 'long int*'
GemPBuffer.cpp:270: error: initializing argument 2 of 'CGLError
CGLGetVirtualScreen(_CGLContextObject*, long int*)'
GemPBuffer.cpp:272: error: invalid conversion from 'GLint*' to 'long int*'
GemPBuffer.cpp:272: error: initializing argument 3 of 'CGLError
CGLChoosePixelFormat(const CGLPixelFormatAttribute*, _CGLPixelFormatObject**,
long int*)'
GemPBuffer.cpp:283: error: invalid conversion from 'GLint*' to 'long int*'
GemPBuffer.cpp:283: error: initializing argument 2 of 'CGLError
CGLGetVirtualScreen(_CGLContextObject*, long int*)'
GemPBuffer.cpp:307: error: invalid conversion from 'GLint*' to 'long int*'
GemPBuffer.cpp:307: error: initializing argument 2 of 'CGLError
CGLGetVirtualScreen(_CGLContextObject*, long int*)'
ERROR: module is write only
rsync error: syntax or usage error (code 1) at main.c(710) [sender=3.0.3]
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 5 lines ----------------------------------------
Uploading
ERROR: module is write only
rsync error: syntax or usage error (code 1) at main.c(710) [sender=3.0.3]
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/2009-11-23/logs/2009-11-23_03.15.40_darwin_macosx104-i386_pd-extended.txt
------------------------------
Message: 6
Date: Mon, 23 Nov 2009 03:22:27 -0500 (EST)
From: [email protected] (Pd Build User)
Subject: [PD-cvs] autobuild: pd-devel macosx104-i386 2009-11-23
03.15.40
To: [email protected]
Message-ID: <[email protected]>
last 20 errors ----------------------------------------
GemPBuffer.cpp:269: error: invalid conversion from 'GLint*' to 'long int*'
GemPBuffer.cpp:269: error: initializing argument 2 of 'CGLError
CGLGetVirtualScreen(_CGLContextObject*, long int*)'
GemPBuffer.cpp:271: error: invalid conversion from 'GLint*' to 'long int*'
GemPBuffer.cpp:271: error: initializing argument 3 of 'CGLError
CGLChoosePixelFormat(const CGLPixelFormatAttribute*, _CGLPixelFormatObject**,
long int*)'
GemPBuffer.cpp:282: error: invalid conversion from 'GLint*' to 'long int*'
GemPBuffer.cpp:282: error: initializing argument 2 of 'CGLError
CGLGetVirtualScreen(_CGLContextObject*, long int*)'
GemPBuffer.cpp:306: error: invalid conversion from 'GLint*' to 'long int*'
GemPBuffer.cpp:306: error: initializing argument 2 of 'CGLError
CGLGetVirtualScreen(_CGLContextObject*, long int*)'
ERROR: module is write only
rsync error: syntax or usage error (code 1) at main.c(710) [sender=3.0.3]
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 5 lines ----------------------------------------
Uploading
ERROR: module is write only
rsync error: syntax or usage error (code 1) at main.c(710) [sender=3.0.3]
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/2009-11-23/logs/2009-11-23_03.15.40_darwin_macosx104-i386_pd-devel.txt
------------------------------
Message: 7
Date: Sun, 22 Nov 2009 16:33:53 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[12807]
branches/by-author/eighthave/pd-mobile-0.43/ src/Makefile.am
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8
Revision: 12807
http://pure-data.svn.sourceforge.net/pure-data/?rev=12807&view=rev
Author: eighthave
Date: 2009-11-22 16:33:52 +0000 (Sun, 22 Nov 2009)
Log Message:
-----------
apparently, AudioUnit is not a framework... why is it there?
Modified Paths:
--------------
branches/by-author/eighthave/pd-mobile-0.43/src/Makefile.am
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------
Message: 8
Date: Sun, 22 Nov 2009 03:27:15 -0500 (EST)
From: [email protected] (Pd Build User)
Subject: [PD-cvs] autobuild: pd-extended macosx104-i386 2009-11-22
03.15.42
To: [email protected]
Message-ID: <[email protected]>
last 20 errors ----------------------------------------
GemPBuffer.cpp:270: error: invalid conversion from 'GLint*' to 'long int*'
GemPBuffer.cpp:270: error: initializing argument 2 of 'CGLError
CGLGetVirtualScreen(_CGLContextObject*, long int*)'
GemPBuffer.cpp:272: error: invalid conversion from 'GLint*' to 'long int*'
GemPBuffer.cpp:272: error: initializing argument 3 of 'CGLError
CGLChoosePixelFormat(const CGLPixelFormatAttribute*, _CGLPixelFormatObject**,
long int*)'
GemPBuffer.cpp:283: error: invalid conversion from 'GLint*' to 'long int*'
GemPBuffer.cpp:283: error: initializing argument 2 of 'CGLError
CGLGetVirtualScreen(_CGLContextObject*, long int*)'
GemPBuffer.cpp:307: error: invalid conversion from 'GLint*' to 'long int*'
GemPBuffer.cpp:307: error: initializing argument 2 of 'CGLError
CGLGetVirtualScreen(_CGLContextObject*, long int*)'
ERROR: module is write only
rsync error: syntax or usage error (code 1) at main.c(710) [sender=3.0.3]
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 5 lines ----------------------------------------
Uploading
ERROR: module is write only
rsync error: syntax or usage error (code 1) at main.c(710) [sender=3.0.3]
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/2009-11-22/logs/2009-11-22_03.15.42_darwin_macosx104-i386_pd-extended.txt
------------------------------
Message: 9
Date: Sun, 22 Nov 2009 03:22:20 -0500 (EST)
From: [email protected] (Pd Build User)
Subject: [PD-cvs] autobuild: pd-devel macosx104-i386 2009-11-22
03.15.42
To: [email protected]
Message-ID: <[email protected]>
last 20 errors ----------------------------------------
GemPBuffer.cpp:269: error: invalid conversion from 'GLint*' to 'long int*'
GemPBuffer.cpp:269: error: initializing argument 2 of 'CGLError
CGLGetVirtualScreen(_CGLContextObject*, long int*)'
GemPBuffer.cpp:271: error: invalid conversion from 'GLint*' to 'long int*'
GemPBuffer.cpp:271: error: initializing argument 3 of 'CGLError
CGLChoosePixelFormat(const CGLPixelFormatAttribute*, _CGLPixelFormatObject**,
long int*)'
GemPBuffer.cpp:282: error: invalid conversion from 'GLint*' to 'long int*'
GemPBuffer.cpp:282: error: initializing argument 2 of 'CGLError
CGLGetVirtualScreen(_CGLContextObject*, long int*)'
GemPBuffer.cpp:306: error: invalid conversion from 'GLint*' to 'long int*'
GemPBuffer.cpp:306: error: initializing argument 2 of 'CGLError
CGLGetVirtualScreen(_CGLContextObject*, long int*)'
ERROR: module is write only
rsync error: syntax or usage error (code 1) at main.c(710) [sender=3.0.3]
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 5 lines ----------------------------------------
Uploading
ERROR: module is write only
rsync error: syntax or usage error (code 1) at main.c(710) [sender=3.0.3]
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/2009-11-22/logs/2009-11-22_03.15.42_darwin_macosx104-i386_pd-devel.txt
------------------------------
Message: 10
Date: Tue, 24 Nov 2009 03:28:24 -0500 (EST)
From: [email protected] (Pd Build User)
Subject: [PD-cvs] autobuild: pd-extended macosx104-i386 2009-11-24
03.15.40
To: [email protected]
Message-ID: <[email protected]>
last 20 errors ----------------------------------------
GemPBuffer.cpp:270: error: invalid conversion from 'GLint*' to 'long int*'
GemPBuffer.cpp:270: error: initializing argument 2 of 'CGLError
CGLGetVirtualScreen(_CGLContextObject*, long int*)'
GemPBuffer.cpp:272: error: invalid conversion from 'GLint*' to 'long int*'
GemPBuffer.cpp:272: error: initializing argument 3 of 'CGLError
CGLChoosePixelFormat(const CGLPixelFormatAttribute*, _CGLPixelFormatObject**,
long int*)'
GemPBuffer.cpp:283: error: invalid conversion from 'GLint*' to 'long int*'
GemPBuffer.cpp:283: error: initializing argument 2 of 'CGLError
CGLGetVirtualScreen(_CGLContextObject*, long int*)'
GemPBuffer.cpp:307: error: invalid conversion from 'GLint*' to 'long int*'
GemPBuffer.cpp:307: error: initializing argument 2 of 'CGLError
CGLGetVirtualScreen(_CGLContextObject*, long int*)'
ERROR: module is write only
rsync error: syntax or usage error (code 1) at main.c(710) [sender=3.0.3]
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 5 lines ----------------------------------------
Uploading
ERROR: module is write only
rsync error: syntax or usage error (code 1) at main.c(710) [sender=3.0.3]
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/2009-11-24/logs/2009-11-24_03.15.40_darwin_macosx104-i386_pd-extended.txt
------------------------------
Message: 11
Date: Sun, 22 Nov 2009 15:16:56 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[12806]
branches/by-author/eighthave/pd-mobile-0.43/ src
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8
Revision: 12806
http://pure-data.svn.sourceforge.net/pure-data/?rev=12806&view=rev
Author: eighthave
Date: 2009-11-22 15:16:56 +0000 (Sun, 22 Nov 2009)
Log Message:
-----------
checking in files from the rjdj folks
Added Paths:
-----------
branches/by-author/eighthave/pd-mobile-0.43/src/RjdjService.java
branches/by-author/eighthave/pd-mobile-0.43/src/s_audio_android.c
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------
Message: 12
Date: Wed, 25 Nov 2009 03:53:37 -0500 (EST)
From: [email protected] (Pd Build User)
Subject: [PD-cvs] autobuild: pd-devel macosx104-i386 2009-11-25
03.15.41
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(710) [sender=3.0.3]
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 5 lines ----------------------------------------
Uploading
ERROR: module is write only
rsync error: syntax or usage error (code 1) at main.c(710) [sender=3.0.3]
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/2009-11-25/logs/2009-11-25_03.15.41_darwin_macosx104-i386_pd-devel.txt
------------------------------
Message: 13
Date: Wed, 25 Nov 2009 03:58:32 -0500 (EST)
From: [email protected] (Pd Build User)
Subject: [PD-cvs] autobuild: pd-extended macosx104-i386 2009-11-25
03.15.41
To: [email protected]
Message-ID: <[email protected]>
last 20 errors ----------------------------------------
GemPBuffer.cpp:270: error: invalid conversion from 'GLint*' to 'long int*'
GemPBuffer.cpp:270: error: initializing argument 2 of 'CGLError
CGLGetVirtualScreen(_CGLContextObject*, long int*)'
GemPBuffer.cpp:272: error: invalid conversion from 'GLint*' to 'long int*'
GemPBuffer.cpp:272: error: initializing argument 3 of 'CGLError
CGLChoosePixelFormat(const CGLPixelFormatAttribute*, _CGLPixelFormatObject**,
long int*)'
GemPBuffer.cpp:283: error: invalid conversion from 'GLint*' to 'long int*'
GemPBuffer.cpp:283: error: initializing argument 2 of 'CGLError
CGLGetVirtualScreen(_CGLContextObject*, long int*)'
GemPBuffer.cpp:307: error: invalid conversion from 'GLint*' to 'long int*'
GemPBuffer.cpp:307: error: initializing argument 2 of 'CGLError
CGLGetVirtualScreen(_CGLContextObject*, long int*)'
ERROR: module is write only
rsync error: syntax or usage error (code 1) at main.c(710) [sender=3.0.3]
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 5 lines ----------------------------------------
Uploading
ERROR: module is write only
rsync error: syntax or usage error (code 1) at main.c(710) [sender=3.0.3]
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/2009-11-25/logs/2009-11-25_03.15.41_darwin_macosx104-i386_pd-extended.txt
------------------------------
_______________________________________________
Pd-cvs mailing list
[email protected]
http://lists.puredata.info/listinfo/pd-cvs
End of Pd-cvs Digest, Vol 57, Issue 18
**************************************