Hello All,
Has anyone wrestled with this? I always have problems when I try to build from source, but since there is no pd-extended in the natty repos, I thought I'd give it a shot.
So far I've installed the dependencies:
sudo apt-get build-dep puredata gem pd-pdp
and more dependencies:
sudo apt-get install libmp3lame0 libmp3lame-dev ladspa-sdk dssi-dev libimlib2-dev libtheora-dev
and lastly:
sudo apt-get install libquicktime1 libquicktime-dev
Now everything goes swimmingly up to this point. Then I downloaded the pd-extended source package, and following the advice from a post -- http://puredata.hurleur.com/sujet-5337-extended-debian -- by some folks building for a 64-bit processor, I jump to the externals/pidip directory to build it first:
cd externals/pidip/
First, just to be on the safe side, I read the INSTALL text, and it concurs with the previously mentioned post. But, when i try:
./configure --with-pd=../../pd --with-pdp=../pdp
I get the following error:
bash: ./configure: No such file or directory
ls seems to disagree:
ls | grep configure gives me:
configure.ac
I tried making it executable, still no luck. build-essentials and make are installed on my computer.
Any ideas?
All the best, Leigh