[PlanetCCRMA] PDP continuing install problems

samuraiskillz@blueyonder.co.uk samuraiskillz@blueyonder.co.uk
Sat Apr 9 05:45:02 2005


hi there,

Thanks for all the help so far with installing pdp, but I am still
struggling I have posted below the process I am going through, I am sure I
am just being dumb and missing a bit of standard knowledge, I'd really
appreciate any help here as I love pdp and need to play with it:)

dominic


::In doing:-

./configure --prefix=/usr/lib --enable-pwc

::it cant find the following:-

checking for main in -lgslcblas... no
checking for main in -lgsl... no
   libgsl not found: not building matrix type support

checking for lqt_decode_video in -lquicktime... no
   libquicktime not found: not building pdp_qt

checking for SDL_Init in -lSDL... no
   libSDL not found: not building pdp_sdl


::I then do:-


make



::I get the following errors:-

In file included from ../../include/pdp.h:80,
                 from pdp_reg.c:23:
../../include/pdp_matrix.h:25:27: gsl/gsl_block.h: No such file or directory
../../include/pdp_matrix.h:26:28: gsl/gsl_vector.h: No such file or directory
../../include/pdp_matrix.h:27:28: gsl/gsl_matrix.h: No such file or directory
../../include/pdp_matrix.h:28:26: gsl/gsl_blas.h: No such file or directory
../../include/pdp_matrix.h:29:29: 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: syntax error before "gsl_block"
../../include/pdp_matrix.h:44: warning: no semicolon at end of struct or
union
../../include/pdp_matrix.h:45: warning: type defaults to `int' in
declaration of `vector'
../../include/pdp_matrix.h:45: warning: data definition has no type or
storage class
../../include/pdp_matrix.h:46: error: syntax error before "matrix"
../../include/pdp_matrix.h:46: warning: type defaults to `int' in
declaration of `matrix'
../../include/pdp_matrix.h:46: warning: data definition has no type or
storage class
../../include/pdp_matrix.h:47: error: syntax error before "perm"
../../include/pdp_matrix.h:47: warning: type defaults to `int' in
declaration of `perm'
../../include/pdp_matrix.h:47: warning: data definition has no type or
storage class
../../include/pdp_matrix.h:51: error: syntax error before '}' token
../../include/pdp_matrix.h:51: warning: type defaults to `int' in
declaration of `t_matrix'
../../include/pdp_matrix.h:51: warning: data definition has no type or
storage class
../../include/pdp_matrix.h:65: error: syntax error before "TransA"
../../include/pdp_matrix.h:65: warning: function declaration isn't a
prototype
../../include/pdp_matrix.h:80: error: syntax error before "TransA"
../../include/pdp_matrix.h:82: warning: function declaration isn't a
prototype
../../include/pdp_matrix.h:84: error: syntax error before "TransA"
../../include/pdp_matrix.h:86: warning: function declaration isn't a
prototype
make[2]: *** [pdp_reg.o] Error 1
make[2]: Leaving directory `/home/spoony/pdp-0.12.4/modules/generic'
make[1]: *** [current] Error 2
make[1]: Leaving directory `/home/spoony/pdp-0.12.4/modules'
make: *** [pdp_all] Error 2