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:[12923]
      branches/by-author/eighthave/pd-mobile-0.43
      ([email protected])
   2. SF.net SVN: pure-data:[12924]
      branches/by-author/eighthave/pd-mobile-0.43/ src
      ([email protected])
   3. SF.net SVN: pure-data:[12925]
      branches/by-author/eighthave/pd-mobile-0.43/ src/Android.mk
      ([email protected])
   4. SF.net SVN: pure-data:[12926]
      branches/by-author/eighthave/pd-mobile-0.43
      ([email protected])
   5. SF.net SVN: pure-data:[12927]
      branches/by-author/eighthave/pd-mobile-0.43
      ([email protected])
   6. SF.net SVN: pure-data:[12928]
      branches/by-author/eighthave/pd-mobile-0.43
      ([email protected])
   7. SF.net SVN: pure-data:[12929]
      branches/by-author/eighthave/pd-mobile-0.43/ pd/src/Android.mk
      ([email protected])
   8. SF.net SVN: pure-data:[12930]
      branches/by-author/eighthave/pd-mobile-0.43/ pd/src
      ([email protected])
   9. SF.net SVN: pure-data:[12931]
      branches/pd-gui-rewrite/0.43/src/helpbrowser. tcl
      ([email protected])
  10. SF.net SVN: pure-data:[12932]
      branches/pd-gui-rewrite/0.43/src/helpbrowser. tcl
      ([email protected])
  11. SF.net SVN: pure-data:[12933]
      branches/pd-gui-rewrite/0.43/src/helpbrowser. tcl
      ([email protected])
  12. autobuild: pd-devel macosx104-i386 2010-01-09 03.15.44
      (Pd Build User)


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

Message: 1
Date: Fri, 08 Jan 2010 21:29:17 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[12923]
        branches/by-author/eighthave/pd-mobile-0.43
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8

Revision: 12923
          http://pure-data.svn.sourceforge.net/pure-data/?rev=12923&view=rev
Author:   eighthave
Date:     2010-01-08 21:29:16 +0000 (Fri, 08 Jan 2010)

Log Message:
-----------
copied hello-jni template and edited for pd

Modified Paths:
--------------
    branches/by-author/eighthave/pd-mobile-0.43/configure.ac

Added Paths:
-----------
    branches/by-author/eighthave/pd-mobile-0.43/AndroidManifest.xml
    branches/by-author/eighthave/pd-mobile-0.43/default.properties
    branches/by-author/eighthave/pd-mobile-0.43/jni
    branches/by-author/eighthave/pd-mobile-0.43/res/
    branches/by-author/eighthave/pd-mobile-0.43/res/layout/
    branches/by-author/eighthave/pd-mobile-0.43/res/layout/main.xml
    branches/by-author/eighthave/pd-mobile-0.43/res/values/
    branches/by-author/eighthave/pd-mobile-0.43/res/values/strings.xml
    branches/by-author/eighthave/pd-mobile-0.43/src/org/
    branches/by-author/eighthave/pd-mobile-0.43/src/org/puredata/
    branches/by-author/eighthave/pd-mobile-0.43/src/org/puredata/pd/


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



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

Message: 2
Date: Fri, 08 Jan 2010 21:29:46 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[12924]
        branches/by-author/eighthave/pd-mobile-0.43/ src
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8

Revision: 12924
          http://pure-data.svn.sourceforge.net/pure-data/?rev=12924&view=rev
Author:   eighthave
Date:     2010-01-08 21:29:45 +0000 (Fri, 08 Jan 2010)

Log Message:
-----------
moved the java file into the right position

Added Paths:
-----------
    
branches/by-author/eighthave/pd-mobile-0.43/src/org/puredata/pd/RjdjService.java

Removed Paths:
-------------
    branches/by-author/eighthave/pd-mobile-0.43/src/RjdjService.java


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



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

Message: 3
Date: Fri, 08 Jan 2010 21:32:07 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[12925]
        branches/by-author/eighthave/pd-mobile-0.43/ src/Android.mk
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8

Revision: 12925
          http://pure-data.svn.sourceforge.net/pure-data/?rev=12925&view=rev
Author:   eighthave
Date:     2010-01-08 21:32:07 +0000 (Fri, 08 Jan 2010)

Log Message:
-----------
added android-style makefile for C files

Added Paths:
-----------
    branches/by-author/eighthave/pd-mobile-0.43/src/Android.mk


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



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

Message: 4
Date: Fri, 08 Jan 2010 21:57:25 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[12926]
        branches/by-author/eighthave/pd-mobile-0.43
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8

Revision: 12926
          http://pure-data.svn.sourceforge.net/pure-data/?rev=12926&view=rev
Author:   eighthave
Date:     2010-01-08 21:56:16 +0000 (Fri, 08 Jan 2010)

