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-08-05/logs/2010-08-05_03.31.00_mingw32_nt-5.1_windowsxp-i386_pd-devel.txt
      (Pd user)
   2. SF.net SVN: pure-data:[13755]
      trunk/externals/mrpeach/net/udpsend.c ([email protected])
   3. SF.net SVN: pure-data:[13756] trunk/externals/tof/tof
      ([email protected])
   4. SF.net SVN: pure-data:[13757] trunk/externals/mrpeach/net
      ([email protected])
   5. SF.net SVN: pure-data:[13758]
      trunk/externals/mrpeach/net/udpreceive.c
      ([email protected])
   6. SF.net SVN: pure-data:[13759] trunk
      ([email protected])
   7. SF.net SVN: pure-data:[13760] trunk
      ([email protected])


----------------------------------------------------------------------

Message: 1
Date: Thu,  5 Aug 2010 08:08:02 -0400 (EDT)
From: [email protected] (Pd user)
Subject: [PD-cvs] autobuild:
        
/var/www/auto-build/2010-08-05/logs/2010-08-05_03.31.00_mingw32_nt-5.1_windowsxp-i386_pd-devel.txt
        
To: [email protected]
Message-ID: <20100805120803.1d85c3e8...@debian-stable-i386>

./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/udpsend.c:393: 
error: `dwRetVal' undeclared (first use in this function)
C:/msys/1.0/home/pd/auto-build/pd-devel/externals/mrpeach/net/udpsend.c:393: 
error: (Each undeclared identifier is reported only once
C:/msys/1.0/home/pd/auto-build/pd-devel/externals/mrpeach/net/udpsend.c:393: 
error: for each function it appears in.)
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-08-05/logs/



------------------------------

Message: 2
Date: Thu, 05 Aug 2010 18:52:27 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[13755]
        trunk/externals/mrpeach/net/udpsend.c
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8

Revision: 13755
          http://pure-data.svn.sourceforge.net/pure-data/?rev=13755&view=rev
Author:   mrpeach
Date:     2010-08-05 18:52:27 +0000 (Thu, 05 Aug 2010)

Log Message:
-----------
Fixed bugs in _WIN32 socket error reporting.

Modified Paths:
--------------
    trunk/externals/mrpeach/net/udpsend.c


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



------------------------------

Message: 3
Date: Thu, 05 Aug 2010 19:11:16 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[13756]
        trunk/externals/tof/tof
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8

Revision: 13756
          http://pure-data.svn.sourceforge.net/pure-data/?rev=13756&view=rev
Author:   mrtof
Date:     2010-08-05 19:11:15 +0000 (Thu, 05 Aug 2010)

Log Message:
-----------
Updated my help files... sometimes I wonder if I writing those while being 
drunk is a bad idea...

Modified Paths:
--------------
    trunk/externals/tof/tof/phasorshot~-help.pd
    trunk/externals/tof/tof/sample-help.pd


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



------------------------------

Message: 4
Date: Thu, 05 Aug 2010 20:26:24 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[13757]
        trunk/externals/mrpeach/net
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8

Revision: 13757
          http://pure-data.svn.sourceforge.net/pure-data/?rev=13757&view=rev
Author:   mrpeach
Date:     2010-08-05 20:26:24 +0000 (Thu, 05 Aug 2010)

Log Message:
-----------
_WIN32 multicast works (needed to bind socket before joining multicast).

Modified Paths:
--------------
    trunk/externals/mrpeach/net/udpreceive-help.pd
    trunk/externals/mrpeach/net/udpreceive.c


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



------------------------------

Message: 5
Date: Thu, 05 Aug 2010 20:45:51 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[13758]
        trunk/externals/mrpeach/net/udpreceive.c
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8

Revision: 13758
          http://pure-data.svn.sourceforge.net/pure-data/?rev=13758&view=rev
Author:   mrpeach
Date:     2010-08-05 20:45:50 +0000 (Thu, 05 Aug 2010)

Log Message:
-----------
Added #include <errno.h> for the new sock_error function

Modified Paths:
--------------
    trunk/externals/mrpeach/net/udpreceive.c


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



------------------------------

Message: 6
Date: Thu, 05 Aug 2010 21:41:58 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[13759] trunk
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8

Revision: 13759
          http://pure-data.svn.sourceforge.net/pure-data/?rev=13759&view=rev
Author:   eighthave
Date:     2010-08-05 21:41:57 +0000 (Thu, 05 Aug 2010)

Log Message:
-----------
fixed up Debian files in preparation for submission to mentors.debian.net

Modified Paths:
--------------
    trunk/abstractions/footils/list-abs/debian/changelog
    trunk/abstractions/footils/list-abs/debian/control
    trunk/abstractions/jmmmp/debian/changelog
    trunk/abstractions/jmmmp/debian/control
    trunk/abstractions/jmmmp/debian/copyright
    trunk/abstractions/purepd/debian/changelog
    trunk/abstractions/purepd/debian/control
    trunk/externals/bassemu~/debian/changelog
    trunk/externals/bassemu~/debian/control
    trunk/externals/bassemu~/debian/copyright
    trunk/externals/cxc/debian/changelog
    trunk/externals/cxc/debian/control
    trunk/externals/earplug~/debian/changelog
    trunk/externals/earplug~/debian/control
    trunk/externals/ext13/debian/changelog
    trunk/externals/ext13/debian/control
    trunk/externals/ezfile/debian/changelog
    trunk/externals/ezfile/debian/control
    trunk/externals/freeverb~/debian/changelog
    trunk/externals/freeverb~/debian/control
    trunk/externals/hcs/debian/changelog
    trunk/externals/hcs/debian/control
    trunk/externals/hcs/pan/debian/changelog
    trunk/externals/mapping/debian/changelog
    trunk/externals/mapping/debian/control
    trunk/externals/markex/debian/changelog
    trunk/externals/markex/debian/control
    trunk/externals/maxlib/debian/changelog
    trunk/externals/maxlib/debian/control
    trunk/externals/mjlib/debian/changelog
    trunk/externals/mjlib/debian/control
    trunk/externals/moonlib/debian/changelog
    trunk/externals/moonlib/debian/control
    trunk/externals/motex/debian/changelog
    trunk/externals/motex/debian/control
    trunk/externals/pddp/debian/changelog
    trunk/externals/pddp/debian/control
    trunk/externals/pdogg/debian/changelog
    trunk/externals/pdogg/debian/control
    trunk/externals/pmpd/debian/changelog
    trunk/externals/pmpd/debian/control
    trunk/externals/sigpack/debian/changelog
    trunk/externals/sigpack/debian/control
    trunk/externals/smlib/debian/changelog
    trunk/externals/smlib/debian/control
    trunk/externals/template/debian/changelog
    trunk/externals/template/debian/control
    trunk/externals/windowing/debian/changelog
    trunk/externals/windowing/debian/control


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



------------------------------

Message: 7
Date: Thu, 05 Aug 2010 22:59:30 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[13760] trunk
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8

Revision: 13760
          http://pure-data.svn.sourceforge.net/pure-data/?rev=13760&view=rev
Author:   eighthave
Date:     2010-08-05 22:59:29 +0000 (Thu, 05 Aug 2010)

Log Message:
-----------
fixed lintian warnings: changelog-should-mention-nmu and 
missing-debian-source-format

Modified Paths:
--------------
    trunk/abstractions/footils/list-abs/debian/changelog
    trunk/abstractions/jmmmp/debian/changelog
    trunk/abstractions/purepd/debian/changelog
    trunk/externals/bassemu~/debian/changelog
    trunk/externals/cxc/debian/changelog
    trunk/externals/earplug~/debian/changelog
    trunk/externals/ext13/debian/changelog
    trunk/externals/ezfile/debian/changelog
    trunk/externals/freeverb~/debian/changelog
    trunk/externals/hcs/debian/changelog
    trunk/externals/hcs/pan/debian/changelog
    trunk/externals/mapping/debian/changelog
    trunk/externals/markex/debian/changelog
    trunk/externals/maxlib/debian/changelog
    trunk/externals/mjlib/debian/changelog
    trunk/externals/moonlib/debian/changelog
    trunk/externals/moonlib/debian/control
    trunk/externals/moonlib/debian/copyright
    trunk/externals/motex/debian/changelog
    trunk/externals/pddp/debian/changelog
    trunk/externals/pdogg/debian/changelog
    trunk/externals/pmpd/debian/changelog
    trunk/externals/sigpack/debian/changelog
    trunk/externals/smlib/debian/changelog
    trunk/externals/template/debian/changelog
    trunk/externals/windowing/debian/changelog
    trunk/externals/windowing/debian/control

Added Paths:
-----------
    trunk/abstractions/footils/list-abs/debian/source/
    trunk/abstractions/footils/list-abs/debian/source/format
    trunk/abstractions/jmmmp/debian/source/
    trunk/abstractions/jmmmp/debian/source/format
    trunk/abstractions/purepd/debian/source/
    trunk/abstractions/purepd/debian/source/format
    trunk/externals/bassemu~/debian/source/
    trunk/externals/bassemu~/debian/source/format
    trunk/externals/cxc/debian/source/
    trunk/externals/cxc/debian/source/format
    trunk/externals/earplug~/debian/source/
    trunk/externals/earplug~/debian/source/format
    trunk/externals/ext13/debian/source/
    trunk/externals/ext13/debian/source/format
    trunk/externals/ezfile/debian/source/
    trunk/externals/ezfile/debian/source/format
    trunk/externals/freeverb~/debian/source/
    trunk/externals/freeverb~/debian/source/format
    trunk/externals/hcs/debian/source/
    trunk/externals/hcs/debian/source/format
    trunk/externals/hcs/pan/debian/source/
    trunk/externals/hcs/pan/debian/source/format
    trunk/externals/mapping/debian/source/
    trunk/externals/mapping/debian/source/format
    trunk/externals/markex/debian/source/
    trunk/externals/markex/debian/source/format
    trunk/externals/maxlib/debian/source/
    trunk/externals/maxlib/debian/source/format
    trunk/externals/mjlib/debian/source/
    trunk/externals/mjlib/debian/source/format
    trunk/externals/moonlib/debian/source/
    trunk/externals/moonlib/debian/source/format
    trunk/externals/motex/debian/source/
    trunk/externals/motex/debian/source/format
    trunk/externals/pddp/debian/source/
    trunk/externals/pddp/debian/source/format
    trunk/externals/pdogg/debian/source/
    trunk/externals/pdogg/debian/source/format
    trunk/externals/pmpd/debian/source/
    trunk/externals/pmpd/debian/source/format
    trunk/externals/sigpack/debian/source/
    trunk/externals/sigpack/debian/source/format
    trunk/externals/smlib/debian/source/
    trunk/externals/smlib/debian/source/format
    trunk/externals/template/debian/source/
    trunk/externals/template/debian/source/format
    trunk/externals/windowing/debian/source/
    trunk/externals/windowing/debian/source/format


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 66, Issue 6
*************************************

Reply via email to