greetings!
i'm running 64bit debian sid here, with pd 0.43.2... i'd like to add the fftease external, but afaik it's only available as a 32-bit binary (which fails with "wrong ELF class" errors)!
anyone know if 64bit binaries, or source are available?
thanks much... cheers! .pltk.
From: plutek plutek@infinity.net Date: Thu, 04 Oct 2012 09:56:20 -0400 (EDT)
greetings!
i'm running 64bit debian sid here, with pd 0.43.2... i'd like to add the fftease external, but afaik it's only available as a 32-bit binary (which fails with "wrong ELF class" errors)!
anyone know if 64bit binaries, or source are available?
thanks much... cheers! .pltk.
update, in case anyone else is interested in 64-bit fftease: eric lyon has been so kind as to send me a source tarball. he's said it's fine to share it... is there some way to get it up on the fftease project download page at puredata.info, or shall i just upload it to my own account there?
cheers! .pltk.
From: plutek plutek@infinity.net Date: Thu, 04 Oct 2012 16:51:35 -0400 (EDT)
update, in case anyone else is interested in 64-bit fftease: eric lyon has been so kind as to send me a source tarball. he's said it's fine to share it... is there some way to get it up on the fftease project download page at puredata.info, or shall i just upload it to my own account there?
greetings, again!
so, i'm trying to compile this fftease source code, and running into some problems... any one out there willing to take a look at the source, and my errors, and help me out?
thanks much... cheers! .pltk.
On 10/04/2012 05:38 PM, plutek wrote:
From: plutek plutek@infinity.net Date: Thu, 04 Oct 2012 16:51:35 -0400 (EDT)
update, in case anyone else is interested in 64-bit fftease: eric lyon has been so kind as to send me a source tarball. he's said it's fine to share it... is there some way to get it up on the fftease project download page at puredata.info, or shall i just upload it to my own account there?
greetings, again!
so, i'm trying to compile this fftease source code, and running into some problems... any one out there willing to take a look at the source, and my errors, and help me out?
thanks much... cheers! .pltk.
The source code is already carefully hidden on the fftease Pd download page:
https://puredata.info/downloads/fftease/
I changed the description to hopefully be more helpful. I made a Makefile for those builds. I need to dig up that Makefile and put it somewhere useful...
.hc
From: Hans-Christoph Steiner hans@at.or.at Subject: Re: [PD] fftease 64-bit? Date: Thu, 04 Oct 2012 17:50:05 -0400
On 10/04/2012 05:38 PM, plutek wrote:
From: plutek plutek@infinity.net Date: Thu, 04 Oct 2012 16:51:35 -0400 (EDT)
update, in case anyone else is interested in 64-bit fftease: eric lyon has been so kind as to send me a source tarball. he's said it's fine to share it... is there some way to get it up on the fftease project download page at puredata.info, or shall i just upload it to my own account there?
greetings, again!
so, i'm trying to compile this fftease source code, and running into some problems... any one out there willing to take a look at the source, and my errors, and help me out?
thanks much... cheers! .pltk.
The source code is already carefully hidden on the fftease Pd download page:
https://puredata.info/downloads/fftease/
I changed the description to hopefully be more helpful. I made a Makefile for those builds. I need to dig up that Makefile and put it somewhere useful...
.hc
thanks, hans-christoph... yes, i see the source package now! a Makefile would be fantastic!
cheers! .pltk.
On 10/04/2012 06:08 PM, plutek wrote:
From: Hans-Christoph Steiner hans@at.or.at Subject: Re: [PD] fftease 64-bit? Date: Thu, 04 Oct 2012 17:50:05 -0400
On 10/04/2012 05:38 PM, plutek wrote:
From: plutek plutek@infinity.net Date: Thu, 04 Oct 2012 16:51:35 -0400 (EDT)
update, in case anyone else is interested in 64-bit fftease: eric lyon has been so kind as to send me a source tarball. he's said it's fine to share it... is there some way to get it up on the fftease project download page at puredata.info, or shall i just upload it to my own account there?
greetings, again!
so, i'm trying to compile this fftease source code, and running into some problems... any one out there willing to take a look at the source, and my errors, and help me out?
thanks much... cheers! .pltk.
The source code is already carefully hidden on the fftease Pd download page:
https://puredata.info/downloads/fftease/
I changed the description to hopefully be more helpful. I made a Makefile for those builds. I need to dig up that Makefile and put it somewhere useful...
.hc
thanks, hans-christoph... yes, i see the source package now! a Makefile would be fantastic!
Here you go:
svn co https://pure-data.svn.sourceforge.net/svnroot/pure-data/trunk/externals/ffte... cd fftease make
If you move the whole 'fftease' folder into ~/pd-externals, you'll have a full libdir you can load using [import fftease]. While I was at it, I added it to my PPA, so there will be Ubuntu packages soon:
https://launchpad.net/~eighthave/+archive/libdirs
.hc
.hc
From: Hans-Christoph Steiner hans@at.or.at Date: Fri, 05 Oct 2012 14:26:50 -0400
Here you go:
svn co https://pure-data.svn.sourceforge.net/svnroot/pure-data/trunk/externals/ffte... cd fftease make
If you move the whole 'fftease' folder into ~/pd-externals, you'll have a full libdir you can load using [import fftease]. While I was at it, I added it to my PPA, so there will be Ubuntu packages soon:
https://launchpad.net/~eighthave/+archive/libdirs
.hc
that's great, hans-christoph! thanks so much... cheers! .pltk.
From: Hans-Christoph Steiner hans@at.or.at Date: Fri, 05 Oct 2012 14:26:50 -0400
Here you go:
svn co https://pure-data.svn.sourceforge.net/svnroot/pure-data/trunk/externals/ffte... cd fftease make
If you move the whole 'fftease' folder into ~/pd-externals, you'll have a full libdir you can load using [import fftease].
compiled and running... thanks again! .pltk.