[PD-dev] canvas_* functions and using glist_getcanvas()

2010-07-14 Thread Hans-Christoph Steiner
I've noticed that in GUI objects, its quite common to call the canvas_* functions using glist_getcanvas(). I also just found out that this causes a crash in [envgen] when this is done for canvas_deletelinesfor(). See bug:

Re: [PD-dev] canvas_* functions and using glist_getcanvas()

2010-07-14 Thread Hans-Christoph Steiner
assume tha the oject is indeed in that glist itself (glist is synonym for canvas) and will crash if not. cheers Miller On Wed, Jul 14, 2010 at 01:17:41PM -0400, Hans-Christoph Steiner wrote: I've noticed that in GUI objects, its quite common to call the canvas_* functions using

Re: [PD-dev] uploading Pd git repository to sourceforge

2010-07-14 Thread Hans-Christoph Steiner
Miller, you might consider taking the extra/Makefile I wrote, it is only a Makefile, and works on all platforms that use gcc. It is also integrated into the autotools build system I made in pd-gui-rewrite/ 0.43 branch. As for the 'tcl' dir, that didn't exist when I did all the

Re: [PD-dev] canvas_* functions and using glist_getcanvas()

2010-07-14 Thread Hans-Christoph Steiner
, Miller Puckette wrote: Ok .. commited and pushed to SF... On Wed, Jul 14, 2010 at 04:18:32PM -0400, Hans-Christoph Steiner wrote: Ok, keep me posted. If that turns out to be wrong, I can change it in a lot of externals in SVN too. .hc On Jul 14, 2010, at 4:11 PM, Miller Puckette wrote: I

Re: [PD-dev] [PATCH 06/10] fixed race-condition in the audio/midi API initialization

2010-07-15 Thread Hans-Christoph Steiner
That's the idea of the wait4pd stuff, to make sure that pd is started before continuing on. I don't think this is necessary. Do you have a way to trigger pd taking too long to start up? .hc On Jul 15, 2010, at 2:57 AM, IOhannes m zmoelnig wrote: if Pd takes too long to startup, Pd-gui

Re: [PD-dev] automake in git (was: uploading Pd git repository to sourceforge)

2010-07-15 Thread Hans-Christoph Steiner
On Jul 15, 2010, at 5:19 AM, IOhannes m zmoelnig wrote: here is a patch for current git that should make the automake functional again. note: when doing a make install, the pd binary only get's installed into /usr/local/bin/pd (by default) and not into /usr/local/lib/pd/bin/ pd; this is

Re: [PD-dev] automake in git

2010-07-15 Thread Hans-Christoph Steiner
On Jul 15, 2010, at 10:13 AM, IOhannes m zmoelnig wrote: On 2010-07-15 16:08, Hans-Christoph Steiner wrote: That rather tedious enumeration is something that rarely changes and provides error checking where automatic enumeration does not. A build system should know if any of the relevant

Re: [PD-dev] pd-gui 0.43: fixed position/size

2010-07-16 Thread Hans-Christoph Steiner
I'm not opposed to removing it as long as you are willing to test on all platforms (basic X11, GNOME, Mac OSX and Windows). That's the scary part of making changes to GUI things like that. I did most of my development using Mac OS X with X11 so I could run the same code in basic X11

[PD-dev] 0.43 omission: 'set-startup' and 'set-path'

2010-07-16 Thread Hans-Christoph Steiner
Hey Miller, I just noticed that you left out a key part of pd-gui-rewrite in 0.43. There is the 'set-startup' and 'set-path' messages which allows pd-gui to get the state of those things without having to open the respective preference dialog panels. The changes are in m_glob.c and

Re: [PD-dev] 0.43 omission: 'set-startup' and 'set-path'

2010-07-16 Thread Hans-Christoph Steiner
of things should be needed any longer. OTOH if you were planning to send pd set-startup etc at some later point in the tcl code, this would need to be supported in Pd...(?) cheers Miller On Fri, Jul 16, 2010 at 03:58:24PM -0400, Hans-Christoph Steiner wrote: Hey Miller, I just noticed

Re: [PD-dev] pd-gui 0.43: fixed position/size

2010-07-18 Thread Hans-Christoph Steiner
have a -typeface flag, why there is no -geometry flag ? and say if there is no such argument or it's an empty string, let's set it to this =500x400+20+50 On Fri, Jul 16, 2010 at 02:27:50PM -0400, Hans-Christoph Steiner wrote: I'm not opposed to removing it as long as you are willing to test

[PD-dev] [PATCH 1/3] use platform auto macros: USEAPI_* macros instead of UNIX macro so that

2010-07-19 Thread Hans-Christoph Steiner
--- extra/pd~/pd~.c |2 +- extra/sigmund~/sigmund~.c |4 ++-- src/Makefile.am |8 +--- src/m_glob.c |2 +- src/s_file.c |2 +- src/s_stuff.h |3 +-- 6 files changed, 7 insertions(+), 14 deletions(-) diff --git

[PD-dev] [PATCH 2/3] integrated Android port, included esoundd I/O from Pd-anywhere, added template

