[PD-dev] zexy/[regex] : allow backslashes ?

2007-12-21 Thread Alexandre Quessy
) { result[i] = replace; } } return result; } -- -- Alexandre Quessy http://alexandre.quessy.net http://www.puredata.info/Members/aalex ___ PD-dev mailing list PD-dev@iem.at http://lists.puredata.info/listinfo/pd

Re: [PD-dev] cleanup of CVS

2007-07-05 Thread Alexandre Quessy
on hosting + source control software. Chris. --- http://mccormick.cx ___ PD-dev mailing list PD-dev@iem.at http://lists.puredata.info/listinfo/pd-dev -- Alexandre Quessy http://alexandre.quessy.net http://www.puredata.info

Re: [PD-dev] pointers

2007-06-28 Thread Alexandre Quessy
___ PD-dev mailing list PD-dev@iem.at http://lists.puredata.info/listinfo/pd-dev -- Alexandre Quessy http://alexandre.quessy.net http://www.puredata.info/Members/aalex ___ PD-dev mailing list PD-dev@iem.at

Re: [PD-dev] changing netsend [was: automatically send lists with [udpsend]]

2007-06-21 Thread Alexandre Quessy
] | ___ PD-dev mailing list PD-dev@iem.at http://lists.puredata.info/listinfo/pd-dev -- Alexandre Quessy http://alexandre.quessy.net http://www.puredata.info/Members/aalex ___ PD-dev mailing list PD-dev@iem.at

Re: [PD-dev] zexy with regex in Pd-extended ?

2007-04-01 Thread Alexandre Quessy
of rebuilding only singles externals and libs). I had to recompile zexy with regex.h support. Actually, when I build it on my computer, it autodetects effectively the regex.h include. -- Alexandre Quessy http://alexandre.quessy.net http://www.puredata.info/Members/aalex

[PD-dev] zexy with regex in Pd-extended ?

2007-03-31 Thread Alexandre Quessy
externals pcre in pd-extended, maybe. Thanks ! -- Alexandre Quessy http://alexandre.quessy.net ___ PD-dev mailing list PD-dev@iem.at http://lists.puredata.info/listinfo/pd-dev

Re: [PD-dev] zexy with regex in Pd-extended ?

2007-03-31 Thread Alexandre Quessy
the compilation. A bug report would probably be good to keep track of it. .hc On Mar 31, 2007, at 7:05 PM, Alexandre Quessy wrote: Hi all, Would it be possible to compile zexy with regex.h support in Pd-extended ? We need it in the PdMtlAbstractions for a few things. We want to stay

Re: [PD-dev] Makefile with recursive directories

2007-03-26 Thread Alexandre Quessy
== 2007/3/26, Alexandre Quessy [EMAIL PROTECTED]: Something like this ? all: pdmtl PDMTL_NAME = pdmtl abstractions_src = . pdmtl_install: install -d $(objectsdir)/$(PDMTL_NAME) install -d $(helpdir)/$(PDMTL_NAME) for dir in `find

Re: [PD-dev] Makefile with recursive directories

2007-03-26 Thread Alexandre Quessy
? Alex .hc On Mar 26, 2007, at 3:17 AM, Alexandre Quessy wrote: Hi again, I made it a bit better. I still get 2 errors. (see below) I think that something gets expanded badly in the sed expression that makes it not match what I want, hence it doesn't remove the unwanted path

Re: [PD-dev] Call: Google Summer Of Code Ideas fir IEM updated.

2007-03-20 Thread Alexandre Quessy
the Google documentation. Thanks for any input, -- Alexandre Quessy http://alexandre.quessy.net 2007/3/20, Winfried Ritsch [EMAIL PROTECTED]: Hello PD Hacker ! Since we are accepted as mentor (see http://code.google.com/soc/iem/about.html ) we now do a call to apply as student for any of our

Re: [PD-dev] configuration : .pdrc, preference dialog... s-lang

2006-09-12 Thread Alexandre Quessy
On 9/10/06, Mathieu Bouchard [EMAIL PROTECTED] wrote: On Sat, 9 Sep 2006, Alexandre Quessy wrote: A global startup configuration file would be very desirable. We could then write a little pd-add-path script that would simply : echo -path $PWD /usr/lib/pd/pdrc-system-wide simply

[PD-dev] Re: Packaging system (WAS Re: [PD] Pd standalone instruments ... )

2006-08-07 Thread Alexandre Quessy
PM, Alexandre Quessy wrote: By the way, the PEAR packaging system is very good for handling versions and dependencies of several files. It works on several OS (mac/win/*nix) and there is a GUI to make the packages. I tought about using that for creating PD packages (externals