Log Message:
-----------
moved everything into a subdir 'pd' to work better with the Android build 
system layout

Added Paths:
-----------
    branches/by-author/eighthave/pd-mobile-0.43/pd/
    branches/by-author/eighthave/pd-mobile-0.43/pd/INSTALL.txt
    branches/by-author/eighthave/pd-mobile-0.43/pd/LICENSE.txt
    branches/by-author/eighthave/pd-mobile-0.43/pd/Makefile.am
    branches/by-author/eighthave/pd-mobile-0.43/pd/README.txt
    branches/by-author/eighthave/pd-mobile-0.43/pd/asio/
    branches/by-author/eighthave/pd-mobile-0.43/pd/autogen.sh
    branches/by-author/eighthave/pd-mobile-0.43/pd/configure.ac
    branches/by-author/eighthave/pd-mobile-0.43/pd/debian/
    branches/by-author/eighthave/pd-mobile-0.43/pd/doc/
    branches/by-author/eighthave/pd-mobile-0.43/pd/extra/
    branches/by-author/eighthave/pd-mobile-0.43/pd/jni
    branches/by-author/eighthave/pd-mobile-0.43/pd/m4/
    branches/by-author/eighthave/pd-mobile-0.43/pd/man/
    branches/by-author/eighthave/pd-mobile-0.43/pd/po/
    branches/by-author/eighthave/pd-mobile-0.43/pd/portaudio/
    branches/by-author/eighthave/pd-mobile-0.43/pd/portmidi/
    branches/by-author/eighthave/pd-mobile-0.43/pd/src/
    branches/by-author/eighthave/pd-mobile-0.43/pd/startup/

Removed Paths:
-------------
    branches/by-author/eighthave/pd-mobile-0.43/INSTALL.txt
    branches/by-author/eighthave/pd-mobile-0.43/LICENSE.txt
    branches/by-author/eighthave/pd-mobile-0.43/Makefile.am
    branches/by-author/eighthave/pd-mobile-0.43/README.txt
    branches/by-author/eighthave/pd-mobile-0.43/asio/
    branches/by-author/eighthave/pd-mobile-0.43/autogen.sh
    branches/by-author/eighthave/pd-mobile-0.43/configure.ac
    branches/by-author/eighthave/pd-mobile-0.43/debian/
    branches/by-author/eighthave/pd-mobile-0.43/doc/
    branches/by-author/eighthave/pd-mobile-0.43/extra/
    branches/by-author/eighthave/pd-mobile-0.43/jni
    branches/by-author/eighthave/pd-mobile-0.43/m4/
    branches/by-author/eighthave/pd-mobile-0.43/man/
    branches/by-author/eighthave/pd-mobile-0.43/po/
    branches/by-author/eighthave/pd-mobile-0.43/portaudio/
    branches/by-author/eighthave/pd-mobile-0.43/portmidi/
    branches/by-author/eighthave/pd-mobile-0.43/src/
    branches/by-author/eighthave/pd-mobile-0.43/startup/


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



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

Message: 5
Date: Fri, 08 Jan 2010 22:00:55 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[12927]
        branches/by-author/eighthave/pd-mobile-0.43
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8

Revision: 12927
          http://pure-data.svn.sourceforge.net/pure-data/?rev=12927&view=rev
Author:   eighthave
Date:     2010-01-08 22:00:47 +0000 (Fri, 08 Jan 2010)

Log Message:
-----------
missed a couple files in the move, last files to move for the Android layout

Added Paths:
-----------
    branches/by-author/eighthave/pd-mobile-0.43/pd/AndroidManifest.xml
    branches/by-author/eighthave/pd-mobile-0.43/pd/default.properties
    branches/by-author/eighthave/pd-mobile-0.43/pd/res/

Removed Paths:
-------------
    branches/by-author/eighthave/pd-mobile-0.43/AndroidManifest.xml
    branches/by-author/eighthave/pd-mobile-0.43/default.properties
    branches/by-author/eighthave/pd-mobile-0.43/res/


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



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

Message: 6
Date: Fri, 08 Jan 2010 22:03:20 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[12928]
        branches/by-author/eighthave/pd-mobile-0.43
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8

Revision: 12928
          http://pure-data.svn.sourceforge.net/pure-data/?rev=12928&view=rev
Author:   eighthave
Date:     2010-01-08 22:03:20 +0000 (Fri, 08 Jan 2010)

Log Message:
-----------
last piece of the android build system in place, let's see if it works

Added Paths:
-----------
    branches/by-author/eighthave/pd-mobile-0.43/Application.mk
    branches/by-author/eighthave/pd-mobile-0.43/project


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



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

Message: 7
Date: Fri, 08 Jan 2010 22:22:54 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[12929]
        branches/by-author/eighthave/pd-mobile-0.43/ pd/src/Android.mk
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8

