* installing *source* package 'IP' ...
** package 'IP' successfully unpacked and MD5 sums checked
** using staged installation

   **********************************************
   WARNING: this package has a configure script
         It probably needs manual configuration
   **********************************************


** libs
using C compiler: 'gcc.exe (GCC) 13.3.0'
make[1]: Entering directory '/d/temp/2024_12_08_01_50_01_8405/Rtmp4agNDS/R.INSTALL166682c3a50f4/IP/src'
rm -f IP.dll Rip-host-info.o Rip-io-internal.o Rip-match.o Rip-op-arith.o Rip-op-bool.o Rip-op-mask.o Rip-register.o Rip.o
gcc  -I"D:/RCompile/recent/R-4.4.2/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -D__RIP_IDN__   -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c Rip-host-info.c -o Rip-host-info.o
Rip-host-info.c: In function 'Rip_getaddrinfo_0':
Rip-host-info.c:453:8: warning: unused variable 'errmsg' [-Wunused-variable]
  453 |   char errmsg[256];
      |        ^~~~~~
gcc  -I"D:/RCompile/recent/R-4.4.2/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -D__RIP_IDN__   -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c Rip-io-internal.c -o Rip-io-internal.o
gcc  -I"D:/RCompile/recent/R-4.4.2/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -D__RIP_IDN__   -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c Rip-match.c -o Rip-match.o
In file included from Rip-match.c:417:
templates/Rip-bsearch-template.c: In function 'Rippaddr_bsearch_intvTree_ipv4r_index_visit_0':
templates/Rip-bsearch-template.c:980:9: warning: variable 'ip_idxPtr' set but not used [-Wunused-but-set-variable]
  980 |   int  *ip_idxPtr;
      |         ^~~~~~~~~
In file included from Rip-match.c:475:
templates/Rip-bsearch-template.c: In function 'Rippaddr_bsearch_intvTree_ipv4r_ipv4_in_visit_0':
templates/Rip-bsearch-template.c:1150:9: note: '#pragma message: VISIT BODY'
 1150 | #pragma message("VISIT BODY")
      |         ^~~~~~~
In file included from Rip-match.c:563:
templates/Rip-bsearch-template.c: In function 'Rippaddr_bsearch_intvTree_ipv4r_overlap_ipv4r_visit_0':
templates/Rip-bsearch-template.c:1150:9: note: '#pragma message: VISIT BODY'
 1150 | #pragma message("VISIT BODY")
      |         ^~~~~~~
In file included from Rip-match.c:663:
templates/Rip-bsearch-template.c: In function 'Rippaddr_bsearch_intvTree_ipv6r_index_visit_0':
templates/Rip-bsearch-template.c:980:9: warning: variable 'ip_idxPtr' set but not used [-Wunused-but-set-variable]
  980 |   int  *ip_idxPtr;
      |         ^~~~~~~~~
In file included from Rip-match.c:730:
templates/Rip-bsearch-template.c: In function 'Rippaddr_bsearch_intvTree_ipv6r_ipv6_in_visit_0':
templates/Rip-bsearch-template.c:1150:9: note: '#pragma message: VISIT BODY'
 1150 | #pragma message("VISIT BODY")
      |         ^~~~~~~
In file included from Rip-match.c:808:
templates/Rip-bsearch-template.c: In function 'Rippaddr_bsearch_intvTree_ipv6r_overlap_ipv6r_visit_0':
templates/Rip-bsearch-template.c:1150:9: note: '#pragma message: VISIT BODY'
 1150 | #pragma message("VISIT BODY")
      |         ^~~~~~~
gcc  -I"D:/RCompile/recent/R-4.4.2/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -D__RIP_IDN__   -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c Rip-op-arith.c -o Rip-op-arith.o
In file included from Rip.h:65,
                 from Rip-op-arith.c:3:
Rip-op-arith.c: In function 'Rip_ipv6_op1_arith_neg_0':
Rip-itermacros.h:342:31: warning: unused variable 'dbg' [-Wunused-variable]
  342 |   int nprotected=0, nip=0, i, dbg=0;  \
      |                               ^~~
Rip-op-arith.c:54:1: note: in expansion of macro 'RIP_OP1_ARITH_IP'
   54 | RIP_OP1_ARITH_IP(v6, neg, Rippaddr_ipv6_neg)
      | ^~~~~~~~~~~~~~~~
Rip-op-arith.c: In function 'Rip_ipv6_op2_arith_addv6_0':
Rip-itermacros.h:391:37: warning: unused variable 'dbg' [-Wunused-variable]
  391 |   int nprotected=0, nip=0, i,i1,i2, dbg=RNET_ARITH_DBG; \
      |                                     ^~~
Rip-op-arith.c:479:1: note: in expansion of macro 'RIP_OP2_ARITH_IP'
  479 | RIP_OP2_ARITH_IP(v6, addv6, Rippaddr_ipv6_add_ipv6)
      | ^~~~~~~~~~~~~~~~
Rip-op-arith.c: In function 'Rip_ipv6_op2_arith_subv6_0':
Rip-itermacros.h:391:37: warning: unused variable 'dbg' [-Wunused-variable]
  391 |   int nprotected=0, nip=0, i,i1,i2, dbg=RNET_ARITH_DBG; \
      |                                     ^~~
Rip-op-arith.c:567:1: note: in expansion of macro 'RIP_OP2_ARITH_IP'
  567 | RIP_OP2_ARITH_IP(v6, subv6, Rippaddr_ipv6_sub_ipv6)
      | ^~~~~~~~~~~~~~~~
Rip-op-arith.c: In function 'Rip_ipv6_op1_arith_not_0':
Rip-itermacros.h:342:31: warning: unused variable 'dbg' [-Wunused-variable]
  342 |   int nprotected=0, nip=0, i, dbg=0;  \
      |                               ^~~
Rip-op-arith.c:907:1: note: in expansion of macro 'RIP_OP1_ARITH_IP'
  907 | RIP_OP1_ARITH_IP(v6, not, Rippaddr_ipv6_not)
      | ^~~~~~~~~~~~~~~~
gcc  -I"D:/RCompile/recent/R-4.4.2/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -D__RIP_IDN__   -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c Rip-op-bool.c -o Rip-op-bool.o
In file included from Rip.h:65,
                 from Rip-op-bool.c:4:
Rip-op-bool.c: In function 'Rip_ipv6_op2_arith_pmin_0':
Rip-itermacros.h:391:37: warning: unused variable 'dbg' [-Wunused-variable]
  391 |   int nprotected=0, nip=0, i,i1,i2, dbg=RNET_ARITH_DBG; \
      |                                     ^~~
Rip-op-bool.c:2047:1: note: in expansion of macro 'RIP_OP2_ARITH_IP'
 2047 | RIP_OP2_ARITH_IP(v6, pmin, Rippaddr_ipv6_cmp_pmin)
      | ^~~~~~~~~~~~~~~~
Rip-op-bool.c: In function 'Rip_ipv6_op2_arith_pmax_0':
Rip-itermacros.h:391:37: warning: unused variable 'dbg' [-Wunused-variable]
  391 |   int nprotected=0, nip=0, i,i1,i2, dbg=RNET_ARITH_DBG; \
      |                                     ^~~
Rip-op-bool.c:2067:1: note: in expansion of macro 'RIP_OP2_ARITH_IP'
 2067 | RIP_OP2_ARITH_IP(v6, pmax, Rippaddr_ipv6_cmp_pmax)
      | ^~~~~~~~~~~~~~~~
gcc  -I"D:/RCompile/recent/R-4.4.2/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -D__RIP_IDN__   -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c Rip-op-mask.c -o Rip-op-mask.o
Rip-op-mask.c: In function 'Rip_ipv6_op2_mask_and_0':
Rip-op-mask.c:11:37: warning: unused variable 'dbg' [-Wunused-variable]
   11 |   int nprotected=0, nip=0, i,i1,i2, dbg=0;   \
      |                                     ^~~
