* installing *source* package ‘cblasr’ ... ** package ‘cblasr’ successfully unpacked and MD5 sums checked ** using staged installation ** libs make[2]: Entering directory '/data/gannet/ripley/R/packages/tests-BLAS/cblasr/src' g++ -std=gnu++14 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DUSE_FC_LEN_T -I. -I../inst/include/ -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -c RcppExports.cpp -o RcppExports.o g++ -std=gnu++14 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DUSE_FC_LEN_T -I. -I../inst/include/ -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -c cblasr_examples.cpp -o cblasr_examples.o In file included from ../inst/include/cblas.h:58, from cblasr_examples.cpp:2: ../inst/include/cblas_bits/cblas_dgbmv.h: In function ‘void cblas_dgbmv(CBLAS_LAYOUT, CBLAS_TRANSPOSE, int, int, int, int, double, const double*, int, const double*, int, double, double*, int)’: ../inst/include/cblas_bits/cblas_dgbmv.h:58:5: error: too few arguments to function ‘void dgbmv_(const char*, const int*, const int*, const int*, const int*, const double*, const double*, const int*, const double*, const int*, const double*, double*, const int*, size_t)’ 58 | (F77_TA, &F77_M, &F77_N, &F77_KL, &F77_KU, &alpha, A, &F77_lda, X, | ^ In file included from /data/gannet/ripley/R/R-devel/include/R.h:80, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/r/headers.h:66, from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:30, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27, from cblasr_examples.cpp:1: /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:99:10: note: declared here 99 | F77_NAME(dgbmv)(const char *trans, const int *m, const int *n, | ^~~~~ /data/gannet/ripley/R/R-devel/include/R_ext/RS.h:77:25: note: in definition of macro ‘F77_CALL’ 77 | # define F77_CALL(x) x ## _ | ^ /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:99:1: note: in expansion of macro ‘F77_NAME’ 99 | F77_NAME(dgbmv)(const char *trans, const int *m, const int *n, | ^~~~~~~~ In file included from ../inst/include/cblas.h:58, from cblasr_examples.cpp:2: ../inst/include/cblas_bits/cblas_dgbmv.h:78:5: error: too few arguments to function ‘void dgbmv_(const char*, const int*, const int*, const int*, const int*, const double*, const double*, const int*, const double*, const int*, const double*, double*, const int*, size_t)’ 78 | (F77_TA, &F77_N, &F77_M, &F77_KU, &F77_KL, &alpha, A, &F77_lda, X, | ^ In file included from /data/gannet/ripley/R/R-devel/include/R.h:80, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/r/headers.h:66, from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:30, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27, from cblasr_examples.cpp:1: /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:99:10: note: declared here 99 | F77_NAME(dgbmv)(const char *trans, const int *m, const int *n, | ^~~~~ /data/gannet/ripley/R/R-devel/include/R_ext/RS.h:77:25: note: in definition of macro ‘F77_CALL’ 77 | # define F77_CALL(x) x ## _ | ^ /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:99:1: note: in expansion of macro ‘F77_NAME’ 99 | F77_NAME(dgbmv)(const char *trans, const int *m, const int *n, | ^~~~~~~~ In file included from ../inst/include/cblas.h:59, from cblasr_examples.cpp:2: ../inst/include/cblas_bits/cblas_dgemv.h: In function ‘void cblas_dgemv(CBLAS_LAYOUT, CBLAS_TRANSPOSE, int, int, double, const double*, int, const double*, int, double, double*, int)’: ../inst/include/cblas_bits/cblas_dgemv.h:55:5: error: too few arguments to function ‘void dgemv_(const char*, const int*, const int*, const double*, const double*, const int*, const double*, const int*, const double*, double*, const int*, size_t)’ 55 | (F77_TA, &F77_M, &F77_N, &alpha, A, &F77_lda, X, &F77_incX, &beta, Y, | ^ In file included from /data/gannet/ripley/R/R-devel/include/R.h:80, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/r/headers.h:66, from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:30, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27, from cblasr_examples.cpp:1: /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:107:10: note: declared here 107 | F77_NAME(dgemv)(const char *trans, const int *m, const int *n, | ^~~~~ /data/gannet/ripley/R/R-devel/include/R_ext/RS.h:77:25: note: in definition of macro ‘F77_CALL’ 77 | # define F77_CALL(x) x ## _ | ^ /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:107:1: note: in expansion of macro ‘F77_NAME’ 107 | F77_NAME(dgemv)(const char *trans, const int *m, const int *n, | ^~~~~~~~ In file included from ../inst/include/cblas.h:59, from cblasr_examples.cpp:2: ../inst/include/cblas_bits/cblas_dgemv.h:75:5: error: too few arguments to function ‘void dgemv_(const char*, const int*, const int*, const double*, const double*, const int*, const double*, const int*, const double*, double*, const int*, size_t)’ 75 | (F77_TA, &F77_N, &F77_M, &alpha, A, &F77_lda, X, &F77_incX, &beta, Y, | ^ In file included from /data/gannet/ripley/R/R-devel/include/R.h:80, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/r/headers.h:66, from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:30, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27, from cblasr_examples.cpp:1: /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:107:10: note: declared here 107 | F77_NAME(dgemv)(const char *trans, const int *m, const int *n, | ^~~~~ /data/gannet/ripley/R/R-devel/include/R_ext/RS.h:77:25: note: in definition of macro ‘F77_CALL’ 77 | # define F77_CALL(x) x ## _ | ^ /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:107:1: note: in expansion of macro ‘F77_NAME’ 107 | F77_NAME(dgemv)(const char *trans, const int *m, const int *n, | ^~~~~~~~ In file included from ../inst/include/cblas.h:60, from cblasr_examples.cpp:2: ../inst/include/cblas_bits/cblas_dsbmv.h: In function ‘void cblas_dsbmv(CBLAS_LAYOUT, CBLAS_UPLO, int, int, double, const double*, int, const double*, int, double, double*, int)’: ../inst/include/cblas_bits/cblas_dsbmv.h:53:5: error: too few arguments to function ‘void dsbmv_(const char*, const int*, const int*, const double*, const double*, const int*, const double*, const int*, const double*, double*, const int*, size_t)’ 53 | (F77_UL, &F77_N, &F77_K, &alpha, A, &F77_lda, X, &F77_incX, &beta, Y, | ^ In file included from /data/gannet/ripley/R/R-devel/include/R.h:80, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/r/headers.h:66, from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:30, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27, from cblasr_examples.cpp:1: /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:114:10: note: declared here 114 | F77_NAME(dsbmv)(const char *uplo, const int *n, const int *k, | ^~~~~ /data/gannet/ripley/R/R-devel/include/R_ext/RS.h:77:25: note: in definition of macro ‘F77_CALL’ 77 | # define F77_CALL(x) x ## _ | ^ /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:114:1: note: in expansion of macro ‘F77_NAME’ 114 | F77_NAME(dsbmv)(const char *uplo, const int *n, const int *k, | ^~~~~~~~ In file included from ../inst/include/cblas.h:60, from cblasr_examples.cpp:2: ../inst/include/cblas_bits/cblas_dsbmv.h:71:5: error: too few arguments to function ‘void dsbmv_(const char*, const int*, const int*, const double*, const double*, const int*, const double*, const int*, const double*, double*, const int*, size_t)’ 71 | (F77_UL, &F77_N, &F77_K, &alpha, A, &F77_lda, X, &F77_incX, &beta, Y, | ^ In file included from /data/gannet/ripley/R/R-devel/include/R.h:80, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/r/headers.h:66, from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:30, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27, from cblasr_examples.cpp:1: /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:114:10: note: declared here 114 | F77_NAME(dsbmv)(const char *uplo, const int *n, const int *k, | ^~~~~ /data/gannet/ripley/R/R-devel/include/R_ext/RS.h:77:25: note: in definition of macro ‘F77_CALL’ 77 | # define F77_CALL(x) x ## _ | ^ /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:114:1: note: in expansion of macro ‘F77_NAME’ 114 | F77_NAME(dsbmv)(const char *uplo, const int *n, const int *k, | ^~~~~~~~ In file included from ../inst/include/cblas.h:61, from cblasr_examples.cpp:2: ../inst/include/cblas_bits/cblas_dspmv.h: In function ‘void cblas_dspmv(CBLAS_LAYOUT, CBLAS_UPLO, int, double, const double*, const double*, int, double, double*, int)’: ../inst/include/cblas_bits/cblas_dspmv.h:50:5: error: too few arguments to function ‘void dspmv_(const char*, const int*, const double*, const double*, const double*, const int*, const double*, double*, const int*, size_t)’ 50 | (F77_UL, &F77_N, &alpha, AP, X, &F77_incX, &beta, Y, &F77_incY); | ^ In file included from /data/gannet/ripley/R/R-devel/include/R.h:80, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/r/headers.h:66, from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:30, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27, from cblasr_examples.cpp:1: /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:121:10: note: declared here 121 | F77_NAME(dspmv)(const char *uplo, const int *n, | ^~~~~ /data/gannet/ripley/R/R-devel/include/R_ext/RS.h:77:25: note: in definition of macro ‘F77_CALL’ 77 | # define F77_CALL(x) x ## _ | ^ /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:121:1: note: in expansion of macro ‘F77_NAME’ 121 | F77_NAME(dspmv)(const char *uplo, const int *n, | ^~~~~~~~ In file included from ../inst/include/cblas.h:61, from cblasr_examples.cpp:2: ../inst/include/cblas_bits/cblas_dspmv.h:67:5: error: too few arguments to function ‘void dspmv_(const char*, const int*, const double*, const double*, const double*, const int*, const double*, double*, const int*, size_t)’ 67 | (F77_UL, &F77_N, &alpha, AP, X, &F77_incX, &beta, Y, &F77_incY); | ^ In file included from /data/gannet/ripley/R/R-devel/include/R.h:80, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/r/headers.h:66, from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:30, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27, from cblasr_examples.cpp:1: /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:121:10: note: declared here 121 | F77_NAME(dspmv)(const char *uplo, const int *n, | ^~~~~ /data/gannet/ripley/R/R-devel/include/R_ext/RS.h:77:25: note: in definition of macro ‘F77_CALL’ 77 | # define F77_CALL(x) x ## _ | ^ /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:121:1: note: in expansion of macro ‘F77_NAME’ 121 | F77_NAME(dspmv)(const char *uplo, const int *n, | ^~~~~~~~ In file included from ../inst/include/cblas.h:62, from cblasr_examples.cpp:2: ../inst/include/cblas_bits/cblas_dsymv.h: In function ‘void cblas_dsymv(CBLAS_LAYOUT, CBLAS_UPLO, int, double, const double*, int, const double*, int, double, double*, int)’: ../inst/include/cblas_bits/cblas_dsymv.h:51:5: error: too few arguments to function ‘void dsymv_(const char*, const int*, const double*, const double*, const int*, const double*, const int*, const double*, double*, const int*, size_t)’ 51 | (F77_UL, &F77_N, &alpha, A, &F77_lda, X, &F77_incX, &beta, Y, &F77_incY); | ^ In file included from /data/gannet/ripley/R/R-devel/include/R.h:80, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/r/headers.h:66, from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:30, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27, from cblasr_examples.cpp:1: /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:129:10: note: declared here 129 | F77_NAME(dsymv)(const char *uplo, const int *n, const double *alpha, | ^~~~~ /data/gannet/ripley/R/R-devel/include/R_ext/RS.h:77:25: note: in definition of macro ‘F77_CALL’ 77 | # define F77_CALL(x) x ## _ | ^ /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:129:1: note: in expansion of macro ‘F77_NAME’ 129 | F77_NAME(dsymv)(const char *uplo, const int *n, const double *alpha, | ^~~~~~~~ In file included from ../inst/include/cblas.h:62, from cblasr_examples.cpp:2: ../inst/include/cblas_bits/cblas_dsymv.h:68:5: error: too few arguments to function ‘void dsymv_(const char*, const int*, const double*, const double*, const int*, const double*, const int*, const double*, double*, const int*, size_t)’ 68 | (F77_UL, &F77_N, &alpha, A, &F77_lda, X, &F77_incX, &beta, Y, &F77_incY); | ^ In file included from /data/gannet/ripley/R/R-devel/include/R.h:80, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/r/headers.h:66, from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:30, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27, from cblasr_examples.cpp:1: /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:129:10: note: declared here 129 | F77_NAME(dsymv)(const char *uplo, const int *n, const double *alpha, | ^~~~~ /data/gannet/ripley/R/R-devel/include/R_ext/RS.h:77:25: note: in definition of macro ‘F77_CALL’ 77 | # define F77_CALL(x) x ## _ | ^ /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:129:1: note: in expansion of macro ‘F77_NAME’ 129 | F77_NAME(dsymv)(const char *uplo, const int *n, const double *alpha, | ^~~~~~~~ In file included from ../inst/include/cblas.h:63, from cblasr_examples.cpp:2: ../inst/include/cblas_bits/cblas_dtbmv.h: In function ‘void cblas_dtbmv(CBLAS_LAYOUT, CBLAS_UPLO, CBLAS_TRANSPOSE, CBLAS_DIAG, int, int, const double*, int, double*, int)’: ../inst/include/cblas_bits/cblas_dtbmv.h:78:5: error: too few arguments to function ‘void dtbmv_(const char*, const char*, const char*, const int*, const int*, const double*, const int*, double*, const int*, size_t, size_t, size_t)’ 78 | (F77_UL, F77_TA, F77_DI, &F77_N, &F77_K, A, &F77_lda, X, &F77_incX); | ^ In file included from /data/gannet/ripley/R/R-devel/include/R.h:80, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/r/headers.h:66, from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:30, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27, from cblasr_examples.cpp:1: /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:136:10: note: declared here 136 | F77_NAME(dtbmv)(const char *uplo, const char *trans, | ^~~~~ /data/gannet/ripley/R/R-devel/include/R_ext/RS.h:77:25: note: in definition of macro ‘F77_CALL’ 77 | # define F77_CALL(x) x ## _ | ^ /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:136:1: note: in expansion of macro ‘F77_NAME’ 136 | F77_NAME(dtbmv)(const char *uplo, const char *trans, | ^~~~~~~~ In file included from ../inst/include/cblas.h:63, from cblasr_examples.cpp:2: ../inst/include/cblas_bits/cblas_dtbmv.h:122:5: error: too few arguments to function ‘void dtbmv_(const char*, const char*, const char*, const int*, const int*, const double*, const int*, double*, const int*, size_t, size_t, size_t)’ 122 | (F77_UL, F77_TA, F77_DI, &F77_N, &F77_K, A, &F77_lda, X, &F77_incX); | ^ In file included from /data/gannet/ripley/R/R-devel/include/R.h:80, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/r/headers.h:66, from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:30, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27, from cblasr_examples.cpp:1: /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:136:10: note: declared here 136 | F77_NAME(dtbmv)(const char *uplo, const char *trans, | ^~~~~ /data/gannet/ripley/R/R-devel/include/R_ext/RS.h:77:25: note: in definition of macro ‘F77_CALL’ 77 | # define F77_CALL(x) x ## _ | ^ /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:136:1: note: in expansion of macro ‘F77_NAME’ 136 | F77_NAME(dtbmv)(const char *uplo, const char *trans, | ^~~~~~~~ In file included from ../inst/include/cblas.h:64, from cblasr_examples.cpp:2: ../inst/include/cblas_bits/cblas_dtpmv.h: In function ‘void cblas_dtpmv(CBLAS_LAYOUT, CBLAS_UPLO, CBLAS_TRANSPOSE, CBLAS_DIAG, int, const double*, double*, int)’: ../inst/include/cblas_bits/cblas_dtpmv.h:75:20: error: too few arguments to function ‘void dtpmv_(const char*, const char*, const char*, const int*, const double*, double*, const int*, size_t, size_t, size_t)’ 75 | F77_NAME(dtpmv)(F77_UL, F77_TA, F77_DI, &F77_N, Ap, X, &F77_incX); | ^ In file included from /data/gannet/ripley/R/R-devel/include/R.h:80, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/r/headers.h:66, from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:30, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27, from cblasr_examples.cpp:1: /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:143:10: note: declared here 143 | F77_NAME(dtpmv)(const char *uplo, const char *trans, const char *diag, | ^~~~~ /data/gannet/ripley/R/R-devel/include/R_ext/RS.h:77:25: note: in definition of macro ‘F77_CALL’ 77 | # define F77_CALL(x) x ## _ | ^ /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:143:1: note: in expansion of macro ‘F77_NAME’ 143 | F77_NAME(dtpmv)(const char *uplo, const char *trans, const char *diag, | ^~~~~~~~ In file included from ../inst/include/cblas.h:64, from cblasr_examples.cpp:2: ../inst/include/cblas_bits/cblas_dtpmv.h:118:20: error: too few arguments to function ‘void dtpmv_(const char*, const char*, const char*, const int*, const double*, double*, const int*, size_t, size_t, size_t)’ 118 | F77_NAME(dtpmv)(F77_UL, F77_TA, F77_DI, &F77_N, Ap, X, &F77_incX); | ^ In file included from /data/gannet/ripley/R/R-devel/include/R.h:80, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/r/headers.h:66, from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:30, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27, from cblasr_examples.cpp:1: /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:143:10: note: declared here 143 | F77_NAME(dtpmv)(const char *uplo, const char *trans, const char *diag, | ^~~~~ /data/gannet/ripley/R/R-devel/include/R_ext/RS.h:77:25: note: in definition of macro ‘F77_CALL’ 77 | # define F77_CALL(x) x ## _ | ^ /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:143:1: note: in expansion of macro ‘F77_NAME’ 143 | F77_NAME(dtpmv)(const char *uplo, const char *trans, const char *diag, | ^~~~~~~~ In file included from ../inst/include/cblas.h:65, from cblasr_examples.cpp:2: ../inst/include/cblas_bits/cblas_dtrmv.h: In function ‘void cblas_dtrmv(CBLAS_LAYOUT, CBLAS_UPLO, CBLAS_TRANSPOSE, CBLAS_DIAG, int, const double*, int, double*, int)’: ../inst/include/cblas_bits/cblas_dtrmv.h:79:20: error: too few arguments to function ‘void dtrmv_(const char*, const char*, const char*, const int*, const double*, const int*, double*, const int*, size_t, size_t, size_t)’ 79 | F77_NAME(dtrmv)(F77_UL, F77_TA, F77_DI, &F77_N, A, &F77_lda, X, &F77_incX); | ^ In file included from /data/gannet/ripley/R/R-devel/include/R.h:80, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/r/headers.h:66, from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:30, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27, from cblasr_examples.cpp:1: /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:149:10: note: declared here 149 | F77_NAME(dtrmv)(const char *uplo, const char *trans, const char *diag, | ^~~~~ /data/gannet/ripley/R/R-devel/include/R_ext/RS.h:77:25: note: in definition of macro ‘F77_CALL’ 77 | # define F77_CALL(x) x ## _ | ^ /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:149:1: note: in expansion of macro ‘F77_NAME’ 149 | F77_NAME(dtrmv)(const char *uplo, const char *trans, const char *diag, | ^~~~~~~~ In file included from ../inst/include/cblas.h:65, from cblasr_examples.cpp:2: ../inst/include/cblas_bits/cblas_dtrmv.h:121:20: error: too few arguments to function ‘void dtrmv_(const char*, const char*, const char*, const int*, const double*, const int*, double*, const int*, size_t, size_t, size_t)’ 121 | F77_NAME(dtrmv)(F77_UL, F77_TA, F77_DI, &F77_N, A, &F77_lda, X, &F77_incX); | ^ In file included from /data/gannet/ripley/R/R-devel/include/R.h:80, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/r/headers.h:66, from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:30, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27, from cblasr_examples.cpp:1: /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:149:10: note: declared here 149 | F77_NAME(dtrmv)(const char *uplo, const char *trans, const char *diag, | ^~~~~ /data/gannet/ripley/R/R-devel/include/R_ext/RS.h:77:25: note: in definition of macro ‘F77_CALL’ 77 | # define F77_CALL(x) x ## _ | ^ /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:149:1: note: in expansion of macro ‘F77_NAME’ 149 | F77_NAME(dtrmv)(const char *uplo, const char *trans, const char *diag, | ^~~~~~~~ In file included from ../inst/include/cblas.h:67, from cblasr_examples.cpp:2: ../inst/include/cblas_bits/cblas_dtbsv.h: In function ‘void cblas_dtbsv(CBLAS_LAYOUT, CBLAS_UPLO, CBLAS_TRANSPOSE, CBLAS_DIAG, int, int, const double*, int, double*, int)’: ../inst/include/cblas_bits/cblas_dtbsv.h:78:5: error: too few arguments to function ‘void dtbsv_(const char*, const char*, const char*, const int*, const int*, const double*, const int*, double*, const int*, size_t, size_t, size_t)’ 78 | (F77_UL, F77_TA, F77_DI, &F77_N, &F77_K, A, &F77_lda, X, &F77_incX); | ^ In file included from /data/gannet/ripley/R/R-devel/include/R.h:80, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/r/headers.h:66, from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:30, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27, from cblasr_examples.cpp:1: /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:155:10: note: declared here 155 | F77_NAME(dtbsv)(const char *uplo, const char *trans, | ^~~~~ /data/gannet/ripley/R/R-devel/include/R_ext/RS.h:77:25: note: in definition of macro ‘F77_CALL’ 77 | # define F77_CALL(x) x ## _ | ^ /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:155:1: note: in expansion of macro ‘F77_NAME’ 155 | F77_NAME(dtbsv)(const char *uplo, const char *trans, | ^~~~~~~~ In file included from ../inst/include/cblas.h:67, from cblasr_examples.cpp:2: ../inst/include/cblas_bits/cblas_dtbsv.h:122:5: error: too few arguments to function ‘void dtbsv_(const char*, const char*, const char*, const int*, const int*, const double*, const int*, double*, const int*, size_t, size_t, size_t)’ 122 | (F77_UL, F77_TA, F77_DI, &F77_N, &F77_K, A, &F77_lda, X, &F77_incX); | ^ In file included from /data/gannet/ripley/R/R-devel/include/R.h:80, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/r/headers.h:66, from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:30, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27, from cblasr_examples.cpp:1: /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:155:10: note: declared here 155 | F77_NAME(dtbsv)(const char *uplo, const char *trans, | ^~~~~ /data/gannet/ripley/R/R-devel/include/R_ext/RS.h:77:25: note: in definition of macro ‘F77_CALL’ 77 | # define F77_CALL(x) x ## _ | ^ /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:155:1: note: in expansion of macro ‘F77_NAME’ 155 | F77_NAME(dtbsv)(const char *uplo, const char *trans, | ^~~~~~~~ In file included from ../inst/include/cblas.h:68, from cblasr_examples.cpp:2: ../inst/include/cblas_bits/cblas_dtpsv.h: In function ‘void cblas_dtpsv(CBLAS_LAYOUT, CBLAS_UPLO, CBLAS_TRANSPOSE, CBLAS_DIAG, int, const double*, double*, int)’: ../inst/include/cblas_bits/cblas_dtpsv.h:75:20: error: too few arguments to function ‘void dtpsv_(const char*, const char*, const char*, const int*, const double*, double*, const int*, size_t, size_t, size_t)’ 75 | F77_NAME(dtpsv)(F77_UL, F77_TA, F77_DI, &F77_N, Ap, X, &F77_incX); | ^ In file included from /data/gannet/ripley/R/R-devel/include/R.h:80, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/r/headers.h:66, from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:30, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27, from cblasr_examples.cpp:1: /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:162:10: note: declared here 162 | F77_NAME(dtpsv)(const char *uplo, const char *trans, | ^~~~~ /data/gannet/ripley/R/R-devel/include/R_ext/RS.h:77:25: note: in definition of macro ‘F77_CALL’ 77 | # define F77_CALL(x) x ## _ | ^ /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:162:1: note: in expansion of macro ‘F77_NAME’ 162 | F77_NAME(dtpsv)(const char *uplo, const char *trans, | ^~~~~~~~ In file included from ../inst/include/cblas.h:68, from cblasr_examples.cpp:2: ../inst/include/cblas_bits/cblas_dtpsv.h:118:20: error: too few arguments to function ‘void dtpsv_(const char*, const char*, const char*, const int*, const double*, double*, const int*, size_t, size_t, size_t)’ 118 | F77_NAME(dtpsv)(F77_UL, F77_TA, F77_DI, &F77_N, Ap, X, &F77_incX); | ^ In file included from /data/gannet/ripley/R/R-devel/include/R.h:80, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/r/headers.h:66, from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:30, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27, from cblasr_examples.cpp:1: /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:162:10: note: declared here 162 | F77_NAME(dtpsv)(const char *uplo, const char *trans, | ^~~~~ /data/gannet/ripley/R/R-devel/include/R_ext/RS.h:77:25: note: in definition of macro ‘F77_CALL’ 77 | # define F77_CALL(x) x ## _ | ^ /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:162:1: note: in expansion of macro ‘F77_NAME’ 162 | F77_NAME(dtpsv)(const char *uplo, const char *trans, | ^~~~~~~~ In file included from ../inst/include/cblas.h:69, from cblasr_examples.cpp:2: ../inst/include/cblas_bits/cblas_dtrsv.h: In function ‘void cblas_dtrsv(CBLAS_LAYOUT, CBLAS_UPLO, CBLAS_TRANSPOSE, CBLAS_DIAG, int, const double*, int, double*, int)’: ../inst/include/cblas_bits/cblas_dtrsv.h:78:20: error: too few arguments to function ‘void dtrsv_(const char*, const char*, const char*, const int*, const double*, const int*, double*, const int*, size_t, size_t, size_t)’ 78 | F77_NAME(dtrsv)(F77_UL, F77_TA, F77_DI, &F77_N, A, &F77_lda, X, &F77_incX); | ^ In file included from /data/gannet/ripley/R/R-devel/include/R.h:80, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/r/headers.h:66, from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:30, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27, from cblasr_examples.cpp:1: /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:169:10: note: declared here 169 | F77_NAME(dtrsv)(const char *uplo, const char *trans, | ^~~~~ /data/gannet/ripley/R/R-devel/include/R_ext/RS.h:77:25: note: in definition of macro ‘F77_CALL’ 77 | # define F77_CALL(x) x ## _ | ^ /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:169:1: note: in expansion of macro ‘F77_NAME’ 169 | F77_NAME(dtrsv)(const char *uplo, const char *trans, | ^~~~~~~~ In file included from ../inst/include/cblas.h:69, from cblasr_examples.cpp:2: ../inst/include/cblas_bits/cblas_dtrsv.h:120:20: error: too few arguments to function ‘void dtrsv_(const char*, const char*, const char*, const int*, const double*, const int*, double*, const int*, size_t, size_t, size_t)’ 120 | F77_NAME(dtrsv)(F77_UL, F77_TA, F77_DI, &F77_N, A, &F77_lda, X, &F77_incX); | ^ In file included from /data/gannet/ripley/R/R-devel/include/R.h:80, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/r/headers.h:66, from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:30, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27, from cblasr_examples.cpp:1: /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:169:10: note: declared here 169 | F77_NAME(dtrsv)(const char *uplo, const char *trans, | ^~~~~ /data/gannet/ripley/R/R-devel/include/R_ext/RS.h:77:25: note: in definition of macro ‘F77_CALL’ 77 | # define F77_CALL(x) x ## _ | ^ /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:169:1: note: in expansion of macro ‘F77_NAME’ 169 | F77_NAME(dtrsv)(const char *uplo, const char *trans, | ^~~~~~~~ In file included from ../inst/include/cblas.h:72, from cblasr_examples.cpp:2: ../inst/include/cblas_bits/cblas_dspr.h: In function ‘void cblas_dspr(CBLAS_LAYOUT, CBLAS_UPLO, int, double, const double*, int, double*)’: ../inst/include/cblas_bits/cblas_dspr.h:48:19: error: too few arguments to function ‘void dspr_(const char*, const int*, const double*, const double*, const int*, double*, size_t)’ 48 | F77_NAME(dspr)(F77_UL, &F77_N, &alpha, X, &F77_incX, Ap); | ^ In file included from /data/gannet/ripley/R/R-devel/include/R.h:80, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/r/headers.h:66, from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:30, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27, from cblasr_examples.cpp:1: /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:186:10: note: declared here 186 | F77_NAME(dspr)(const char *uplo, const int *n, const double *alpha, | ^~~~ /data/gannet/ripley/R/R-devel/include/R_ext/RS.h:77:25: note: in definition of macro ‘F77_CALL’ 77 | # define F77_CALL(x) x ## _ | ^ /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:186:1: note: in expansion of macro ‘F77_NAME’ 186 | F77_NAME(dspr)(const char *uplo, const int *n, const double *alpha, | ^~~~~~~~ In file included from ../inst/include/cblas.h:72, from cblasr_examples.cpp:2: ../inst/include/cblas_bits/cblas_dspr.h:65:19: error: too few arguments to function ‘void dspr_(const char*, const int*, const double*, const double*, const int*, double*, size_t)’ 65 | F77_NAME(dspr)(F77_UL, &F77_N, &alpha, X, &F77_incX, Ap); | ^ In file included from /data/gannet/ripley/R/R-devel/include/R.h:80, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/r/headers.h:66, from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:30, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27, from cblasr_examples.cpp:1: /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:186:10: note: declared here 186 | F77_NAME(dspr)(const char *uplo, const int *n, const double *alpha, | ^~~~ /data/gannet/ripley/R/R-devel/include/R_ext/RS.h:77:25: note: in definition of macro ‘F77_CALL’ 77 | # define F77_CALL(x) x ## _ | ^ /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:186:1: note: in expansion of macro ‘F77_NAME’ 186 | F77_NAME(dspr)(const char *uplo, const int *n, const double *alpha, | ^~~~~~~~ In file included from ../inst/include/cblas.h:73, from cblasr_examples.cpp:2: ../inst/include/cblas_bits/cblas_dspr2.h: In function ‘void cblas_dspr2(CBLAS_LAYOUT, CBLAS_UPLO, int, double, const double*, int, const double*, int, double*)’: ../inst/include/cblas_bits/cblas_dspr2.h:50:20: error: too few arguments to function ‘void dspr2_(const char*, const int*, const double*, const double*, const int*, const double*, const int*, double*, size_t)’ 50 | F77_NAME(dspr2)(F77_UL, &F77_N, &alpha, X, &F77_incX, Y, &F77_incY, A); | ^ In file included from /data/gannet/ripley/R/R-devel/include/R.h:80, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/r/headers.h:66, from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:30, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27, from cblasr_examples.cpp:1: /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:198:10: note: declared here 198 | F77_NAME(dspr2)(const char *uplo, const int *n, const double *alpha, | ^~~~~ /data/gannet/ripley/R/R-devel/include/R_ext/RS.h:77:25: note: in definition of macro ‘F77_CALL’ 77 | # define F77_CALL(x) x ## _ | ^ /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:198:1: note: in expansion of macro ‘F77_NAME’ 198 | F77_NAME(dspr2)(const char *uplo, const int *n, const double *alpha, | ^~~~~~~~ In file included from ../inst/include/cblas.h:73, from cblasr_examples.cpp:2: ../inst/include/cblas_bits/cblas_dspr2.h:67:20: error: too few arguments to function ‘void dspr2_(const char*, const int*, const double*, const double*, const int*, const double*, const int*, double*, size_t)’ 67 | F77_NAME(dspr2)(F77_UL, &F77_N, &alpha, X, &F77_incX, Y, &F77_incY, A); | ^ In file included from /data/gannet/ripley/R/R-devel/include/R.h:80, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/r/headers.h:66, from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:30, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27, from cblasr_examples.cpp:1: /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:198:10: note: declared here 198 | F77_NAME(dspr2)(const char *uplo, const int *n, const double *alpha, | ^~~~~ /data/gannet/ripley/R/R-devel/include/R_ext/RS.h:77:25: note: in definition of macro ‘F77_CALL’ 77 | # define F77_CALL(x) x ## _ | ^ /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:198:1: note: in expansion of macro ‘F77_NAME’ 198 | F77_NAME(dspr2)(const char *uplo, const int *n, const double *alpha, | ^~~~~~~~ In file included from ../inst/include/cblas.h:74, from cblasr_examples.cpp:2: ../inst/include/cblas_bits/cblas_dsyr.h: In function ‘void cblas_dsyr(CBLAS_LAYOUT, CBLAS_UPLO, int, double, const double*, int, double*, int)’: ../inst/include/cblas_bits/cblas_dsyr.h:49:19: error: too few arguments to function ‘void dsyr_(const char*, const int*, const double*, const double*, const int*, double*, const int*, size_t)’ 49 | F77_NAME(dsyr)(F77_UL, &F77_N, &alpha, X, &F77_incX, A, &F77_lda); | ^ In file included from /data/gannet/ripley/R/R-devel/include/R.h:80, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/r/headers.h:66, from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:30, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27, from cblasr_examples.cpp:1: /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:181:10: note: declared here 181 | F77_NAME(dsyr)(const char *uplo, const int *n, const double *alpha, | ^~~~ /data/gannet/ripley/R/R-devel/include/R_ext/RS.h:77:25: note: in definition of macro ‘F77_CALL’ 77 | # define F77_CALL(x) x ## _ | ^ /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:181:1: note: in expansion of macro ‘F77_NAME’ 181 | F77_NAME(dsyr)(const char *uplo, const int *n, const double *alpha, | ^~~~~~~~ In file included from ../inst/include/cblas.h:74, from cblasr_examples.cpp:2: ../inst/include/cblas_bits/cblas_dsyr.h:66:19: error: too few arguments to function ‘void dsyr_(const char*, const int*, const double*, const double*, const int*, double*, const int*, size_t)’ 66 | F77_NAME(dsyr)(F77_UL, &F77_N, &alpha, X, &F77_incX, A, &F77_lda); | ^ In file included from /data/gannet/ripley/R/R-devel/include/R.h:80, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/r/headers.h:66, from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:30, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27, from cblasr_examples.cpp:1: /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:181:10: note: declared here 181 | F77_NAME(dsyr)(const char *uplo, const int *n, const double *alpha, | ^~~~ /data/gannet/ripley/R/R-devel/include/R_ext/RS.h:77:25: note: in definition of macro ‘F77_CALL’ 77 | # define F77_CALL(x) x ## _ | ^ /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:181:1: note: in expansion of macro ‘F77_NAME’ 181 | F77_NAME(dsyr)(const char *uplo, const int *n, const double *alpha, | ^~~~~~~~ In file included from ../inst/include/cblas.h:75, from cblasr_examples.cpp:2: ../inst/include/cblas_bits/cblas_dsyr2.h: In function ‘void cblas_dsyr2(CBLAS_LAYOUT, CBLAS_UPLO, int, double, const double*, int, const double*, int, double*, int)’: ../inst/include/cblas_bits/cblas_dsyr2.h:53:5: error: too few arguments to function ‘void dsyr2_(const char*, const int*, const double*, const double*, const int*, const double*, const int*, double*, const int*, size_t)’ 53 | (F77_UL, &F77_N, &alpha, X, &F77_incX, Y, &F77_incY, A, &F77_lda); | ^ In file included from /data/gannet/ripley/R/R-devel/include/R.h:80, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/r/headers.h:66, from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:30, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27, from cblasr_examples.cpp:1: /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:191:10: note: declared here 191 | F77_NAME(dsyr2)(const char *uplo, const int *n, const double *alpha, | ^~~~~ /data/gannet/ripley/R/R-devel/include/R_ext/RS.h:77:25: note: in definition of macro ‘F77_CALL’ 77 | # define F77_CALL(x) x ## _ | ^ /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:191:1: note: in expansion of macro ‘F77_NAME’ 191 | F77_NAME(dsyr2)(const char *uplo, const int *n, const double *alpha, | ^~~~~~~~ In file included from ../inst/include/cblas.h:75, from cblasr_examples.cpp:2: ../inst/include/cblas_bits/cblas_dsyr2.h:71:5: error: too few arguments to function ‘void dsyr2_(const char*, const int*, const double*, const double*, const int*, const double*, const int*, double*, const int*, size_t)’ 71 | (F77_UL, &F77_N, &alpha, X, &F77_incX, Y, &F77_incY, A, &F77_lda); | ^ In file included from /data/gannet/ripley/R/R-devel/include/R.h:80, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/r/headers.h:66, from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:30, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27, from cblasr_examples.cpp:1: /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:191:10: note: declared here 191 | F77_NAME(dsyr2)(const char *uplo, const int *n, const double *alpha, | ^~~~~ /data/gannet/ripley/R/R-devel/include/R_ext/RS.h:77:25: note: in definition of macro ‘F77_CALL’ 77 | # define F77_CALL(x) x ## _ | ^ /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:191:1: note: in expansion of macro ‘F77_NAME’ 191 | F77_NAME(dsyr2)(const char *uplo, const int *n, const double *alpha, | ^~~~~~~~ In file included from ../inst/include/cblas.h:79, from cblasr_examples.cpp:2: ../inst/include/cblas_bits/cblas_dgemm.h: In function ‘void cblas_dgemm(CBLAS_LAYOUT, CBLAS_TRANSPOSE, CBLAS_TRANSPOSE, int, int, int, double, const double*, int, const double*, int, double, double*, int)’: ../inst/include/cblas_bits/cblas_dgemm.h:76:5: error: too few arguments to function ‘void dgemm_(const char*, const char*, const int*, const int*, const int*, const double*, const double*, const int*, const double*, const int*, const double*, double*, const int*, size_t, size_t)’ 76 | (F77_TA, F77_TB, &F77_M, &F77_N, &F77_K, &alpha, A, &F77_lda, B, &F77_ldb, | ^ In file included from /data/gannet/ripley/R/R-devel/include/R.h:80, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/r/headers.h:66, from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:30, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27, from cblasr_examples.cpp:1: /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:207:10: note: declared here 207 | F77_NAME(dgemm)(const char *transa, const char *transb, const int *m, | ^~~~~ /data/gannet/ripley/R/R-devel/include/R_ext/RS.h:77:25: note: in definition of macro ‘F77_CALL’ 77 | # define F77_CALL(x) x ## _ | ^ /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:207:1: note: in expansion of macro ‘F77_NAME’ 207 | F77_NAME(dgemm)(const char *transa, const char *transb, const int *m, | ^~~~~~~~ In file included from ../inst/include/cblas.h:79, from cblasr_examples.cpp:2: ../inst/include/cblas_bits/cblas_dgemm.h:110:5: error: too few arguments to function ‘void dgemm_(const char*, const char*, const int*, const int*, const int*, const double*, const double*, const int*, const double*, const int*, const double*, double*, const int*, size_t, size_t)’ 110 | (F77_TA, F77_TB, &F77_N, &F77_M, &F77_K, &alpha, B, &F77_ldb, A, &F77_lda, | ^ In file included from /data/gannet/ripley/R/R-devel/include/R.h:80, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/r/headers.h:66, from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:30, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27, from cblasr_examples.cpp:1: /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:207:10: note: declared here 207 | F77_NAME(dgemm)(const char *transa, const char *transb, const int *m, | ^~~~~ /data/gannet/ripley/R/R-devel/include/R_ext/RS.h:77:25: note: in definition of macro ‘F77_CALL’ 77 | # define F77_CALL(x) x ## _ | ^ /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:207:1: note: in expansion of macro ‘F77_NAME’ 207 | F77_NAME(dgemm)(const char *transa, const char *transb, const int *m, | ^~~~~~~~ In file included from ../inst/include/cblas.h:80, from cblasr_examples.cpp:2: ../inst/include/cblas_bits/cblas_dtrmm.h: In function ‘void cblas_dtrmm(CBLAS_LAYOUT, CBLAS_SIDE, CBLAS_UPLO, CBLAS_TRANSPOSE, CBLAS_DIAG, int, int, double, const double*, int, double*, int)’: ../inst/include/cblas_bits/cblas_dtrmm.h:96:5: error: too few arguments to function ‘void dtrmm_(const char*, const char*, const char*, const char*, const int*, const int*, const double*, const double*, const int*, double*, const int*, size_t, size_t, size_t, size_t)’ 96 | (F77_SD, F77_UL, F77_TA, F77_DI, &F77_M, &F77_N, &alpha, A, &F77_lda, B, | ^ In file included from /data/gannet/ripley/R/R-devel/include/R.h:80, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/r/headers.h:66, from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:30, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27, from cblasr_examples.cpp:1: /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:225:10: note: declared here 225 | F77_NAME(dtrmm)(const char *side, const char *uplo, const char *transa, | ^~~~~ /data/gannet/ripley/R/R-devel/include/R_ext/RS.h:77:25: note: in definition of macro ‘F77_CALL’ 77 | # define F77_CALL(x) x ## _ | ^ /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:225:1: note: in expansion of macro ‘F77_NAME’ 225 | F77_NAME(dtrmm)(const char *side, const char *uplo, const char *transa, | ^~~~~~~~ In file included from ../inst/include/cblas.h:80, from cblasr_examples.cpp:2: ../inst/include/cblas_bits/cblas_dtrmm.h:153:5: error: too few arguments to function ‘void dtrmm_(const char*, const char*, const char*, const char*, const int*, const int*, const double*, const double*, const int*, double*, const int*, size_t, size_t, size_t, size_t)’ 153 | (F77_SD, F77_UL, F77_TA, F77_DI, &F77_N, &F77_M, &alpha, A, &F77_lda, B, | ^ In file included from /data/gannet/ripley/R/R-devel/include/R.h:80, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/r/headers.h:66, from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:30, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27, from cblasr_examples.cpp:1: /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:225:10: note: declared here 225 | F77_NAME(dtrmm)(const char *side, const char *uplo, const char *transa, | ^~~~~ /data/gannet/ripley/R/R-devel/include/R_ext/RS.h:77:25: note: in definition of macro ‘F77_CALL’ 77 | # define F77_CALL(x) x ## _ | ^ /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:225:1: note: in expansion of macro ‘F77_NAME’ 225 | F77_NAME(dtrmm)(const char *side, const char *uplo, const char *transa, | ^~~~~~~~ In file included from ../inst/include/cblas.h:81, from cblasr_examples.cpp:2: ../inst/include/cblas_bits/cblas_dtrsm.h: In function ‘void cblas_dtrsm(CBLAS_LAYOUT, CBLAS_SIDE, CBLAS_UPLO, CBLAS_TRANSPOSE, CBLAS_DIAG, int, int, double, const double*, int, double*, int)’: ../inst/include/cblas_bits/cblas_dtrsm.h:98:5: error: too few arguments to function ‘void dtrsm_(const char*, const char*, const char*, const char*, const int*, const int*, const double*, const double*, const int*, double*, const int*, size_t, size_t, size_t, size_t)’ 98 | (F77_SD, F77_UL, F77_TA, F77_DI, &F77_M, &F77_N, &alpha, A, &F77_lda, B, | ^ In file included from /data/gannet/ripley/R/R-devel/include/R.h:80, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/r/headers.h:66, from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:30, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27, from cblasr_examples.cpp:1: /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:216:10: note: declared here 216 | F77_NAME(dtrsm)(const char *side, const char *uplo, | ^~~~~ /data/gannet/ripley/R/R-devel/include/R_ext/RS.h:77:25: note: in definition of macro ‘F77_CALL’ 77 | # define F77_CALL(x) x ## _ | ^ /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:216:1: note: in expansion of macro ‘F77_NAME’ 216 | F77_NAME(dtrsm)(const char *side, const char *uplo, | ^~~~~~~~ In file included from ../inst/include/cblas.h:81, from cblasr_examples.cpp:2: ../inst/include/cblas_bits/cblas_dtrsm.h:156:5: error: too few arguments to function ‘void dtrsm_(const char*, const char*, const char*, const char*, const int*, const int*, const double*, const double*, const int*, double*, const int*, size_t, size_t, size_t, size_t)’ 156 | (F77_SD, F77_UL, F77_TA, F77_DI, &F77_N, &F77_M, &alpha, A, &F77_lda, B, | ^ In file included from /data/gannet/ripley/R/R-devel/include/R.h:80, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/r/headers.h:66, from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:30, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27, from cblasr_examples.cpp:1: /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:216:10: note: declared here 216 | F77_NAME(dtrsm)(const char *side, const char *uplo, | ^~~~~ /data/gannet/ripley/R/R-devel/include/R_ext/RS.h:77:25: note: in definition of macro ‘F77_CALL’ 77 | # define F77_CALL(x) x ## _ | ^ /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:216:1: note: in expansion of macro ‘F77_NAME’ 216 | F77_NAME(dtrsm)(const char *side, const char *uplo, | ^~~~~~~~ In file included from ../inst/include/cblas.h:83, from cblasr_examples.cpp:2: ../inst/include/cblas_bits/cblas_dsymm.h: In function ‘void cblas_dsymm(CBLAS_LAYOUT, CBLAS_SIDE, CBLAS_UPLO, int, int, double, const double*, int, const double*, int, double, double*, int)’: ../inst/include/cblas_bits/cblas_dsymm.h:71:5: error: too few arguments to function ‘void dsymm_(const char*, const char*, const int*, const int*, const double*, const double*, const int*, const double*, const int*, const double*, double*, const int*, size_t, size_t)’ 71 | (F77_SD, F77_UL, &F77_M, &F77_N, &alpha, A, &F77_lda, B, &F77_ldb, &beta, C, | ^ In file included from /data/gannet/ripley/R/R-devel/include/R.h:80, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/r/headers.h:66, from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:30, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27, from cblasr_examples.cpp:1: /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:233:10: note: declared here 233 | F77_NAME(dsymm)(const char *side, const char *uplo, const int *m, | ^~~~~ /data/gannet/ripley/R/R-devel/include/R_ext/RS.h:77:25: note: in definition of macro ‘F77_CALL’ 77 | # define F77_CALL(x) x ## _ | ^ /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:233:1: note: in expansion of macro ‘F77_NAME’ 233 | F77_NAME(dsymm)(const char *side, const char *uplo, const int *m, | ^~~~~~~~ In file included from ../inst/include/cblas.h:83, from cblasr_examples.cpp:2: ../inst/include/cblas_bits/cblas_dsymm.h:103:5: error: too few arguments to function ‘void dsymm_(const char*, const char*, const int*, const int*, const double*, const double*, const int*, const double*, const int*, const double*, double*, const int*, size_t, size_t)’ 103 | (F77_SD, F77_UL, &F77_N, &F77_M, &alpha, A, &F77_lda, B, &F77_ldb, &beta, C, | ^ In file included from /data/gannet/ripley/R/R-devel/include/R.h:80, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/r/headers.h:66, from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:30, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27, from cblasr_examples.cpp:1: /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:233:10: note: declared here 233 | F77_NAME(dsymm)(const char *side, const char *uplo, const int *m, | ^~~~~ /data/gannet/ripley/R/R-devel/include/R_ext/RS.h:77:25: note: in definition of macro ‘F77_CALL’ 77 | # define F77_CALL(x) x ## _ | ^ /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:233:1: note: in expansion of macro ‘F77_NAME’ 233 | F77_NAME(dsymm)(const char *side, const char *uplo, const int *m, | ^~~~~~~~ In file included from ../inst/include/cblas.h:84, from cblasr_examples.cpp:2: ../inst/include/cblas_bits/cblas_dsyr2k.h: In function ‘void cblas_dsyr2k(CBLAS_LAYOUT, CBLAS_UPLO, CBLAS_TRANSPOSE, int, int, double, const double*, int, const double*, int, double, double*, int)’: ../inst/include/cblas_bits/cblas_dsyr2k.h:73:5: error: too few arguments to function ‘void dsyr2k_(const char*, const char*, const int*, const int*, const double*, const double*, const int*, const double*, const int*, const double*, double*, const int*, size_t, size_t)’ 73 | (F77_UL, F77_TR, &F77_N, &F77_K, &alpha, A, &F77_lda, B, &F77_ldb, &beta, C, | ^ In file included from /data/gannet/ripley/R/R-devel/include/R.h:80, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/r/headers.h:66, from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:30, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27, from cblasr_examples.cpp:1: /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:251:10: note: declared here 251 | F77_NAME(dsyr2k)(const char *uplo, const char *trans, | ^~~~~~ /data/gannet/ripley/R/R-devel/include/R_ext/RS.h:77:25: note: in definition of macro ‘F77_CALL’ 77 | # define F77_CALL(x) x ## _ | ^ /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:251:1: note: in expansion of macro ‘F77_NAME’ 251 | F77_NAME(dsyr2k)(const char *uplo, const char *trans, | ^~~~~~~~ In file included from ../inst/include/cblas.h:84, from cblasr_examples.cpp:2: ../inst/include/cblas_bits/cblas_dsyr2k.h:106:5: error: too few arguments to function ‘void dsyr2k_(const char*, const char*, const int*, const int*, const double*, const double*, const int*, const double*, const int*, const double*, double*, const int*, size_t, size_t)’ 106 | (F77_UL, F77_TR, &F77_N, &F77_K, &alpha, A, &F77_lda, B, &F77_ldb, &beta, C, | ^ In file included from /data/gannet/ripley/R/R-devel/include/R.h:80, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/r/headers.h:66, from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:30, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27, from cblasr_examples.cpp:1: /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:251:10: note: declared here 251 | F77_NAME(dsyr2k)(const char *uplo, const char *trans, | ^~~~~~ /data/gannet/ripley/R/R-devel/include/R_ext/RS.h:77:25: note: in definition of macro ‘F77_CALL’ 77 | # define F77_CALL(x) x ## _ | ^ /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:251:1: note: in expansion of macro ‘F77_NAME’ 251 | F77_NAME(dsyr2k)(const char *uplo, const char *trans, | ^~~~~~~~ In file included from ../inst/include/cblas.h:85, from cblasr_examples.cpp:2: ../inst/include/cblas_bits/cblas_dsyrk.h: In function ‘void cblas_dsyrk(CBLAS_LAYOUT, CBLAS_UPLO, CBLAS_TRANSPOSE, int, int, double, const double*, int, double, double*, int)’: ../inst/include/cblas_bits/cblas_dsyrk.h:71:5: error: too few arguments to function ‘void dsyrk_(const char*, const char*, const int*, const int*, const double*, const double*, const int*, const double*, double*, const int*, size_t, size_t)’ 71 | (F77_UL, F77_TR, &F77_N, &F77_K, &alpha, A, &F77_lda, &beta, C, &F77_ldc); | ^ In file included from /data/gannet/ripley/R/R-devel/include/R.h:80, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/r/headers.h:66, from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:30, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27, from cblasr_examples.cpp:1: /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:242:10: note: declared here 242 | F77_NAME(dsyrk)(const char *uplo, const char *trans, | ^~~~~ /data/gannet/ripley/R/R-devel/include/R_ext/RS.h:77:25: note: in definition of macro ‘F77_CALL’ 77 | # define F77_CALL(x) x ## _ | ^ /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:242:1: note: in expansion of macro ‘F77_NAME’ 242 | F77_NAME(dsyrk)(const char *uplo, const char *trans, | ^~~~~~~~ In file included from ../inst/include/cblas.h:85, from cblasr_examples.cpp:2: ../inst/include/cblas_bits/cblas_dsyrk.h:103:5: error: too few arguments to function ‘void dsyrk_(const char*, const char*, const int*, const int*, const double*, const double*, const int*, const double*, double*, const int*, size_t, size_t)’ 103 | (F77_UL, F77_TR, &F77_N, &F77_K, &alpha, A, &F77_lda, &beta, C, &F77_ldc); | ^ In file included from /data/gannet/ripley/R/R-devel/include/R.h:80, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/r/headers.h:66, from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:30, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27, from cblasr_examples.cpp:1: /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:242:10: note: declared here 242 | F77_NAME(dsyrk)(const char *uplo, const char *trans, | ^~~~~ /data/gannet/ripley/R/R-devel/include/R_ext/RS.h:77:25: note: in definition of macro ‘F77_CALL’ 77 | # define F77_CALL(x) x ## _ | ^ /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:242:1: note: in expansion of macro ‘F77_NAME’ 242 | F77_NAME(dsyrk)(const char *uplo, const char *trans, | ^~~~~~~~ In file included from ../inst/include/cblas.h:107, from cblasr_examples.cpp:2: ../inst/include/cblas_bits/cblas_zgbmv.h: In function ‘void cblas_zgbmv(CBLAS_LAYOUT, CBLAS_TRANSPOSE, int, int, int, int, const void*, const void*, int, const void*, int, const void*, void*, int)’: ../inst/include/cblas_bits/cblas_zgbmv.h:65:5: error: too few arguments to function ‘void zgbmv_(const char*, int*, int*, int*, int*, Rcomplex*, Rcomplex*, int*, Rcomplex*, int*, Rcomplex*, Rcomplex*, int*, size_t)’ 65 | (F77_TA, &F77_M, &F77_N, &F77_KL, &F77_KU, (Rcomplex *)alpha, (Rcomplex *)A, | ^ In file included from /data/gannet/ripley/R/R-devel/include/R.h:80, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/r/headers.h:66, from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:30, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27, from cblasr_examples.cpp:1: /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:301:14: note: declared here 301 | F77_NAME(zgbmv)(const char *trans, int *m, int *n, int *kl, | ^~~~~ /data/gannet/ripley/R/R-devel/include/R_ext/RS.h:77:25: note: in definition of macro ‘F77_CALL’ 77 | # define F77_CALL(x) x ## _ | ^ /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:301:5: note: in expansion of macro ‘F77_NAME’ 301 | F77_NAME(zgbmv)(const char *trans, int *m, int *n, int *kl, | ^~~~~~~~ In file included from ../inst/include/cblas.h:107, from cblasr_examples.cpp:2: ../inst/include/cblas_bits/cblas_zgbmv.h:139:5: error: too few arguments to function ‘void zgbmv_(const char*, int*, int*, int*, int*, Rcomplex*, Rcomplex*, int*, Rcomplex*, int*, Rcomplex*, Rcomplex*, int*, size_t)’ 139 | (F77_TA, &F77_N, &F77_M, &F77_KU, &F77_KL, (Rcomplex *)ALPHA, (Rcomplex *)A, | ^ In file included from /data/gannet/ripley/R/R-devel/include/R.h:80, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/r/headers.h:66, from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:30, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27, from cblasr_examples.cpp:1: /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:301:14: note: declared here 301 | F77_NAME(zgbmv)(const char *trans, int *m, int *n, int *kl, | ^~~~~ /data/gannet/ripley/R/R-devel/include/R_ext/RS.h:77:25: note: in definition of macro ‘F77_CALL’ 77 | # define F77_CALL(x) x ## _ | ^ /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:301:5: note: in expansion of macro ‘F77_NAME’ 301 | F77_NAME(zgbmv)(const char *trans, int *m, int *n, int *kl, | ^~~~~~~~ In file included from ../inst/include/cblas.h:107, from cblasr_examples.cpp:2: ../inst/include/cblas_bits/cblas_zgbmv.h:142:25: error: too few arguments to function ‘void zgbmv_(const char*, int*, int*, int*, int*, Rcomplex*, Rcomplex*, int*, Rcomplex*, int*, Rcomplex*, Rcomplex*, int*, size_t)’ 142 | else F77_NAME(zgbmv)(F77_TA, &F77_N, &F77_M, &F77_KU, &F77_KL, | ^ In file included from /data/gannet/ripley/R/R-devel/include/R.h:80, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/r/headers.h:66, from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:30, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27, from cblasr_examples.cpp:1: /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:301:14: note: declared here 301 | F77_NAME(zgbmv)(const char *trans, int *m, int *n, int *kl, | ^~~~~ /data/gannet/ripley/R/R-devel/include/R_ext/RS.h:77:25: note: in definition of macro ‘F77_CALL’ 77 | # define F77_CALL(x) x ## _ | ^ /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:301:5: note: in expansion of macro ‘F77_NAME’ 301 | F77_NAME(zgbmv)(const char *trans, int *m, int *n, int *kl, | ^~~~~~~~ In file included from ../inst/include/cblas.h:108, from cblasr_examples.cpp:2: ../inst/include/cblas_bits/cblas_zgemm.h: In function ‘void cblas_zgemm(CBLAS_LAYOUT, CBLAS_TRANSPOSE, CBLAS_TRANSPOSE, int, int, int, const void*, const void*, int, const void*, int, const void*, void*, int)’: ../inst/include/cblas_bits/cblas_zgemm.h:76:5: error: too few arguments to function ‘void zgemm_(const char*, const char*, const int*, const int*, const int*, const Rcomplex*, const Rcomplex*, const int*, const Rcomplex*, const int*, const Rcomplex*, Rcomplex*, const int*, size_t, size_t)’ 76 | (F77_TA, F77_TB, &F77_M, &F77_N, &F77_K, (const Rcomplex *)alpha, | ^ In file included from /data/gannet/ripley/R/R-devel/include/R.h:80, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/r/headers.h:66, from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:30, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27, from cblasr_examples.cpp:1: /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:306:14: note: declared here 306 | F77_NAME(zgemm)(const char *transa, const char *transb, const int *m, | ^~~~~ /data/gannet/ripley/R/R-devel/include/R_ext/RS.h:77:25: note: in definition of macro ‘F77_CALL’ 77 | # define F77_CALL(x) x ## _ | ^ /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:306:5: note: in expansion of macro ‘F77_NAME’ 306 | F77_NAME(zgemm)(const char *transa, const char *transb, const int *m, | ^~~~~~~~ In file included from ../inst/include/cblas.h:108, from cblasr_examples.cpp:2: ../inst/include/cblas_bits/cblas_zgemm.h:111:5: error: too few arguments to function ‘void zgemm_(const char*, const char*, const int*, const int*, const int*, const Rcomplex*, const Rcomplex*, const int*, const Rcomplex*, const int*, const Rcomplex*, Rcomplex*, const int*, size_t, size_t)’ 111 | (F77_TA, F77_TB, &F77_N, &F77_M, &F77_K, (const Rcomplex *)alpha, | ^ In file included from /data/gannet/ripley/R/R-devel/include/R.h:80, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/r/headers.h:66, from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:30, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27, from cblasr_examples.cpp:1: /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:306:14: note: declared here 306 | F77_NAME(zgemm)(const char *transa, const char *transb, const int *m, | ^~~~~ /data/gannet/ripley/R/R-devel/include/R_ext/RS.h:77:25: note: in definition of macro ‘F77_CALL’ 77 | # define F77_CALL(x) x ## _ | ^ /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:306:5: note: in expansion of macro ‘F77_NAME’ 306 | F77_NAME(zgemm)(const char *transa, const char *transb, const int *m, | ^~~~~~~~ In file included from ../inst/include/cblas.h:109, from cblasr_examples.cpp:2: ../inst/include/cblas_bits/cblas_zgemv.h: In function ‘void cblas_zgemv(CBLAS_LAYOUT, CBLAS_TRANSPOSE, int, int, const void*, const void*, int, const void*, int, const void*, void*, int)’: ../inst/include/cblas_bits/cblas_zgemv.h:65:5: error: too few arguments to function ‘void zgemv_(const char*, const int*, const int*, const Rcomplex*, const Rcomplex*, const int*, const Rcomplex*, const int*, const Rcomplex*, Rcomplex*, const int*, size_t)’ 65 | (F77_TA, &F77_M, &F77_N, (const Rcomplex *)alpha, (const Rcomplex *)A, | ^ In file included from /data/gannet/ripley/R/R-devel/include/R.h:80, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/r/headers.h:66, from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:30, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27, from cblasr_examples.cpp:1: /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:313:14: note: declared here 313 | F77_NAME(zgemv)(const char *trans, const int *m, const int *n, | ^~~~~ /data/gannet/ripley/R/R-devel/include/R_ext/RS.h:77:25: note: in definition of macro ‘F77_CALL’ 77 | # define F77_CALL(x) x ## _ | ^ /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:313:5: note: in expansion of macro ‘F77_NAME’ 313 | F77_NAME(zgemv)(const char *trans, const int *m, const int *n, | ^~~~~~~~ In file included from ../inst/include/cblas.h:109, from cblasr_examples.cpp:2: ../inst/include/cblas_bits/cblas_zgemv.h:139:5: error: too few arguments to function ‘void zgemv_(const char*, const int*, const int*, const Rcomplex*, const Rcomplex*, const int*, const Rcomplex*, const int*, const Rcomplex*, Rcomplex*, const int*, size_t)’ 139 | (F77_TA, &F77_N, &F77_M, (const Rcomplex *)ALPHA, (const Rcomplex *)A, | ^ In file included from /data/gannet/ripley/R/R-devel/include/R.h:80, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/r/headers.h:66, from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:30, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27, from cblasr_examples.cpp:1: /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:313:14: note: declared here 313 | F77_NAME(zgemv)(const char *trans, const int *m, const int *n, | ^~~~~ /data/gannet/ripley/R/R-devel/include/R_ext/RS.h:77:25: note: in definition of macro ‘F77_CALL’ 77 | # define F77_CALL(x) x ## _ | ^ /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:313:5: note: in expansion of macro ‘F77_NAME’ 313 | F77_NAME(zgemv)(const char *trans, const int *m, const int *n, | ^~~~~~~~ In file included from ../inst/include/cblas.h:109, from cblasr_examples.cpp:2: ../inst/include/cblas_bits/cblas_zgemv.h:142:25: error: too few arguments to function ‘void zgemv_(const char*, const int*, const int*, const Rcomplex*, const Rcomplex*, const int*, const Rcomplex*, const int*, const Rcomplex*, Rcomplex*, const int*, size_t)’ 142 | else F77_NAME(zgemv)(F77_TA, &F77_N, &F77_M, (const Rcomplex *)alpha, | ^ In file included from /data/gannet/ripley/R/R-devel/include/R.h:80, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/r/headers.h:66, from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:30, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27, from cblasr_examples.cpp:1: /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:313:14: note: declared here 313 | F77_NAME(zgemv)(const char *trans, const int *m, const int *n, | ^~~~~ /data/gannet/ripley/R/R-devel/include/R_ext/RS.h:77:25: note: in definition of macro ‘F77_CALL’ 77 | # define F77_CALL(x) x ## _ | ^ /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:313:5: note: in expansion of macro ‘F77_NAME’ 313 | F77_NAME(zgemv)(const char *trans, const int *m, const int *n, | ^~~~~~~~ In file included from ../inst/include/cblas.h:112, from cblasr_examples.cpp:2: ../inst/include/cblas_bits/cblas_zhbmv.h: In function ‘void cblas_zhbmv(CBLAS_LAYOUT, CBLAS_UPLO, int, int, const void*, const void*, int, const void*, int, const void*, void*, int)’: ../inst/include/cblas_bits/cblas_zhbmv.h:60:5: error: too few arguments to function ‘void zhbmv_(const char*, const int*, const int*, const Rcomplex*, const Rcomplex*, const int*, const Rcomplex*, const int*, const Rcomplex*, Rcomplex*, const int*, size_t)’ 60 | (F77_UL, &F77_N, &F77_K, (const Rcomplex *)alpha, (const Rcomplex *)A, | ^ In file included from /data/gannet/ripley/R/R-devel/include/R.h:80, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/r/headers.h:66, from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:30, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27, from cblasr_examples.cpp:1: /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:326:14: note: declared here 326 | F77_NAME(zhbmv)(const char *uplo, const int *n, const int *k, | ^~~~~ /data/gannet/ripley/R/R-devel/include/R_ext/RS.h:77:25: note: in definition of macro ‘F77_CALL’ 77 | # define F77_CALL(x) x ## _ | ^ /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:326:5: note: in expansion of macro ‘F77_NAME’ 326 | F77_NAME(zhbmv)(const char *uplo, const int *n, const int *k, | ^~~~~~~~ In file included from ../inst/include/cblas.h:112, from cblasr_examples.cpp:2: ../inst/include/cblas_bits/cblas_zhbmv.h:131:5: error: too few arguments to function ‘void zhbmv_(const char*, const int*, const int*, const Rcomplex*, const Rcomplex*, const int*, const Rcomplex*, const int*, const Rcomplex*, Rcomplex*, const int*, size_t)’ 131 | (F77_UL, &F77_N, &F77_K, (const Rcomplex *)ALPHA, (const Rcomplex *)A, | ^ In file included from /data/gannet/ripley/R/R-devel/include/R.h:80, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/r/headers.h:66, from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:30, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27, from cblasr_examples.cpp:1: /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:326:14: note: declared here 326 | F77_NAME(zhbmv)(const char *uplo, const int *n, const int *k, | ^~~~~ /data/gannet/ripley/R/R-devel/include/R_ext/RS.h:77:25: note: in definition of macro ‘F77_CALL’ 77 | # define F77_CALL(x) x ## _ | ^ /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:326:5: note: in expansion of macro ‘F77_NAME’ 326 | F77_NAME(zhbmv)(const char *uplo, const int *n, const int *k, | ^~~~~~~~ In file included from ../inst/include/cblas.h:113, from cblasr_examples.cpp:2: ../inst/include/cblas_bits/cblas_zhemm.h: In function ‘void cblas_zhemm(CBLAS_LAYOUT, CBLAS_SIDE, CBLAS_UPLO, int, int, const void*, const void*, int, const void*, int, const void*, void*, int)’: ../inst/include/cblas_bits/cblas_zhemm.h:71:5: error: too few arguments to function ‘void zhemm_(const char*, const char*, const int*, const int*, const Rcomplex*, const Rcomplex*, const int*, const Rcomplex*, const int*, const Rcomplex*, Rcomplex*, const int*, size_t, size_t)’ 71 | (F77_SD, F77_UL, &F77_M, &F77_N, (const Rcomplex *)alpha, | ^ In file included from /data/gannet/ripley/R/R-devel/include/R.h:80, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/r/headers.h:66, from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:30, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27, from cblasr_examples.cpp:1: /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:331:14: note: declared here 331 | F77_NAME(zhemm)(const char *side, const char *uplo, const int *m, | ^~~~~ /data/gannet/ripley/R/R-devel/include/R_ext/RS.h:77:25: note: in definition of macro ‘F77_CALL’ 77 | # define F77_CALL(x) x ## _ | ^ /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:331:5: note: in expansion of macro ‘F77_NAME’ 331 | F77_NAME(zhemm)(const char *side, const char *uplo, const int *m, | ^~~~~~~~ In file included from ../inst/include/cblas.h:113, from cblasr_examples.cpp:2: ../inst/include/cblas_bits/cblas_zhemm.h:104:5: error: too few arguments to function ‘void zhemm_(const char*, const char*, const int*, const int*, const Rcomplex*, const Rcomplex*, const int*, const Rcomplex*, const int*, const Rcomplex*, Rcomplex*, const int*, size_t, size_t)’ 104 | (F77_SD, F77_UL, &F77_N, &F77_M, (const Rcomplex *)alpha, | ^ In file included from /data/gannet/ripley/R/R-devel/include/R.h:80, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/r/headers.h:66, from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:30, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27, from cblasr_examples.cpp:1: /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:331:14: note: declared here 331 | F77_NAME(zhemm)(const char *side, const char *uplo, const int *m, | ^~~~~ /data/gannet/ripley/R/R-devel/include/R_ext/RS.h:77:25: note: in definition of macro ‘F77_CALL’ 77 | # define F77_CALL(x) x ## _ | ^ /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:331:5: note: in expansion of macro ‘F77_NAME’ 331 | F77_NAME(zhemm)(const char *side, const char *uplo, const int *m, | ^~~~~~~~ In file included from ../inst/include/cblas.h:114, from cblasr_examples.cpp:2: ../inst/include/cblas_bits/cblas_zhemv.h: In function ‘void cblas_zhemv(CBLAS_LAYOUT, CBLAS_UPLO, int, const void*, const void*, int, const void*, int, const void*, void*, int)’: ../inst/include/cblas_bits/cblas_zhemv.h:58:5: error: too few arguments to function ‘void zhemv_(const char*, const int*, const Rcomplex*, const Rcomplex*, const int*, const Rcomplex*, const int*, const Rcomplex*, Rcomplex*, const int*, size_t)’ 58 | (F77_UL, &F77_N, (const Rcomplex *)alpha, (const Rcomplex *)A, &F77_lda, | ^ In file included from /data/gannet/ripley/R/R-devel/include/R.h:80, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/r/headers.h:66, from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:30, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27, from cblasr_examples.cpp:1: /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:337:14: note: declared here 337 | F77_NAME(zhemv)(const char *uplo, const int *n, const Rcomplex *alpha, | ^~~~~ /data/gannet/ripley/R/R-devel/include/R_ext/RS.h:77:25: note: in definition of macro ‘F77_CALL’ 77 | # define F77_CALL(x) x ## _ | ^ /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:337:5: note: in expansion of macro ‘F77_NAME’ 337 | F77_NAME(zhemv)(const char *uplo, const int *n, const Rcomplex *alpha, | ^~~~~~~~ In file included from ../inst/include/cblas.h:114, from cblasr_examples.cpp:2: ../inst/include/cblas_bits/cblas_zhemv.h:129:5: error: too few arguments to function ‘void zhemv_(const char*, const int*, const Rcomplex*, const Rcomplex*, const int*, const Rcomplex*, const int*, const Rcomplex*, Rcomplex*, const int*, size_t)’ 129 | (F77_UL, &F77_N, (const Rcomplex *)ALPHA, (const Rcomplex *)A, &F77_lda, | ^ In file included from /data/gannet/ripley/R/R-devel/include/R.h:80, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/r/headers.h:66, from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:30, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27, from cblasr_examples.cpp:1: /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:337:14: note: declared here 337 | F77_NAME(zhemv)(const char *uplo, const int *n, const Rcomplex *alpha, | ^~~~~ /data/gannet/ripley/R/R-devel/include/R_ext/RS.h:77:25: note: in definition of macro ‘F77_CALL’ 77 | # define F77_CALL(x) x ## _ | ^ /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:337:5: note: in expansion of macro ‘F77_NAME’ 337 | F77_NAME(zhemv)(const char *uplo, const int *n, const Rcomplex *alpha, | ^~~~~~~~ In file included from ../inst/include/cblas.h:115, from cblasr_examples.cpp:2: ../inst/include/cblas_bits/cblas_zher.h: In function ‘void cblas_zher(CBLAS_LAYOUT, CBLAS_UPLO, int, double, const void*, int, void*, int)’: ../inst/include/cblas_bits/cblas_zher.h:57:5: error: too few arguments to function ‘void zher_(const char*, const int*, const double*, const Rcomplex*, const int*, Rcomplex*, const int*, size_t)’ 57 | (F77_UL, &F77_N, &alpha, (const Rcomplex *)X, &F77_incX, (Rcomplex *)A, | ^ In file included from /data/gannet/ripley/R/R-devel/include/R.h:80, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/r/headers.h:66, from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:30, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27, from cblasr_examples.cpp:1: /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:342:14: note: declared here 342 | F77_NAME(zher)(const char *uplo, const int *n, const double *alpha, | ^~~~ /data/gannet/ripley/R/R-devel/include/R_ext/RS.h:77:25: note: in definition of macro ‘F77_CALL’ 77 | # define F77_CALL(x) x ## _ | ^ /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:342:5: note: in expansion of macro ‘F77_NAME’ 342 | F77_NAME(zher)(const char *uplo, const int *n, const double *alpha, | ^~~~~~~~ In file included from ../inst/include/cblas.h:115, from cblasr_examples.cpp:2: ../inst/include/cblas_bits/cblas_zher.h:105:5: error: too few arguments to function ‘void zher_(const char*, const int*, const double*, const Rcomplex*, const int*, Rcomplex*, const int*, size_t)’ 105 | (F77_UL, &F77_N, &alpha, (const Rcomplex *)x, &F77_incX, (Rcomplex *)A, | ^ In file included from /data/gannet/ripley/R/R-devel/include/R.h:80, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/r/headers.h:66, from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:30, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27, from cblasr_examples.cpp:1: /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:342:14: note: declared here 342 | F77_NAME(zher)(const char *uplo, const int *n, const double *alpha, | ^~~~ /data/gannet/ripley/R/R-devel/include/R_ext/RS.h:77:25: note: in definition of macro ‘F77_CALL’ 77 | # define F77_CALL(x) x ## _ | ^ /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:342:5: note: in expansion of macro ‘F77_NAME’ 342 | F77_NAME(zher)(const char *uplo, const int *n, const double *alpha, | ^~~~~~~~ In file included from ../inst/include/cblas.h:116, from cblasr_examples.cpp:2: ../inst/include/cblas_bits/cblas_zher2.h: In function ‘void cblas_zher2(CBLAS_LAYOUT, CBLAS_UPLO, int, const void*, const void*, int, const void*, int, void*, int)’: ../inst/include/cblas_bits/cblas_zher2.h:60:5: error: too few arguments to function ‘void zher2_(const char*, const int*, const Rcomplex*, const Rcomplex*, const int*, const Rcomplex*, const int*, Rcomplex*, const int*, size_t)’ 60 | (F77_UL, &F77_N, (const Rcomplex *)alpha, (const Rcomplex *)X, &F77_incX, | ^ In file included from /data/gannet/ripley/R/R-devel/include/R.h:80, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/r/headers.h:66, from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:30, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27, from cblasr_examples.cpp:1: /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:346:14: note: declared here 346 | F77_NAME(zher2)(const char *uplo, const int *n, const Rcomplex *alpha, | ^~~~~ /data/gannet/ripley/R/R-devel/include/R_ext/RS.h:77:25: note: in definition of macro ‘F77_CALL’ 77 | # define F77_CALL(x) x ## _ | ^ /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:346:5: note: in expansion of macro ‘F77_NAME’ 346 | F77_NAME(zher2)(const char *uplo, const int *n, const Rcomplex *alpha, | ^~~~~~~~ In file included from ../inst/include/cblas.h:116, from cblasr_examples.cpp:2: ../inst/include/cblas_bits/cblas_zher2.h:135:5: error: too few arguments to function ‘void zher2_(const char*, const int*, const Rcomplex*, const Rcomplex*, const int*, const Rcomplex*, const int*, Rcomplex*, const int*, size_t)’ 135 | (F77_UL, &F77_N, (const Rcomplex *)alpha, (const Rcomplex *)y, &F77_incY, | ^ In file included from /data/gannet/ripley/R/R-devel/include/R.h:80, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/r/headers.h:66, from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:30, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27, from cblasr_examples.cpp:1: /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:346:14: note: declared here 346 | F77_NAME(zher2)(const char *uplo, const int *n, const Rcomplex *alpha, | ^~~~~ /data/gannet/ripley/R/R-devel/include/R_ext/RS.h:77:25: note: in definition of macro ‘F77_CALL’ 77 | # define F77_CALL(x) x ## _ | ^ /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:346:5: note: in expansion of macro ‘F77_NAME’ 346 | F77_NAME(zher2)(const char *uplo, const int *n, const Rcomplex *alpha, | ^~~~~~~~ In file included from ../inst/include/cblas.h:117, from cblasr_examples.cpp:2: ../inst/include/cblas_bits/cblas_zher2k.h: In function ‘void cblas_zher2k(CBLAS_LAYOUT, CBLAS_UPLO, CBLAS_TRANSPOSE, int, int, const void*, const void*, int, const void*, int, double, void*, int)’: ../inst/include/cblas_bits/cblas_zher2k.h:76:5: error: too few arguments to function ‘void zher2k_(const char*, const char*, const int*, const int*, const Rcomplex*, const Rcomplex*, const int*, const Rcomplex*, const int*, const double*, Rcomplex*, const int*, size_t, size_t)’ 76 | (F77_UL, F77_TR, &F77_N, &F77_K, (const Rcomplex *)alpha, | ^ In file included from /data/gannet/ripley/R/R-devel/include/R.h:80, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/r/headers.h:66, from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:30, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27, from cblasr_examples.cpp:1: /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:350:14: note: declared here 350 | F77_NAME(zher2k)(const char *uplo, const char *trans, const int *n, | ^~~~~~ /data/gannet/ripley/R/R-devel/include/R_ext/RS.h:77:25: note: in definition of macro ‘F77_CALL’ 77 | # define F77_CALL(x) x ## _ | ^ /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:350:5: note: in expansion of macro ‘F77_NAME’ 350 | F77_NAME(zher2k)(const char *uplo, const char *trans, const int *n, | ^~~~~~~~ In file included from ../inst/include/cblas.h:117, from cblasr_examples.cpp:2: ../inst/include/cblas_bits/cblas_zher2k.h:112:5: error: too few arguments to function ‘void zher2k_(const char*, const char*, const int*, const int*, const Rcomplex*, const Rcomplex*, const int*, const Rcomplex*, const int*, const double*, Rcomplex*, const int*, size_t, size_t)’ 112 | (F77_UL, F77_TR, &F77_N, &F77_K, (const Rcomplex *)ALPHA, | ^ In file included from /data/gannet/ripley/R/R-devel/include/R.h:80, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/r/headers.h:66, from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:30, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27, from cblasr_examples.cpp:1: /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:350:14: note: declared here 350 | F77_NAME(zher2k)(const char *uplo, const char *trans, const int *n, | ^~~~~~ /data/gannet/ripley/R/R-devel/include/R_ext/RS.h:77:25: note: in definition of macro ‘F77_CALL’ 77 | # define F77_CALL(x) x ## _ | ^ /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:350:5: note: in expansion of macro ‘F77_NAME’ 350 | F77_NAME(zher2k)(const char *uplo, const char *trans, const int *n, | ^~~~~~~~ In file included from ../inst/include/cblas.h:118, from cblasr_examples.cpp:2: ../inst/include/cblas_bits/cblas_zherk.h: In function ‘void cblas_zherk(CBLAS_LAYOUT, CBLAS_UPLO, CBLAS_TRANSPOSE, int, int, double, const void*, int, double, void*, int)’: ../inst/include/cblas_bits/cblas_zherk.h:71:5: error: too few arguments to function ‘void zherk_(const char*, const char*, const int*, const int*, const double*, const Rcomplex*, const int*, const double*, Rcomplex*, const int*, size_t, size_t)’ 71 | (F77_UL, F77_TR, &F77_N, &F77_K, &alpha, (const Rcomplex *)A, &F77_lda, | ^ In file included from /data/gannet/ripley/R/R-devel/include/R.h:80, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/r/headers.h:66, from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:30, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27, from cblasr_examples.cpp:1: /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:356:14: note: declared here 356 | F77_NAME(zherk)(const char *uplo, const char *trans, const int *n, | ^~~~~ /data/gannet/ripley/R/R-devel/include/R_ext/RS.h:77:25: note: in definition of macro ‘F77_CALL’ 77 | # define F77_CALL(x) x ## _ | ^ /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:356:5: note: in expansion of macro ‘F77_NAME’ 356 | F77_NAME(zherk)(const char *uplo, const char *trans, const int *n, | ^~~~~~~~ In file included from ../inst/include/cblas.h:118, from cblasr_examples.cpp:2: ../inst/include/cblas_bits/cblas_zherk.h:104:5: error: too few arguments to function ‘void zherk_(const char*, const char*, const int*, const int*, const double*, const Rcomplex*, const int*, const double*, Rcomplex*, const int*, size_t, size_t)’ 104 | (F77_UL, F77_TR, &F77_N, &F77_K, &alpha, (const Rcomplex *)A, &F77_lda, | ^ In file included from /data/gannet/ripley/R/R-devel/include/R.h:80, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/r/headers.h:66, from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:30, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27, from cblasr_examples.cpp:1: /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:356:14: note: declared here 356 | F77_NAME(zherk)(const char *uplo, const char *trans, const int *n, | ^~~~~ /data/gannet/ripley/R/R-devel/include/R_ext/RS.h:77:25: note: in definition of macro ‘F77_CALL’ 77 | # define F77_CALL(x) x ## _ | ^ /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:356:5: note: in expansion of macro ‘F77_NAME’ 356 | F77_NAME(zherk)(const char *uplo, const char *trans, const int *n, | ^~~~~~~~ In file included from ../inst/include/cblas.h:119, from cblasr_examples.cpp:2: ../inst/include/cblas_bits/cblas_zhpmv.h: In function ‘void cblas_zhpmv(CBLAS_LAYOUT, CBLAS_UPLO, int, const void*, const void*, const void*, int, const void*, void*, int)’: ../inst/include/cblas_bits/cblas_zhpmv.h:58:5: error: too few arguments to function ‘void zhpmv_(const char*, const int*, const Rcomplex*, const Rcomplex*, const Rcomplex*, const int*, const Rcomplex*, Rcomplex*, const int*, size_t)’ 58 | (F77_UL, &F77_N, (const Rcomplex *)alpha, (const Rcomplex *)AP, | ^ In file included from /data/gannet/ripley/R/R-devel/include/R.h:80, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/r/headers.h:66, from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:30, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27, from cblasr_examples.cpp:1: /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:361:14: note: declared here 361 | F77_NAME(zhpmv)(const char *uplo, const int *n, const Rcomplex *alpha, | ^~~~~ /data/gannet/ripley/R/R-devel/include/R_ext/RS.h:77:25: note: in definition of macro ‘F77_CALL’ 77 | # define F77_CALL(x) x ## _ | ^ /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:361:5: note: in expansion of macro ‘F77_NAME’ 361 | F77_NAME(zhpmv)(const char *uplo, const int *n, const Rcomplex *alpha, | ^~~~~~~~ In file included from ../inst/include/cblas.h:119, from cblasr_examples.cpp:2: ../inst/include/cblas_bits/cblas_zhpmv.h:130:5: error: too few arguments to function ‘void zhpmv_(const char*, const int*, const Rcomplex*, const Rcomplex*, const Rcomplex*, const int*, const Rcomplex*, Rcomplex*, const int*, size_t)’ 130 | (F77_UL, &F77_N, (const Rcomplex *)ALPHA, (const Rcomplex *)AP, | ^ In file included from /data/gannet/ripley/R/R-devel/include/R.h:80, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/r/headers.h:66, from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:30, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27, from cblasr_examples.cpp:1: /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:361:14: note: declared here 361 | F77_NAME(zhpmv)(const char *uplo, const int *n, const Rcomplex *alpha, | ^~~~~ /data/gannet/ripley/R/R-devel/include/R_ext/RS.h:77:25: note: in definition of macro ‘F77_CALL’ 77 | # define F77_CALL(x) x ## _ | ^ /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:361:5: note: in expansion of macro ‘F77_NAME’ 361 | F77_NAME(zhpmv)(const char *uplo, const int *n, const Rcomplex *alpha, | ^~~~~~~~ In file included from ../inst/include/cblas.h:120, from cblasr_examples.cpp:2: ../inst/include/cblas_bits/cblas_zhpr.h: In function ‘void cblas_zhpr(CBLAS_LAYOUT, CBLAS_UPLO, int, double, const void*, int, void*)’: ../inst/include/cblas_bits/cblas_zhpr.h:56:5: error: too few arguments to function ‘void zhpr_(const char*, const int*, const double*, const Rcomplex*, const int*, Rcomplex*, size_t)’ 56 | (F77_UL, &F77_N, &alpha, (const Rcomplex *)X, &F77_incX, (Rcomplex *)A); | ^ In file included from /data/gannet/ripley/R/R-devel/include/R.h:80, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/r/headers.h:66, from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:30, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27, from cblasr_examples.cpp:1: /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:366:14: note: declared here 366 | F77_NAME(zhpr)(const char *uplo, const int *n, const double *alpha, | ^~~~ /data/gannet/ripley/R/R-devel/include/R_ext/RS.h:77:25: note: in definition of macro ‘F77_CALL’ 77 | # define F77_CALL(x) x ## _ | ^ /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:366:5: note: in expansion of macro ‘F77_NAME’ 366 | F77_NAME(zhpr)(const char *uplo, const int *n, const double *alpha, | ^~~~~~~~ In file included from ../inst/include/cblas.h:120, from cblasr_examples.cpp:2: ../inst/include/cblas_bits/cblas_zhpr.h:103:5: error: too few arguments to function ‘void zhpr_(const char*, const int*, const double*, const Rcomplex*, const int*, Rcomplex*, size_t)’ 103 | (F77_UL, &F77_N, &alpha, (const Rcomplex *)x, &F77_incX, (Rcomplex *)A); | ^ In file included from /data/gannet/ripley/R/R-devel/include/R.h:80, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/r/headers.h:66, from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:30, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27, from cblasr_examples.cpp:1: /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:366:14: note: declared here 366 | F77_NAME(zhpr)(const char *uplo, const int *n, const double *alpha, | ^~~~ /data/gannet/ripley/R/R-devel/include/R_ext/RS.h:77:25: note: in definition of macro ‘F77_CALL’ 77 | # define F77_CALL(x) x ## _ | ^ /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:366:5: note: in expansion of macro ‘F77_NAME’ 366 | F77_NAME(zhpr)(const char *uplo, const int *n, const double *alpha, | ^~~~~~~~ In file included from ../inst/include/cblas.h:121, from cblasr_examples.cpp:2: ../inst/include/cblas_bits/cblas_zhpr2.h: In function ‘void cblas_zhpr2(CBLAS_LAYOUT, CBLAS_UPLO, int, const void*, const void*, int, const void*, int, void*)’: ../inst/include/cblas_bits/cblas_zhpr2.h:60:5: error: too few arguments to function ‘void zhpr2_(const char*, const int*, const Rcomplex*, const Rcomplex*, const int*, const Rcomplex*, const int*, Rcomplex*, size_t)’ 60 | (F77_UL, &F77_N, (const Rcomplex *)alpha, (const Rcomplex *)X, &F77_incX, | ^ In file included from /data/gannet/ripley/R/R-devel/include/R.h:80, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/r/headers.h:66, from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:30, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27, from cblasr_examples.cpp:1: /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:370:14: note: declared here 370 | F77_NAME(zhpr2)(const char *uplo, const int *n, const Rcomplex *alpha, | ^~~~~ /data/gannet/ripley/R/R-devel/include/R_ext/RS.h:77:25: note: in definition of macro ‘F77_CALL’ 77 | # define F77_CALL(x) x ## _ | ^ /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:370:5: note: in expansion of macro ‘F77_NAME’ 370 | F77_NAME(zhpr2)(const char *uplo, const int *n, const Rcomplex *alpha, | ^~~~~~~~ In file included from ../inst/include/cblas.h:121, from cblasr_examples.cpp:2: ../inst/include/cblas_bits/cblas_zhpr2.h:136:5: error: too few arguments to function ‘void zhpr2_(const char*, const int*, const Rcomplex*, const Rcomplex*, const int*, const Rcomplex*, const int*, Rcomplex*, size_t)’ 136 | (F77_UL, &F77_N, (const Rcomplex *)alpha, (const Rcomplex *)y, &F77_incY, | ^ In file included from /data/gannet/ripley/R/R-devel/include/R.h:80, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/r/headers.h:66, from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:30, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27, from cblasr_examples.cpp:1: /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:370:14: note: declared here 370 | F77_NAME(zhpr2)(const char *uplo, const int *n, const Rcomplex *alpha, | ^~~~~ /data/gannet/ripley/R/R-devel/include/R_ext/RS.h:77:25: note: in definition of macro ‘F77_CALL’ 77 | # define F77_CALL(x) x ## _ | ^ /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:370:5: note: in expansion of macro ‘F77_NAME’ 370 | F77_NAME(zhpr2)(const char *uplo, const int *n, const Rcomplex *alpha, | ^~~~~~~~ In file included from ../inst/include/cblas.h:125, from cblasr_examples.cpp:2: ../inst/include/cblas_bits/cblas_zsymm.h: In function ‘void cblas_zsymm(CBLAS_LAYOUT, CBLAS_SIDE, CBLAS_UPLO, int, int, const void*, const void*, int, const void*, int, const void*, void*, int)’: ../inst/include/cblas_bits/cblas_zsymm.h:71:5: error: too few arguments to function ‘void zsymm_(const char*, const char*, const int*, const int*, const Rcomplex*, const Rcomplex*, const int*, const Rcomplex*, const int*, const Rcomplex*, Rcomplex*, const int*, size_t, size_t)’ 71 | (F77_SD, F77_UL, &F77_M, &F77_N, (const Rcomplex *)alpha, | ^ In file included from /data/gannet/ripley/R/R-devel/include/R.h:80, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/r/headers.h:66, from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:30, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27, from cblasr_examples.cpp:1: /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:383:14: note: declared here 383 | F77_NAME(zsymm)(const char *side, const char *uplo, const int *m, | ^~~~~ /data/gannet/ripley/R/R-devel/include/R_ext/RS.h:77:25: note: in definition of macro ‘F77_CALL’ 77 | # define F77_CALL(x) x ## _ | ^ /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:383:5: note: in expansion of macro ‘F77_NAME’ 383 | F77_NAME(zsymm)(const char *side, const char *uplo, const int *m, | ^~~~~~~~ In file included from ../inst/include/cblas.h:125, from cblasr_examples.cpp:2: ../inst/include/cblas_bits/cblas_zsymm.h:104:5: error: too few arguments to function ‘void zsymm_(const char*, const char*, const int*, const int*, const Rcomplex*, const Rcomplex*, const int*, const Rcomplex*, const int*, const Rcomplex*, Rcomplex*, const int*, size_t, size_t)’ 104 | (F77_SD, F77_UL, &F77_N, &F77_M, (const Rcomplex *)alpha, | ^ In file included from /data/gannet/ripley/R/R-devel/include/R.h:80, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/r/headers.h:66, from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:30, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27, from cblasr_examples.cpp:1: /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:383:14: note: declared here 383 | F77_NAME(zsymm)(const char *side, const char *uplo, const int *m, | ^~~~~ /data/gannet/ripley/R/R-devel/include/R_ext/RS.h:77:25: note: in definition of macro ‘F77_CALL’ 77 | # define F77_CALL(x) x ## _ | ^ /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:383:5: note: in expansion of macro ‘F77_NAME’ 383 | F77_NAME(zsymm)(const char *side, const char *uplo, const int *m, | ^~~~~~~~ In file included from ../inst/include/cblas.h:126, from cblasr_examples.cpp:2: ../inst/include/cblas_bits/cblas_zsyr2k.h: In function ‘void cblas_zsyr2k(CBLAS_LAYOUT, CBLAS_UPLO, CBLAS_TRANSPOSE, int, int, const void*, const void*, int, const void*, int, const void*, void*, int)’: ../inst/include/cblas_bits/cblas_zsyr2k.h:73:5: error: too few arguments to function ‘void zsyr2k_(const char*, const char*, int*, int*, Rcomplex*, Rcomplex*, int*, Rcomplex*, int*, Rcomplex*, Rcomplex*, int*, size_t, size_t)’ 73 | (F77_UL, F77_TR, &F77_N, &F77_K, (Rcomplex *)alpha, (Rcomplex *)A, &F77_lda, | ^ In file included from /data/gannet/ripley/R/R-devel/include/R.h:80, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/r/headers.h:66, from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:30, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27, from cblasr_examples.cpp:1: /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:389:14: note: declared here 389 | F77_NAME(zsyr2k)(const char *uplo, const char *trans, int *n, int *k, | ^~~~~~ /data/gannet/ripley/R/R-devel/include/R_ext/RS.h:77:25: note: in definition of macro ‘F77_CALL’ 77 | # define F77_CALL(x) x ## _ | ^ /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:389:5: note: in expansion of macro ‘F77_NAME’ 389 | F77_NAME(zsyr2k)(const char *uplo, const char *trans, int *n, int *k, | ^~~~~~~~ In file included from ../inst/include/cblas.h:126, from cblasr_examples.cpp:2: ../inst/include/cblas_bits/cblas_zsyr2k.h:106:5: error: too few arguments to function ‘void zsyr2k_(const char*, const char*, int*, int*, Rcomplex*, Rcomplex*, int*, Rcomplex*, int*, Rcomplex*, Rcomplex*, int*, size_t, size_t)’ 106 | (F77_UL, F77_TR, &F77_N, &F77_K, (Rcomplex *)alpha, (Rcomplex *)A, &F77_lda, | ^ In file included from /data/gannet/ripley/R/R-devel/include/R.h:80, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/r/headers.h:66, from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:30, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27, from cblasr_examples.cpp:1: /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:389:14: note: declared here 389 | F77_NAME(zsyr2k)(const char *uplo, const char *trans, int *n, int *k, | ^~~~~~ /data/gannet/ripley/R/R-devel/include/R_ext/RS.h:77:25: note: in definition of macro ‘F77_CALL’ 77 | # define F77_CALL(x) x ## _ | ^ /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:389:5: note: in expansion of macro ‘F77_NAME’ 389 | F77_NAME(zsyr2k)(const char *uplo, const char *trans, int *n, int *k, | ^~~~~~~~ In file included from ../inst/include/cblas.h:127, from cblasr_examples.cpp:2: ../inst/include/cblas_bits/cblas_zsyrk.h: In function ‘void cblas_zsyrk(CBLAS_LAYOUT, CBLAS_UPLO, CBLAS_TRANSPOSE, int, int, const void*, const void*, int, const void*, void*, int)’: ../inst/include/cblas_bits/cblas_zsyrk.h:71:5: error: too few arguments to function ‘void zsyrk_(const char*, const char*, const int*, const int*, const Rcomplex*, const Rcomplex*, const int*, const Rcomplex*, Rcomplex*, const int*, size_t, size_t)’ 71 | (F77_UL, F77_TR, &F77_N, &F77_K, (const Rcomplex *)alpha, | ^ In file included from /data/gannet/ripley/R/R-devel/include/R.h:80, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/r/headers.h:66, from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:30, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27, from cblasr_examples.cpp:1: /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:394:14: note: declared here 394 | F77_NAME(zsyrk)(const char *uplo, const char *trans, const int *n, | ^~~~~ /data/gannet/ripley/R/R-devel/include/R_ext/RS.h:77:25: note: in definition of macro ‘F77_CALL’ 77 | # define F77_CALL(x) x ## _ | ^ /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:394:5: note: in expansion of macro ‘F77_NAME’ 394 | F77_NAME(zsyrk)(const char *uplo, const char *trans, const int *n, | ^~~~~~~~ In file included from ../inst/include/cblas.h:127, from cblasr_examples.cpp:2: ../inst/include/cblas_bits/cblas_zsyrk.h:105:5: error: too few arguments to function ‘void zsyrk_(const char*, const char*, const int*, const int*, const Rcomplex*, const Rcomplex*, const int*, const Rcomplex*, Rcomplex*, const int*, size_t, size_t)’ 105 | (F77_UL, F77_TR, &F77_N, &F77_K, (const Rcomplex *)alpha, | ^ In file included from /data/gannet/ripley/R/R-devel/include/R.h:80, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/r/headers.h:66, from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:30, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27, from cblasr_examples.cpp:1: /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:394:14: note: declared here 394 | F77_NAME(zsyrk)(const char *uplo, const char *trans, const int *n, | ^~~~~ /data/gannet/ripley/R/R-devel/include/R_ext/RS.h:77:25: note: in definition of macro ‘F77_CALL’ 77 | # define F77_CALL(x) x ## _ | ^ /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:394:5: note: in expansion of macro ‘F77_NAME’ 394 | F77_NAME(zsyrk)(const char *uplo, const char *trans, const int *n, | ^~~~~~~~ In file included from ../inst/include/cblas.h:128, from cblasr_examples.cpp:2: ../inst/include/cblas_bits/cblas_ztbmv.h: In function ‘void cblas_ztbmv(CBLAS_LAYOUT, CBLAS_UPLO, CBLAS_TRANSPOSE, CBLAS_DIAG, int, int, const void*, int, void*, int)’: ../inst/include/cblas_bits/cblas_ztbmv.h:80:5: error: too few arguments to function ‘void ztbmv_(const char*, const char*, const char*, const int*, const int*, const Rcomplex*, const int*, Rcomplex*, const int*, size_t, size_t, size_t)’ 80 | (F77_UL, F77_TA, F77_DI, &F77_N, &F77_K, (const Rcomplex *)A, &F77_lda, | ^ In file included from /data/gannet/ripley/R/R-devel/include/R.h:80, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/r/headers.h:66, from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:30, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27, from cblasr_examples.cpp:1: /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:399:14: note: declared here 399 | F77_NAME(ztbmv)(const char *uplo, const char *trans, const char *diag, | ^~~~~ /data/gannet/ripley/R/R-devel/include/R_ext/RS.h:77:25: note: in definition of macro ‘F77_CALL’ 77 | # define F77_CALL(x) x ## _ | ^ /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:399:5: note: in expansion of macro ‘F77_NAME’ 399 | F77_NAME(ztbmv)(const char *uplo, const char *trans, const char *diag, | ^~~~~~~~ In file included from ../inst/include/cblas.h:128, from cblasr_examples.cpp:2: ../inst/include/cblas_bits/cblas_ztbmv.h:140:5: error: too few arguments to function ‘void ztbmv_(const char*, const char*, const char*, const int*, const int*, const Rcomplex*, const int*, Rcomplex*, const int*, size_t, size_t, size_t)’ 140 | (F77_UL, F77_TA, F77_DI, &F77_N, &F77_K, (const Rcomplex *)A, &F77_lda, | ^ In file included from /data/gannet/ripley/R/R-devel/include/R.h:80, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/r/headers.h:66, from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:30, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27, from cblasr_examples.cpp:1: /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:399:14: note: declared here 399 | F77_NAME(ztbmv)(const char *uplo, const char *trans, const char *diag, | ^~~~~ /data/gannet/ripley/R/R-devel/include/R_ext/RS.h:77:25: note: in definition of macro ‘F77_CALL’ 77 | # define F77_CALL(x) x ## _ | ^ /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:399:5: note: in expansion of macro ‘F77_NAME’ 399 | F77_NAME(ztbmv)(const char *uplo, const char *trans, const char *diag, | ^~~~~~~~ In file included from ../inst/include/cblas.h:129, from cblasr_examples.cpp:2: ../inst/include/cblas_bits/cblas_ztbsv.h: In function ‘void cblas_ztbsv(CBLAS_LAYOUT, CBLAS_UPLO, CBLAS_TRANSPOSE, CBLAS_DIAG, int, int, const void*, int, void*, int)’: ../inst/include/cblas_bits/cblas_ztbsv.h:80:5: error: too few arguments to function ‘void ztbsv_(const char*, const char*, const char*, const int*, const int*, const Rcomplex*, const int*, Rcomplex*, const int*, size_t, size_t, size_t)’ 80 | (F77_UL, F77_TA, F77_DI, &F77_N, &F77_K, (const Rcomplex *)A, &F77_lda, | ^ In file included from /data/gannet/ripley/R/R-devel/include/R.h:80, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/r/headers.h:66, from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:30, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27, from cblasr_examples.cpp:1: /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:404:14: note: declared here 404 | F77_NAME(ztbsv)(const char *uplo, const char *trans, const char *diag, | ^~~~~ /data/gannet/ripley/R/R-devel/include/R_ext/RS.h:77:25: note: in definition of macro ‘F77_CALL’ 77 | # define F77_CALL(x) x ## _ | ^ /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:404:5: note: in expansion of macro ‘F77_NAME’ 404 | F77_NAME(ztbsv)(const char *uplo, const char *trans, const char *diag, | ^~~~~~~~ In file included from ../inst/include/cblas.h:129, from cblasr_examples.cpp:2: ../inst/include/cblas_bits/cblas_ztbsv.h:144:5: error: too few arguments to function ‘void ztbsv_(const char*, const char*, const char*, const int*, const int*, const Rcomplex*, const int*, Rcomplex*, const int*, size_t, size_t, size_t)’ 144 | (F77_UL, F77_TA, F77_DI, &F77_N, &F77_K, (const Rcomplex *)A, &F77_lda, | ^ In file included from /data/gannet/ripley/R/R-devel/include/R.h:80, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/r/headers.h:66, from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:30, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27, from cblasr_examples.cpp:1: /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:404:14: note: declared here 404 | F77_NAME(ztbsv)(const char *uplo, const char *trans, const char *diag, | ^~~~~ /data/gannet/ripley/R/R-devel/include/R_ext/RS.h:77:25: note: in definition of macro ‘F77_CALL’ 77 | # define F77_CALL(x) x ## _ | ^ /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:404:5: note: in expansion of macro ‘F77_NAME’ 404 | F77_NAME(ztbsv)(const char *uplo, const char *trans, const char *diag, | ^~~~~~~~ In file included from ../inst/include/cblas.h:130, from cblasr_examples.cpp:2: ../inst/include/cblas_bits/cblas_ztpmv.h: In function ‘void cblas_ztpmv(CBLAS_LAYOUT, CBLAS_UPLO, CBLAS_TRANSPOSE, CBLAS_DIAG, int, const void*, void*, int)’: ../inst/include/cblas_bits/cblas_ztpmv.h:77:5: error: too few arguments to function ‘void ztpmv_(const char*, const char*, const char*, const int*, const Rcomplex*, Rcomplex*, const int*, size_t, size_t, size_t)’ 77 | (F77_UL, F77_TA, F77_DI, &F77_N, (const Rcomplex *)Ap, (Rcomplex *)X, | ^ In file included from /data/gannet/ripley/R/R-devel/include/R.h:80, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/r/headers.h:66, from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:30, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27, from cblasr_examples.cpp:1: /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:409:14: note: declared here 409 | F77_NAME(ztpmv)(const char *uplo, const char *trans, const char *diag, | ^~~~~ /data/gannet/ripley/R/R-devel/include/R_ext/RS.h:77:25: note: in definition of macro ‘F77_CALL’ 77 | # define F77_CALL(x) x ## _ | ^ /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:409:5: note: in expansion of macro ‘F77_NAME’ 409 | F77_NAME(ztpmv)(const char *uplo, const char *trans, const char *diag, | ^~~~~~~~ In file included from ../inst/include/cblas.h:130, from cblasr_examples.cpp:2: ../inst/include/cblas_bits/cblas_ztpmv.h:137:5: error: too few arguments to function ‘void ztpmv_(const char*, const char*, const char*, const int*, const Rcomplex*, Rcomplex*, const int*, size_t, size_t, size_t)’ 137 | (F77_UL, F77_TA, F77_DI, &F77_N, (const Rcomplex *)Ap, (Rcomplex *)X, | ^ In file included from /data/gannet/ripley/R/R-devel/include/R.h:80, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/r/headers.h:66, from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:30, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27, from cblasr_examples.cpp:1: /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:409:14: note: declared here 409 | F77_NAME(ztpmv)(const char *uplo, const char *trans, const char *diag, | ^~~~~ /data/gannet/ripley/R/R-devel/include/R_ext/RS.h:77:25: note: in definition of macro ‘F77_CALL’ 77 | # define F77_CALL(x) x ## _ | ^ /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:409:5: note: in expansion of macro ‘F77_NAME’ 409 | F77_NAME(ztpmv)(const char *uplo, const char *trans, const char *diag, | ^~~~~~~~ In file included from ../inst/include/cblas.h:131, from cblasr_examples.cpp:2: ../inst/include/cblas_bits/cblas_ztpsv.h: In function ‘void cblas_ztpsv(CBLAS_LAYOUT, CBLAS_UPLO, CBLAS_TRANSPOSE, CBLAS_DIAG, int, const void*, void*, int)’: ../inst/include/cblas_bits/cblas_ztpsv.h:77:5: error: too few arguments to function ‘void ztpsv_(const char*, const char*, const char*, const int*, const Rcomplex*, Rcomplex*, const int*, size_t, size_t, size_t)’ 77 | (F77_UL, F77_TA, F77_DI, &F77_N, (const Rcomplex *)Ap, (Rcomplex *)X, | ^ In file included from /data/gannet/ripley/R/R-devel/include/R.h:80, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/r/headers.h:66, from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:30, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27, from cblasr_examples.cpp:1: /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:413:14: note: declared here 413 | F77_NAME(ztpsv)(const char *uplo, const char *trans, const char *diag, | ^~~~~ /data/gannet/ripley/R/R-devel/include/R_ext/RS.h:77:25: note: in definition of macro ‘F77_CALL’ 77 | # define F77_CALL(x) x ## _ | ^ /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:413:5: note: in expansion of macro ‘F77_NAME’ 413 | F77_NAME(ztpsv)(const char *uplo, const char *trans, const char *diag, | ^~~~~~~~ In file included from ../inst/include/cblas.h:131, from cblasr_examples.cpp:2: ../inst/include/cblas_bits/cblas_ztpsv.h:141:5: error: too few arguments to function ‘void ztpsv_(const char*, const char*, const char*, const int*, const Rcomplex*, Rcomplex*, const int*, size_t, size_t, size_t)’ 141 | (F77_UL, F77_TA, F77_DI, &F77_N, (const Rcomplex *)Ap, (Rcomplex *)X, | ^ In file included from /data/gannet/ripley/R/R-devel/include/R.h:80, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/r/headers.h:66, from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:30, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27, from cblasr_examples.cpp:1: /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:413:14: note: declared here 413 | F77_NAME(ztpsv)(const char *uplo, const char *trans, const char *diag, | ^~~~~ /data/gannet/ripley/R/R-devel/include/R_ext/RS.h:77:25: note: in definition of macro ‘F77_CALL’ 77 | # define F77_CALL(x) x ## _ | ^ /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:413:5: note: in expansion of macro ‘F77_NAME’ 413 | F77_NAME(ztpsv)(const char *uplo, const char *trans, const char *diag, | ^~~~~~~~ In file included from ../inst/include/cblas.h:132, from cblasr_examples.cpp:2: ../inst/include/cblas_bits/cblas_ztrmm.h: In function ‘void cblas_ztrmm(CBLAS_LAYOUT, CBLAS_SIDE, CBLAS_UPLO, CBLAS_TRANSPOSE, CBLAS_DIAG, int, int, const void*, const void*, int, void*, int)’: ../inst/include/cblas_bits/cblas_ztrmm.h:96:5: error: too few arguments to function ‘void ztrmm_(const char*, const char*, const char*, const char*, const int*, const int*, const Rcomplex*, const Rcomplex*, const int*, Rcomplex*, const int*, size_t, size_t, size_t, size_t)’ 96 | (F77_SD, F77_UL, F77_TA, F77_DI, &F77_M, &F77_N, (const Rcomplex *)alpha, | ^ In file included from /data/gannet/ripley/R/R-devel/include/R.h:80, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/r/headers.h:66, from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:30, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27, from cblasr_examples.cpp:1: /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:417:14: note: declared here 417 | F77_NAME(ztrmm)(const char *side, const char *uplo, const char *transa, | ^~~~~ /data/gannet/ripley/R/R-devel/include/R_ext/RS.h:77:25: note: in definition of macro ‘F77_CALL’ 77 | # define F77_CALL(x) x ## _ | ^ /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:417:5: note: in expansion of macro ‘F77_NAME’ 417 | F77_NAME(ztrmm)(const char *side, const char *uplo, const char *transa, | ^~~~~~~~ In file included from ../inst/include/cblas.h:132, from cblasr_examples.cpp:2: ../inst/include/cblas_bits/cblas_ztrmm.h:154:5: error: too few arguments to function ‘void ztrmm_(const char*, const char*, const char*, const char*, const int*, const int*, const Rcomplex*, const Rcomplex*, const int*, Rcomplex*, const int*, size_t, size_t, size_t, size_t)’ 154 | (F77_SD, F77_UL, F77_TA, F77_DI, &F77_N, &F77_M, (const Rcomplex *)alpha, | ^ In file included from /data/gannet/ripley/R/R-devel/include/R.h:80, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/r/headers.h:66, from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:30, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27, from cblasr_examples.cpp:1: /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:417:14: note: declared here 417 | F77_NAME(ztrmm)(const char *side, const char *uplo, const char *transa, | ^~~~~ /data/gannet/ripley/R/R-devel/include/R_ext/RS.h:77:25: note: in definition of macro ‘F77_CALL’ 77 | # define F77_CALL(x) x ## _ | ^ /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:417:5: note: in expansion of macro ‘F77_NAME’ 417 | F77_NAME(ztrmm)(const char *side, const char *uplo, const char *transa, | ^~~~~~~~ In file included from ../inst/include/cblas.h:133, from cblasr_examples.cpp:2: ../inst/include/cblas_bits/cblas_ztrmv.h: In function ‘void cblas_ztrmv(CBLAS_LAYOUT, CBLAS_UPLO, CBLAS_TRANSPOSE, CBLAS_DIAG, int, const void*, int, void*, int)’: ../inst/include/cblas_bits/cblas_ztrmv.h:81:5: error: too few arguments to function ‘void ztrmv_(const char*, const char*, const char*, const int*, const Rcomplex*, const int*, Rcomplex*, const int*, size_t, size_t, size_t)’ 81 | (F77_UL, F77_TA, F77_DI, &F77_N, (const Rcomplex *)A, &F77_lda, | ^ In file included from /data/gannet/ripley/R/R-devel/include/R.h:80, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/r/headers.h:66, from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:30, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27, from cblasr_examples.cpp:1: /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:423:14: note: declared here 423 | F77_NAME(ztrmv)(const char *uplo, const char *trans, const char *diag, | ^~~~~ /data/gannet/ripley/R/R-devel/include/R_ext/RS.h:77:25: note: in definition of macro ‘F77_CALL’ 77 | # define F77_CALL(x) x ## _ | ^ /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:423:5: note: in expansion of macro ‘F77_NAME’ 423 | F77_NAME(ztrmv)(const char *uplo, const char *trans, const char *diag, | ^~~~~~~~ In file included from ../inst/include/cblas.h:133, from cblasr_examples.cpp:2: ../inst/include/cblas_bits/cblas_ztrmv.h:140:5: error: too few arguments to function ‘void ztrmv_(const char*, const char*, const char*, const int*, const Rcomplex*, const int*, Rcomplex*, const int*, size_t, size_t, size_t)’ 140 | (F77_UL, F77_TA, F77_DI, &F77_N, (const Rcomplex *)A, &F77_lda, | ^ In file included from /data/gannet/ripley/R/R-devel/include/R.h:80, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/r/headers.h:66, from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:30, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27, from cblasr_examples.cpp:1: /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:423:14: note: declared here 423 | F77_NAME(ztrmv)(const char *uplo, const char *trans, const char *diag, | ^~~~~ /data/gannet/ripley/R/R-devel/include/R_ext/RS.h:77:25: note: in definition of macro ‘F77_CALL’ 77 | # define F77_CALL(x) x ## _ | ^ /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:423:5: note: in expansion of macro ‘F77_NAME’ 423 | F77_NAME(ztrmv)(const char *uplo, const char *trans, const char *diag, | ^~~~~~~~ In file included from ../inst/include/cblas.h:134, from cblasr_examples.cpp:2: ../inst/include/cblas_bits/cblas_ztrsm.h: In function ‘void cblas_ztrsm(CBLAS_LAYOUT, CBLAS_SIDE, CBLAS_UPLO, CBLAS_TRANSPOSE, CBLAS_DIAG, int, int, const void*, const void*, int, void*, int)’: ../inst/include/cblas_bits/cblas_ztrsm.h:97:5: error: too few arguments to function ‘void ztrsm_(const char*, const char*, const char*, const char*, int*, int*, Rcomplex*, Rcomplex*, int*, Rcomplex*, int*, size_t, size_t, size_t, size_t)’ 97 | (F77_SD, F77_UL, F77_TA, F77_DI, &F77_M, &F77_N, (Rcomplex *)alpha, | ^ In file included from /data/gannet/ripley/R/R-devel/include/R.h:80, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/r/headers.h:66, from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:30, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27, from cblasr_examples.cpp:1: /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:428:14: note: declared here 428 | F77_NAME(ztrsm)(const char *side, const char *uplo, const char *transa, | ^~~~~ /data/gannet/ripley/R/R-devel/include/R_ext/RS.h:77:25: note: in definition of macro ‘F77_CALL’ 77 | # define F77_CALL(x) x ## _ | ^ /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:428:5: note: in expansion of macro ‘F77_NAME’ 428 | F77_NAME(ztrsm)(const char *side, const char *uplo, const char *transa, | ^~~~~~~~ In file included from ../inst/include/cblas.h:134, from cblasr_examples.cpp:2: ../inst/include/cblas_bits/cblas_ztrsm.h:156:5: error: too few arguments to function ‘void ztrsm_(const char*, const char*, const char*, const char*, int*, int*, Rcomplex*, Rcomplex*, int*, Rcomplex*, int*, size_t, size_t, size_t, size_t)’ 156 | (F77_SD, F77_UL, F77_TA, F77_DI, &F77_N, &F77_M, (Rcomplex *)alpha, | ^ In file included from /data/gannet/ripley/R/R-devel/include/R.h:80, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/r/headers.h:66, from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:30, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27, from cblasr_examples.cpp:1: /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:428:14: note: declared here 428 | F77_NAME(ztrsm)(const char *side, const char *uplo, const char *transa, | ^~~~~ /data/gannet/ripley/R/R-devel/include/R_ext/RS.h:77:25: note: in definition of macro ‘F77_CALL’ 77 | # define F77_CALL(x) x ## _ | ^ /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:428:5: note: in expansion of macro ‘F77_NAME’ 428 | F77_NAME(ztrsm)(const char *side, const char *uplo, const char *transa, | ^~~~~~~~ In file included from ../inst/include/cblas.h:135, from cblasr_examples.cpp:2: ../inst/include/cblas_bits/cblas_ztrsv.h: In function ‘void cblas_ztrsv(CBLAS_LAYOUT, CBLAS_UPLO, CBLAS_TRANSPOSE, CBLAS_DIAG, int, const void*, int, void*, int)’: ../inst/include/cblas_bits/cblas_ztrsv.h:79:5: error: too few arguments to function ‘void ztrsv_(const char*, const char*, const char*, const int*, const Rcomplex*, const int*, Rcomplex*, const int*, size_t, size_t, size_t)’ 79 | (F77_UL, F77_TA, F77_DI, &F77_N, (const Rcomplex *)A, &F77_lda, | ^ In file included from /data/gannet/ripley/R/R-devel/include/R.h:80, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/r/headers.h:66, from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:30, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27, from cblasr_examples.cpp:1: /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:433:14: note: declared here 433 | F77_NAME(ztrsv)(const char *uplo, const char *trans, const char *diag, | ^~~~~ /data/gannet/ripley/R/R-devel/include/R_ext/RS.h:77:25: note: in definition of macro ‘F77_CALL’ 77 | # define F77_CALL(x) x ## _ | ^ /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:433:5: note: in expansion of macro ‘F77_NAME’ 433 | F77_NAME(ztrsv)(const char *uplo, const char *trans, const char *diag, | ^~~~~~~~ In file included from ../inst/include/cblas.h:135, from cblasr_examples.cpp:2: ../inst/include/cblas_bits/cblas_ztrsv.h:139:5: error: too few arguments to function ‘void ztrsv_(const char*, const char*, const char*, const int*, const Rcomplex*, const int*, Rcomplex*, const int*, size_t, size_t, size_t)’ 139 | (F77_UL, F77_TA, F77_DI, &F77_N, (const Rcomplex *)A, &F77_lda, | ^ In file included from /data/gannet/ripley/R/R-devel/include/R.h:80, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/r/headers.h:66, from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:30, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27, from cblasr_examples.cpp:1: /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:433:14: note: declared here 433 | F77_NAME(ztrsv)(const char *uplo, const char *trans, const char *diag, | ^~~~~ /data/gannet/ripley/R/R-devel/include/R_ext/RS.h:77:25: note: in definition of macro ‘F77_CALL’ 77 | # define F77_CALL(x) x ## _ | ^ /data/gannet/ripley/R/R-devel/include/R_ext/BLAS.h:433:5: note: in expansion of macro ‘F77_NAME’ 433 | F77_NAME(ztrsv)(const char *uplo, const char *trans, const char *diag, | ^~~~~~~~ make[2]: *** [/data/gannet/ripley/R/R-devel/etc/Makeconf:176: cblasr_examples.o] Error 1 make[2]: Leaving directory '/data/gannet/ripley/R/packages/tests-BLAS/cblasr/src' ERROR: compilation failed for package ‘cblasr’ * removing ‘/data/gannet/ripley/R/packages/tests-BLAS/Libs/cblasr-lib/cblasr’ Command exited with non-zero status 1 Time 0:33.63, 17.42 + 1.30