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:[12953] trunk/externals/mrpeach/net
      ([email protected])
   2. SF.net SVN: pure-data:[12954]
      trunk/externals/mrpeach/net/udpsend~-help.pd
      ([email protected])
   3. SF.net SVN: pure-data:[12955] trunk/externals/mrpeach/net
      ([email protected])
   4. SF.net SVN: pure-data:[12956]
      branches/pd-gui-rewrite/0.43/src ([email protected])
   5. SF.net SVN: pure-data:[12957]
      branches/pd-gui-rewrite/0.43/src/pdwindow.tcl
      ([email protected])
   6. SF.net SVN: pure-data:[12958]
      branches/pd-gui-rewrite/0.43/src/pdtk_canvas. tcl
      ([email protected])
   7. SF.net SVN: pure-data:[12959]
      branches/pd-gui-rewrite/0.43/src/pdtk_canvas. tcl
      ([email protected])
   8. SF.net SVN: pure-data:[12960]
      branches/pd-gui-rewrite/0.43/startup ([email protected])
   9. SF.net SVN: pure-data:[12961]
      branches/pd-gui-rewrite/0.43/startup/disabled
      /font_doesnt_follow_focus-plugin.tcl ([email protected])
  10. SF.net SVN: pure-data:[12962]
      branches/pd-gui-rewrite/0.43/src/pdtk_text. tcl
      ([email protected])
  11. SF.net SVN: pure-data:[12963]
      branches/pd-gui-rewrite/0.43/src ([email protected])
  12. SF.net SVN: pure-data:[12964]
      branches/pd-gui-rewrite/0.43/src ([email protected])
  13. autobuild: pd-devel macosx104-i386 2010-01-12 03.15.40
      (Pd Build User)
  14. autobuild: pd-devel windowsxp-i386 2010-01-12 03.31.01
      (Windows XP Pd Build Server)
  15. autobuild: pd-extended macosx104-i386 2010-01-12 03.15.40
      (Pd Build User)
  16. autobuild: pd-extended windowsxp-i386 2010-01-12 03.31.01
      (Windows XP Pd Build Server)


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

Message: 1
Date: Mon, 11 Jan 2010 14:25:49 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[12953]
        trunk/externals/mrpeach/net
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8

Revision: 12953
          http://pure-data.svn.sourceforge.net/pure-data/?rev=12953&view=rev
Author:   mrpeach
Date:     2010-01-11 14:25:48 +0000 (Mon, 11 Jan 2010)

Log Message:
-----------
Versions of netsend~ for udp.

Added Paths:
-----------
    trunk/externals/mrpeach/net/float_cast.h
    trunk/externals/mrpeach/net/udpreceive~.c
    trunk/externals/mrpeach/net/udpsend~.c
    trunk/externals/mrpeach/net/udpsend~.h


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



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

Message: 2
Date: Mon, 11 Jan 2010 14:27:31 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[12954]
        trunk/externals/mrpeach/net/udpsend~-help.pd
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8

Revision: 12954
          http://pure-data.svn.sourceforge.net/pure-data/?rev=12954&view=rev
Author:   mrpeach
Date:     2010-01-11 14:27:31 +0000 (Mon, 11 Jan 2010)

Log Message:
-----------
help patch for udpsend~ and udpreceive~

Added Paths:
-----------
    trunk/externals/mrpeach/net/udpsend~-help.pd


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



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

Message: 3
Date: Mon, 11 Jan 2010 16:56:07 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[12955]
        trunk/externals/mrpeach/net
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8

Revision: 12955
          http://pure-data.svn.sourceforge.net/pure-data/?rev=12955&view=rev
Author:   mrpeach
Date:     2010-01-11 16:56:07 +0000 (Mon, 11 Jan 2010)

Log Message:
-----------
Added "unix" to the test for "UNIX".

Modified Paths:
--------------
    trunk/externals/mrpeach/net/udpreceive~.c
    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: 4