2010-07-19 Thread Hans-Christoph Steiner
--- src/d_array.c |2 +- src/d_osc.c |2 +- src/s_audio.c | 62 + src/s_audio_audiounit.c | 43 +++ src/s_audio_esd.c | 135 +++ src/s_file.c|4 +-

Re: [PD-dev] [PATCH 2/3] integrated Android port, included esoundd I/O from Pd-anywhere, added template

2010-07-19 Thread Hans-Christoph Steiner
is only a placeholder. https://sourceforge.net/tracker/?func=detailaid=3031733group_id=55736atid=478072 .hc On Jul 19, 2010, at 1:56 PM, Hans-Christoph Steiner wrote: --- src/d_array.c |2 +- src/d_osc.c |2 +- src/s_audio.c | 62 + src

Re: [PD-dev] [PATCH 3/3] created gitignore for clean 'git status' reports, added pd binary types and autotools products

2010-07-19 Thread Hans-Christoph Steiner
gitignore for clean 'git status' reports created gitignore for clean 'git status' reports, added pd binary types and autotools products https://sourceforge.net/tracker/?func=detailaid=3031736group_id=55736atid=478072 .hc On Jul 19, 2010, at 1:56 PM, Hans-Christoph Steiner wrote

[PD-dev] working on 0.43

2010-07-19 Thread Hans-Christoph Steiner
So with Pd-extended 0.42 and Pd/Android almost released, I plan on diving into 0.43 development for a bit. I have a bit list of things that I want to get done, so I am wondering how best to handle the new code and changes. I can happily work out of git and then we can do patches in the

Re: [PD-dev] Font issue with 0.43

2010-07-20 Thread Hans-Christoph Steiner
the specific known issues rather than changing it drastically. .hc On Jul 20, 2010, at 5:36 PM, Hans-Christoph Steiner wrote: Hey Miller, It seems in the process of the merge, something with the font panel got messed up. I tested using Tcl/Tk 8.4.19 and 8.5.8 and it exists using both. I also

Re: [PD-dev] we now have Pd on Android!

2010-07-20 Thread Hans-Christoph Steiner
It now supports 1.6, try it out and let us know how it works for you. .hc On Jul 20, 2010, at 2:47 PM, Georg Holzmann wrote: Hallo Hans! Very nice ;) ! Do you maybe know the minimal Android (SDK) version where this should run ? In the AndroidManifest file it says android:minSdkVersion=7,

Re: [PD-dev] git workflow idea

2010-07-20 Thread Hans-Christoph Steiner
don't have to be a pd developer to get into the action) -- just replace ssh://eighth...@pure-data.git.sourceforge.net/... with git://pure-data.git.sourceforge.net/... The workflow ideas look good to me. cheers Miller On Tue, Jul 20, 2010 at 09:42:33PM -0400, Hans-Christoph Steiner wrote: hey all

Re: [PD-dev] 0.43 omission: 'set-startup' and 'set-path'

2010-07-22 Thread Hans-Christoph Steiner
init /Users/hans/code/pure-data/git.pure-data/src 0 8 5 10 9 6 11 10 6 13 12 7 15 14 8 17 16 10 20 18 11 22 24 14 30 30 18 37 36 22 45 ; .hc On Jul 21, 2010, at 11:45 PM, Hans-Christoph Steiner wrote: On Jul 21, 2010, at 11:23 PM, Miller Puckette wrote

Re: [PD-dev] git workflow idea

2010-07-25 Thread Hans-Christoph Steiner
chrism wrote: Hi Hans, On Sun, 25 Jul 2010 13:03:43 -0400, Hans-Christoph Steiner h...@eds.org wrote: You should add this to the GitWorkflows wiki page on puredata.info. Ok. Less commands, yes, but you are omitting then the rebasing stage, which is quite useful if you want to submit

Re: [PD-dev] pushes and patches

2010-07-29 Thread Hans-Christoph Steiner
:05:03PM -0400, Hans-Christoph Steiner wrote: Hey Miller, I've been following your progress via git, that's super helpful. Also, thanks for handling the patch tracker, marking things as Accepted, etc. I checking out the patches as you commit them so I can make a plan for how

Re: [PD-dev] pddplink and html bookmarks

2010-08-01 Thread Hans-Christoph Steiner
Seems worthy of a bug report. (Hello from DebConf!) .hc On Sun, 2010-08-01 at 17:12 -0700, Jonathan Wilkes wrote: Hi list, I'm trying to use pddplink to provide links to specific sections of Miller's manual in help patches. I'd like to use the user's local copy so that the links are

[PD-dev] including more headers in 'make install'

2010-08-04 Thread Hans-Christoph Steiner
I've packaged up a bunch of libraries as pd packages, and they rely on headers besides just m_pd.h. These headers should be included in the 'make install' so that people can easily build them. I think we should install these headers into /usr/include: m_pd.h s_stuff.h m_imp.h g_canvas.h

Re: [PD-dev] including more headers in 'make install'

