Hi List,
I'm trying to install pdp from the darcs archive linked from here: http://zwizwa.goto10.org/zwikizwaki.php?page=PureDataPacket
configure is ok but when i "make" i get errors (see below)
any ideas would be appreciated
i am running debian etch
many thanks, p
In file included from ../../include/pdp.h:80,
from pdp_reg.c:23:
../../include/pdp_matrix.h:25:27: error: gsl/gsl_block.h: No such file
or directory
../../include/pdp_matrix.h:26:28: error: gsl/gsl_vector.h: No such file
or directory
../../include/pdp_matrix.h:27:28: error: gsl/gsl_matrix.h: No such file
or directory
../../include/pdp_matrix.h:28:26: error: gsl/gsl_blas.h: No such file or
directory
../../include/pdp_matrix.h:29:29: error: gsl/gsl_linalg.h: No such file
or directory
In file included from ../../include/pdp.h:80,
from pdp_reg.c:23:
../../include/pdp_matrix.h:44: error: expected specifier-qualifier-list
before gsl_block
../../include/pdp_matrix.h:65: error: expected ) before TransA
../../include/pdp_matrix.h:80: error: expected ) before TransA
../../include/pdp_matrix.h:84: error: expected ) before TransA
make[2]: *** [pdp_reg.o] Error 1
make[2]: Leaving directory /home/paris/pdp-12/modules/generic' make[1]: *** [current] Error 2 make[1]: Leaving directory
/home/paris/pdp-12/modules'
make: *** [pdp_all] Error 2
mail2web - Check your email from the web at http://mail2web.com/ .
paris@parisgraphics.com wrote:
Hi List,
I'm trying to install pdp from the darcs archive linked from here: http://zwizwa.goto10.org/zwikizwaki.php?page=PureDataPacket
configure is ok but when i "make" i get errors (see below)
any ideas would be appreciated
i am running debian etch
(Just going on intuition here, not using debian myself, and never having compiled pdp...)
http://packages.debian.org/testing/math/libgsl0
"This package provides the shared libraries required to run programs compiled with GNU GSL. To compile your own programs you also need to install libgsl0-dev"
http://packages.debian.org/testing/libdevel/libgsl0-dev
If you look at the list of files you will see .../include/gsl/gsl_block.h
There should be some way in $(distribution)'s package manager to find out which package provides a given file, otherwise there is the internet and its fine search engines.
(I use gentoo, but that seems to have "equery belongs existingfile => package" but not "equery provides missingfile => package")
many thanks, p
In file included from ../../include/pdp.h:80, from pdp_reg.c:23: ../../include/pdp_matrix.h:25:27: error: gsl/gsl_block.h: No such file or directory
[snip]