ERROR: module is write only
rsync error: syntax or usage error (code 1) at main.c(641) [sender=2.6.9]
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/2009-01-25/logs/2009-01-25_13.08.…
ERROR: module is write only
rsync error: syntax or usage error (code 1) at main.c(641) [sender=2.6.9]
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/2009-01-25/logs/2009-01-25_13.08.…
Revision: 10635
http://pure-data.svn.sourceforge.net/pure-data/?rev=10635&view=rev
Author: eighthave
Date: 2009-01-25 18:06:50 +0000 (Sun, 25 Jan 2009)
Log Message:
-----------
handle different locations for the Gem manual. in Gem 0.92, $(gem_src)/manual moved to $(gem_src)/doc/manual
Modified Paths:
--------------
trunk/packages/Makefile
Modified: trunk/packages/Makefile
===================================================================
--- trunk/packages/Makefile 2009-01-25 14:22:45 UTC (rev 10634)
+++ trunk/packages/Makefile 2009-01-25 18:06:50 UTC (rev 10635)
@@ -245,7 +245,11 @@
install -d $(manualsdir)/$(GEM_NAME)
install -p $(gem_src)/doc/*.* $(manualsdir)/$(GEM_NAME)
install -d $(manualsdir)/$(GEM_NAME)/manual
- install -p $(gem_src)/doc/manual/*.* $(manualsdir)/$(GEM_NAME)/manual
+# in Gem 0.92, $(gem_src)/manual moved to $(gem_src)/doc/manual
+ test -d $(gem_src)/manual && \
+ install -p $(gem_src)/manual/*.* $(manualsdir)/$(GEM_NAME)/manual
+ test -d $(gem_src)/doc/manual && \
+ install -p $(gem_src)/doc/manual/*.* $(manualsdir)/$(GEM_NAME)/manual
for dir in $(shell ls -1 $(gem_src)/examples | grep -v CVS); do \
echo "installing $$dir"; \
install -d $(examplesdir)/$(GEM_NAME)/$$dir ; \
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 10634
http://pure-data.svn.sourceforge.net/pure-data/?rev=10634&view=rev
Author: mescalinum
Date: 2009-01-25 14:22:45 +0000 (Sun, 25 Jan 2009)
Log Message:
-----------
fix: when user specifies unexisting font, just pick a default font; do the same with
weight.
Modified Paths:
--------------
branches/pd-devel/0.41.4/src/pd.tk
Modified: branches/pd-devel/0.41.4/src/pd.tk
===================================================================
--- branches/pd-devel/0.41.4/src/pd.tk 2009-01-25 06:43:15 UTC (rev 10633)
+++ branches/pd-devel/0.41.4/src/pd.tk 2009-01-25 14:22:45 UTC (rev 10634)
@@ -147,6 +147,18 @@
# this proc creates all the needed fonts so that they fit
# into the metrics given by $::font_fixed_metrics
proc fit_font_into_metrics {} {
+ set defaultfamily {Courier New}
+ set defaultweight {normal}
+
+ set availweight {normal bold}
+ set availfamily [font families]
+ foreach i {weight family} {
+ if {[lsearch -exact [set avail$i] [set ::font_$i]] < 0} {
+ puts "bad font-$i: '[set ::font_$i]'. using default '[set default$i]'"
+ set ::font_$i [set default$i]
+ }
+ }
+
foreach {size width height} $::font_fixed_metrics {
set myfont [pdtk_font_name $size]
font create $myfont -family $::font_family -weight $::font_weight \
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
/bin/sh: Syntax error: EOF in backquote substitution
ERROR: module is write only
rsync error: syntax or usage error (code 1) at main.c(641) [sender=2.6.9]
rsync error: error in rsync protocol data stream (code 12) at io.c(454) [receiver=2.6.9]
the full logfile - if it has been succesfully uploaded - can be viewed at:
http://autobuild.puredata.info/auto-build/2009-01-25/logs/2009-01-25_07.53.…
/bin/sh: -c: line 1: syntax error: unexpected end of file
filmGMERLIN.cpp:43: error: expected `{' before 'm_lastFrame'
filmGMERLIN.cpp:43: error: expected constructor, destructor, or type conversion before '(' token
the full logfile - if it has been succesfully uploaded - can be viewed at:
http://autobuild.puredata.info/auto-build/2009-01-25/logs/2009-01-25_06.58.…
/bin/sh: -c: line 1: syntax error: unexpected end of file
filmGMERLIN.cpp:43: error: expected `{' before 'm_lastFrame'
filmGMERLIN.cpp:43: error: expected constructor, destructor, or type conversion before '(' token
the full logfile - if it has been succesfully uploaded - can be viewed at:
http://autobuild.puredata.info/auto-build/2009-01-25/logs/2009-01-25_06.58.…
/bin/sh: -c: line 1: syntax error: unexpected end of file
ERROR: module is write only
rsync error: syntax or usage error (code 1) at main.c(641) [sender=2.6.9]
rsync error: error in rsync protocol data stream (code 12) at io.c(453) [receiver=2.6.9]
the full logfile - if it has been succesfully uploaded - can be viewed at:
http://autobuild.puredata.info/auto-build/2009-01-25/logs/2009-01-25_06.27.…
filmMPEG3.cpp:53: error: 'mpeg_file' was not declared in this scope
filmMPEG3.cpp:53: error: 'mpeg3_close' was not declared in this scope
filmMPEG3.cpp:54: error: 'mpeg_file' was not declared in this scope
filmMPEG3.cpp:63: error: 'mpeg3_check_sig' was not declared in this scope
filmMPEG3.cpp:64: error: 'mpeg_file' was not declared in this scope
filmMPEG3.cpp:64: error: 'mpeg3_open' was not declared in this scope
filmMPEG3.cpp:65: error: 'mpeg3_has_video' was not declared in this scope
filmMPEG3.cpp:69: error: 'mpeg3_total_vstreams' was not declared in this scope
filmMPEG3.cpp:72: error: 'mpeg3_video_frames' was not declared in this scope
filmMPEG3.cpp:73: error: 'mpeg3_frame_rate' was not declared in this scope
filmMPEG3.cpp:75: error: 'mpeg3_video_width' was not declared in this scope
filmMPEG3.cpp:76: error: 'mpeg3_video_height' was not declared in this scope
filmMPEG3.cpp:118: error: 'mpeg_file' was not declared in this scope
filmMPEG3.cpp:122: error: 'MPEG3_RGBA8888' was not declared in this scope
filmMPEG3.cpp:123: error: 'mpeg3_read_frame' was not declared in this scope
filmMPEG3.cpp:139: error: 'mpeg_file' was not declared in this scope
filmMPEG3.cpp:139: error: 'mpeg3_read_yuvframe_ptr' was not declared in this scope
filmMPEG3.cpp:157: error: 'mpeg_file' was not declared in this scope
filmMPEG3.cpp:157: error: 'mpeg3_set_frame' was not declared in this scope
rsync error: syntax or usage error (code 1) at main.c(1216) [receiver=3.0.4]
the full logfile - if it has been succesfully uploaded - can be viewed at:
http://autobuild.puredata.info/auto-build/2009-01-25/logs/2009-01-25_04.08.…