Re: [PD] howto get pool

2010-08-28 Thread Mathieu Bouchard
On Fri, 27 Aug 2010, Thomas Grill wrote: Is the only possibility, to declare the ::new operators as static inline or so, in the *.h files ? (I think I did that for a while in GF, but I removed those completely several years ago because I wasn't really using them anymore) I ithink using an

Re: [PD] howto get pool

2010-08-27 Thread Mathieu Bouchard
On Tue, 24 Aug 2010, IOhannes m zmoelnig wrote: have you tried gem-0.92 ? i think there was some conflict with flext and Gem both overriding new, at least Gem behaves now better. Is there any way to make that linkage more local on Linux ? Is the only possibility, to declare the ::new

Re: [PD] howto get pool

2010-08-27 Thread Mathieu Bouchard
On Fri, 27 Aug 2010, Mathieu Bouchard wrote: Is there any way to make that linkage more local on Linux ? Is the only possibility, to declare the ::new operators as static inline or so, in the *.h files ? (I think I did that for a while in GF, but I removed those completely several years ago

Re: [PD] howto get pool

2010-08-27 Thread Thomas Grill
Am 27.08.2010 um 17:08 schrieb Mathieu Bouchard: On Tue, 24 Aug 2010, IOhannes m zmoelnig wrote: have you tried gem-0.92 ? i think there was some conflict with flext and Gem both overriding new, at least Gem behaves now better. Is there any way to make that linkage more local on Linux ?

Re: [PD] howto get pool

2010-08-25 Thread João Martins
So I should add that line to the config file and then compile flext, and then compile pool. Is that the procedure? Wish me luck. ;) João Martins No dia 24 de Agosto de 2010 23:07, Thomas Grill g...@g.org escreveu: Am 24.08.2010 um 23:55 schrieb Thomas Grill: In your

Re: [PD] howto get pool

2010-08-25 Thread Thomas Grill
Am 25.08.2010 um 15:40 schrieb João Martins: So I should add that line to the config file and then compile flext, and then compile pool. Is that the procedure? exactly! There are some docs in the flext distribution (readme.txt, build.txt) with some more information about the procedure.

Re: [PD] howto get pool

2010-08-24 Thread IOhannes m zmoelnig
On 2010-08-23 22:10, João Martins wrote: Hi, S. Jensen, I'm looking for a way to get pool working on a Linux distribution (Ubuntu or Ubuntu Studio are my main goals). I've noticed that you were able to compile your own Pd-extended and were looking to add pool to it. Did you manage to get

Re: [PD] howto get pool

2010-08-24 Thread João Martins
I'll try that. Should I try it before or after recompiling everything Flext related (Frank Barknecht suggestion)? Thank you all, João Martins No dia 24 de Agosto de 2010 08:25, IOhannes m zmoelnig zmoel...@iem.atescreveu: On 2010-08-23 22:10, João Martins wrote: Hi, S. Jensen, I'm

Re: [PD] howto get pool

2010-08-24 Thread Thomas Grill
Oh yes, i remember that issue now... there's a flag called FLEXT_CMEM which inhibits overriding the new/delete operators. To my knowledge the flag is set by default for versions within the last 3 years or so. I'll check later to be sure. gr~~~ Am 24.08.2010 um 09:25 schrieb IOhannes m zmoelnig:

Re: [PD] howto get pool

2010-08-24 Thread João Martins
Would this issue be exclusive of Linux installations? One of my main problems now is not understanding the portability issues. I really thank you all for your time and help. João Martins No dia 24 de Agosto de 2010 18:23, Thomas Grill g...@g.org escreveu: Oh yes, i remember that issue

Re: [PD] howto get pool

2010-08-24 Thread Thomas Grill
Am 24.08.2010 um 19:31 schrieb João Martins: Would this issue be exclusive of Linux installations? One of my main problems now is not understanding the portability issues. I'm not sure about the exclusiveness, but different OSs handle combined namespaces of dynamic libraries in different

Re: [PD] howto get pool

2010-08-24 Thread Thomas Grill
Am 24.08.2010 um 23:55 schrieb Thomas Grill: In your flext/buildsys/config-lnx-pd.txt file, there is a line beginning with UFLAGS += Try adding -DFLEXT_CMEM at the end of this line. Sorry, it's actually -DFLEXT_USE_CMEM gr~~~ ___

Re: [PD] howto get pool

2010-08-02 Thread Stefan Jensen
Hi,... Am Mittwoch, den 28.07.2010, 13:36 -0400 schrieb Hans-Christoph Steiner: own Pd-extended. It would be great if you could document how you did it on the pure-data wiki. You could create a new page off of this one: Done. I can expand it with setting up JACK together with Pulseaudio on

Re: [PD] howto get pool

2010-07-29 Thread Hans-Christoph Steiner
On Jul 28, 2010, at 4:59 PM, Stefan Jensen wrote: Hi,... Am Mittwoch, den 28.07.2010, 13:36 -0400 schrieb Hans-Christoph Steiner: Welcome to Pd! You've already jumped quite a hurdle by building your Thank you, I appreciate it. own Pd-extended. It would be great if you could document

Re: [PD] howto get pool

2010-07-28 Thread Hans-Christoph Steiner
Welcome to Pd! You've already jumped quite a hurdle by building your own Pd-extended. It would be great if you could document how you did it on the pure-data wiki. You could create a new page off of this one: .hc On Wed, 2010-07-28 at 18:42 +0200, Stefan Jensen wrote: Hi,... first

Re: [PD] howto get pool

2010-07-28 Thread Hans-Christoph Steiner
Oops, forgot the URL: http://puredata.info/docs/developer/64BitLinux .hc On Wed, 2010-07-28 at 13:36 -0400, Hans-Christoph Steiner wrote: Welcome to Pd! You've already jumped quite a hurdle by building your own Pd-extended. It would be great if you could document how you did it on the

Re: [PD] howto get pool

2010-07-28 Thread Stefan Jensen
Hi,... Am Mittwoch, den 28.07.2010, 13:36 -0400 schrieb Hans-Christoph Steiner: Welcome to Pd! You've already jumped quite a hurdle by building your Thank you, I appreciate it. own Pd-extended. It would be great if you could document how you did it on the pure-data wiki. You could create