Re: [PD-dev] [LONG] Building extended on amd64

2009-09-30 Thread Hans-Christoph Steiner
On Sep 30, 2009, at 5:49 PM, András Murányi wrote: On Wed, Sep 30, 2009 at 10:17 PM, wrote: You need to install the fftw3-dev package. Martin muranyia wrote: # sudo make install ... cc -DPD -I/home/muranyia/Download/0.41/pd/src -Wall -W -ggdb -I/home/ muranyia/Download/0.41/Gem/src -I/h

Re: [PD-dev] PdGuiRewriteTestBuilds

2009-09-30 Thread Mathieu Bouchard
On Wed, 30 Sep 2009, Hans-Christoph Steiner wrote: Sometimes computers really suck Tsk. Let's not shift the blame away from the programmes. When it _is_ the programmes' fault, that is. _ _ __ ___ _ _ _ ... | Mathieu Bouchard, Montréal, Québec

Re: [PD-dev] [LONG] Building extended on amd64

2009-09-30 Thread András Murányi
On Wed, Sep 30, 2009 at 10:17 PM, wrote: > You need to install the fftw3-dev package. > > Martin > > muranyia wrote: > > > # sudo make install > ... > cc -DPD -I/home/muranyia/Download/0.41/pd/src -Wall -W -ggdb > -I/home/muranyia/Download/0.41/Gem/src > -I/home/muranyia/Download/0.41/externals/

Re: [PD-dev] [LONG] Building extended on amd64

2009-09-30 Thread martin.peach
You need to install the fftw3-dev package. Martin muranyia wrote: # sudo make install ... cc -DPD -I/home/muranyia/Download/0.41/pd/src -Wall -W -ggdb -I/home/muranyia/Download/0.41/Gem/src -I/home/muranyia/Download/0.41/externals/pdp/include -DUNIX -Dunix -DDL_OPEN -fPIC -O2 -funroll-l

Re: [PD-dev] PdGuiRewriteTestBuilds

2009-09-30 Thread Hans-Christoph Steiner
On Sep 30, 2009, at 3:07 PM, Steffen Juul wrote: On 30/09/2009, at 19.49, IOhannes m zmoelnig wrote: Steffen Juul wrote: On 30/09/2009, at 9.46, IOhannes m zmoelnig wrote: btw, on a non fink contaminated machine running 10.4 i have autoconf 2.61 installed which can process the configur

Re: [PD-dev] PdGuiRewriteTestBuilds

2009-09-30 Thread Steffen Juul
On 30/09/2009, at 19.49, IOhannes m zmoelnig wrote: Steffen Juul wrote: On 30/09/2009, at 9.46, IOhannes m zmoelnig wrote: btw, on a non fink contaminated machine running 10.4 i have autoconf 2.61 installed which can process the configure.ac fine. Ok. I guess i shouldn't have updated auto

Re: [PD-dev] lib.pd on pd-extended

2009-09-30 Thread Hans-Christoph Steiner
That moocow issue is caused by the fact that with Pd-devel and Pd- extended everything is now built in-place in 'pd/src' rather than those odd 'pd/obj' and 'pd/bin' dirs. Should be fixed in this commit: http://pure-data.svn.sourceforge.net/viewvc/pure-data?view=rev&revision=12502 .hc On S

Re: [PD-dev] PdGuiRewriteTestBuilds

2009-09-30 Thread IOhannes m zmoelnig
Steffen Juul wrote: > > On 30/09/2009, at 9.46, IOhannes m zmoelnig wrote: > >> btw, on a non fink contaminated machine running 10.4 i have autoconf >> 2.61 installed which can process the configure.ac fine. > > Ok. I guess i shouldn't have updated autoconf then. Thanks for testing. not exactly

Re: [PD-dev] PdGuiRewriteTestBuilds

2009-09-30 Thread Steffen Juul
On 30/09/2009, at 9.46, IOhannes m zmoelnig wrote: hi again Steffen Juul wrote: On 29/09/2009, at 23.45, IOhannes m zmölnig wrote: IOhannes m zmölnig wrote: would not. seems you are right at the problematic version :-) meaning that "you do seem to have a problematic version of autoconf

[PD-dev] lib.pd on pd-extended

2009-09-30 Thread martin.peach
The latest autobuild for windows http://autobuild.puredata.info/auto-build/latest/Pd-0.42.5-extended-windowsxp-i386.exe now installs pd.a as pd.lib and that seems to work OK to link against with MSVisualC++2008ExpressEdition, so the .def file that is also installed is probably redundant. I not

Re: [PD-dev] PdGuiRewriteTestBuilds

2009-09-30 Thread IOhannes m zmoelnig
hi again Steffen Juul wrote: > > On 29/09/2009, at 23.45, IOhannes m zmölnig wrote: > >> IOhannes m zmölnig wrote: >>> would not. seems you are right at the problematic version :-) >>> >> meaning that "you do seem to have a problematic version of autoconf", > > Yes, i got it. thanks for investi