Date: Mon, 11 Jan 2010 19:36:08 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[12956]
        branches/pd-gui-rewrite/0.43/src
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8

Revision: 12956
          http://pure-data.svn.sourceforge.net/pure-data/?rev=12956&view=rev
Author:   zmoelnig
Date:     2010-01-11 19:36:08 +0000 (Mon, 11 Jan 2010)

Log Message:
-----------
allow to connect to remote host: ./pd-gui.tcl [[<host>:]<port>]
where port must be a number >0 (not necessarily >=5400)

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


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



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

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

Revision: 12957
          http://pure-data.svn.sourceforge.net/pure-data/?rev=12957&view=rev
Author:   zmoelnig
Date:     2010-01-11 19:42:10 +0000 (Mon, 11 Jan 2010)

Log Message:
-----------
force the pdconsole to be updated on creation

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


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



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

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

Revision: 12958
          http://pure-data.svn.sourceforge.net/pure-data/?rev=12958&view=rev
Author:   zmoelnig
Date:     2010-01-11 20:06:02 +0000 (Mon, 11 Jan 2010)

Log Message:
-----------
eck whether .pdwindow.tc.entry is viewable before "grab"ing it
(tk8.5 crashes is the grabbed window is not viewable)

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


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



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

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

Revision: 12959
          http://pure-data.svn.sourceforge.net/pure-data/?rev=12959&view=rev
Author:   zmoelnig
Date:     2010-01-11 20:10:26 +0000 (Mon, 11 Jan 2010)

Log Message:
-----------
added comments and explain a workaround if window is not visible

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


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



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

Message: 8
Date: Mon, 11 Jan 2010 23:12:47 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[12960]
        branches/pd-gui-rewrite/0.43/startup
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8

Revision: 12960
          http://pure-data.svn.sourceforge.net/pure-data/?rev=12960&view=rev
Author:   eighthave
Date:     2010-01-11 23:12:47 +0000 (Mon, 11 Jan 2010)

Log Message:
-----------
moved meters plugin to disabled

Added Paths:
-----------
    branches/pd-gui-rewrite/0.43/startup/disabled/meters_default_on-plugin.tcl

Removed Paths:
-------------
    branches/pd-gui-rewrite/0.43/startup/meters_default_on-plugin.tcl


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



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

Message: 9
Date: Mon, 11 Jan 2010 23:13:23 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[12961]
        branches/pd-gui-rewrite/0.43/startup/disabled
        /font_doesnt_follow_focus-plugin.tcl
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8

Revision: 12961
          http://pure-data.svn.sourceforge.net/pure-data/?rev=12961&view=rev
Author:   eighthave
Date:     2010-01-11 23:13:22 +0000 (Mon, 11 Jan 2010)

Log Message:
-----------
made a plugin for IOhannes to make things work better for mouse-follows-focus

Added Paths:
-----------
    
branches/pd-gui-rewrite/0.43/startup/disabled/font_doesnt_follow_focus-plugin.tcl


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



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

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

Revision: 12962
          http://pure-data.svn.sourceforge.net/pure-data/?rev=12962&view=rev
Author:   eighthave
Date:     2010-01-11 23:23:55 +0000 (Mon, 11 Jan 2010)

Log Message:
-----------
fixed so triple-click only selects all in editmode, fixing bug #2929971

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


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



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

Message: 11
Date: Tue, 12 Jan 2010 07:04:16 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[12963]
        branches/pd-gui-rewrite/0.43/src
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8

Revision: 12963
          http://pure-data.svn.sourceforge.net/pure-data/?rev=12963&view=rev
Author:   eighthave
Date:     2010-01-12 07:04:15 +0000 (Tue, 12 Jan 2010)

Log Message:
-----------
ok, this weird window menu logic almost killed me, but it works.  You can now
see a tree view on the Window menu of all open windows.  This replaces the
C-side logic and tries to put most of the logic on the Tcl-side.  The C-side
now does less stuff, less frequently.  Basically 'pd' just hands off lists of
parents for each canvaswindow to 'pd-gui'

