Hi again,
PDP fails to build when building pd-extended on OS X 10.5. Thanks m8s.
Here is the text:
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: 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[5]: *** [pdp_reg.o] Error 1 make[4]: *** [current] Error 2 make[3]: *** [pdp_all] Error 2 make[2]: *** [/Users/bz/Downloads/puredata-extended/externals/pdp/ pdp.pd_darwin] Error 2 make[1]: *** [externals_install] Error 2 make: *** [extended_install] Error 2