Rip-op-mask.c:51:3: note: in expansion of macro 'RIP_OP2_IP_IP'
   51 |   RIP_OP2_IP_IP(___IPv__, mask, ___opname__,  ___fn__) \
      |   ^~~~~~~~~~~~~
Rip-op-mask.c:168:1: note: in expansion of macro 'RIP_OP2_MASK'
  168 | RIP_OP2_MASK(v6, and, Rippaddr_ipv6_and)
      | ^~~~~~~~~~~~
Rip-op-mask.c: In function 'Rip_ipv6_op2_mask_or_0':
Rip-op-mask.c:11:37: warning: unused variable 'dbg' [-Wunused-variable]
   11 |   int nprotected=0, nip=0, i,i1,i2, dbg=0;   \
      |                                     ^~~
Rip-op-mask.c:51:3: note: in expansion of macro 'RIP_OP2_IP_IP'
   51 |   RIP_OP2_IP_IP(___IPv__, mask, ___opname__,  ___fn__) \
      |   ^~~~~~~~~~~~~
Rip-op-mask.c:193:1: note: in expansion of macro 'RIP_OP2_MASK'
  193 | RIP_OP2_MASK(v6, or, Rippaddr_ipv6_or)
      | ^~~~~~~~~~~~
Rip-op-mask.c: In function 'Rip_ipv6_op2_mask_xor_0':
Rip-op-mask.c:11:37: warning: unused variable 'dbg' [-Wunused-variable]
   11 |   int nprotected=0, nip=0, i,i1,i2, dbg=0;   \
      |                                     ^~~
Rip-op-mask.c:51:3: note: in expansion of macro 'RIP_OP2_IP_IP'
   51 |   RIP_OP2_IP_IP(___IPv__, mask, ___opname__,  ___fn__) \
      |   ^~~~~~~~~~~~~
Rip-op-mask.c:217:1: note: in expansion of macro 'RIP_OP2_MASK'
  217 | RIP_OP2_MASK(v6, xor, Rippaddr_ipv6_xor)
      | ^~~~~~~~~~~~
gcc  -I"D:/RCompile/recent/R-4.4.2/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -D__RIP_IDN__   -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c Rip-register.c -o Rip-register.o
gcc  -I"D:/RCompile/recent/R-4.4.2/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -D__RIP_IDN__   -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c Rip.c -o Rip.o
gcc -shared -s -static-libgcc -o IP.dll tmp.def Rip-host-info.o Rip-io-internal.o Rip-match.o Rip-op-arith.o Rip-op-bool.o Rip-op-mask.o Rip-register.o Rip.o -LD:/rtools44/x86_64-w64-mingw32.static.posix/lib -lidn -LD:/rtools44/x86_64-w64-mingw32.static.posix/lib -liconv -lintl -liconv -lws2_32 -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R-4.4.2/bin/x64 -lR
make[1]: Leaving directory '/d/temp/2024_12_08_01_50_01_8405/Rtmp4agNDS/R.INSTALL166682c3a50f4/IP/src'
make[1]: Entering directory '/d/temp/2024_12_08_01_50_01_8405/Rtmp4agNDS/R.INSTALL166682c3a50f4/IP/src'
make[1]: Leaving directory '/d/temp/2024_12_08_01_50_01_8405/Rtmp4agNDS/R.INSTALL166682c3a50f4/IP/src'
installing to d:/Rcompile/CRANpkg/lib/4.4/00LOCK-IP/00new/IP/libs/x64
** R
** inst
** byte-compile and prepare package for lazy loading
Creating a generic function for 'match' from package 'base' in package 'IP'
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* MD5 sums
packaged installation of 'IP' as IP_0.1.4.zip
* DONE (IP)