- the ::childwindows array is probably totally unneeded and should be removed

- there are bugs with display when you close an intermediate window in the
  chain of parents: only the topmost gets shown then

Modified Paths:
--------------
    branches/pd-gui-rewrite/0.43/src/dialog_find.tcl
    branches/pd-gui-rewrite/0.43/src/dialog_font.tcl
    branches/pd-gui-rewrite/0.43/src/g_canvas.c
    branches/pd-gui-rewrite/0.43/src/g_editor.c
    branches/pd-gui-rewrite/0.43/src/pd-gui.tcl
    branches/pd-gui-rewrite/0.43/src/pd_bindings.tcl
    branches/pd-gui-rewrite/0.43/src/pd_menus.tcl
    branches/pd-gui-rewrite/0.43/src/pdtk_canvas.tcl
    branches/pd-gui-rewrite/0.43/src/pdwindow.tcl
    branches/pd-gui-rewrite/0.43/src/wheredoesthisgo.tcl

Property Changed:
----------------
    branches/pd-gui-rewrite/0.43/src/pd-gui.tcl


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



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

Message: 12
Date: Tue, 12 Jan 2010 07:17:29 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[12964]
        branches/pd-gui-rewrite/0.43/src
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8

Revision: 12964
          http://pure-data.svn.sourceforge.net/pure-data/?rev=12964&view=rev
Author:   eighthave
Date:     2010-01-12 07:17:28 +0000 (Tue, 12 Jan 2010)

Log Message:
-----------
- fixed bug where if intermediate windows were closed, then none of the
  children would be displayed

- deleted addparent proc, its never used

- moved addchild to pdtk_canvas, since that's the only place its used

Modified Paths:
--------------
    branches/pd-gui-rewrite/0.43/src/pd-gui.tcl
    branches/pd-gui-rewrite/0.43/src/pd_menus.tcl
    branches/pd-gui-rewrite/0.43/src/pdtk_canvas.tcl
    branches/pd-gui-rewrite/0.43/src/wheredoesthisgo.tcl


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



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

Message: 13
Date: Tue, 12 Jan 2010 03:47:51 -0500 (EST)
From: [email protected] (Pd Build User)
Subject: [PD-cvs] autobuild: pd-devel macosx104-i386 2010-01-12
        03.15.40
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 15 lines ----------------------------------------
/var/tmp//ccriy13f.s:1958:no such instruction: `fctiw %st,%st'
/var/tmp//ccriy13f.s:1959:no such instruction: `stfd %st,-32(%ebp)'
make[2]: *** [/Users/pd/auto-build/pd-devel/externals/mrpeach/net/udpsend~.o] 
Error 1
make[1]: *** [externals_install] 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-20100112.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-12/logs/2010-01-12_03.15.40_darwin_macosx104-i386_pd-devel.txt



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

Message: 14
Date: Tue, 12 Jan 2010 04:06:29 -0500
From: "Windows XP Pd Build Server" <[email protected]>
Subject: [PD-cvs] autobuild: pd-devel windowsxp-i386 2010-01-12
        03.31.01
To: <[email protected]>
Message-ID: <[email protected]>
Content-Type: text/plain