2010-08-05 Thread Hans-Christoph Steiner
On Thu, 2010-08-05 at 10:07 +0200, IOhannes m zmoelnig wrote: On 2010-08-04 21:29, Hans-Christoph Steiner wrote: I've packaged up a bunch of libraries as pd packages, and they rely on headers besides just m_pd.h. These headers should be included in the 'make install' so that people can

Re: [PD-dev] [PATCH] headers into ${includedir}/pd/

2010-08-05 Thread Hans-Christoph Steiner
A couple points on this: - g_all_guis.h should go into /usr/include/pd too, I know of at least one external that uses it for a GUI object. - seems like two copies of m_pd.h (/usr/include and /usr/include/pd) could cause troubles, no? Maybe /usr/include/m_pd.h should be something like

[PD-dev] FYI: lots of pd packages for Debian

2010-08-05 Thread Hans-Christoph Steiner
FYI: I'm in the process of getting all my pd packages into Debian. If you are interested, you can follow the progress by checking out all of the packages that start with pd- on this page: http://www.debian.org/devel/wnpp/being_packaged Or try them in Ubuntu here:

Re: [PD-dev] pd on armv7 (beagleboard): crackles [SOLVED]

2010-08-07 Thread Hans-Christoph Steiner
I'm working on getting lots of Pd libraries into Debian, that makes they'll be in Debian/armel. Hopefully then they'll go into Ubuntu/ARMv7 too. Then Pd on these devices should be quite easy using Debian/Ubuntu. .hc On Fri, 2010-08-06 at 22:35 -0700, Edgar Berdahl wrote: Hi Damian, It's

[PD-dev] switching comport to use Makefile template

2010-08-10 Thread Hans-Christoph Steiner
Anyone mind if I switch iem/comport/comport to use the Makefile/ library template? Then I can easily Debianize it. .hc 'You people have such restrictive dress for women,’ she said, hobbling away in three inch

[PD-dev] nightly builds from git

2010-08-10 Thread Hans-Christoph Steiner
I set up three new nightly builds to help with the 0.43 effort. They are all building straight from git. Their scripts are in the pure- data SVN in trunk/scripts/auto-build like the other builds. Miller's: git://pure-data.git.sourceforge.net/gitroot/pure-data/pure-data IOhannes':

[PD-dev] iemguts build issues WAS: dynamic patching: getting info on objects

2010-08-11 Thread Hans-Christoph Steiner
On Aug 2, 2010, at 3:06 PM, Hans-Christoph Steiner wrote: Hey t3db0t, I'm happy to see you digging into the guts! mrpeach's [which] will tell you if an object exists or not. Maybe something in the iemguts lib will tell you more? .hc On Aug 2, 2010, at 12:55 PM, Ted Hayes wrote

Re: [PD-dev] UTF-8 for pd-devel (again)

2010-08-12 Thread Hans-Christoph Steiner
I can post the diff.gz to the list as well, although I don't think it's necessary (mua problem rather than an encoding problem)... On 2010-01-20 03:39:11, Hans-Christoph Steiner h...@eds.org appears to have written: Also, could you repost the diff patch as an attachment? Copy-n-paste

Re: [PD-dev] svn commit rev.13794 (debian files)

2010-08-15 Thread Hans-Christoph Steiner
On Sun, 15 Aug 2010 20:02 +0200, IOhannes m zmölnig zmoel...@iem.at wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/15/2010 12:00 PM, pd-cvs-requ...@iem.at wrote: -- Message: 4 Date: Sat, 14 Aug 2010 21:02:41 + From:

Re: [PD-dev] svn commit rev.13794 (debian files)

2010-08-15 Thread Hans-Christoph Steiner
On Sun, 2010-08-15 at 20:41 +0200, IOhannes m zmölnig wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/15/2010 08:36 PM, Hans-Christoph Steiner wrote: If you look a little closer, you'll see that motex has been submitted to Debian pkg-multimedia, and it no longer has a debian

[PD-dev] 'wiimote' in 'io' rather than 'hardware'

2010-08-16 Thread Hans-Christoph Steiner
I'd like to propose that the 'wiimote' code go into the 'externals/io' folder with the Mac OS X wiimote code, and other I/O devices like hidio, xbee, etc. 'hardware' is a really vague name, even more than 'io' ;). .hc

Re: [PD-dev] iemguts build issues WAS: dynamic patching: getting info on objects

2010-08-16 Thread Hans-Christoph Steiner
on this? Still can't compile on OSX... :) ±±t3db0t! On Aug 11, 2010, at 10:16 AM, Hans-Christoph Steiner wrote: Hey IOhannes, How about we switch iemguts to the Makefile/Library template? Then it'll build a universal binary on Mac OS X, among other things. .hc On Tue, 2010-08-10 at 23:53 -0400, Ted

Re: [PD-dev] asking for svn commit access

2010-08-17 Thread Hans-Christoph Steiner
Woo hoo! I support this application! .hc On Aug 17, 2010, at 5:53 AM, Roman Haefeli wrote: Hi all My name is Roman Haefeli and I have been an active pd-list member for a few years. Since I would like to help in trying to get libraries as packages into debian, I ask for svn commit

