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:
/var/www/auto-build/2010-07-14/logs/2010-07-14_03.31.01_mingw32_nt-5.1_windowsxp-i386_pd-devel.txt
(Pd user)
2. SF.net SVN: pure-data:[13713]
branches/pd-extended/0.42/externals ([email protected])
3. SF.net SVN: pure-data:[13714]
trunk/externals/iem/iemnet/udpsend.c ([email protected])
4. SF.net SVN: pure-data:[13715]
branches/pd-extended/0.42/externals ([email protected])
5. SF.net SVN: pure-data:[13716]
branches/pd-extended/0.42/externals ([email protected])
6. SF.net SVN: pure-data:[13717]
branches/pd-extended/0.42/externals/tof/src/ w_breakpoints.h
([email protected])
7. autobuild: pd-devel macosx104-i386 2010-07-14 03.15.42
(Pd Build User)
8. autobuild: pd-devel macosx104-i386 2010-07-15 03.15.39
(Pd Build User)
9. autobuild: pd-devel windowsxp-i386 2010-07-15 03.31.00
(Windows XP Pd Build Server)
----------------------------------------------------------------------
Message: 1
Date: Wed, 14 Jul 2010 08:08:01 -0400 (EDT)
From: [email protected] (Pd user)
Subject: [PD-cvs] autobuild:
/var/www/auto-build/2010-07-14/logs/2010-07-14_03.31.01_mingw32_nt-5.1_windowsxp-i386_pd-devel.txt
To: [email protected]
Message-ID: <20100714120802.193b9644...@debian-stable-i386>
./gfsmCommon.h:82: error: syntax error before "gfsmEpsilon2"
./gfsmCommon.h:85: error: syntax error before "gfsmNoKey"
./gfsmCommon.h:88: error: syntax error before "gfsmNoLabel"
./gfsmCommon.h:91: error: syntax error before "gfsmNoState"
./gfsmCommon.h:96: error: syntax error before "gfsmNoWeight"
gfsmCommon.c:29: error: syntax error before "gfsmEpsilon"
gfsmCommon.c:31: error: syntax error before "gfsmNoKey"
gfsmCommon.c:33: error: syntax error before "gfsmNoLabel"
gfsmCommon.c:33: error: initializer element is not constant
gfsmCommon.c:35: error: syntax error before "gfsmEpsilon1"
gfsmCommon.c:35: error: initializer element is not constant
gfsmCommon.c:37: error: syntax error before "gfsmEpsilon2"
gfsmCommon.c:37: error: initializer element is not constant
gfsmCommon.c:39: error: syntax error before "gfsmNoState"
gfsmCommon.c:39: error: initializer element is not constant
gfsmCommon.c:41: error: syntax error before "gfsmNoWeight"
C:/msys/1.0/home/pd/auto-build/pd-devel/externals/mrpeach/net/udpreceive.c:104:
error: storage size of 'mreq' isn't known
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
/home/lapo/packaging/rsync-3.0.4-1/src/rsync-3.0.4/io.c(632) [receiver=3.0.4]
the full logfile can be viewed at
http://autobuild.puredata.info/auto-build/2010-07-14/logs/
------------------------------
Message: 2
Date: Wed, 14 Jul 2010 17:42:57 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[13713]
branches/pd-extended/0.42/externals
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8
Revision: 13713
http://pure-data.svn.sourceforge.net/pure-data/?rev=13713&view=rev
Author: eighthave
Date: 2010-07-14 17:42:56 +0000 (Wed, 14 Jul 2010)
Log Message:
-----------
to fix bug #2842897:
- changed all instances of canvas_deletelinesfor( glist_getcanvas(glist),
(t_text *)z); to canvas_deletelinesfor(glist, (t_text *)z); since this was
causing crashes with [playlist] and [envgen] and the glist_getcanvas() is
called inside of canvas_deletelinesfor().
- removed all old rtext stuff since it is not needed and causes troubles
- renamed 's' to 'x' in some vis functions to fit with standards
- removed my bogus addition of sys_unqueuegui(z);
Modified Paths:
--------------
branches/pd-extended/0.42/externals/bbogart/entry/entry.c
branches/pd-extended/0.42/externals/bbogart/popup/popup.c
branches/pd-extended/0.42/externals/ggee/gui/button.c
branches/pd-extended/0.42/externals/ggee/gui/fatom.h
branches/pd-extended/0.42/externals/ggee/gui/gcanvas.c
branches/pd-extended/0.42/externals/ggee/gui/image.c
branches/pd-extended/0.42/externals/ggee/gui/toddle.c
branches/pd-extended/0.42/externals/ggee/gui/w_envgen.h
branches/pd-extended/0.42/externals/moonlib/image.c
branches/pd-extended/0.42/externals/pidip/modules/pdp_colorgrid.c
branches/pd-extended/0.42/externals/unauthorized/audience~/audience~.c
branches/pd-extended/0.42/externals/unauthorized/cooled~/cooled~.c
branches/pd-extended/0.42/externals/unauthorized/exciter/exciter.c
branches/pd-extended/0.42/externals/unauthorized/filterbank~/filterbank~.c
branches/pd-extended/0.42/externals/unauthorized/grid/grid.c
branches/pd-extended/0.42/externals/unauthorized/pianoroll/pianoroll.c
branches/pd-extended/0.42/externals/unauthorized/playlist/playlist.c
branches/pd-extended/0.42/externals/unauthorized/probalizer/probalizer.c
branches/pd-extended/0.42/externals/unauthorized/scratcher~/scratcher~.c
branches/pd-extended/0.42/externals/unauthorized/scrolllist/scrolllist.c
branches/pd-extended/0.42/externals/unauthorized/sonogram~/sonogram~-joge.c
branches/pd-extended/0.42/externals/unauthorized/sonogram~/sonogram~-yves.c
branches/pd-extended/0.42/externals/unauthorized/sonogram~/sonogram~.c
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------
Message: 3
Date: Wed, 14 Jul 2010 17:52:53 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[13714]
trunk/externals/iem/iemnet/udpsend.c
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8
Revision: 13714
http://pure-data.svn.sourceforge.net/pure-data/?rev=13714&view=rev
Author: zmoelnig
Date: 2010-07-14 17:52:53 +0000 (Wed, 14 Jul 2010)
Log Message:
-----------
fixed crasher bug when printing "[udpsend] not connected"
Modified Paths:
--------------
trunk/externals/iem/iemnet/udpsend.c
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------
Message: 4
Date: Wed, 14 Jul 2010 20:15:11 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[13715]
branches/pd-extended/0.42/externals
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8
Revision: 13715
http://pure-data.svn.sourceforge.net/pure-data/?rev=13715&view=rev
Author: eighthave
Date: 2010-07-14 20:15:10 +0000 (Wed, 14 Jul 2010)
Log Message:
-----------
based on Miller's advice on pd-dev, I removed calls to glist_getcanvas() when
calling canvas_fixlinesfor()
Modified Paths:
--------------
branches/pd-extended/0.42/externals/bbogart/entry/entry.c
branches/pd-extended/0.42/externals/bbogart/popup/popup.c
branches/pd-extended/0.42/externals/ggee/gui/button.c
branches/pd-extended/0.42/externals/ggee/gui/fatom.h
branches/pd-extended/0.42/externals/ggee/gui/gcanvas.c
branches/pd-extended/0.42/externals/ggee/gui/image.c
branches/pd-extended/0.42/externals/ggee/gui/toddle.c
branches/pd-extended/0.42/externals/ggee/gui/w_envgen.h
branches/pd-extended/0.42/externals/moonlib/gamme.c
branches/pd-extended/0.42/externals/moonlib/image.c
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------
Message: 5
Date: Wed, 14 Jul 2010 21:21:46 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[13716]
branches/pd-extended/0.42/externals
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8
Revision: 13716
http://pure-data.svn.sourceforge.net/pure-data/?rev=13716&view=rev
Author: eighthave
Date: 2010-07-14 21:21:45 +0000 (Wed, 14 Jul 2010)
Log Message:
-----------
After a discussion with Miller, removed all calls to glist_getcanvas() within
a call to canvas_fixlinesfor()
http://lists.puredata.info/pipermail/pd-dev/2010-07/015528.html
Modified Paths:
--------------
branches/pd-extended/0.42/externals/footils/knob/knob.c
branches/pd-extended/0.42/externals/miXed/toxy/pluswidget.c
branches/pd-extended/0.42/externals/miXed/toxy/widget.c
branches/pd-extended/0.42/externals/moonlib/mknob.c
branches/pd-extended/0.42/externals/tof/src/imagebang.c
branches/pd-extended/0.42/externals/tof/src/menubutton_w.h
branches/pd-extended/0.42/externals/tof/src/w_breakpoints.h
branches/pd-extended/0.42/externals/tof/test/imagebutton.c
branches/pd-extended/0.42/externals/unauthorized/cooled~/cooled~.c
branches/pd-extended/0.42/externals/unauthorized/sonogram~/sonogram~-joge.c
branches/pd-extended/0.42/externals/unauthorized/sonogram~/sonogram~-yves.c
branches/pd-extended/0.42/externals/unauthorized/sonogram~/sonogram~.c
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------
Message: 6
Date: Wed, 14 Jul 2010 21:26:05 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[13717]
branches/pd-extended/0.42/externals/tof/src/ w_breakpoints.h
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8
Revision: 13717
http://pure-data.svn.sourceforge.net/pure-data/?rev=13717&view=rev
Author: eighthave
Date: 2010-07-14 21:26:05 +0000 (Wed, 14 Jul 2010)
Log Message:
-----------
removed calls to glist_getcanvas() within canvas_deletelinesfor() since it can
cause weird crashes
Modified Paths:
--------------
branches/pd-extended/0.42/externals/tof/src/w_breakpoints.h
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------
Message: 7
Date: Wed, 14 Jul 2010 04:13:16 -0400 (EDT)
From: [email protected] (Pd Build User)
Subject: [PD-cvs] autobuild: pd-devel macosx104-i386 2010-07-14
03.15.42
To: [email protected]
Message-ID: <[email protected]>
last 20 errors ----------------------------------------
configure.ac:1: error: Autoconf version 2.60 or higher is required
configure.ac:1: error: Autoconf version 2.60 or higher is required
configure.ac:1: error: Autoconf version 2.60 or higher is required
configure.ac:1: error: Autoconf version 2.60 or higher is required
configure.ac:1: error: Autoconf version 2.60 or higher is required
configure.ac:1: error: Autoconf version 2.60 or higher is required
configure.ac:1: error: Autoconf version 2.60 or higher is required
configure.ac:1: error: Autoconf version 2.60 or higher is required
configure.ac:1: error: Autoconf version 2.60 or higher is required
configure.ac:1: error: Autoconf version 2.60 or higher is required
configure.ac:1: error: Autoconf version 2.60 or higher is required
configure.ac:1: error: Autoconf version 2.60 or higher is required
configure.ac:1: error: Autoconf version 2.60 or higher is required
configure.ac:1: error: Autoconf version 2.60 or higher is required
configure.ac:1: error: Autoconf version 2.60 or higher is required
configure.ac:1: error: Autoconf version 2.60 or higher is required
/Users/pd/auto-build/pd-devel/externals/mrpeach/net/udpreceive.c:104: error:
storage size of 'mreq' isn't known
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 ----------------------------------------
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-devel/packages/darwin_app/build/Pd-0.43.0-devel-20100714.app/Contents/Resources/doc/manuals/Pd/ReadMe.html
"/Volumes/Pd-extended"
install:
/Users/pd/auto-build/pd-devel/packages/darwin_app/build/Pd-0.43.0-devel-20100714.app/Contents/Resources/doc/manuals/Pd/ReadMe.html:
No such file or directory
make: *** [dmg] Error 71
ls: /Users/pd/auto-build/pd-devel/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/2010-07-14/logs/2010-07-14_03.15.42_darwin_macosx104-i386_pd-devel.txt
------------------------------
Message: 8
Date: Thu, 15 Jul 2010 04:13:36 -0400 (EDT)
From: [email protected] (Pd Build User)
Subject: [PD-cvs] autobuild: pd-devel macosx104-i386 2010-07-15
03.15.39
To: [email protected]
Message-ID: <[email protected]>
last 20 errors ----------------------------------------
configure.ac:1: error: Autoconf version 2.60 or higher is required
configure.ac:1: error: Autoconf version 2.60 or higher is required
configure.ac:1: error: Autoconf version 2.60 or higher is required
configure.ac:1: error: Autoconf version 2.60 or higher is required
configure.ac:1: error: Autoconf version 2.60 or higher is required
configure.ac:1: error: Autoconf version 2.60 or higher is required
configure.ac:1: error: Autoconf version 2.60 or higher is required
configure.ac:1: error: Autoconf version 2.60 or higher is required
configure.ac:1: error: Autoconf version 2.60 or higher is required
configure.ac:1: error: Autoconf version 2.60 or higher is required
configure.ac:1: error: Autoconf version 2.60 or higher is required
configure.ac:1: error: Autoconf version 2.60 or higher is required
configure.ac:1: error: Autoconf version 2.60 or higher is required
configure.ac:1: error: Autoconf version 2.60 or higher is required
configure.ac:1: error: Autoconf version 2.60 or higher is required
configure.ac:1: error: Autoconf version 2.60 or higher is required
/Users/pd/auto-build/pd-devel/externals/mrpeach/net/udpreceive.c:104: error:
storage size of 'mreq' isn't known
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 ----------------------------------------
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-devel/packages/darwin_app/build/Pd-0.43.0-devel-20100715.app/Contents/Resources/doc/manuals/Pd/ReadMe.html
"/Volumes/Pd-extended"
install:
/Users/pd/auto-build/pd-devel/packages/darwin_app/build/Pd-0.43.0-devel-20100715.app/Contents/Resources/doc/manuals/Pd/ReadMe.html:
No such file or directory
make: *** [dmg] Error 71
ls: /Users/pd/auto-build/pd-devel/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/2010-07-15/logs/2010-07-15_03.15.39_darwin_macosx104-i386_pd-devel.txt
------------------------------
Message: 9
Date: Thu, 15 Jul 2010 04:25:57 -0400
From: "Windows XP Pd Build Server" <[email protected]>
Subject: [PD-cvs] autobuild: pd-devel windowsxp-i386 2010-07-15
03.31.00
To: <[email protected]>
Message-ID: <[email protected]>
Content-Type: text/plain
last 20 errors ----------------------------------------
/gfsmCommon.h:91: error: syntax error before "gfsmNoState"
/gfsmCommon.h:96: error: syntax error before "gfsmNoWeight"
gfsmCommon.c:29: error: syntax error before "gfsmEpsilon"
gfsmCommon.c:31: error: syntax error before "gfsmNoKey"
gfsmCommon.c:33: error: syntax error before "gfsmNoLabel"
gfsmCommon.c:33: error: initializer element is not constant
gfsmCommon.c:35: error: syntax error before "gfsmEpsilon1"
gfsmCommon.c:35: error: initializer element is not constant
gfsmCommon.c:37: error: syntax error before "gfsmEpsilon2"
gfsmCommon.c:37: error: initializer element is not constant
gfsmCommon.c:39: error: syntax error before "gfsmNoState"
gfsmCommon.c:39: error: initializer element is not constant
gfsmCommon.c:41: error: syntax error before "gfsmNoWeight"
C:/msys/1.0/home/pd/auto-build/pd-devel/externals/mrpeach/net/udpreceive.c:104:
error: storage size of 'mreq' isn't known
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
/home/lapo/packaging/rsync-3.0.4-1/src/rsync-3.0.4/io.c(632) [receiver=3.0.4]
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
last 15 lines ----------------------------------------
/pd-settings.reg: line 32: loadlib28=jmmmp: command not found
/pd-settings.reg: line 33: loadlib29=ext13: command not found
/pd-settings.reg: line 34: loadlib30=ggee: command not found
/pd-settings.reg: line 35: loadlib31=iem_anything: command not found
/pd-settings.reg: line 36: loadlib32=flib: command not found
/pd-settings.reg: line 37: loadlib33=ekext: command not found
/pd-settings.reg: line 38: loadlib34=flatspace: command not found
/pd-settings.reg: line 39: nloadlib=34: command not found
/pd-settings.reg: line 40: syntax error near unexpected token `;'
/pd-settings.reg: line 40: `; delete any previous loadlib flags'
C:\msys\1.0\home\pd\auto-build\pd-devel\packages\win32_inno>"bin\pd.exe" -font
10 -path "doc\vasp" -lib cyclone -lib Gem -lib OSC -lib vasp -lib xeq -lib
xsample -listdev
The system cannot find the path specified.
/pd.ico: ./pd.ico: cannot execute binary file
/pdpatch.ico: ./pdpatch.ico: cannot execute binary file
the full logfile - if it has been succesfully uploaded - can be viewed at:
http://autobuild.puredata.info/auto-build/2010-07-15/logs/2010-07-15_03.31.00_mingw32_nt-5.1_windowsxp-i386_pd-devel.txt
------------------------------
_______________________________________________
Pd-cvs mailing list
[email protected]
http://lists.puredata.info/listinfo/pd-cvs
End of Pd-cvs Digest, Vol 65, Issue 8
*************************************