last 20 errors ----------------------------------------
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:263:
 error: `F_SETFL' undeclared (first use in this function)
C:/msys/1.0/home/pd/auto-build/pd-devel/externals/mrpeach/net/udpreceive~.c:263:
 error: (Each undeclared identifier is reported only once
C:/msys/1.0/home/pd/auto-build/pd-devel/externals/mrpeach/net/udpreceive~.c:263:
 error: for each function it appears in.)
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 
/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.
/pd-settings.reg: line 210: syntax error: unexpected end of file
The system cannot find the path specified.
last 15 lines ----------------------------------------

C:\msys\1.0\home\pd\auto-build\pd-devel\packages\win32_inno>"bin\pd.exe" -font 
10 -listdev          
The system cannot find the path specified.

C:\msys\1.0\home\pd\auto-build\pd-devel\packages\win32_inno>"bin\pd.exe" -font 
10 -lib cyclone -lib OSC -lib xeq -lib xsample -listdev          
The system cannot find the path specified.
/pd-settings.reg: line 1: Windows: command not found
/pd-settings.reg: line 3: [HKEY_LOCAL_MACHINESOFTWAREPd]: command not found
/pd-settings.reg: line 208: unexpected EOF while looking for matching `"'
/pd-settings.reg: line 210: syntax error: unexpected end of file

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-01-12/logs/2010-01-12_03.31.01_mingw32_nt-5.1_windowsxp-i386_pd-devel.txt






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

Message: 15
Date: Tue, 12 Jan 2010 04:18:33 -0500 (EST)
From: [email protected] (Pd Build User)
Subject: [PD-cvs] autobuild: pd-extended macosx104-i386 2010-01-12
        03.15.40
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 15 lines ----------------------------------------
/Users/pd/auto-build/pd-extended/externals/mrpeach/net/udpsend~.c:80: warning: 
'ps_average' defined but not used
/Users/pd/auto-build/pd-extended/externals/mrpeach/net/udpsend~.c:81: warning: 
'ps_sf_mp3' defined but not used
/Users/pd/auto-build/pd-extended/externals/mrpeach/net/udpsend~.c:81: warning: 
'ps_sf_aac' defined but not used
/var/tmp//ccvt48QU.s:1958:no such instruction: `fctiw %st,%st'
/var/tmp//ccvt48QU.s:1959:no such instruction: `stfd %st,-32(%ebp)'
make[2]: *** 
[/Users/pd/auto-build/pd-extended/externals/mrpeach/net/udpsend~.o] Error 1
make[1]: *** [externals_install] Error 2
make: *** [extended_install] Error 2
ls: /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(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-12/logs/2010-01-12_03.15.40_darwin_macosx104-i386_pd-extended.txt



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

Message: 16
Date: Tue, 12 Jan 2010 04:41:56 -0500
From: "Windows XP Pd Build Server" <[email protected]>
Subject: [PD-cvs] autobuild: pd-extended windowsxp-i386 2010-01-12
        03.31.01
To: <[email protected]>
Message-ID: <[email protected]>
Content-Type: text/plain

last 20 errors ----------------------------------------
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-extended/externals/mrpeach/net/udpreceive~.c:263:
 error: `F_SETFL' undeclared (first use in this function)
C:/msys/1.0/home/pd/auto-build/pd-extended/externals/mrpeach/net/udpreceive~.c:263:
 error: (Each undeclared identifier is reported only once
C:/msys/1.0/home/pd/auto-build/pd-extended/externals/mrpeach/net/udpreceive~.c:263:
 error: for each function it appears in.)
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 
/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.
/pd-settings.reg: line 210: syntax error: unexpected end of file
The system cannot find the path specified.
last 15 lines ----------------------------------------

C:\msys\1.0\home\pd\auto-build\pd-extended\packages\win32_inno>"bin\pd.exe" 
-font 10 -listdev          
The system cannot find the path specified.

C:\msys\1.0\home\pd\auto-build\pd-extended\packages\win32_inno>"bin\pd.exe" 
-font 10 -lib cyclone -lib OSC -lib xeq -lib xsample -listdev          
The system cannot find the path specified.
/pd-settings.reg: line 1: Windows: command not found
/pd-settings.reg: line 3: [HKEY_LOCAL_MACHINESOFTWAREPd]: command not found
/pd-settings.reg: line 208: unexpected EOF while looking for matching `"'
/pd-settings.reg: line 210: syntax error: unexpected end of file

C:\msys\1.0\home\pd\auto-build\pd-extended\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-01-12/logs/2010-01-12_03.31.01_mingw32_nt-5.1_windowsxp-i386_pd-extended.txt






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

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


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

Reply via email to