Re: [PD-dev] buildbot or some other proper build automation

2010-08-20 Thread Hans-Christoph Steiner
On Aug 19, 2010, at 10:54 PM, András Murányi wrote: 2010/8/20 Hans-Christoph Steiner h...@at.or.at On Jul 9, 2010, at 4:49 PM, András Murányi wrote: Hello HC, still frequent failures because of the non existing directory. I'm serious - if you want to give a chance to uploaders from

Re: [PD-dev] Pdlab illustrated

2010-08-20 Thread Hans-Christoph Steiner
Yeah, its just a bunch of old computers that I cobbled together and put into a forgotten closet in an old engineering university :) .hc On Aug 20, 2010, at 4:10 PM, András Murányi wrote: Sorry for the noise, i just wish to say it's one nice picture you have uploaded HC!

Re: [PD-dev] buildbot or some other proper build automation

2010-08-20 Thread Hans-Christoph Steiner
On Aug 20, 2010, at 5:08 PM, András Murányi wrote: IMHO, the auto-build scripts are a big kludge, so I don't want to spend more time on them. And did the bulk of writing them. :) We should use something like buildbot, but no one has set it up yet. If you are interested, that would

Re: [PD-dev] [ pure-data-Patches-3042790 ] create USEAPI_DUMMY/s_audio_dummy.c for libpd

2010-08-20 Thread Hans-Christoph Steiner
On Aug 19, 2010, at 3:24 PM, IOhannes m zmoelnig wrote: On 2010-08-18 23:42, SourceForge.net wrote: Message: bizarre but I can't see a better way to do it right now. hmm, why not. i have implemented a system that would allow to have 0-many audio apis, with true 0 apis support (no dummy

[PD-dev] one patch acceptance gone awry

2010-08-20 Thread Hans-Christoph Steiner
Hey Miller, I'm in the process of sorting thru all of the patches in Pd-extended and what you have accepted. Everything looks good except for one patch. it seems the commit message points to this patch, but the actual changes come from something else entirely:

Re: [PD-dev] iemguts build issues WAS: dynamic patching: getting info on objects

2010-08-21 Thread Hans-Christoph Steiner
On Aug 21, 2010, at 3:59 PM, IOhannes zmölnig wrote: On 08/17/2010 01:59 AM, Hans-Christoph Steiner wrote: Try using the template Makefile yourself, it should be pretty easy to plug in: http://puredata.info/docs/developer/MakefileTemplate Basically, you just need to list the C files

Re: [PD-dev] initbang and friends WAS: run-up to release 0.43

2010-08-23 Thread Hans-Christoph Steiner
On Aug 21, 2010, at 3:47 AM, Frank Barknecht wrote: Hi, On Fri, Aug 20, 2010 at 02:02:08PM -0400, Hans-Christoph Steiner wrote: On Aug 20, 2010, at 5:42 AM, IOhannes m zmölnig wrote: I'm saying I like the interface of having a suite of objects called *bang rather than [loadbang close], etc

Re: [PD-dev] template Makefile

2010-08-23 Thread Hans-Christoph Steiner
I think these enhancements are definitely useful and good, but some belong elsewhere. The key focus of this template is to be as simple as possible and represent only the most common types of libraries. Then it provides an easy place to get started. It is not meant to work for every

Re: [PD-dev] buildbot or some other proper build automation

2010-08-23 Thread Hans-Christoph Steiner
On Aug 23, 2010, at 5:16 PM, András Murányi wrote: 2010/8/22 Hans-Christoph Steiner h...@at.or.at On Aug 20, 2010, at 9:27 PM, András Murányi wrote: 2010/8/20 Hans-Christoph Steiner h...@at.or.at Could you make a copy your id_rsa.pub, give all read perms, and put it into /home/pd on your

Re: [PD-dev] initbang and friends WAS: run-up to release 0.43

2010-08-23 Thread Hans-Christoph Steiner
On Aug 23, 2010, at 12:07 PM, IOhannes m zmoelnig wrote: On 2010-08-23 17:33, Hans-Christoph Steiner wrote: Yeah, we definitely don't want [initbang] to be used too often, I can i would also like to state, that we shouldn't use [metro] too often. reversely, one cannot use [trigger] too

Re: [PD-dev] buildbot or some other proper build automation

2010-08-23 Thread Hans-Christoph Steiner
On Aug 23, 2010, at 10:20 PM, András Murányi wrote: I'm working on the master config... One thing it needs is the (domain name and) port number where buildbot's own http server will be visible. Default is 8010. I guess it just needs to be open to the WAN and that's it. I think 8010 and

Re: [PD-dev] initbang and friends WAS: run-up to release 0.43

2010-08-24 Thread Hans-Christoph Steiner
On Aug 24, 2010, at 3:04 AM, IOhannes m zmoelnig wrote: On 2010-08-24 05:39, Hans-Christoph Steiner wrote: or use [constructorbang] and [destructorbang] [createbang] and [destroybang] is a nice pair. :) yes, but they have 2 drawbacks: - the seem to be actors rather than reactors; e.g