Revision: 12929
          http://pure-data.svn.sourceforge.net/pure-data/?rev=12929&view=rev
Author:   eighthave
Date:     2010-01-08 22:22:54 +0000 (Fri, 08 Jan 2010)

Log Message:
-----------
renamed project to match name of folder in SVN

Modified Paths:
--------------
    branches/by-author/eighthave/pd-mobile-0.43/pd/src/Android.mk


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



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

Message: 8
Date: Fri, 08 Jan 2010 22:38:28 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[12930]
        branches/by-author/eighthave/pd-mobile-0.43/ pd/src
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8

Revision: 12930
          http://pure-data.svn.sourceforge.net/pure-data/?rev=12930&view=rev
Author:   eighthave
Date:     2010-01-08 22:38:28 +0000 (Fri, 08 Jan 2010)

Log Message:
-----------
renamed me.rjdj.rjdjroid to org.puredata.pd

Modified Paths:
--------------
    
branches/by-author/eighthave/pd-mobile-0.43/pd/src/org/puredata/pd/RjdjService.java
    branches/by-author/eighthave/pd-mobile-0.43/pd/src/s_audio_android.c


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



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

Message: 9
Date: Sat, 09 Jan 2010 04:52:52 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[12931]
        branches/pd-gui-rewrite/0.43/src/helpbrowser. tcl
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8

Revision: 12931
          http://pure-data.svn.sourceforge.net/pure-data/?rev=12931&view=rev
Author:   eighthave
Date:     2010-01-09 04:52:52 +0000 (Sat, 09 Jan 2010)

Log Message:
-----------
some kind of rough arrow/return key bindings

Modified Paths:
--------------
    branches/pd-gui-rewrite/0.43/src/helpbrowser.tcl


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



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

Message: 10
Date: Sat, 09 Jan 2010 05:54:54 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[12932]
        branches/pd-gui-rewrite/0.43/src/helpbrowser. tcl
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8

Revision: 12932
          http://pure-data.svn.sourceforge.net/pure-data/?rev=12932&view=rev
Author:   eighthave
Date:     2010-01-09 05:54:53 +0000 (Sat, 09 Jan 2010)

Log Message:
-----------
implemented help browser idea I sketched out on the list: 
http://lists.puredata.info/pipermail/pd-list/2010-01/075125.html

Modified Paths:
--------------
    branches/pd-gui-rewrite/0.43/src/helpbrowser.tcl


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



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

Message: 11
Date: Sat, 09 Jan 2010 06:10:09 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[12933]
        branches/pd-gui-rewrite/0.43/src/helpbrowser. tcl
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8

Revision: 12933
          http://pure-data.svn.sourceforge.net/pure-data/?rev=12933&view=rev
Author:   eighthave
Date:     2010-01-09 06:10:09 +0000 (Sat, 09 Jan 2010)

Log Message:
-----------
fixed bugs with double-clicking and cleaned up code

Modified Paths:
--------------
    branches/pd-gui-rewrite/0.43/src/helpbrowser.tcl


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



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

Message: 12
Date: Sat,  9 Jan 2010 03:36:50 -0500 (EST)
From: [email protected] (Pd Build User)
Subject: [PD-cvs] autobuild: pd-devel macosx104-i386 2010-01-09
        03.15.44
To: [email protected]
Message-ID: <[email protected]>

last 20 errors ----------------------------------------
pix_filmDarwin.cpp:101: error: expected `(' before 'filename'
pix_filmDarwin.cpp:101: error: expected `)' before ';' token
pix_filmDarwin.cpp:101: error: invalid static_cast from type 'char*' to type 
'UInt8*'
pix_filmDarwin.cpp:497: error: invalid static_cast from type 'TimeBaseRecord*' 
to type '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 15 lines ----------------------------------------
pix_filmDarwin.cpp:497: error: invalid static_cast from type 'TimeBaseRecord*' 
to type 'long int'
make[3]: *** [pix_filmDarwin.o] Error 1
make[2]: *** [Pixes] Error 2
make[1]: *** [/Users/pd/auto-build/pd-devel/Gem/src/Gem.pd_darwin] Error 2
make: *** [extended_install] Error 2
sed -i.bak 's|pdp_v4l|pdp_ieee1394|' 
/Users/pd/auto-build/pd-devel/packages/darwin_app/build/Pd-0.43.0-devel-20100109.app/Contents/Resources/doc/5.reference/pdp*-help.pd
sed: lstat: No such file or directory
make: *** [pdp_help_hack] Error 1
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(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/2010-01-09/logs/2010-01-09_03.15.44_darwin_macosx104-i386_pd-devel.txt



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

_______________________________________________
Pd-cvs mailing list
[email protected]
http://lists.puredata.info/listinfo/pd-cvs


End of Pd-cvs Digest, Vol 59, Issue 8
*************************************

Reply via email to