* installing *source* package ‘image.CannyEdges’ ... ** this is package ‘image.CannyEdges’ version ‘0.1.1’ ** package ‘image.CannyEdges’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C compiler: ‘gcc-14 (GCC) 14.2.0’ using C++ compiler: ‘g++-14 (GCC) 14.2.0’ make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/image.CannyEdges/src' g++-14 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -DR_NO_REMAP -c RcppExports.cpp -o RcppExports.o gcc-14 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -c adsf.c -o adsf.o g++-14 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -DR_NO_REMAP -c rcpp_canny.cpp -o rcpp_canny.o rcpp_canny.cpp: In function 'int mirror(int, int, size_t, size_t)': rcpp_canny.cpp:21:3: warning: this 'else' clause does not guard... [-Wmisleading-indentation] 21 | else | ^~~~ rcpp_canny.cpp:26:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else' 26 | if (y < 0) | ^~ rcpp_canny.cpp:28:5: warning: this 'else' clause does not guard... [-Wmisleading-indentation] 28 | else | ^~~~ rcpp_canny.cpp:33:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else' 33 | return xt + nx*yt; | ^~~~~~ rcpp_canny.cpp: In function 'int extend(int, int, size_t, size_t)': rcpp_canny.cpp:42:3: warning: this 'else' clause does not guard... [-Wmisleading-indentation] 42 | else | ^~~~ rcpp_canny.cpp:47:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else' 47 | if (y < 0) | ^~ rcpp_canny.cpp:49:5: warning: this 'else' clause does not guard... [-Wmisleading-indentation] 49 | else | ^~~~ rcpp_canny.cpp:54:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else' 54 | return xt + nx*yt; | ^~~~~~ rcpp_canny.cpp: In function 'Rcpp::List canny_edge_detector(Rcpp::IntegerVector, int, int, double, double, double, bool)': rcpp_canny.cpp:188:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 188 | for(size_t x = 0 ; x < nx ; x++) | ^~~ rcpp_canny.cpp:203:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 203 | for(int d = 0 ; d < N ; d++) | ^~~ rcpp_canny.cpp:203:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] rcpp_canny.cpp:207:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 207 | adsf_assert_consistency(t,N); | ^~~~~~~~~~~~~~~~~~~~~~~ rcpp_canny.cpp:210:7: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 210 | for(int d = 0 ; d < N ; d++) | ^~~ rcpp_canny.cpp:216:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 216 | free(t); | ^~~~ gcc-14 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -c tools.c -o tools.o In file included from /data/gannet/ripley/R/R-devel/include/R.h:73, from tools.c:25: tools.c: In function 'Rf_error': /data/gannet/ripley/R/R-devel/include/R_ext/Error.h:107:15: warning: infinite recursion detected [-Winfinite-recursion] 107 | #define error Rf_error | ^~~~~~~~ tools.c:39:6: note: in expansion of macro 'error' 39 | void error(const char *fmt, ...) | ^~~~~ tools.c:41:3: note: recursive call 41 | Rf_error("%s", fmt); | ^~~~~~~~~~~~~~~~~~~ g++-14 -std=gnu++17 -shared -L/usr/local/gcc14/lib64 -L/usr/local/lib64 -o image.CannyEdges.so RcppExports.o adsf.o rcpp_canny.o tools.o -lpng -lfftw3 -lm make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/image.CannyEdges/src' make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/image.CannyEdges/src' make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/image.CannyEdges/src' installing to /data/gannet/ripley/R/packages/tests-devel/image.CannyEdges.Rcheck/00LOCK-image.CannyEdges/00new/image.CannyEdges/libs ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** testing if installed package can be loaded from temporary location ** checking absolute paths in shared objects and dynamic libraries ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (image.CannyEdges)