Re: [PD-dev] buildbot or some other proper build automation

2010-08-24 Thread Hans-Christoph Steiner
On Aug 24, 2010, at 7:57 PM, András Murányi wrote: 2010/8/24 Hans-Christoph Steiner h...@at.or.at On Aug 23, 2010, at 10:20 PM, András Murányi wrote: I'm working on the master config... One thing it needs is the (domain name and) port number where buildbot's own http server

[PD-dev] pd-extended git

2010-08-24 Thread Hans-Christoph Steiner
So now that we have a decent git workflow going, I've decided to also use git for the core of Pd-extended. Right now it is only slightly different than Miller's repo, but its already up and published: git clone git://pure-data.git.sourceforge.net/gitroot/pure-data/pd- extended.git I am

Re: [PD-dev] buildbot or some other proper build automation

2010-08-25 Thread Hans-Christoph Steiner
On Aug 24, 2010, at 8:50 PM, András Murányi wrote: I'm working on the master config... One thing it needs is the (domain name and) port number where buildbot's own http server will be visible. Default is 8010. I guess it just needs to be open to the WAN and that's it. I think 8010 and

Re: [PD-dev] new loader replacement progress report

2010-08-25 Thread Hans-Christoph Steiner
There is a lot to grapple with here, I've started to try to make sense of the work you've done so far, and in the process I'm throwing things in the wiki: http://puredata.info/dev/PdSearchPath http://puredata.info/dev/PdNamespaces So far its making sense, here's one perhaps naive idea of

Re: [PD-dev] buildbot or some other proper build automation

2010-08-26 Thread Hans-Christoph Steiner
On Aug 25, 2010, at 9:54 PM, András Murányi wrote: I'm working on the master config... One thing it needs is the (domain name and) port number where buildbot's own http server will be visible. Default is 8010. I guess it just needs to be open to the WAN and that's it. I think 8010 and

Re: [PD-dev] Unicode works OK with cyrillic :)

2010-08-26 Thread Hans-Christoph Steiner
On Aug 25, 2010, at 5:50 PM, Bryan Jurish wrote: morning Ilya, On 2010-08-25 23:26:52, errordevelo...@gmail.com appears to have written: Hello, just to confirm that cyrillic works fine now after git up; ./configure make yippee! but i had to copy ./src/pd into ./bin .. and typing

Re: [PD-dev] buildbot or some other proper build automation

2010-08-26 Thread Hans-Christoph Steiner
On Aug 26, 2010, at 12:55 PM, András Murányi wrote: so... (tada.wav) Vanilla builds alrite on one slave. Nest step would be uploading the file, this can be done internally, just tell me please which file or directory is the actual build? And... how do we make a package with the Vanilla

Re: [PD-dev] buildbot or some other proper build automation

2010-08-26 Thread Hans-Christoph Steiner
It would be good to keep this on pd-dev so others can follow the progress and chime in. On Aug 26, 2010, at 2:38 PM, András Murányi wrote: so... (tada.wav) Vanilla builds alrite on one slave. Nest step would be uploading the file, this can be done internally, just tell me please which

Re: [PD-dev] buildbot or some other proper build automation

2010-08-29 Thread Hans-Christoph Steiner
On Fri, 2010-08-27 at 23:42 +0200, András Murányi wrote: On Fri, Aug 27, 2010 at 6:43 PM, Hans-Christoph Steiner h...@eds.org wrote: - Original message - The way that this would be super useful is if buildbot builds after every

Re: [PD-dev] buildbot or some other proper build automation

2010-08-29 Thread Hans-Christoph Steiner
On Sat, 2010-08-28 at 20:36 +0200, András Murányi wrote: I think i'll go setup the slaves - then they will only need be prepared to start up on boot: http://buildbot.net/buildbot/docs/latest/Launching-the-daemons.html where SLAVE_BASEDIRs are

Re: [PD-dev] Patches for automated build testing (was Re: buildbot or some other proper build automation)

2010-08-29 Thread Hans-Christoph Steiner
On Thu, 2010-08-26 at 21:51 +0200, András Murányi wrote: We could do something like make DESTDIR=/tmp install and then run it from there for tests. What kinds of tests do you imagine? Buildbot has support for unit tests and more.

Re: [PD-dev] buildbot or some other proper build automation

2010-08-29 Thread Hans-Christoph Steiner
On Sun, 2010-08-29 at 22:59 +0200, András Murányi wrote: http://buildbot.net/buildbot/docs/latest/Launching-the-daemons.html where SLAVE_BASEDIRs are /var/lib/buildbot/slavename (or whereever buildbot lives on the particular OS;

Re: [PD-dev] buildbot or some other proper build automation

2010-08-29 Thread Hans-Christoph Steiner
On Sun, 2010-08-29 at 22:08 +0200, András Murányi wrote: Ok, the problem is the backport of buildbot relies on a newer version of dpkg, which could cause Pd-extended builds to be incompatible with a plain Debian/lenny machine. Once

Re: [PD-dev] Raising ~250 USD for the Pd build farm? (was Re: buildbot or some other proper build automation)

