Greetings!
Today I wanted to start learning pd, and I'm having a huge problem installing it (started at 8pm now it's 2:43 am)...
First the ubuntu ppa didn't work. This is the output from "sudo apt-get update"
W: Failed to fetch http://apt.puredata.info/releases/dists/luna/main/source/Sources 404 Not Found
W: Failed to fetch http://apt.puredata.info/releases/dists/luna/main/binary-amd64/Packages 404 Not Found
W: Failed to fetch http://apt.puredata.info/releases/dists/luna/main/binary-i386/Packages 404 Not Found
E: Some index files failed to download. They have been ignored, or old ones used instead.
so I have to compile it...
I downloaded pd-extended,
cd to packages/linux_make and sudo make install
But the installation just won't go trough... I already successfully installed many dependencies (also everything mentioned here: http://puredata.info/docs/developer/Debian) but this I cannot find:
...
make[5]: Entering directory `/home/jaka/Programi/pd-e/pd-extended/externals/pdp/modules/generic'
gcc -DPD -Wall -W -Wstrict-prototypes -Wno-unused -Wno-parentheses -Wno-switch -fPIC -O2 -funroll-loops -fomit-frame-pointer -ffast-math -DPDP_VERSION=\"0.12.7\" -I. -I/usr/X11R6/include -I../include -I../../include -I/home/jaka/Programi/pd-e/pd-extended/pd/src -o pdp_reg.o -c pdp_reg.c
In file included from ../../include/pdp.h:80:0,
from pdp_reg.c:23:
../../include/pdp_matrix.h:25:27: fatal error: gsl/gsl_block.h: No such file or directory
compilation terminated.
make[5]: *** [pdp_reg.o] Error 1
...
How many more of them are there?? And one more question... why am I having such a bad time compiling this? I don't find any people having this issues on the forums and on google...