Revision: 12059
http://pure-data.svn.sourceforge.net/pure-data/?rev=12059&view=rev
Author: sevyves
Date: 2009-08-24 18:18:34 +0000 (Mon, 24 Aug 2009)
Log Message:
-----------
hough detectors, lines and circles
Added Paths:
-----------
trunk/externals/pdp_opencv/pdp_opencv_hough_circles-help.pd
trunk/externals/pdp_opencv/pdp_opencv_hough_circles.cc
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 12058
http://pure-data.svn.sourceforge.net/pure-data/?rev=12058&view=rev
Author: sevyves
Date: 2009-08-24 18:18:11 +0000 (Mon, 24 Aug 2009)
Log Message:
-----------
hough detectors, lines and circles
Modified Paths:
--------------
trunk/externals/pdp_opencv/Makefile
trunk/externals/pdp_opencv/pdp_opencv_hough_lines.cc
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 12057
http://pure-data.svn.sourceforge.net/pure-data/?rev=12057&view=rev
Author: eighthave
Date: 2009-08-24 18:15:56 +0000 (Mon, 24 Aug 2009)
Log Message:
-----------
added function to search the installed fonts for a monspace font to make sure that the default font actually exists. This is mostly an issue on GNU/Linux, where few systems have a font called 'Courier'
Modified Paths:
--------------
branches/pd-devel/0.41.4/src/pd-gui.tcl
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 12056
http://pure-data.svn.sourceforge.net/pure-data/?rev=12056&view=rev
Author: sevyves
Date: 2009-08-24 17:30:12 +0000 (Mon, 24 Aug 2009)
Log Message:
-----------
output coordinates, no marking yet
Modified Paths:
--------------
trunk/externals/pdp_opencv/pdp_opencv_hough_lines-help.pd
trunk/externals/pdp_opencv/pdp_opencv_hough_lines.cc
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
rsync error: timeout in data send/receive (code 30) at io.c(239) [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]
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) [generator=3.0.4]
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]
./pd-settings.reg: line 210: syntax error: unexpected end of file
the full logfile can be viewed at
http://autobuild.puredata.info/auto-build/2009-08-24/logs/
last 20 errors ----------------------------------------
rsync error: timeout in data send/receive (code 30) at io.c(239) [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]
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) [generator=3.0.4]
c:\MinGW\bin\..\lib\gcc\mingw32\3.4.5\..\..\..\..\mingw32\bin\ld.exe: cannot find -lpd
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 5 lines ----------------------------------------
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/2009-08-24/logs/2009-08-24_03.31.…
Revision: 12055
http://pure-data.svn.sourceforge.net/pure-data/?rev=12055&view=rev
Author: mescalinum
Date: 2009-08-24 04:36:44 +0000 (Mon, 24 Aug 2009)
Log Message:
-----------
Modified Paths:
--------------
branches/pd-devel/0.41.4/src/opt_parser.tcl
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 12054
http://pure-data.svn.sourceforge.net/pure-data/?rev=12054&view=rev
Author: mescalinum
Date: 2009-08-24 04:34:50 +0000 (Mon, 24 Aug 2009)
Log Message:
-----------
Add support for ignoring unknown options, as Hans suggested.
Usage:
opt_parser::get_options $args {ignore_unknown_flags 1}
Modified Paths:
--------------
branches/pd-devel/0.41.4/src/opt_parser.tcl
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 12053
http://pure-data.svn.sourceforge.net/pure-data/?rev=12053&view=rev
Author: eighthave
Date: 2009-08-24 01:47:15 +0000 (Mon, 24 Aug 2009)
Log Message:
-----------
- implemented the Tcl [tk appname]/'send' technique of checking for whether
there is already an instance of Pd running. [tk appname] should work for
GNU/Linux and Windows. This is not needed on Mac OS X since the Wish.app
handles this for us. Windows doesn't use 'send', which relies on X11, so
we'll need a 'dde' implementation of the send for Windows.
- also, switched to [file join] for building paths since it should handle the
/ or \ path separator issues for us
Modified Paths:
--------------
branches/pd-devel/0.41.4/src/pd-gui.tcl
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 12052
http://pure-data.svn.sourceforge.net/pure-data/?rev=12052&view=rev
Author: mescalinum
Date: 2009-08-24 00:59:08 +0000 (Mon, 24 Aug 2009)
Log Message:
-----------
add comments and some more checks
Modified Paths:
--------------
branches/pd-devel/0.41.4/src/opt_parser.tcl
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.