2010-08-29 Thread Hans-Christoph Steiner
On Thu, 2010-08-26 at 21:10 +0200, András Murányi wrote: so... (tada.wav) Vanilla builds alrite on one slave. Nest step would be uploading the file, this can be done internally, just

Re: [PD-dev] run-up to release 0.43

2010-08-30 Thread Hans-Christoph Steiner
That's a bug in the command line flag parsing, you should file a bug report. IMHO, the whole flag parser should be rewritten using on of the standard opt/flag parsing libraries. getopt is in libc but is more limited, I am sure there is a GNU parser that handles -s short and --long options well.

Re: [PD-dev] Access to PD SVN

2010-08-30 Thread Hans-Christoph Steiner
On Fri, 2010-08-27 at 15:53 +0200, David Doukhan wrote: Hi all, Some of you met me last year at the PDCON09, when I presented a Binaural Synthesis external for PD that I did. I'm a 27 years old ex-engineer, specialized in artificial intelligence and sound processing... I'm currently doing a

[PD-dev] proposed /usr/bin/pd-gui command

2010-08-30 Thread Hans-Christoph Steiner
Hey all, I noticed that pd-gui.tcl is installed into /usr/local/bin/pd-gui.tcl, but it doesn't work for me there. I wrote a quick sh script called 'pd-gui' which does work for me. Its attached. The only question I have is whether this should just be generated by the makefile, or included in

Re: [PD-dev] asking for svn commit access

2010-08-31 Thread Hans-Christoph Steiner
I guess we were super slack, you should have nagged more :). I just added you as 'rdz', I hope that's correct. Welcome! .hc On Tue, 2010-08-17 at 11:53 +0200, Roman Haefeli wrote: Hi all My name is Roman Haefeli and I have been an active pd-list member for a few years. Since I would

Re: [PD-dev] asking for svn commit access

2010-08-31 Thread Hans-Christoph Steiner
On Tue, 2010-08-31 at 12:44 +0200, Roman Haefeli wrote: On Tue, 2010-08-31 at 02:00 -0400, Hans-Christoph Steiner wrote: I guess we were super slack, you should have nagged more :). Yo, I am not in a hurry ;-) I just added you as 'rdz', I hope that's correct. Welcome! Thanks

Re: [PD-dev] proposed /usr/bin/pd-gui command

2010-08-31 Thread Hans-Christoph Steiner
, Miller Puckette wrote: Wow, 52 bytes of pure eloquence... I imagine, throw it in pd/tcl and adjust makefiles accordingly :) M On Tue, Aug 31, 2010 at 01:39:50AM -0400, Hans-Christoph Steiner wrote: Hey all, I noticed that pd-gui.tcl is installed into /usr/local/bin/pd-gui.tcl

Re: [PD-dev] run-up to release 0.43

2010-08-31 Thread Hans-Christoph Steiner
On Tue, 2010-08-31 at 22:04 +0200, András Murányi wrote: On Tue, Aug 31, 2010 at 4:02 AM, Hans-Christoph Steiner h...@at.or.at wrote: That's a bug in the command line flag parsing, you should file a bug report. IMHO, the whole flag parser should be rewritten

Re: [PD-dev] 0.43 startup procedure and vwait WAS: [PATCH 06/10] fixed race-condition in the audio/midi API initialization

2010-08-31 Thread Hans-Christoph Steiner
it offer to kill the errant pd or something? cheers Miller On Thu, Jul 15, 2010 at 05:07:22PM +0200, IOhannes zm?lnig wrote: On 07/15/2010 04:46 PM, Hans-Christoph Steiner wrote: The vwait timeout would not be needed if we can rely on 'pd' to actually fully die when it exits

Re: [PD-dev] 0.43 startup procedure and vwait WAS: [PATCH 06/10] fixed race-condition in the audio/midi API initialization

2010-09-01 Thread Hans-Christoph Steiner
On Wed, 2010-09-01 at 09:18 +0200, IOhannes m zmoelnig wrote: On 2010-09-01 06:06, Hans-Christoph Steiner wrote: I refactored the startup/vwait code to be close to the pd-gui-rewrite/0.43 startup procedure, but I removed the timeout that I think was at the root of the problems here

[PD-dev] pd-extended.git deleted and started again

2010-09-01 Thread Hans-Christoph Steiner
Ok, so I am still learning this git thing, that means I decided to delete my remote pd-extended.git repo so I can have a clean history there. So if by chance you have cloned it, you should delete that and re-clone it. That should be the last time I do that... git clone

[PD-dev] packaging loaders for Debian

2010-09-04 Thread Hans-Christoph Steiner
I think it would be very useful to package up some of the handy loaders for Debian. I for one am planning on making a package for the libdir loader. The big question is how to package them. Should they be packaged up like a normal library? It would be nice if there was some kind of

[PD-dev] Fwd: SourceForge.net: virus report

2010-09-06 Thread Hans-Christoph Steiner
FYI: This virus alert is still around for Pd-extended on Windows. It seems that SourceForge also agrees with our assessment that it is a false alarm and there is no virus in the package. .hc Begin forwarded message: From: SourceForge.net Support sfnet_...@geek.net Date: August 19, 2010

