* installing to library ‘/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages’ * installing *source* package ‘RCSF’ ... ** package ‘RCSF’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: ‘Debian clang version 18.1.4 (1)’ make[1]: Entering directory '/tmp/Rtmpq50SKQ/R.INSTALL48a54789f52e3/RCSF/src' clang++-18 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c CSF.cpp -o CSF.o In file included from CSF.cpp:23: In file included from ./Cloth.h:59: ./Particle.h:83:30: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 83 | tmpDist = MAX_INF; | ~ ^~~~~~~ ./Particle.h:27:20: note: expanded from macro 'MAX_INF' 27 | #define MAX_INF std::numeric_limits::max() | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./Particle.h:99:28: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 99 | tmpDist = MAX_INF; | ~ ^~~~~~~ ./Particle.h:27:20: note: expanded from macro 'MAX_INF' 27 | #define MAX_INF std::numeric_limits::max() | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2 warnings generated. clang++-18 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c Cloth.cpp -o Cloth.o In file included from Cloth.cpp:18: In file included from ./Cloth.h:59: ./Particle.h:83:30: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 83 | tmpDist = MAX_INF; | ~ ^~~~~~~ ./Particle.h:27:20: note: expanded from macro 'MAX_INF' 27 | #define MAX_INF std::numeric_limits::max() | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./Particle.h:99:28: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 99 | tmpDist = MAX_INF; | ~ ^~~~~~~ ./Particle.h:27:20: note: expanded from macro 'MAX_INF' 27 | #define MAX_INF std::numeric_limits::max() | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from Cloth.cpp:18: ./Cloth.h:79:9: warning: private field 'rigidness' is not used [-Wunused-private-field] 79 | int rigidness; | ^ ./Cloth.h:80:12: warning: private field 'time_step' is not used [-Wunused-private-field] 80 | double time_step; | ^ 4 warnings generated. clang++-18 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c Constraint.cpp -o Constraint.o In file included from Constraint.cpp:18: In file included from ./Constraint.h:23: ./Particle.h:83:30: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 83 | tmpDist = MAX_INF; | ~ ^~~~~~~ ./Particle.h:27:20: note: expanded from macro 'MAX_INF' 27 | #define MAX_INF std::numeric_limits::max() | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./Particle.h:99:28: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 99 | tmpDist = MAX_INF; | ~ ^~~~~~~ ./Particle.h:27:20: note: expanded from macro 'MAX_INF' 27 | #define MAX_INF std::numeric_limits::max() | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from Constraint.cpp:18: ./Constraint.h:32:12: warning: private field 'rest_distance' is not used [-Wunused-private-field] 32 | double rest_distance; // the length between particle p1 and p2 in rest configuration | ^ 3 warnings generated. clang++-18 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c Particle.cpp -o Particle.o In file included from Particle.cpp:18: ./Particle.h:83:30: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 83 | tmpDist = MAX_INF; | ~ ^~~~~~~ ./Particle.h:27:20: note: expanded from macro 'MAX_INF' 27 | #define MAX_INF std::numeric_limits::max() | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./Particle.h:99:28: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 99 | tmpDist = MAX_INF; | ~ ^~~~~~~ ./Particle.h:27:20: note: expanded from macro 'MAX_INF' 27 | #define MAX_INF std::numeric_limits::max() | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2 warnings generated. clang++-18 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c Progress.cpp -o Progress.o clang++-18 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c R_CSF.cpp -o R_CSF.o clang++-18 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c Rasterization.cpp -o Rasterization.o In file included from Rasterization.cpp:18: In file included from ./Rasterization.h:22: In file included from ./Cloth.h:59: ./Particle.h:83:30: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 83 | tmpDist = MAX_INF; | ~ ^~~~~~~ ./Particle.h:27:20: note: expanded from macro 'MAX_INF' 27 | #define MAX_INF std::numeric_limits::max() | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./Particle.h:99:28: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 99 | tmpDist = MAX_INF; | ~ ^~~~~~~ ./Particle.h:27:20: note: expanded from macro 'MAX_INF' 27 | #define MAX_INF std::numeric_limits::max() | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2 warnings generated. clang++-18 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c RcppExports.cpp -o RcppExports.o clang++-18 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c XYZReader.cpp -o XYZReader.o clang++-18 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c c2cdist.cpp -o c2cdist.o In file included from c2cdist.cpp:18: In file included from ./c2cdist.h:22: In file included from ./Cloth.h:59: ./Particle.h:83:30: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 83 | tmpDist = MAX_INF; | ~ ^~~~~~~ ./Particle.h:27:20: note: expanded from macro 'MAX_INF' 27 | #define MAX_INF std::numeric_limits::max() | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./Particle.h:99:28: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 99 | tmpDist = MAX_INF; | ~ ^~~~~~~ ./Particle.h:27:20: note: expanded from macro 'MAX_INF' 27 | #define MAX_INF std::numeric_limits::max() | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2 warnings generated. clang++-18 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c point_cloud.cpp -o point_cloud.o clang++-18 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -Wl,-O1 -o RCSF.so CSF.o Cloth.o Constraint.o Particle.o Progress.o R_CSF.o Rasterization.o RcppExports.o XYZReader.o c2cdist.o point_cloud.o -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lR make[1]: Leaving directory '/tmp/Rtmpq50SKQ/R.INSTALL48a54789f52e3/RCSF/src' make[1]: Entering directory '/tmp/Rtmpq50SKQ/R.INSTALL48a54789f52e3/RCSF/src' make[1]: Leaving directory '/tmp/Rtmpq50SKQ/R.INSTALL48a54789f52e3/RCSF/src' installing to /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/00LOCK-RCSF/00new/RCSF/libs ** R ** data *** moving datasets to lazyload DB ** 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 (RCSF)