* installing *source* package 'RIBMDB' ... ** using staged installation platform = windows , arch = x64 , R_Version = R version 4.4.0 alpha (2024-03-31 r86238 ucrt) : D:/RCompile/recent/R/library/RIBMDB_CLI/clidriver ** libs using C compiler: 'gcc.exe (GCC) 13.2.0' gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"D:/RCompile/recent/R/library/RIBMDB_CLI/clidriver/include" -I"/clidriver/include" -I. -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c RODBC.c -o RODBC.o In file included from D:/RCompile/recent/R/library/RIBMDB_CLI/clidriver/include/sqlcli.h:989, from D:/RCompile/recent/R/library/RIBMDB_CLI/clidriver/include/sqlcli1.h:45, from RODBC.c:50: D:/RCompile/recent/R/library/RIBMDB_CLI/clidriver/include/sqlext.h:2133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] 2133 | RETCODE SQL_API TraceCloseLogFile(); /* Request to close a trace log */ | ^~~~~~~ D:/RCompile/recent/R/library/RIBMDB_CLI/clidriver/include/sqlext.h:2135:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] 2135 | DWORD SQL_API TraceVersion(); /* Returns trace API version */ | ^~~~~ D:/RCompile/recent/R/library/RIBMDB_CLI/clidriver/include/sqlext.h:2153:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] 2153 | DWORD SQL_API ODBCGetTryWaitValue(); /* In Milliseconds(!) */ | ^~~~~ RODBC.c: In function 'RODBCDriverConnect': RODBC.c:294:31: warning: format '%d' expects argument of type 'int', but argument 3 has type 'SQLINTEGER' {aka 'long int'} [-Wformat=] 294 | warning(_("[RIBMDB] ERROR: state %s, code %d, message %s"), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ RODBC.c:58:38: note: in definition of macro '_' 58 | #define _(String) dgettext ("RODBC", String) | ^~~~~~ RODBC.c:294:64: note: format string is defined here 294 | warning(_("[RIBMDB] ERROR: state %s, code %d, message %s"), | ~^ | | | int | %ld RODBC.c: In function 'cachenbind': RODBC.c:673:29: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 673 | (SQLPOINTER) (unsigned long) thisHandle->rowArraySize, 0 ); | ^ RODBC.c: In function 'RODBCUpdate': RODBC.c:1075:58: warning: format '%d' expects argument of type 'int', but argument 4 has type 'SQLUINTEGER' {aka 'long unsigned int'} [-Wformat=] 1075 | Rprintf("Binding: '%s' DataType %d, ColSize %d\n", | ~^ | | | int | %ld ...... 1078 | thisHandle->ColData[j].ColSize); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | SQLUINTEGER {aka long unsigned int} gcc -shared -s -static-libgcc -o RIBMDB.dll tmp.def RODBC.o -LD:/RCompile/recent/R/library/RIBMDB_CLI/clidriver/bin -L/clidriver/bin -ldb2app64 -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R/bin/x64 -lR installing to d:/RCompile/CRANincoming/R-devel/lib/00LOCK-RIBMDB/00new/RIBMDB/libs/x64 ** R ** inst ** byte-compile and prepare package for lazy loading platform = windows , arch = x64 , R_Version = R version 4.4.0 alpha (2024-03-31 r86238 ucrt) : D:/RCompile/recent/R/library/RIBMDB_CLI/clidriver ** help *** installing help indices ** building package indices ** installing vignettes ** testing if installed package can be loaded from temporary location Error: package or namespace load failed for 'RIBMDB' in inDL(x, as.logical(local), as.logical(now), ...): unable to load shared object 'D:/RCompile/CRANincoming/R-devel/lib/00LOCK-RIBMDB/00new/RIBMDB/libs/x64/RIBMDB.dll': LoadLibrary failure: Das angegebene Modul wurde nicht gefunden. Error: loading failed Execution halted ERROR: loading failed * removing 'd:/RCompile/CRANincoming/R-devel/lib/RIBMDB'