Re: [PD-dev] packaging loaders for Debian

2010-09-06 Thread Hans-Christoph Steiner
On Sep 6, 2010, at 3:11 AM, IOhannes m zmoelnig wrote: On 2010-09-05 05:47, Hans-Christoph Steiner wrote: I think it would be very useful to package up some of the handy loaders for Debian. I for one am planning on making a package for the libdir loader. The big question is how

Re: [PD-dev] [ pure-data-Patches-3060918 ] comment4, phentermine overnight saturday delivery, car insur

2010-09-07 Thread Hans-Christoph Steiner
So... how about turning off anonymous submissions now. I still think that, from my experience, anonymous submissions are either from people who forgot to login, or of much lower quality. And now we are getting spam. When people log in, they automatically get emails when we respond on

Re: [PD-dev] buildbot or some other proper build automation

2010-09-07 Thread Hans-Christoph Steiner
On Sep 7, 2010, at 4:54 PM, András Murányi wrote: 2010/8/29 Hans-Christoph Steiner h...@at.or.at On Sun, 2010-08-29 at 22:08 +0200, András Murányi wrote: Ok, the problem is the backport of buildbot relies on a newer version of dpkg, which could cause Pd-extended

Re: [PD-dev] buildbot or some other proper build automation

2010-09-07 Thread Hans-Christoph Steiner
On Sep 7, 2010, at 4:54 PM, András Murányi wrote: 2010/8/29 Hans-Christoph Steiner h...@at.or.at On Sun, 2010-08-29 at 22:08 +0200, András Murányi wrote: Ok, the problem is the backport of buildbot relies on a newer version of dpkg, which could cause Pd-extended

Re: [PD-dev] packaging loaders for Debian

2010-09-08 Thread Hans-Christoph Steiner
On Sep 8, 2010, at 3:32 AM, IOhannes m zmoelnig wrote: On 2010-09-06 17:41, Hans-Christoph Steiner wrote: Why do you think having the ability to autoload loaders is a bad idea? I can't see a disadvantage, but I am not saying there couldn't be one. I would like to see it be possible

Re: [PD-dev] Join the Compile Farm (was Re: 64-bit build for, Windows?)

2010-09-08 Thread Hans-Christoph Steiner
it to work. I'll tell you how it goes. Cheers Pierre-Olivier On 09/07/2010 17:55, Hans-Christoph Steiner wrote: You can put the SVN files anywhere. Having no spaces in the path is probably good, but maybe not mandatory. Cygwin is useful to have and can't hurt as far as I know. .hc

Re: [PD-dev] GUI external

2010-09-09 Thread Hans-Christoph Steiner
Pd's GUI is written in Tcl/Tk, so you'll need to find a Tk widget that allows you to write to it. I think if you want to write bitmaps, then you should look at the Tk 'photo' widget. You would probably then send the bitmap data via shared memory or a socket.

Re: [PD-dev] End of iPd hiatus

2010-09-09 Thread Hans-Christoph Steiner
Hey Chris, Welcome back! Actually, this is perfect timing. We are currently in the process of merging all of the various libpd efforts, like iPd, iJam/pdlib, rjdj, ofxPd, and Pd/Android. It would be super useful to have an iPhone version of iPd/iJam/pdlib that is based on the libpd

Re: [PD-dev] End of iPd hiatus

2010-09-10 Thread Hans-Christoph Steiner
promising, but the final decision will have to wait until the CEO returns from his vacation. I figure I'll have a definite answer in ten days or so. Best, Peter On Thu, Sep 9, 2010 at 6:20 PM, Hans-Christoph Steiner h...@at.or.at wrote: Hey Chris, Welcome back! Actually

Re: [PD-dev] buildbot or some other proper build automation

2010-09-13 Thread Hans-Christoph Steiner
On Mon, 2010-09-13 at 17:49 +0200, András Murányi wrote: Also, about the slave names, would it be possible to use the same names that are on the PdLab page? I.e. not CamelCase, but with-dashes

[PD-dev] buildbot on Macs and from git

2010-09-13 Thread Hans-Christoph Steiner
Hey Andras, I think the next step would be getting buildbot building pure-data.git. That's where the active development currently is. Also, I'll set up the Mac build servers with buildbot and give you ssh access, if you can take it from there. This is awesome, I'm happy to see this starting to

Re: [PD-dev] End of iPd hiatus

2010-09-13 Thread Hans-Christoph Steiner
of my machines have the 3.1.2 version of the iOS SDK. I could waste more time trying to get the correct configuration on my XCode project, or I could just send you the file and see what you think: -c PdController.m On 2010-09-10, at 11:37 AM, Hans-Christoph Steiner wrote: In terms

Re: [PD-dev] [ pure-data-Patches-3065532 ] [bugfix] autotools on MinGW/MSYS

