Revision: 10740
http://pure-data.svn.sourceforge.net/pure-data/?rev=10740&view=rev
Author: eighthave
Date: 2009-02-05 04:47:10 +0000 (Thu, 05 Feb 2009)
Log Message:
-----------
it seems that including the Fink and Macports wish paths was doing more harm than good. That feature will have to wait for Pd-devel
Modified Paths:
--------------
branches/pd-extended/0.41/pd/src/s_inter.c
Modified: branches/pd-extended/0.41/pd/src/s_inter.c
===================================================================
--- branches/pd-extended/0.41/pd/src/s_inter.c 2009-02-05 04:45:56 UTC (rev 10739)
+++ branches/pd-extended/0.41/pd/src/s_inter.c 2009-02-05 04:47:10 UTC (rev 10740)
@@ -1048,9 +1048,7 @@
"/Applications/Utilities/Wish Shell.app/Contents/MacOS/Wish Shell",
"/Applications/Wish.app/Contents/MacOS/Wish",
"/Applications/Wish Shell.app/Contents/MacOS/Wish Shell",
- "/usr/local/bin/wish",
- "/sw/bin/wish",
- "/opt/bin/wish",
+ "/usr/local/bin/wish",
"/usr/bin/wish"
};
/* this glob is needed so the Wish executable can have the same
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 10736
http://pure-data.svn.sourceforge.net/pure-data/?rev=10736&view=rev
Author: mukau
Date: 2009-02-04 09:13:34 +0000 (Wed, 04 Feb 2009)
Log Message:
-----------
+ fixed missing semicolon in flite.c
Modified Paths:
--------------
trunk/externals/moocow/flite/flite.c
Modified: trunk/externals/moocow/flite/flite.c
===================================================================
--- trunk/externals/moocow/flite/flite.c 2009-02-04 06:29:56 UTC (rev 10735)
+++ trunk/externals/moocow/flite/flite.c 2009-02-04 09:13:34 UTC (rev 10736)
@@ -84,7 +84,7 @@
// -- sanity checks
if (!(a = (t_garray *)pd_findbyclass(x->x_arrayname, garray_class))) {
pd_error(x,"flite: no such array '%s'", x->x_arrayname->s_name);
- return
+ return;
}
if (!x->textbuf) {
pd_error(x,"flite: attempt to synthesize empty text-buffer!");
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 10735
http://pure-data.svn.sourceforge.net/pure-data/?rev=10735&view=rev
Author: eighthave
Date: 2009-02-04 06:29:56 +0000 (Wed, 04 Feb 2009)
Log Message:
-----------
oops, probably shouldn't be writing code for Mac OS X while in Ubuntu, or I am likely to make studid mistakes like this one
Modified Paths:
--------------
branches/pd-devel/0.41.4/src/apple_events.tcl
Modified: branches/pd-devel/0.41.4/src/apple_events.tcl
===================================================================
--- branches/pd-devel/0.41.4/src/apple_events.tcl 2009-02-04 06:24:04 UTC (rev 10734)
+++ branches/pd-devel/0.41.4/src/apple_events.tcl 2009-02-04 06:29:56 UTC (rev 10735)
@@ -13,7 +13,7 @@
# kAEOpenDocuments
proc ::tk::mac::OpenDocument {args} {
- foreach filename $files {
+ foreach filename $args {
puts "open_file $filename"
open_file $filename
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
allhammers.c:75: error: previous declaration of 'universal_setup' was here
allhammers.c:156: error: conflicting types for 'urn_setup'
allhammers.c:76: error: previous declaration of 'urn_setup' was here
allhammers.c:157: error: conflicting types for 'xbendin_setup'
allhammers.c:77: error: previous declaration of 'xbendin_setup' was here
allhammers.c:158: error: conflicting types for 'xbendin2_setup'
allhammers.c:78: error: previous declaration of 'xbendin2_setup' was here
allhammers.c:159: error: conflicting types for 'xbendout_setup'
allhammers.c:79: error: previous declaration of 'xbendout_setup' was here
allhammers.c:160: error: conflicting types for 'xbendout2_setup'
allhammers.c:80: error: previous declaration of 'xbendout2_setup' was here
allhammers.c:161: error: conflicting types for 'xnotein_setup'
allhammers.c:81: error: previous declaration of 'xnotein_setup' was here
allhammers.c:162: error: conflicting types for 'xnoteout_setup'
allhammers.c:82: error: previous declaration of 'xnoteout_setup' was here
allhammers.c:163: error: conflicting types for 'zl_setup'
allhammers.c:83: error: previous declaration of 'zl_setup' was here
allhammers.c:164: error: syntax error before '}' token
rsync error: errors selecting input/output files, dirs (code 3) at main.c(565) [receiver=2.6.9]
rsync error: error in rsync protocol data stream (code 12) at /SourceCache/rsync/rsync-35.2/rsync/io.c(452) [sender=2.6.9]
the full logfile - if it has been succesfully uploaded - can be viewed at:
http://autobuild.puredata.info/auto-build/2009-02-04/logs/2009-02-04_01.00.…
Revision: 10734
http://pure-data.svn.sourceforge.net/pure-data/?rev=10734&view=rev
Author: eighthave
Date: 2009-02-04 06:24:04 +0000 (Wed, 04 Feb 2009)
Log Message:
-----------
enable drag-n-dropping of files on Mac OS X
Modified Paths:
--------------
branches/pd-devel/0.41.4/src/apple_events.tcl
Modified: branches/pd-devel/0.41.4/src/apple_events.tcl
===================================================================
--- branches/pd-devel/0.41.4/src/apple_events.tcl 2009-02-04 06:04:54 UTC (rev 10733)
+++ branches/pd-devel/0.41.4/src/apple_events.tcl 2009-02-04 06:24:04 UTC (rev 10734)
@@ -1,6 +1,8 @@
package provide apple_events 0.1
+package require wheredoesthisgo
+
# from http://wiki.tcl.tk/12987
# minimum line thickness to anti-alias (default: 3)
@@ -11,8 +13,10 @@
# kAEOpenDocuments
proc ::tk::mac::OpenDocument {args} {
- # TODO
- # args will be a list of all the documents dropped on your app, or double-clicked
+ foreach filename $files {
+ puts "open_file $filename"
+ open_file $filename
+ }
}
# kEventAppHidden
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
allhammers.c:75: error: previous declaration of 'universal_setup' was here
allhammers.c:156: error: conflicting types for 'urn_setup'
allhammers.c:76: error: previous declaration of 'urn_setup' was here
allhammers.c:157: error: conflicting types for 'xbendin_setup'
allhammers.c:77: error: previous declaration of 'xbendin_setup' was here
allhammers.c:158: error: conflicting types for 'xbendin2_setup'
allhammers.c:78: error: previous declaration of 'xbendin2_setup' was here
allhammers.c:159: error: conflicting types for 'xbendout_setup'
allhammers.c:79: error: previous declaration of 'xbendout_setup' was here
allhammers.c:160: error: conflicting types for 'xbendout2_setup'
allhammers.c:80: error: previous declaration of 'xbendout2_setup' was here
allhammers.c:161: error: conflicting types for 'xnotein_setup'
allhammers.c:81: error: previous declaration of 'xnotein_setup' was here
allhammers.c:162: error: conflicting types for 'xnoteout_setup'
allhammers.c:82: error: previous declaration of 'xnoteout_setup' was here
allhammers.c:163: error: conflicting types for 'zl_setup'
allhammers.c:83: error: previous declaration of 'zl_setup' was here
allhammers.c:164: error: syntax error before '}' token
rsync error: errors selecting input/output files, dirs (code 3) at main.c(565) [receiver=2.6.9]
rsync error: error in rsync protocol data stream (code 12) at /SourceCache/rsync/rsync-35.2/rsync/io.c(452) [sender=2.6.9]
the full logfile - if it has been succesfully uploaded - can be viewed at:
http://autobuild.puredata.info/auto-build/2009-02-04/logs/2009-02-04_01.00.…