2010-09-14 Thread Hans-Christoph Steiner
On Sep 14, 2010, at 5:34 AM, IOhannes m zmoelnig wrote: On 2010-09-14 11:30, SourceForge.net wrote: Message: i see the problem, but fail to understand why the chaining does not stop the entire build. i guess that the call to aclocal fails, but why autogen.sh then returns TRUE is

Re: [PD-dev] buildbot on Macs and from git

2010-09-14 Thread Hans-Christoph Steiner
On Sep 14, 2010, at 4:08 PM, András Murányi wrote: Ok 128.238.56.59 (macosx104-i386) is setup with a buildbot user with your ssh key, and buildbot is setup as launchd service: http://buildbot.net/trac/wiki/UsingLaunchd Aww, heavy reading! How can i run the 'buildbot create-slave'

Re: [PD-dev] buildbot on Macs and from git

2010-09-14 Thread Hans-Christoph Steiner
On Sep 14, 2010, at 4:33 PM, András Murányi wrote: At the moment buildbot fails with exceptions.RuntimeError: Couldn't find executable for 'svn' + the same for git I added ~buildbot/.bashrc to hopefully add Fink stuff to buildbot's environment .hc

Re: [PD-dev] buildbot on Macs and from git

2010-09-14 Thread Hans-Christoph Steiner
On Sep 14, 2010, at 5:08 PM, András Murányi wrote: At the moment buildbot fails with exceptions.RuntimeError: Couldn't find executable for 'svn' + the same for git I added ~buildbot/.bashrc to hopefully add Fink stuff to buildbot's environment .hc Hmm, didn't work out, and

Re: [PD-dev] autotools on MinGW/MSYS

2010-09-15 Thread Hans-Christoph Steiner
On Sep 15, 2010, at 6:02 AM, IOhannes m zmoelnig wrote: On 2010-09-14 17:42, Hans-Christoph Steiner wrote: i believe the patch i attached to the ticket to solve the problem but have not been able to test on the very platform. ok, i managed to log in, and my patch indeed solves

[PD-dev] using the MSYS and Cygwin shells on the PdLab server

2010-09-15 Thread Hans-Christoph Steiner
I'm cc'ing pd-dev so others may benefit from this. There is nothing magic about the files in Cygwin and MSYS, they are all on the same file system. The problem is each system has its own root path: * in Windows, its C:\ * in Cygwin, its /cygdrive/c * in MSYS, its /c For /tmp in Cygwin,

Re: [PD-dev] autotools on MinGW/MSYS

2010-09-15 Thread Hans-Christoph Steiner
On Wed, 2010-09-15 at 20:56 +0200, IOhannes m zmoelnig wrote: On 2010-09-15 15:56, IOhannes m zmoelnig wrote: On 2010-09-15 15:20, Hans-Christoph Steiner wrote: if we need a c++-aware linker, then we should ask for a c++-aware linker (rather than force a c++ compiler). afaik, automake

Re: [PD-dev] buildbot on Macs and from git

2010-09-15 Thread Hans-Christoph Steiner
On Wed, 2010-09-15 at 22:11 +0200, András Murányi wrote: 2010/9/15 Hans-Christoph Steiner h...@at.or.at On Sep 14, 2010, at 5:08 PM, András Murányi wrote: At the moment buildbot fails

[PD-dev] 0.43 failing on make uninstall

2010-09-15 Thread Hans-Christoph Steiner
I'm enjoying this new buildbot, its really quite nice. We now have the pure-data.git builds set up to do the build in multiple steps (git, ./autogen.sh, configure, compile, make dist, make install, make uninstall): http://128.238.56.50:8010/builders/pure-data%20Linux%

Re: [PD-dev] buildbot on Macs and from git

2010-09-15 Thread Hans-Christoph Steiner
On Thu, 2010-09-16 at 02:31 +0200, András Murányi wrote: At the moment buildbot fails with exceptions.RuntimeError: Couldn't find executable for 'svn' + the same

Re: [PD-dev] buildbot on Macs and from git

2010-09-16 Thread Hans-Christoph Steiner
On Sep 16, 2010, at 12:21 PM, András Murányi wrote: At the moment buildbot fails with exceptions.RuntimeError: Couldn't find executable for 'svn' + the same for git

[PD-dev] Windows 64-bit build of Pd-extended

2010-09-17 Thread Hans-Christoph Steiner
Hey mescalinum, I am posting your 64-bit build of Pd-extended for Windows to see if anyone wants to try it: http://dl.dropbox.com/u/89643/pd/Pd-0.43.0-x64-extended-20100915.exe Also, I was hoping you'd be up for trying a 64-bit build of the newly released Pd-extended 0.42.5. .hc

Re: [PD-dev] Join the Compile Farm (was Re: 64-bit build for, Windows?)

2010-09-17 Thread Hans-Christoph Steiner
on IRC. My alias is 'pob'. Cheers Pierre-Olivier On 09/09/2010 01:58, Hans-Christoph Steiner wrote: Hey Pierre Olivier, Glad to hear you are back on the project! mescalinum has made some progress on this in the meantime, and added to the documentation on the wiki: http://puredata.info/docs

<    7   8   9   10   11   12   13   14   15   16   >