* installing *source* package 'igraph' ... ** package 'igraph' successfully unpacked and MD5 sums checked ** using staged installation ** libs using C compiler: 'gcc.exe (GCC) 12.3.0' using C++ compiler: 'g++.exe (GCC) 12.3.0' make[1]: Entering directory '/d/temp/2024_12_20_01_50_00_19051/Rtmpagox0d/R.INSTALLd4d44e8c491c/igraph/src' g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c cpp11.cpp -o cpp11.o g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c cpprinterface.cpp -o cpprinterface.o g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c init.cpp -o init.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c rinterface.c -o rinterface.o rinterface.c: In function 'R_igraph_fundamental_cycles': rinterface.c:11325:18: warning: 'c_start' may be used uninitialized [-Wmaybe-uninitialized] 11325 | IGRAPH_R_CHECK(igraph_fundamental_cycles(&c_graph, &c_basis, (Rf_isNull(start) ? 0 : c_start), c_bfs_cutoff, (Rf_isNull(weights) ? 0 : &c_weights))); | ^~~~~~~~~~~~~~~~~~~~~~~~~ rinterface.c:11306:20: note: 'c_start' was declared here 11306 | igraph_integer_t c_start; | ^~~~~~~ rinterface.c: In function 'R_igraph_random_spanning_tree': rinterface.c:11591:18: warning: 'c_vid' may be used uninitialized [-Wmaybe-uninitialized] 11591 | IGRAPH_R_CHECK(igraph_random_spanning_tree(&c_graph, &c_res, (Rf_isNull(vid) ? 0 : c_vid))); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ rinterface.c:11577:20: note: 'c_vid' was declared here 11577 | igraph_integer_t c_vid; | ^~~~~ gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c rinterface_extra.c -o rinterface_extra.o rinterface_extra.c: In function 'R_SEXP_to_attr_comb': rinterface_extra.c:276:12: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic] 276 | func=(igraph_function_pointer_t) (void*) VECTOR_ELT(input, i); | ^ rinterface_extra.c: In function 'R_igraph_attribute_combine_vertices': rinterface_extra.c:1892:21: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] 1892 | func = (SEXP) (void*) voidfunc; | ^ rinterface_extra.c: In function 'R_igraph_attribute_combine_edges': rinterface_extra.c:2058:21: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] 2058 | func = (SEXP) (void*) voidfunc; | ^ gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c rrandom.c -o rrandom.o g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c simpleraytracer.cpp -o simpleraytracer.o gfortran -pedantic -O2 -mfpmath=sse -msse2 -mstackrealign -c vendor/arpack/dgetv0.f -o vendor/arpack/dgetv0.o gfortran -pedantic -O2 -mfpmath=sse -msse2 -mstackrealign -c vendor/arpack/dlaqrb.f -o vendor/arpack/dlaqrb.o gfortran -pedantic -O2 -mfpmath=sse -msse2 -mstackrealign -c vendor/arpack/dmout.f -o vendor/arpack/dmout.o gfortran -pedantic -O2 -mfpmath=sse -msse2 -mstackrealign -c vendor/arpack/dnaitr.f -o vendor/arpack/dnaitr.o gfortran -pedantic -O2 -mfpmath=sse -msse2 -mstackrealign -c vendor/arpack/dnapps.f -o vendor/arpack/dnapps.o gfortran -pedantic -O2 -mfpmath=sse -msse2 -mstackrealign -c vendor/arpack/dnaup2.f -o vendor/arpack/dnaup2.o gfortran -pedantic -O2 -mfpmath=sse -msse2 -mstackrealign -c vendor/arpack/dnaupd.f -o vendor/arpack/dnaupd.o vendor/arpack/dnaupd.f:541:25: 541 | if (nb .le. 0) nb = 1 | 1~~~~~~~ Warning: Nonconforming tab character at (1) [-Wtabs] vendor/arpack/dnaupd.f:542:29: 542 | if (tol .le. zero) tol = dlamch('EpsMach') | 1~~~~~~~ Warning: Nonconforming tab character at (1) [-Wtabs] gfortran -pedantic -O2 -mfpmath=sse -msse2 -mstackrealign -c vendor/arpack/dnconv.f -o vendor/arpack/dnconv.o gfortran -pedantic -O2 -mfpmath=sse -msse2 -mstackrealign -c vendor/arpack/dneigh.f -o vendor/arpack/dneigh.o gfortran -pedantic -O2 -mfpmath=sse -msse2 -mstackrealign -c vendor/arpack/dneupd.f -o vendor/arpack/dneupd.o gfortran -pedantic -O2 -mfpmath=sse -msse2 -mstackrealign -c vendor/arpack/dngets.f -o vendor/arpack/dngets.o gfortran -pedantic -O2 -mfpmath=sse -msse2 -mstackrealign -c vendor/arpack/dsaitr.f -o vendor/arpack/dsaitr.o gfortran -pedantic -O2 -mfpmath=sse -msse2 -mstackrealign -c vendor/arpack/dsapps.f -o vendor/arpack/dsapps.o gfortran -pedantic -O2 -mfpmath=sse -msse2 -mstackrealign -c vendor/arpack/dsaup2.f -o vendor/arpack/dsaup2.o gfortran -pedantic -O2 -mfpmath=sse -msse2 -mstackrealign -c vendor/arpack/dsaupd.f -o vendor/arpack/dsaupd.o gfortran -pedantic -O2 -mfpmath=sse -msse2 -mstackrealign -c vendor/arpack/dsconv.f -o vendor/arpack/dsconv.o gfortran -pedantic -O2 -mfpmath=sse -msse2 -mstackrealign -c vendor/arpack/dseigt.f -o vendor/arpack/dseigt.o gfortran -pedantic -O2 -mfpmath=sse -msse2 -mstackrealign -c vendor/arpack/dsesrt.f -o vendor/arpack/dsesrt.o gfortran -pedantic -O2 -mfpmath=sse -msse2 -mstackrealign -c vendor/arpack/dseupd.f -o vendor/arpack/dseupd.o gfortran -pedantic -O2 -mfpmath=sse -msse2 -mstackrealign -c vendor/arpack/dsgets.f -o vendor/arpack/dsgets.o gfortran -pedantic -O2 -mfpmath=sse -msse2 -mstackrealign -c vendor/arpack/dsortc.f -o vendor/arpack/dsortc.o gfortran -pedantic -O2 -mfpmath=sse -msse2 -mstackrealign -c vendor/arpack/dsortr.f -o vendor/arpack/dsortr.o gfortran -pedantic -O2 -mfpmath=sse -msse2 -mstackrealign -c vendor/arpack/dstatn.f -o vendor/arpack/dstatn.o gfortran -pedantic -O2 -mfpmath=sse -msse2 -mstackrealign -c vendor/arpack/dstats.f -o vendor/arpack/dstats.o gfortran -pedantic -O2 -mfpmath=sse -msse2 -mstackrealign -c vendor/arpack/dstqrb.f -o vendor/arpack/dstqrb.o gfortran -pedantic -O2 -mfpmath=sse -msse2 -mstackrealign -c vendor/arpack/dvout.f -o vendor/arpack/dvout.o gfortran -pedantic -O2 -mfpmath=sse -msse2 -mstackrealign -c vendor/arpack/ivout.f -o vendor/arpack/ivout.o gfortran -pedantic -O2 -mfpmath=sse -msse2 -mstackrealign -c vendor/arpack/second.f -o vendor/arpack/second.o gfortran -pedantic -O2 -mfpmath=sse -msse2 -mstackrealign -c vendor/arpack/wrap.f -o vendor/arpack/wrap.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/centrality/betweenness.c -o vendor/cigraph/src/centrality/betweenness.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/centrality/centrality_other.c -o vendor/cigraph/src/centrality/centrality_other.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/centrality/centralization.c -o vendor/cigraph/src/centrality/centralization.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/centrality/closeness.c -o vendor/cigraph/src/centrality/closeness.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/centrality/coreness.c -o vendor/cigraph/src/centrality/coreness.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/centrality/eigenvector.c -o vendor/cigraph/src/centrality/eigenvector.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/centrality/hub_authority.c -o vendor/cigraph/src/centrality/hub_authority.o vendor/cigraph/src/centrality/hub_authority.c: In function 'igraph_hub_and_authority_scores': vendor/cigraph/src/centrality/hub_authority.c:392:86: warning: 'my_hub_vector_p' may be used uninitialized [-Wmaybe-uninitialized] 392 | igraph_i_kleinberg_unweighted_hub_to_auth(no_of_nodes, authority_vector, &VECTOR(*my_hub_vector_p)[0], &inadjlist); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ vendor/cigraph/src/centrality/hub_authority.c:222:22: note: 'my_hub_vector_p' was declared here 222 | igraph_vector_t *my_hub_vector_p; | ^~~~~~~~~~~~~~~ gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/centrality/pagerank.c -o vendor/cigraph/src/centrality/pagerank.o vendor/cigraph/src/centrality/pagerank.c: In function 'igraph_i_personalized_pagerank_arpack': vendor/cigraph/src/centrality/pagerank.c:535:17: warning: 'reset_sum' may be used uninitialized [-Wmaybe-uninitialized] 535 | igraph_vector_scale(vector, 1.0 / reset_sum); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ vendor/cigraph/src/centrality/pagerank.c:498:19: note: 'reset_sum' was declared here 498 | igraph_real_t reset_sum; /* used only when reset != NULL */ | ^~~~~~~~~ g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/centrality/prpack.cpp -o vendor/cigraph/src/centrality/prpack.o g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/centrality/prpack/prpack_base_graph.cpp -o vendor/cigraph/src/centrality/prpack/prpack_base_graph.o g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/centrality/prpack/prpack_igraph_graph.cpp -o vendor/cigraph/src/centrality/prpack/prpack_igraph_graph.o vendor/cigraph/src/centrality/prpack/prpack_igraph_graph.cpp: In member function 'igraph_error_t prpack::prpack_igraph_graph::convert_from_igraph(const igraph_t*, const igraph_vector_t*, bool)': vendor/cigraph/src/centrality/prpack/prpack_igraph_graph.cpp:83:17: warning: 'p_weight' may be used uninitialized [-Wmaybe-uninitialized] 83 | ++p_weight; | ^~~~~~~~~~ vendor/cigraph/src/centrality/prpack/prpack_igraph_graph.cpp:19:13: note: 'p_weight' was declared here 19 | double *p_weight; | ^~~~~~~~ g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/centrality/prpack/prpack_preprocessed_ge_graph.cpp -o vendor/cigraph/src/centrality/prpack/prpack_preprocessed_ge_graph.o g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/centrality/prpack/prpack_preprocessed_gs_graph.cpp -o vendor/cigraph/src/centrality/prpack/prpack_preprocessed_gs_graph.o g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/centrality/prpack/prpack_preprocessed_scc_graph.cpp -o vendor/cigraph/src/centrality/prpack/prpack_preprocessed_scc_graph.o g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/centrality/prpack/prpack_preprocessed_schur_graph.cpp -o vendor/cigraph/src/centrality/prpack/prpack_preprocessed_schur_graph.o g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/centrality/prpack/prpack_result.cpp -o vendor/cigraph/src/centrality/prpack/prpack_result.o g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/centrality/prpack/prpack_solver.cpp -o vendor/cigraph/src/centrality/prpack/prpack_solver.o g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/centrality/prpack/prpack_utils.cpp -o vendor/cigraph/src/centrality/prpack/prpack_utils.o In file included from D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/winnt.h:27, from D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/minwindef.h:163, from D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/windef.h:9, from D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/windows.h:69, from vendor/cigraph/src/centrality/prpack/prpack_utils.cpp:22: D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:586:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 586 | #if __INTRINSIC_PROLOG(_lrotl) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:586:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:586:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:586:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:598:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 598 | #if __INTRINSIC_PROLOG(_lrotr) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:598:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:598:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:598:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:610:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 610 | #if __INTRINSIC_PROLOG(_rotl8) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:610:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:610:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:610:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:622:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 622 | #if __INTRINSIC_PROLOG(_rotr8) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:622:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:622:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:622:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:634:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 634 | #if __INTRINSIC_PROLOG(_rotl16) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:634:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:634:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:634:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:646:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 646 | #if __INTRINSIC_PROLOG(_rotr16) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:646:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:646:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:646:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:660:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 660 | #if __INTRINSIC_PROLOG(__faststorefence) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:660:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:660:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:660:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:673:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 673 | #if __INTRINSIC_PROLOG(__stosq) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:673:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:673:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:673:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:682:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 682 | #if __INTRINSIC_PROLOG(_interlockedbittestandset64) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:682:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:682:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:682:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:691:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 691 | #if __INTRINSIC_PROLOG(_interlockedbittestandreset64) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:691:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:691:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:691:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:700:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 700 | #if __INTRINSIC_PROLOG(_interlockedbittestandcomplement64) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:700:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:700:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:700:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:709:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 709 | #if __INTRINSIC_PROLOG(InterlockedBitTestAndSet64) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:709:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:709:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:709:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:718:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 718 | #if __INTRINSIC_PROLOG(InterlockedBitTestAndReset64) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:718:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:718:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:718:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:727:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 727 | #if __INTRINSIC_PROLOG(InterlockedBitTestAndComplement64) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:727:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:727:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:727:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:736:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 736 | #if __INTRINSIC_PROLOG(_InterlockedAnd64) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:736:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:736:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:736:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:745:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 745 | #if __INTRINSIC_PROLOG(_InterlockedOr64) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:745:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:745:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:745:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:754:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 754 | #if __INTRINSIC_PROLOG(_InterlockedXor64) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:754:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:754:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:754:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:763:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 763 | #if __INTRINSIC_PROLOG(_InterlockedIncrement64) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:763:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:763:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:763:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:774:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 774 | #if __INTRINSIC_PROLOG(_InterlockedDecrement64) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:774:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:774:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:774:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:785:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 785 | #if __INTRINSIC_PROLOG(_InterlockedExchange64) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:785:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:785:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:785:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:796:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 796 | #if __INTRINSIC_PROLOG(_InterlockedExchangeAdd64) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:796:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:796:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:796:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:807:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 807 | #if __INTRINSIC_PROLOG(__readgsbyte) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:807:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:807:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:807:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:816:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 816 | #if __INTRINSIC_PROLOG(__readgsword) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:816:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:816:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:816:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:825:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 825 | #if __INTRINSIC_PROLOG(__readgsdword) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:825:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:825:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:825:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:834:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 834 | #if __INTRINSIC_PROLOG(__readgsqword) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:834:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:834:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:834:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:843:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 843 | #if __INTRINSIC_PROLOG(__writegsbyte) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:843:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:843:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:843:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:852:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 852 | #if __INTRINSIC_PROLOG(__writegsword) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:852:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:852:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:852:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:861:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 861 | #if __INTRINSIC_PROLOG(__writegsdword) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:861:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:861:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:861:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:870:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 870 | #if __INTRINSIC_PROLOG(__writegsqword) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:870:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:870:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:870:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:879:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 879 | #if __INTRINSIC_PROLOG(_BitScanForward64) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:879:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:879:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:879:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:888:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 888 | #if __INTRINSIC_PROLOG(_BitScanReverse64) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:888:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:888:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:888:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:897:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 897 | #if __INTRINSIC_PROLOG(_bittest64) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:897:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:897:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:897:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:906:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 906 | #if __INTRINSIC_PROLOG(_bittestandset64) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:906:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:906:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:906:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:915:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 915 | #if __INTRINSIC_PROLOG(_bittestandreset64) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:915:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:915:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:915:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:924:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 924 | #if __INTRINSIC_PROLOG(_bittestandcomplement64) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:924:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:924:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:924:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:933:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 933 | #if __INTRINSIC_PROLOG(__readcr0) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:933:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:933:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:933:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:942:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 942 | #if __INTRINSIC_PROLOG(__readcr2) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:942:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:942:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:942:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:951:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 951 | #if __INTRINSIC_PROLOG(__readcr3) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:951:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:951:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:951:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:960:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 960 | #if __INTRINSIC_PROLOG(__readcr4) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:960:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:960:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:960:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:969:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 969 | #if __INTRINSIC_PROLOG(__readcr8) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:969:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:969:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:969:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:978:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 978 | #if __INTRINSIC_PROLOG(__writecr0) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:978:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:978:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:978:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:987:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 987 | #if __INTRINSIC_PROLOG(__writecr3) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:987:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:987:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:987:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:996:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 996 | #if __INTRINSIC_PROLOG(__writecr4) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:996:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:996:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:996:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1005:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1005 | #if __INTRINSIC_PROLOG(__writecr8) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1005:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1005:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1005:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1014:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1014 | #if __INTRINSIC_PROLOG(__movsq) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1014:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1014:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1014:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1023:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1023 | #if __INTRINSIC_PROLOG(_umul128) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1023:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1023:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1023:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1039:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1039 | #if __INTRINSIC_PROLOG(_mul128) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1039:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1039:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1039:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1055:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1055 | #if __INTRINSIC_PROLOG(__shiftleft128) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1055:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1055:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1055:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1074:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1074 | #if __INTRINSIC_PROLOG(__shiftright128) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1074:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1074:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1074:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1548:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1548 | #if __INTRINSIC_PROLOG(__popcnt16) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1548:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1548:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1548:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1560:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1560 | #if __INTRINSIC_PROLOG(__popcnt) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1560:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1560:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1560:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1572:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1572 | #if __INTRINSIC_PROLOG(__popcnt64) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1572:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1572:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1572:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1584:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1584 | #if __INTRINSIC_PROLOG(_InterlockedAnd) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1584:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1584:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1584:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1593:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1593 | #if __INTRINSIC_PROLOG(_InterlockedOr) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1593:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1593:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1593:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1602:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1602 | #if __INTRINSIC_PROLOG(_InterlockedXor) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1602:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1602:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1602:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1611:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1611 | #if __INTRINSIC_PROLOG(_InterlockedIncrement16) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1611:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1611:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1611:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1622:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1622 | #if __INTRINSIC_PROLOG(_InterlockedDecrement16) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1622:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1622:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1622:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1633 | #if __INTRINSIC_PROLOG(_InterlockedCompareExchange16) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1644:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1644 | #if __INTRINSIC_PROLOG(_InterlockedExchangeAdd) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1644:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1644:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1644:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1655:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1655 | #if __INTRINSIC_PROLOG(_InterlockedCompareExchange) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1655:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1655:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1655:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1666:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1666 | #if __INTRINSIC_PROLOG(_InterlockedIncrement) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1666:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1666:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1666:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1677:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1677 | #if __INTRINSIC_PROLOG(_InterlockedDecrement) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1677:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1677:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1677:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1688:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1688 | #if __INTRINSIC_PROLOG(_InterlockedAdd) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1688:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1688:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1688:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1699:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1699 | #if __INTRINSIC_PROLOG(_InterlockedAdd64) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1699:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1699:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1699:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1710:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1710 | #if __INTRINSIC_PROLOG(_InterlockedExchange) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1710:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1710:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1710:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1721:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1721 | #if __INTRINSIC_PROLOG(_InterlockedCompareExchange64) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1721:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1721:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1721:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1732:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1732 | #if __INTRINSIC_PROLOG(_InterlockedCompareExchangePointer) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1732:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1732:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1732:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1743:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1743 | #if __INTRINSIC_PROLOG(_InterlockedExchangePointer) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1743:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1743:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1743:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1758:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1758 | #if __INTRINSIC_PROLOG(__int2c) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1758:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1758:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1758:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1769:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1769 | #if __INTRINSIC_PROLOG(__stosb) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1769:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1769:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1769:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1778:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1778 | #if __INTRINSIC_PROLOG(__stosw) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1778:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1778:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1778:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1787:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1787 | #if __INTRINSIC_PROLOG(__stosd) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1787:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1787:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1787:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1796:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1796 | #if __INTRINSIC_PROLOG(_interlockedbittestandset) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1796:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1796:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1796:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1805:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1805 | #if __INTRINSIC_PROLOG(_interlockedbittestandreset) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1805:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1805:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1805:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1814:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1814 | #if __INTRINSIC_PROLOG(_interlockedbittestandcomplement) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1814:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1814:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1814:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1823:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1823 | #if __INTRINSIC_PROLOG(InterlockedBitTestAndSet) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1823:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1823:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1823:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1832:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1832 | #if __INTRINSIC_PROLOG(InterlockedBitTestAndReset) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1832:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1832:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1832:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1841:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1841 | #if __INTRINSIC_PROLOG(InterlockedBitTestAndComplement) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1841:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1841:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1841:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1850:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1850 | #if __INTRINSIC_PROLOG(_BitScanForward) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1850:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1850:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1850:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1859:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1859 | #if __INTRINSIC_PROLOG(_BitScanReverse) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1859:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1859:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1859:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1868:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1868 | #if __INTRINSIC_PROLOG(_bittest) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1868:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1868:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1868:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1877:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1877 | #if __INTRINSIC_PROLOG(_bittestandset) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1877:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1877:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1877:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1886:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1886 | #if __INTRINSIC_PROLOG(_bittestandreset) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1886:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1886:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1886:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1895:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1895 | #if __INTRINSIC_PROLOG(_bittestandcomplement) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1895:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1895:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1895:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1904:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1904 | #if __INTRINSIC_PROLOG(__inbyte) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1904:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1904:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1904:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1913:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1913 | #if __INTRINSIC_PROLOG(__inword) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1913:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1913:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1913:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1922:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1922 | #if __INTRINSIC_PROLOG(__indword) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1922:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1922:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1922:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1931:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1931 | #if __INTRINSIC_PROLOG(__outbyte) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1931:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1931:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1931:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1940:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1940 | #if __INTRINSIC_PROLOG(__outword) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1940:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1940:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1940:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1949:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1949 | #if __INTRINSIC_PROLOG(__outdword) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1949:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1949:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1949:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1958:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1958 | #if __INTRINSIC_PROLOG(__inbytestring) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1958:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1958:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1958:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1967:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1967 | #if __INTRINSIC_PROLOG(__inwordstring) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1967:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1967:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1967:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1976:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1976 | #if __INTRINSIC_PROLOG(__indwordstring) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1976:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1976:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1976:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1985:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1985 | #if __INTRINSIC_PROLOG(__outbytestring) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1985:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1985:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1985:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1994:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1994 | #if __INTRINSIC_PROLOG(__outwordstring) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1994:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1994:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1994:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2003:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 2003 | #if __INTRINSIC_PROLOG(__outdwordstring) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2003:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2003:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2003:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2012:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 2012 | #if __INTRINSIC_PROLOG(__cpuid) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2012:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2012:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2012:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2042:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 2042 | #if __INTRINSIC_PROLOG(__readmsr) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2042:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2042:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2042:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2065:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 2065 | #if __INTRINSIC_PROLOG(__writemsr) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2065:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2065:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2065:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2081:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 2081 | #if __INTRINSIC_PROLOG(__movsb) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2081:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2081:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2081:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2090:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 2090 | #if __INTRINSIC_PROLOG(__movsw) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2090:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2090:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2090:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2099:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 2099 | #if __INTRINSIC_PROLOG(__movsd) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2099:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2099:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2099:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/winbase.h:49, from D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/windows.h:70: D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:586:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 586 | #if __INTRINSIC_PROLOG(_lrotl) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:586:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:586:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:586:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:598:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 598 | #if __INTRINSIC_PROLOG(_lrotr) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:598:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:598:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:598:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:610:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 610 | #if __INTRINSIC_PROLOG(_rotl8) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:610:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:610:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:610:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:622:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 622 | #if __INTRINSIC_PROLOG(_rotr8) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:622:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:622:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:622:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:634:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 634 | #if __INTRINSIC_PROLOG(_rotl16) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:634:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:634:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:634:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:646:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 646 | #if __INTRINSIC_PROLOG(_rotr16) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:646:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:646:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:646:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:660:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 660 | #if __INTRINSIC_PROLOG(__faststorefence) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:660:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:660:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:660:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:673:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 673 | #if __INTRINSIC_PROLOG(__stosq) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:673:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:673:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:673:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:682:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 682 | #if __INTRINSIC_PROLOG(_interlockedbittestandset64) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:682:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:682:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:682:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:691:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 691 | #if __INTRINSIC_PROLOG(_interlockedbittestandreset64) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:691:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:691:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:691:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:700:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 700 | #if __INTRINSIC_PROLOG(_interlockedbittestandcomplement64) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:700:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:700:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:700:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:709:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 709 | #if __INTRINSIC_PROLOG(InterlockedBitTestAndSet64) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:709:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:709:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:709:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:718:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 718 | #if __INTRINSIC_PROLOG(InterlockedBitTestAndReset64) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:718:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:718:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:718:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:727:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 727 | #if __INTRINSIC_PROLOG(InterlockedBitTestAndComplement64) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:727:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:727:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:727:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:736:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 736 | #if __INTRINSIC_PROLOG(_InterlockedAnd64) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:736:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:736:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:736:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:745:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 745 | #if __INTRINSIC_PROLOG(_InterlockedOr64) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:745:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:745:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:745:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:754:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 754 | #if __INTRINSIC_PROLOG(_InterlockedXor64) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:754:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:754:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:754:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:763:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 763 | #if __INTRINSIC_PROLOG(_InterlockedIncrement64) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:763:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:763:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:763:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:774:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 774 | #if __INTRINSIC_PROLOG(_InterlockedDecrement64) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:774:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:774:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:774:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:785:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 785 | #if __INTRINSIC_PROLOG(_InterlockedExchange64) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:785:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:785:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:785:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:796:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 796 | #if __INTRINSIC_PROLOG(_InterlockedExchangeAdd64) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:796:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:796:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:796:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:807:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 807 | #if __INTRINSIC_PROLOG(__readgsbyte) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:807:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:807:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:807:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:816:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 816 | #if __INTRINSIC_PROLOG(__readgsword) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:816:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:816:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:816:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:825:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 825 | #if __INTRINSIC_PROLOG(__readgsdword) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:825:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:825:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:825:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:834:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 834 | #if __INTRINSIC_PROLOG(__readgsqword) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:834:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:834:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:834:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:843:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 843 | #if __INTRINSIC_PROLOG(__writegsbyte) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:843:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:843:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:843:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:852:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 852 | #if __INTRINSIC_PROLOG(__writegsword) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:852:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:852:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:852:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:861:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 861 | #if __INTRINSIC_PROLOG(__writegsdword) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:861:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:861:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:861:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:870:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 870 | #if __INTRINSIC_PROLOG(__writegsqword) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:870:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:870:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:870:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:879:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 879 | #if __INTRINSIC_PROLOG(_BitScanForward64) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:879:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:879:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:879:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:888:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 888 | #if __INTRINSIC_PROLOG(_BitScanReverse64) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:888:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:888:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:888:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:897:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 897 | #if __INTRINSIC_PROLOG(_bittest64) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:897:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:897:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:897:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:906:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 906 | #if __INTRINSIC_PROLOG(_bittestandset64) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:906:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:906:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:906:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:915:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 915 | #if __INTRINSIC_PROLOG(_bittestandreset64) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:915:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:915:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:915:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:924:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 924 | #if __INTRINSIC_PROLOG(_bittestandcomplement64) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:924:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:924:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:924:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:933:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 933 | #if __INTRINSIC_PROLOG(__readcr0) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:933:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:933:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:933:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:942:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 942 | #if __INTRINSIC_PROLOG(__readcr2) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:942:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:942:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:942:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:951:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 951 | #if __INTRINSIC_PROLOG(__readcr3) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:951:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:951:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:951:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:960:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 960 | #if __INTRINSIC_PROLOG(__readcr4) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:960:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:960:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:960:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:969:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 969 | #if __INTRINSIC_PROLOG(__readcr8) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:969:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:969:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:969:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:978:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 978 | #if __INTRINSIC_PROLOG(__writecr0) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:978:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:978:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:978:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:987:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 987 | #if __INTRINSIC_PROLOG(__writecr3) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:987:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:987:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:987:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:996:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 996 | #if __INTRINSIC_PROLOG(__writecr4) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:996:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:996:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:996:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1005:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1005 | #if __INTRINSIC_PROLOG(__writecr8) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1005:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1005:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1005:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1014:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1014 | #if __INTRINSIC_PROLOG(__movsq) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1014:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1014:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1014:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1023:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1023 | #if __INTRINSIC_PROLOG(_umul128) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1023:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1023:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1023:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1039:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1039 | #if __INTRINSIC_PROLOG(_mul128) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1039:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1039:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1039:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1055:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1055 | #if __INTRINSIC_PROLOG(__shiftleft128) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1055:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1055:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1055:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1074:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1074 | #if __INTRINSIC_PROLOG(__shiftright128) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1074:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1074:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1074:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1548:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1548 | #if __INTRINSIC_PROLOG(__popcnt16) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1548:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1548:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1548:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1560:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1560 | #if __INTRINSIC_PROLOG(__popcnt) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1560:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1560:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1560:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1572:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1572 | #if __INTRINSIC_PROLOG(__popcnt64) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1572:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1572:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1572:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1584:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1584 | #if __INTRINSIC_PROLOG(_InterlockedAnd) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1584:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1584:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1584:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1593:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1593 | #if __INTRINSIC_PROLOG(_InterlockedOr) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1593:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1593:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1593:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1602:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1602 | #if __INTRINSIC_PROLOG(_InterlockedXor) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1602:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1602:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1602:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1611:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1611 | #if __INTRINSIC_PROLOG(_InterlockedIncrement16) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1611:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1611:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1611:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1622:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1622 | #if __INTRINSIC_PROLOG(_InterlockedDecrement16) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1622:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1622:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1622:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1633 | #if __INTRINSIC_PROLOG(_InterlockedCompareExchange16) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1644:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1644 | #if __INTRINSIC_PROLOG(_InterlockedExchangeAdd) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1644:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1644:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1644:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1655:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1655 | #if __INTRINSIC_PROLOG(_InterlockedCompareExchange) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1655:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1655:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1655:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1666:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1666 | #if __INTRINSIC_PROLOG(_InterlockedIncrement) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1666:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1666:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1666:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1677:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1677 | #if __INTRINSIC_PROLOG(_InterlockedDecrement) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1677:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1677:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1677:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1688:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1688 | #if __INTRINSIC_PROLOG(_InterlockedAdd) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1688:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1688:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1688:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1699:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1699 | #if __INTRINSIC_PROLOG(_InterlockedAdd64) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1699:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1699:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1699:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1710:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1710 | #if __INTRINSIC_PROLOG(_InterlockedExchange) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1710:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1710:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1710:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1721:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1721 | #if __INTRINSIC_PROLOG(_InterlockedCompareExchange64) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1721:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1721:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1721:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1732:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1732 | #if __INTRINSIC_PROLOG(_InterlockedCompareExchangePointer) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1732:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1732:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1732:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1743:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1743 | #if __INTRINSIC_PROLOG(_InterlockedExchangePointer) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1743:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1743:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1743:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1758:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1758 | #if __INTRINSIC_PROLOG(__int2c) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1758:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1758:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1758:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1769:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1769 | #if __INTRINSIC_PROLOG(__stosb) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1769:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1769:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1769:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1778:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1778 | #if __INTRINSIC_PROLOG(__stosw) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1778:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1778:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1778:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1787:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1787 | #if __INTRINSIC_PROLOG(__stosd) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1787:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1787:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1787:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1796:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1796 | #if __INTRINSIC_PROLOG(_interlockedbittestandset) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1796:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1796:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1796:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1805:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1805 | #if __INTRINSIC_PROLOG(_interlockedbittestandreset) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1805:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1805:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1805:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1814:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1814 | #if __INTRINSIC_PROLOG(_interlockedbittestandcomplement) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1814:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1814:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1814:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1823:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1823 | #if __INTRINSIC_PROLOG(InterlockedBitTestAndSet) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1823:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1823:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1823:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1832:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1832 | #if __INTRINSIC_PROLOG(InterlockedBitTestAndReset) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1832:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1832:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1832:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1841:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1841 | #if __INTRINSIC_PROLOG(InterlockedBitTestAndComplement) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1841:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1841:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1841:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1850:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1850 | #if __INTRINSIC_PROLOG(_BitScanForward) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1850:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1850:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1850:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1859:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1859 | #if __INTRINSIC_PROLOG(_BitScanReverse) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1859:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1859:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1859:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1868:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1868 | #if __INTRINSIC_PROLOG(_bittest) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1868:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1868:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1868:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1877:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1877 | #if __INTRINSIC_PROLOG(_bittestandset) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1877:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1877:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1877:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1886:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1886 | #if __INTRINSIC_PROLOG(_bittestandreset) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1886:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1886:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1886:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1895:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1895 | #if __INTRINSIC_PROLOG(_bittestandcomplement) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1895:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1895:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1895:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1904:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1904 | #if __INTRINSIC_PROLOG(__inbyte) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1904:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1904:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1904:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1913:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1913 | #if __INTRINSIC_PROLOG(__inword) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1913:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1913:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1913:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1922:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1922 | #if __INTRINSIC_PROLOG(__indword) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1922:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1922:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1922:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1931:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1931 | #if __INTRINSIC_PROLOG(__outbyte) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1931:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1931:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1931:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1940:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1940 | #if __INTRINSIC_PROLOG(__outword) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1940:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1940:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1940:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1949:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1949 | #if __INTRINSIC_PROLOG(__outdword) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1949:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1949:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1949:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1958:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1958 | #if __INTRINSIC_PROLOG(__inbytestring) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1958:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1958:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1958:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1967:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1967 | #if __INTRINSIC_PROLOG(__inwordstring) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1967:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1967:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1967:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1976:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1976 | #if __INTRINSIC_PROLOG(__indwordstring) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1976:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1976:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1976:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1985:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1985 | #if __INTRINSIC_PROLOG(__outbytestring) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1985:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1985:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1985:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1994:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1994 | #if __INTRINSIC_PROLOG(__outwordstring) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1994:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1994:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1994:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2003:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 2003 | #if __INTRINSIC_PROLOG(__outdwordstring) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2003:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2003:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2003:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2012:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 2012 | #if __INTRINSIC_PROLOG(__cpuid) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2012:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2012:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2012:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2042:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 2042 | #if __INTRINSIC_PROLOG(__readmsr) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2042:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2042:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2042:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2065:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 2065 | #if __INTRINSIC_PROLOG(__writemsr) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2065:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2065:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2065:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2081:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 2081 | #if __INTRINSIC_PROLOG(__movsb) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2081:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2081:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2081:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2090:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 2090 | #if __INTRINSIC_PROLOG(__movsw) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2090:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2090:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2090:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2099:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 2099 | #if __INTRINSIC_PROLOG(__movsd) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2099:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2099:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2099:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/winnt.h:8404:37: warning: ISO C++ forbids flexible array member 'Elements' [-Wpedantic] 8404 | COMPATIBILITY_CONTEXT_ELEMENT Elements[]; | ^~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/winnt.h:8667:22: warning: ISO C++ forbids flexible array member 'pEventLogRecords' [-Wpedantic] 8667 | EVENTLOGRECORD pEventLogRecords[]; | ^~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/winnt.h:8673:13: warning: ISO C++ forbids flexible array member 'ulOffsets' [-Wpedantic] 8673 | DWORD ulOffsets[]; | ^~~~~~~~~ g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/centrality/truss.cpp -o vendor/cigraph/src/centrality/truss.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/cliques/cliquer/cliquer.c -o vendor/cigraph/src/cliques/cliquer/cliquer.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/cliques/cliquer/cliquer_graph.c -o vendor/cigraph/src/cliques/cliquer/cliquer_graph.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/cliques/cliquer/reorder.c -o vendor/cigraph/src/cliques/cliquer/reorder.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/cliques/cliquer_wrapper.c -o vendor/cigraph/src/cliques/cliquer_wrapper.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/cliques/cliques.c -o vendor/cigraph/src/cliques/cliques.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/cliques/glet.c -o vendor/cigraph/src/cliques/glet.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/cliques/maximal_cliques.c -o vendor/cigraph/src/cliques/maximal_cliques.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/community/community_misc.c -o vendor/cigraph/src/community/community_misc.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/community/edge_betweenness.c -o vendor/cigraph/src/community/edge_betweenness.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/community/fast_modularity.c -o vendor/cigraph/src/community/fast_modularity.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/community/fluid.c -o vendor/cigraph/src/community/fluid.o g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/community/infomap/infomap.cc -o vendor/cigraph/src/community/infomap/infomap.o g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/community/infomap/infomap_FlowGraph.cc -o vendor/cigraph/src/community/infomap/infomap_FlowGraph.o g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/community/infomap/infomap_Greedy.cc -o vendor/cigraph/src/community/infomap/infomap_Greedy.o vendor/cigraph/src/community/infomap/infomap_Greedy.cc: In member function 'bool Greedy::optimize()': vendor/cigraph/src/community/infomap/infomap_Greedy.cc:126:36: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits<std::allocator<long long int>, long long int>::value_type' {aka 'long long int'} and 'igraph_uint_t' {aka 'long long unsigned int'} [-Wsign-compare] 126 | if (redirect[nb_M] >= offset) { vendor/cigraph/src/community/infomap/infomap_Greedy.cc:143:32: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits<std::allocator<long long int>, long long int>::value_type' {aka 'long long int'} and 'igraph_uint_t' {aka 'long long unsigned int'} [-Wsign-compare] 143 | if (redirect[nb_M] >= offset) { vendor/cigraph/src/community/infomap/infomap_Greedy.cc:184:28: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits<std::allocator<long long int>, long long int>::value_type' {aka 'long long int'} and 'igraph_uint_t' {aka 'long long unsigned int'} [-Wsign-compare] 184 | if (redirect[oldM] >= offset) { gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/community/label_propagation.c -o vendor/cigraph/src/community/label_propagation.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/community/leading_eigenvector.c -o vendor/cigraph/src/community/leading_eigenvector.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/community/leiden.c -o vendor/cigraph/src/community/leiden.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/community/louvain.c -o vendor/cigraph/src/community/louvain.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/community/modularity.c -o vendor/cigraph/src/community/modularity.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/community/optimal_modularity.c -o vendor/cigraph/src/community/optimal_modularity.o g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/community/spinglass/NetDataTypes.cpp -o vendor/cigraph/src/community/spinglass/NetDataTypes.o g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/community/spinglass/NetRoutines.cpp -o vendor/cigraph/src/community/spinglass/NetRoutines.o g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/community/spinglass/clustertool.cpp -o vendor/cigraph/src/community/spinglass/clustertool.o g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/community/spinglass/pottsmodel_2.cpp -o vendor/cigraph/src/community/spinglass/pottsmodel_2.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/community/voronoi.c -o vendor/cigraph/src/community/voronoi.o g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/community/walktrap/walktrap.cpp -o vendor/cigraph/src/community/walktrap/walktrap.o g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/community/walktrap/walktrap_communities.cpp -o vendor/cigraph/src/community/walktrap/walktrap_communities.o g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/community/walktrap/walktrap_graph.cpp -o vendor/cigraph/src/community/walktrap/walktrap_graph.o g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/community/walktrap/walktrap_heap.cpp -o vendor/cigraph/src/community/walktrap/walktrap_heap.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/connectivity/cohesive_blocks.c -o vendor/cigraph/src/connectivity/cohesive_blocks.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/connectivity/components.c -o vendor/cigraph/src/connectivity/components.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/connectivity/reachability.c -o vendor/cigraph/src/connectivity/reachability.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/connectivity/separators.c -o vendor/cigraph/src/connectivity/separators.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/constructors/adjacency.c -o vendor/cigraph/src/constructors/adjacency.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/constructors/atlas.c -o vendor/cigraph/src/constructors/atlas.o vendor/cigraph/src/constructors/atlas.c: In function 'igraph_atlas': vendor/cigraph/src/constructors/atlas.c:75:18: warning: 'v' may be used uninitialized [-Wmaybe-uninitialized] 75 | IGRAPH_CHECK(igraph_create(graph, | ^~~~~~~~~~~~~ In file included from vendor/cigraph/include/igraph_vector.h:88, from vendor/cigraph/include/igraph_matrix.h:29, from vendor/cigraph/include/igraph_constructors.h:31, from vendor/cigraph/src/constructors/atlas.c:19: vendor/cigraph/include/igraph_vector_pmt.h:93:51: note: by argument 1 of type 'const igraph_vector_int_t *' to 'igraph_vector_int_view' declared here 93 | IGRAPH_EXPORT const TYPE(igraph_vector) *FUNCTION(igraph_vector, view)(const TYPE(igraph_vector) *v, | ^~~~~~~~~~~~~ vendor/cigraph/include/igraph_pmt.h:26:25: note: in definition of macro 'CONCAT3x' 26 | #define CONCAT3x(a,b,c) a ## _ ## b ## _ ## c | ^ vendor/cigraph/include/igraph_pmt.h:177:31: note: in expansion of macro 'CONCAT3' 177 | #define FUNCTION(a,c) CONCAT3(a,SHORT,c) | ^~~~~~~ vendor/cigraph/include/igraph_vector_pmt.h:93:42: note: in expansion of macro 'FUNCTION' 93 | IGRAPH_EXPORT const TYPE(igraph_vector) *FUNCTION(igraph_vector, view)(const TYPE(igraph_vector) *v, | ^~~~~~~~ vendor/cigraph/src/constructors/atlas.c:64:31: note: 'v' declared here 64 | const igraph_vector_int_t v; | ^ gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/constructors/basic_constructors.c -o vendor/cigraph/src/constructors/basic_constructors.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/constructors/circulant.c -o vendor/cigraph/src/constructors/circulant.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/constructors/de_bruijn.c -o vendor/cigraph/src/constructors/de_bruijn.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/constructors/famous.c -o vendor/cigraph/src/constructors/famous.o vendor/cigraph/src/constructors/famous.c: In function 'igraph_i_famous': vendor/cigraph/src/constructors/famous.c:261:5: warning: 'edges' may be used uninitialized [-Wmaybe-uninitialized] 261 | igraph_vector_int_view(&edges, data + 3, 2 * no_of_edges); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from vendor/cigraph/include/igraph_vector.h:88, from vendor/cigraph/include/igraph_matrix.h:29, from vendor/cigraph/include/igraph_constructors.h:31, from vendor/cigraph/src/constructors/famous.c:25: vendor/cigraph/include/igraph_vector_pmt.h:93:51: note: by argument 1 of type 'const igraph_vector_int_t *' to 'igraph_vector_int_view' declared here 93 | IGRAPH_EXPORT const TYPE(igraph_vector) *FUNCTION(igraph_vector, view)(const TYPE(igraph_vector) *v, | ^~~~~~~~~~~~~ vendor/cigraph/include/igraph_pmt.h:26:25: note: in definition of macro 'CONCAT3x' 26 | #define CONCAT3x(a,b,c) a ## _ ## b ## _ ## c | ^ vendor/cigraph/include/igraph_pmt.h:177:31: note: in expansion of macro 'CONCAT3' 177 | #define FUNCTION(a,c) CONCAT3(a,SHORT,c) | ^~~~~~~ vendor/cigraph/include/igraph_vector_pmt.h:93:42: note: in expansion of macro 'FUNCTION' 93 | IGRAPH_EXPORT const TYPE(igraph_vector) *FUNCTION(igraph_vector, view)(const TYPE(igraph_vector) *v, | ^~~~~~~~ vendor/cigraph/src/constructors/famous.c:259:25: note: 'edges' declared here 259 | igraph_vector_int_t edges; | ^~~~~ gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/constructors/full.c -o vendor/cigraph/src/constructors/full.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/constructors/generalized_petersen.c -o vendor/cigraph/src/constructors/generalized_petersen.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/constructors/kautz.c -o vendor/cigraph/src/constructors/kautz.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/constructors/lattices.c -o vendor/cigraph/src/constructors/lattices.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/constructors/lcf.c -o vendor/cigraph/src/constructors/lcf.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/constructors/linegraph.c -o vendor/cigraph/src/constructors/linegraph.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/constructors/prufer.c -o vendor/cigraph/src/constructors/prufer.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/constructors/regular.c -o vendor/cigraph/src/constructors/regular.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/constructors/trees.c -o vendor/cigraph/src/constructors/trees.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/core/array.c -o vendor/cigraph/src/core/array.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/core/bitset.c -o vendor/cigraph/src/core/bitset.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/core/bitset_list.c -o vendor/cigraph/src/core/bitset_list.o In file included from vendor/cigraph/src/core/bitset_list.c:29: vendor/cigraph/src/core/typed_list.pmt: In function 'igraph_bitset_list_sort_ind': vendor/cigraph/src/core/typed_list.pmt:936:38: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] 936 | vind, n, sizeof(ITEM_TYPE*), (void*) cmp, | ^ vendor/cigraph/src/core/typed_list.pmt: In function 'igraph_i_bitset_list_sort_ind_cmp': vendor/cigraph/src/core/typed_list.pmt:1087:54: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic] 1087 | int (*cmp)(const ITEM_TYPE*, const ITEM_TYPE*) = (int (*)(const ITEM_TYPE*, const ITEM_TYPE*)) thunk; | ^ gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/core/buckets.c -o vendor/cigraph/src/core/buckets.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/core/cutheap.c -o vendor/cigraph/src/core/cutheap.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/core/dqueue.c -o vendor/cigraph/src/core/dqueue.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/core/error.c -o vendor/cigraph/src/core/error.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/core/estack.c -o vendor/cigraph/src/core/estack.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/core/fixed_vectorlist.c -o vendor/cigraph/src/core/fixed_vectorlist.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/core/genheap.c -o vendor/cigraph/src/core/genheap.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/core/grid.c -o vendor/cigraph/src/core/grid.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/core/heap.c -o vendor/cigraph/src/core/heap.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/core/indheap.c -o vendor/cigraph/src/core/indheap.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/core/interruption.c -o vendor/cigraph/src/core/interruption.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/core/marked_queue.c -o vendor/cigraph/src/core/marked_queue.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/core/matrix.c -o vendor/cigraph/src/core/matrix.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/core/matrix_list.c -o vendor/cigraph/src/core/matrix_list.o In file included from vendor/cigraph/src/core/matrix_list.c:32: vendor/cigraph/src/core/typed_list.pmt: In function 'igraph_matrix_list_sort_ind': vendor/cigraph/src/core/typed_list.pmt:936:38: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] 936 | vind, n, sizeof(ITEM_TYPE*), (void*) cmp, | ^ vendor/cigraph/src/core/typed_list.pmt: In function 'igraph_i_matrix_list_sort_ind_cmp': vendor/cigraph/src/core/typed_list.pmt:1087:54: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic] 1087 | int (*cmp)(const ITEM_TYPE*, const ITEM_TYPE*) = (int (*)(const ITEM_TYPE*, const ITEM_TYPE*)) thunk; | ^ gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/core/memory.c -o vendor/cigraph/src/core/memory.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/core/printing.c -o vendor/cigraph/src/core/printing.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/core/progress.c -o vendor/cigraph/src/core/progress.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/core/psumtree.c -o vendor/cigraph/src/core/psumtree.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/core/set.c -o vendor/cigraph/src/core/set.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/core/sparsemat.c -o vendor/cigraph/src/core/sparsemat.o vendor/cigraph/src/core/sparsemat.c: In function 'igraph_i_sparsemat_arpack_multiply': vendor/cigraph/src/core/sparsemat.c:1628:5: warning: 'vto' may be used uninitialized [-Wmaybe-uninitialized] 1628 | igraph_vector_view(&vto, to, n); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from vendor/cigraph/include/igraph_vector.h:70, from vendor/cigraph/include/igraph_sparsemat.h:30, from vendor/cigraph/src/core/sparsemat.c:24: vendor/cigraph/include/igraph_vector_pmt.h:93:51: note: by argument 1 of type 'const igraph_vector_t *' to 'igraph_vector_view' declared here 93 | IGRAPH_EXPORT const TYPE(igraph_vector) *FUNCTION(igraph_vector, view)(const TYPE(igraph_vector) *v, | ^~~~~~~~~~~~~ vendor/cigraph/include/igraph_pmt.h:24:23: note: in definition of macro 'CONCAT2x' 24 | #define CONCAT2x(a,b) a ## _ ## b | ^ vendor/cigraph/include/igraph_pmt.h:169:31: note: in expansion of macro 'CONCAT2' 169 | #define FUNCTION(a,c) CONCAT2(a,c) | ^~~~~~~ vendor/cigraph/include/igraph_vector_pmt.h:93:42: note: in expansion of macro 'FUNCTION' 93 | IGRAPH_EXPORT const TYPE(igraph_vector) *FUNCTION(igraph_vector, view)(const TYPE(igraph_vector) *v, | ^~~~~~~~ vendor/cigraph/src/core/sparsemat.c:1627:21: note: 'vto' declared here 1627 | igraph_vector_t vto, vfrom; | ^~~ vendor/cigraph/src/core/sparsemat.c: In function 'igraph_i_sparsemat_arpack_solve': vendor/cigraph/src/core/sparsemat.c:1650:5: warning: 'vfrom' may be used uninitialized [-Wmaybe-uninitialized] 1650 | igraph_vector_view(&vfrom, from, n); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ vendor/cigraph/include/igraph_vector_pmt.h:93:51: note: by argument 1 of type 'const igraph_vector_t *' to 'igraph_vector_view' declared here 93 | IGRAPH_EXPORT const TYPE(igraph_vector) *FUNCTION(igraph_vector, view)(const TYPE(igraph_vector) *v, | ^~~~~~~~~~~~~ vendor/cigraph/include/igraph_pmt.h:24:23: note: in definition of macro 'CONCAT2x' 24 | #define CONCAT2x(a,b) a ## _ ## b | ^ vendor/cigraph/include/igraph_pmt.h:169:31: note: in expansion of macro 'CONCAT2' 169 | #define FUNCTION(a,c) CONCAT2(a,c) | ^~~~~~~ vendor/cigraph/include/igraph_vector_pmt.h:93:42: note: in expansion of macro 'FUNCTION' 93 | IGRAPH_EXPORT const TYPE(igraph_vector) *FUNCTION(igraph_vector, view)(const TYPE(igraph_vector) *v, | ^~~~~~~~ vendor/cigraph/src/core/sparsemat.c:1648:21: note: 'vfrom' declared here 1648 | igraph_vector_t vfrom, vto; | ^~~~~ gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/core/stack.c -o vendor/cigraph/src/core/stack.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/core/statusbar.c -o vendor/cigraph/src/core/statusbar.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/core/strvector.c -o vendor/cigraph/src/core/strvector.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/core/trie.c -o vendor/cigraph/src/core/trie.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/core/vector.c -o vendor/cigraph/src/core/vector.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/core/vector_list.c -o vendor/cigraph/src/core/vector_list.o In file included from vendor/cigraph/src/core/vector_list.c:29: vendor/cigraph/src/core/typed_list.pmt: In function 'igraph_vector_list_sort_ind': vendor/cigraph/src/core/typed_list.pmt:936:38: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] 936 | vind, n, sizeof(ITEM_TYPE*), (void*) cmp, | ^ vendor/cigraph/src/core/typed_list.pmt: In function 'igraph_i_vector_list_sort_ind_cmp': vendor/cigraph/src/core/typed_list.pmt:1087:54: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic] 1087 | int (*cmp)(const ITEM_TYPE*, const ITEM_TYPE*) = (int (*)(const ITEM_TYPE*, const ITEM_TYPE*)) thunk; | ^ In file included from vendor/cigraph/src/core/vector_list.c:35: vendor/cigraph/src/core/typed_list.pmt: In function 'igraph_vector_int_list_sort_ind': vendor/cigraph/src/core/typed_list.pmt:936:38: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] 936 | vind, n, sizeof(ITEM_TYPE*), (void*) cmp, | ^ vendor/cigraph/src/core/typed_list.pmt: In function 'igraph_i_vector_int_list_sort_ind_cmp': vendor/cigraph/src/core/typed_list.pmt:1087:54: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic] 1087 | int (*cmp)(const ITEM_TYPE*, const ITEM_TYPE*) = (int (*)(const ITEM_TYPE*, const ITEM_TYPE*)) thunk; | ^ gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/core/vector_ptr.c -o vendor/cigraph/src/core/vector_ptr.o vendor/cigraph/src/core/vector_ptr.c: In function 'igraph_vector_ptr_i_sort_ind_cmp': vendor/cigraph/src/core/vector_ptr.c:665:18: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic] 665 | cmp_t *cmp = (cmp_t *) thunk; | ^ vendor/cigraph/src/core/vector_ptr.c: In function 'igraph_vector_ptr_sort_ind': vendor/cigraph/src/core/vector_ptr.c:724:46: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] 724 | igraph_qsort_r(vind, n, sizeof(vind[0]), (void*)cmp, igraph_vector_ptr_i_sort_ind_cmp); | ^ gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/flow/flow.c -o vendor/cigraph/src/flow/flow.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/flow/flow_conversion.c -o vendor/cigraph/src/flow/flow_conversion.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/flow/st-cuts.c -o vendor/cigraph/src/flow/st-cuts.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/games/barabasi.c -o vendor/cigraph/src/games/barabasi.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/games/callaway_traits.c -o vendor/cigraph/src/games/callaway_traits.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/games/chung_lu.c -o vendor/cigraph/src/games/chung_lu.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/games/citations.c -o vendor/cigraph/src/games/citations.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/games/correlated.c -o vendor/cigraph/src/games/correlated.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/games/degree_sequence.c -o vendor/cigraph/src/games/degree_sequence.o In function 'igraph_i_degree_sequence_game_configuration', inlined from 'igraph_degree_sequence_game' at vendor/cigraph/src/games/degree_sequence.c:783:16: vendor/cigraph/src/games/degree_sequence.c:92:53: warning: 'bag2' may be used uninitialized [-Wmaybe-uninitialized] 92 | igraph_vector_int_push_back(&edges, bag2[to]); /* ditto */ | ^ vendor/cigraph/src/games/degree_sequence.c: In function 'igraph_degree_sequence_game': vendor/cigraph/src/games/degree_sequence.c:44:30: note: 'bag2' was declared here 44 | igraph_integer_t *bag1, *bag2; | ^~~~ g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/games/degree_sequence_vl/gengraph_degree_sequence.cpp -o vendor/cigraph/src/games/degree_sequence_vl/gengraph_degree_sequence.o g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/games/degree_sequence_vl/gengraph_graph_molloy_hash.cpp -o vendor/cigraph/src/games/degree_sequence_vl/gengraph_graph_molloy_hash.o g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/games/degree_sequence_vl/gengraph_graph_molloy_optimized.cpp -o vendor/cigraph/src/games/degree_sequence_vl/gengraph_graph_molloy_optimized.o g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/games/degree_sequence_vl/gengraph_mr-connected.cpp -o vendor/cigraph/src/games/degree_sequence_vl/gengraph_mr-connected.o g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/games/degree_sequence_vl/gengraph_random.cpp -o vendor/cigraph/src/games/degree_sequence_vl/gengraph_random.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/games/dotproduct.c -o vendor/cigraph/src/games/dotproduct.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/games/erdos_renyi.c -o vendor/cigraph/src/games/erdos_renyi.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/games/establishment.c -o vendor/cigraph/src/games/establishment.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/games/forestfire.c -o vendor/cigraph/src/games/forestfire.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/games/grg.c -o vendor/cigraph/src/games/grg.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/games/growing_random.c -o vendor/cigraph/src/games/growing_random.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/games/islands.c -o vendor/cigraph/src/games/islands.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/games/k_regular.c -o vendor/cigraph/src/games/k_regular.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/games/preference.c -o vendor/cigraph/src/games/preference.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/games/recent_degree.c -o vendor/cigraph/src/games/recent_degree.o vendor/cigraph/src/games/recent_degree.c: In function 'igraph_recent_degree_aging_game': vendor/cigraph/src/games/recent_degree.c:346:23: warning: 'no_of_neighbors' may be used uninitialized [-Wmaybe-uninitialized] 346 | for (j = 0; j < no_of_neighbors; j++) { | ~~^~~~~~~~~~~~~~~~~ vendor/cigraph/src/games/recent_degree.c:246:22: note: 'no_of_neighbors' was declared here 246 | igraph_integer_t no_of_neighbors; | ^~~~~~~~~~~~~~~ gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/games/sbm.c -o vendor/cigraph/src/games/sbm.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/games/static_fitness.c -o vendor/cigraph/src/games/static_fitness.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/games/tree.c -o vendor/cigraph/src/games/tree.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/games/watts_strogatz.c -o vendor/cigraph/src/games/watts_strogatz.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/graph/adjlist.c -o vendor/cigraph/src/graph/adjlist.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/graph/attributes.c -o vendor/cigraph/src/graph/attributes.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/graph/basic_query.c -o vendor/cigraph/src/graph/basic_query.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/graph/caching.c -o vendor/cigraph/src/graph/caching.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/graph/cattributes.c -o vendor/cigraph/src/graph/cattributes.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/graph/graph_list.c -o vendor/cigraph/src/graph/graph_list.o In file included from vendor/cigraph/src/graph/graph_list.c:34: vendor/cigraph/src/graph/../core/typed_list.pmt: In function 'igraph_graph_list_sort_ind': vendor/cigraph/src/graph/../core/typed_list.pmt:936:38: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] 936 | vind, n, sizeof(ITEM_TYPE*), (void*) cmp, | ^ vendor/cigraph/src/graph/../core/typed_list.pmt: In function 'igraph_i_graph_list_sort_ind_cmp': vendor/cigraph/src/graph/../core/typed_list.pmt:1087:54: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic] 1087 | int (*cmp)(const ITEM_TYPE*, const ITEM_TYPE*) = (int (*)(const ITEM_TYPE*, const ITEM_TYPE*)) thunk; | ^ gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/graph/iterators.c -o vendor/cigraph/src/graph/iterators.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/graph/type_common.c -o vendor/cigraph/src/graph/type_common.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/graph/type_indexededgelist.c -o vendor/cigraph/src/graph/type_indexededgelist.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/graph/visitors.c -o vendor/cigraph/src/graph/visitors.o g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/hrg/hrg.cc -o vendor/cigraph/src/hrg/hrg.o g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/hrg/hrg_types.cc -o vendor/cigraph/src/hrg/hrg_types.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/internal/glpk_support.c -o vendor/cigraph/src/internal/glpk_support.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/internal/hacks.c -o vendor/cigraph/src/internal/hacks.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/internal/lsap.c -o vendor/cigraph/src/internal/lsap.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/internal/qsort.c -o vendor/cigraph/src/internal/qsort.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/internal/qsort_r.c -o vendor/cigraph/src/internal/qsort_r.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/internal/utils.c -o vendor/cigraph/src/internal/utils.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/internal/zeroin.c -o vendor/cigraph/src/internal/zeroin.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/io/dimacs.c -o vendor/cigraph/src/io/dimacs.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/io/dl.c -o vendor/cigraph/src/io/dl.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/io/dot.c -o vendor/cigraph/src/io/dot.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/io/edgelist.c -o vendor/cigraph/src/io/edgelist.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/io/gml-tree.c -o vendor/cigraph/src/io/gml-tree.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/io/gml.c -o vendor/cigraph/src/io/gml.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/io/graphdb.c -o vendor/cigraph/src/io/graphdb.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/io/graphml.c -o vendor/cigraph/src/io/graphml.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/io/leda.c -o vendor/cigraph/src/io/leda.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/io/lgl.c -o vendor/cigraph/src/io/lgl.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/io/ncol.c -o vendor/cigraph/src/io/ncol.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/io/pajek.c -o vendor/cigraph/src/io/pajek.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/io/parse_utils.c -o vendor/cigraph/src/io/parse_utils.o g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/isomorphism/bliss.cc -o vendor/cigraph/src/isomorphism/bliss.o g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/isomorphism/bliss/defs.cc -o vendor/cigraph/src/isomorphism/bliss/defs.o g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/isomorphism/bliss/graph.cc -o vendor/cigraph/src/isomorphism/bliss/graph.o g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/isomorphism/bliss/heap.cc -o vendor/cigraph/src/isomorphism/bliss/heap.o g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/isomorphism/bliss/orbit.cc -o vendor/cigraph/src/isomorphism/bliss/orbit.o g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/isomorphism/bliss/partition.cc -o vendor/cigraph/src/isomorphism/bliss/partition.o g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/isomorphism/bliss/uintseqhash.cc -o vendor/cigraph/src/isomorphism/bliss/uintseqhash.o g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/isomorphism/bliss/utils.cc -o vendor/cigraph/src/isomorphism/bliss/utils.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/isomorphism/isoclasses.c -o vendor/cigraph/src/isomorphism/isoclasses.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/isomorphism/isomorphism_misc.c -o vendor/cigraph/src/isomorphism/isomorphism_misc.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/isomorphism/lad.c -o vendor/cigraph/src/isomorphism/lad.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/isomorphism/queries.c -o vendor/cigraph/src/isomorphism/queries.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/isomorphism/vf2.c -o vendor/cigraph/src/isomorphism/vf2.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/layout/circular.c -o vendor/cigraph/src/layout/circular.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/layout/davidson_harel.c -o vendor/cigraph/src/layout/davidson_harel.o g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/layout/drl/DensityGrid.cpp -o vendor/cigraph/src/layout/drl/DensityGrid.o g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/layout/drl/DensityGrid_3d.cpp -o vendor/cigraph/src/layout/drl/DensityGrid_3d.o g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/layout/drl/drl_graph.cpp -o vendor/cigraph/src/layout/drl/drl_graph.o g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/layout/drl/drl_graph_3d.cpp -o vendor/cigraph/src/layout/drl/drl_graph_3d.o g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/layout/drl/drl_layout.cpp -o vendor/cigraph/src/layout/drl/drl_layout.o g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/layout/drl/drl_layout_3d.cpp -o vendor/cigraph/src/layout/drl/drl_layout_3d.o g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/layout/drl/drl_parse.cpp -o vendor/cigraph/src/layout/drl/drl_parse.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/layout/fruchterman_reingold.c -o vendor/cigraph/src/layout/fruchterman_reingold.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/layout/gem.c -o vendor/cigraph/src/layout/gem.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/layout/graphopt.c -o vendor/cigraph/src/layout/graphopt.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/layout/kamada_kawai.c -o vendor/cigraph/src/layout/kamada_kawai.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/layout/large_graph.c -o vendor/cigraph/src/layout/large_graph.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/layout/layout_bipartite.c -o vendor/cigraph/src/layout/layout_bipartite.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/layout/layout_grid.c -o vendor/cigraph/src/layout/layout_grid.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/layout/layout_random.c -o vendor/cigraph/src/layout/layout_random.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/layout/mds.c -o vendor/cigraph/src/layout/mds.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/layout/merge_dla.c -o vendor/cigraph/src/layout/merge_dla.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/layout/merge_grid.c -o vendor/cigraph/src/layout/merge_grid.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/layout/reingold_tilford.c -o vendor/cigraph/src/layout/reingold_tilford.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/layout/sugiyama.c -o vendor/cigraph/src/layout/sugiyama.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/layout/umap.c -o vendor/cigraph/src/layout/umap.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/linalg/arpack.c -o vendor/cigraph/src/linalg/arpack.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/linalg/blas.c -o vendor/cigraph/src/linalg/blas.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/linalg/eigen.c -o vendor/cigraph/src/linalg/eigen.o vendor/cigraph/src/linalg/eigen.c: In function 'igraph_i_eigen_matrix_sym_arpack_cb': vendor/cigraph/src/linalg/eigen.c:486:9: warning: 'vto' may be used uninitialized [-Wmaybe-uninitialized] 486 | igraph_vector_view(&vto, to, n); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from vendor/cigraph/include/igraph_vector.h:70, from vendor/cigraph/include/igraph_matrix.h:29, from vendor/cigraph/include/igraph_arpack.h:29, from vendor/cigraph/include/igraph_eigen.h:28, from vendor/cigraph/src/linalg/eigen.c:24: vendor/cigraph/include/igraph_vector_pmt.h:93:51: note: by argument 1 of type 'const igraph_vector_t *' to 'igraph_vector_view' declared here 93 | IGRAPH_EXPORT const TYPE(igraph_vector) *FUNCTION(igraph_vector, view)(const TYPE(igraph_vector) *v, | ^~~~~~~~~~~~~ vendor/cigraph/include/igraph_pmt.h:24:23: note: in definition of macro 'CONCAT2x' 24 | #define CONCAT2x(a,b) a ## _ ## b | ^ vendor/cigraph/include/igraph_pmt.h:169:31: note: in expansion of macro 'CONCAT2' 169 | #define FUNCTION(a,c) CONCAT2(a,c) | ^~~~~~~ vendor/cigraph/include/igraph_vector_pmt.h:93:42: note: in expansion of macro 'FUNCTION' 93 | IGRAPH_EXPORT const TYPE(igraph_vector) *FUNCTION(igraph_vector, view)(const TYPE(igraph_vector) *v, | ^~~~~~~~ vendor/cigraph/src/linalg/eigen.c:485:25: note: 'vto' declared here 485 | igraph_vector_t vto, vfrom; | ^~~ gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/linalg/lapack.c -o vendor/cigraph/src/linalg/lapack.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/math/complex.c -o vendor/cigraph/src/math/complex.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/math/safe_intop.c -o vendor/cigraph/src/math/safe_intop.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/math/utils.c -o vendor/cigraph/src/math/utils.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/misc/bipartite.c -o vendor/cigraph/src/misc/bipartite.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/misc/chordality.c -o vendor/cigraph/src/misc/chordality.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/misc/cocitation.c -o vendor/cigraph/src/misc/cocitation.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/misc/coloring.c -o vendor/cigraph/src/misc/coloring.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/misc/conversion.c -o vendor/cigraph/src/misc/conversion.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/misc/cycle_bases.c -o vendor/cigraph/src/misc/cycle_bases.o g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/misc/degree_sequence.cpp -o vendor/cigraph/src/misc/degree_sequence.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/misc/embedding.c -o vendor/cigraph/src/misc/embedding.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/misc/feedback_arc_set.c -o vendor/cigraph/src/misc/feedback_arc_set.o vendor/cigraph/src/misc/feedback_arc_set.c: In function 'igraph_i_find_cycle': vendor/cigraph/src/misc/feedback_arc_set.c:154:35: warning: 'va' may be used uninitialized [-Wmaybe-uninitialized] 154 | while (VECTOR(vpath)[i-1] != va) i--; vendor/cigraph/src/misc/feedback_arc_set.c:61:26: note: 'va' was declared here 61 | igraph_integer_t ea, va; | ^~ vendor/cigraph/src/misc/feedback_arc_set.c:167:13: warning: 'ea' may be used uninitialized [-Wmaybe-uninitialized] 167 | igraph_vector_int_push_back(edges, ea); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ vendor/cigraph/src/misc/feedback_arc_set.c:61:22: note: 'ea' was declared here 61 | igraph_integer_t ea, va; | ^~ gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/misc/graphicality.c -o vendor/cigraph/src/misc/graphicality.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/misc/matching.c -o vendor/cigraph/src/misc/matching.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/misc/microscopic_update.c -o vendor/cigraph/src/misc/microscopic_update.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/misc/mixing.c -o vendor/cigraph/src/misc/mixing.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/misc/motifs.c -o vendor/cigraph/src/misc/motifs.o g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/misc/order_cycle.cpp -o vendor/cigraph/src/misc/order_cycle.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/misc/other.c -o vendor/cigraph/src/misc/other.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/misc/power_law_fit.c -o vendor/cigraph/src/misc/power_law_fit.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/misc/scan.c -o vendor/cigraph/src/misc/scan.o vendor/cigraph/src/misc/scan.c:76:23: warning: 'igraph_i_trans4_il_simplify' defined but not used [-Wunused-function] 76 | static igraph_error_t igraph_i_trans4_il_simplify(const igraph_t *graph, igraph_inclist_t *il, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/misc/sir.c -o vendor/cigraph/src/misc/sir.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/misc/spanning_trees.c -o vendor/cigraph/src/misc/spanning_trees.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/operators/add_edge.c -o vendor/cigraph/src/operators/add_edge.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/operators/complementer.c -o vendor/cigraph/src/operators/complementer.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/operators/compose.c -o vendor/cigraph/src/operators/compose.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/operators/connect_neighborhood.c -o vendor/cigraph/src/operators/connect_neighborhood.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/operators/contract.c -o vendor/cigraph/src/operators/contract.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/operators/difference.c -o vendor/cigraph/src/operators/difference.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/operators/disjoint_union.c -o vendor/cigraph/src/operators/disjoint_union.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/operators/intersection.c -o vendor/cigraph/src/operators/intersection.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/operators/join.c -o vendor/cigraph/src/operators/join.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/operators/misc_internal.c -o vendor/cigraph/src/operators/misc_internal.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/operators/permute.c -o vendor/cigraph/src/operators/permute.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/operators/reverse.c -o vendor/cigraph/src/operators/reverse.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/operators/rewire.c -o vendor/cigraph/src/operators/rewire.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/operators/rewire_edges.c -o vendor/cigraph/src/operators/rewire_edges.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/operators/simplify.c -o vendor/cigraph/src/operators/simplify.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/operators/subgraph.c -o vendor/cigraph/src/operators/subgraph.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/operators/union.c -o vendor/cigraph/src/operators/union.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/paths/all_shortest_paths.c -o vendor/cigraph/src/paths/all_shortest_paths.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/paths/astar.c -o vendor/cigraph/src/paths/astar.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/paths/bellman_ford.c -o vendor/cigraph/src/paths/bellman_ford.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/paths/dijkstra.c -o vendor/cigraph/src/paths/dijkstra.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/paths/distances.c -o vendor/cigraph/src/paths/distances.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/paths/eulerian.c -o vendor/cigraph/src/paths/eulerian.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/paths/floyd_warshall.c -o vendor/cigraph/src/paths/floyd_warshall.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/paths/histogram.c -o vendor/cigraph/src/paths/histogram.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/paths/johnson.c -o vendor/cigraph/src/paths/johnson.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/paths/random_walk.c -o vendor/cigraph/src/paths/random_walk.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/paths/shortest_paths.c -o vendor/cigraph/src/paths/shortest_paths.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/paths/simple_paths.c -o vendor/cigraph/src/paths/simple_paths.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/paths/sparsifier.c -o vendor/cigraph/src/paths/sparsifier.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/paths/unweighted.c -o vendor/cigraph/src/paths/unweighted.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/paths/voronoi.c -o vendor/cigraph/src/paths/voronoi.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/paths/widest_paths.c -o vendor/cigraph/src/paths/widest_paths.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/properties/basic_properties.c -o vendor/cigraph/src/properties/basic_properties.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/properties/complete.c -o vendor/cigraph/src/properties/complete.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/properties/constraint.c -o vendor/cigraph/src/properties/constraint.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/properties/convergence_degree.c -o vendor/cigraph/src/properties/convergence_degree.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/properties/dag.c -o vendor/cigraph/src/properties/dag.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/properties/degrees.c -o vendor/cigraph/src/properties/degrees.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/properties/ecc.c -o vendor/cigraph/src/properties/ecc.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/properties/girth.c -o vendor/cigraph/src/properties/girth.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/properties/loops.c -o vendor/cigraph/src/properties/loops.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/properties/multiplicity.c -o vendor/cigraph/src/properties/multiplicity.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/properties/neighborhood.c -o vendor/cigraph/src/properties/neighborhood.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/properties/perfect.c -o vendor/cigraph/src/properties/perfect.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/properties/spectral.c -o vendor/cigraph/src/properties/spectral.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/properties/trees.c -o vendor/cigraph/src/properties/trees.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/properties/triangles.c -o vendor/cigraph/src/properties/triangles.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/random/random.c -o vendor/cigraph/src/random/random.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/random/rng_glibc2.c -o vendor/cigraph/src/random/rng_glibc2.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/random/rng_mt19937.c -o vendor/cigraph/src/random/rng_mt19937.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/random/rng_pcg32.c -o vendor/cigraph/src/random/rng_pcg32.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/random/rng_pcg64.c -o vendor/cigraph/src/random/rng_pcg64.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/src/version.c -o vendor/cigraph/src/version.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/vendor/cs/cs_add.c -o vendor/cigraph/vendor/cs/cs_add.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/vendor/cs/cs_amd.c -o vendor/cigraph/vendor/cs/cs_amd.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/vendor/cs/cs_chol.c -o vendor/cigraph/vendor/cs/cs_chol.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/vendor/cs/cs_cholsol.c -o vendor/cigraph/vendor/cs/cs_cholsol.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/vendor/cs/cs_compress.c -o vendor/cigraph/vendor/cs/cs_compress.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/vendor/cs/cs_counts.c -o vendor/cigraph/vendor/cs/cs_counts.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/vendor/cs/cs_cumsum.c -o vendor/cigraph/vendor/cs/cs_cumsum.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/vendor/cs/cs_dfs.c -o vendor/cigraph/vendor/cs/cs_dfs.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/vendor/cs/cs_dmperm.c -o vendor/cigraph/vendor/cs/cs_dmperm.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/vendor/cs/cs_droptol.c -o vendor/cigraph/vendor/cs/cs_droptol.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/vendor/cs/cs_dropzeros.c -o vendor/cigraph/vendor/cs/cs_dropzeros.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/vendor/cs/cs_dupl.c -o vendor/cigraph/vendor/cs/cs_dupl.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/vendor/cs/cs_entry.c -o vendor/cigraph/vendor/cs/cs_entry.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/vendor/cs/cs_ereach.c -o vendor/cigraph/vendor/cs/cs_ereach.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/vendor/cs/cs_etree.c -o vendor/cigraph/vendor/cs/cs_etree.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/vendor/cs/cs_fkeep.c -o vendor/cigraph/vendor/cs/cs_fkeep.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/vendor/cs/cs_gaxpy.c -o vendor/cigraph/vendor/cs/cs_gaxpy.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/vendor/cs/cs_happly.c -o vendor/cigraph/vendor/cs/cs_happly.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/vendor/cs/cs_house.c -o vendor/cigraph/vendor/cs/cs_house.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/vendor/cs/cs_ipvec.c -o vendor/cigraph/vendor/cs/cs_ipvec.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/vendor/cs/cs_leaf.c -o vendor/cigraph/vendor/cs/cs_leaf.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/vendor/cs/cs_load.c -o vendor/cigraph/vendor/cs/cs_load.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/vendor/cs/cs_lsolve.c -o vendor/cigraph/vendor/cs/cs_lsolve.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/vendor/cs/cs_ltsolve.c -o vendor/cigraph/vendor/cs/cs_ltsolve.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/vendor/cs/cs_lu.c -o vendor/cigraph/vendor/cs/cs_lu.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/vendor/cs/cs_lusol.c -o vendor/cigraph/vendor/cs/cs_lusol.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/vendor/cs/cs_malloc.c -o vendor/cigraph/vendor/cs/cs_malloc.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/vendor/cs/cs_maxtrans.c -o vendor/cigraph/vendor/cs/cs_maxtrans.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/vendor/cs/cs_multiply.c -o vendor/cigraph/vendor/cs/cs_multiply.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/vendor/cs/cs_norm.c -o vendor/cigraph/vendor/cs/cs_norm.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/vendor/cs/cs_permute.c -o vendor/cigraph/vendor/cs/cs_permute.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/vendor/cs/cs_pinv.c -o vendor/cigraph/vendor/cs/cs_pinv.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/vendor/cs/cs_post.c -o vendor/cigraph/vendor/cs/cs_post.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/vendor/cs/cs_print.c -o vendor/cigraph/vendor/cs/cs_print.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/vendor/cs/cs_pvec.c -o vendor/cigraph/vendor/cs/cs_pvec.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/vendor/cs/cs_qr.c -o vendor/cigraph/vendor/cs/cs_qr.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/vendor/cs/cs_qrsol.c -o vendor/cigraph/vendor/cs/cs_qrsol.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/vendor/cs/cs_randperm.c -o vendor/cigraph/vendor/cs/cs_randperm.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/vendor/cs/cs_reach.c -o vendor/cigraph/vendor/cs/cs_reach.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/vendor/cs/cs_scatter.c -o vendor/cigraph/vendor/cs/cs_scatter.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/vendor/cs/cs_scc.c -o vendor/cigraph/vendor/cs/cs_scc.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/vendor/cs/cs_schol.c -o vendor/cigraph/vendor/cs/cs_schol.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/vendor/cs/cs_spsolve.c -o vendor/cigraph/vendor/cs/cs_spsolve.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/vendor/cs/cs_sqr.c -o vendor/cigraph/vendor/cs/cs_sqr.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/vendor/cs/cs_symperm.c -o vendor/cigraph/vendor/cs/cs_symperm.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/vendor/cs/cs_tdfs.c -o vendor/cigraph/vendor/cs/cs_tdfs.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/vendor/cs/cs_transpose.c -o vendor/cigraph/vendor/cs/cs_transpose.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/vendor/cs/cs_updown.c -o vendor/cigraph/vendor/cs/cs_updown.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/vendor/cs/cs_usolve.c -o vendor/cigraph/vendor/cs/cs_usolve.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/vendor/cs/cs_util.c -o vendor/cigraph/vendor/cs/cs_util.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/vendor/cs/cs_utsolve.c -o vendor/cigraph/vendor/cs/cs_utsolve.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/vendor/pcg/pcg-advance-128.c -o vendor/cigraph/vendor/pcg/pcg-advance-128.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/vendor/pcg/pcg-advance-64.c -o vendor/cigraph/vendor/pcg/pcg-advance-64.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/vendor/pcg/pcg-output-128.c -o vendor/cigraph/vendor/pcg/pcg-output-128.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/vendor/pcg/pcg-output-32.c -o vendor/cigraph/vendor/pcg/pcg-output-32.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/vendor/pcg/pcg-output-64.c -o vendor/cigraph/vendor/pcg/pcg-output-64.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/vendor/pcg/pcg-rngs-128.c -o vendor/cigraph/vendor/pcg/pcg-rngs-128.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/vendor/pcg/pcg-rngs-64.c -o vendor/cigraph/vendor/pcg/pcg-rngs-64.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/vendor/plfit/gss.c -o vendor/cigraph/vendor/plfit/gss.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/vendor/plfit/hzeta.c -o vendor/cigraph/vendor/plfit/hzeta.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/vendor/plfit/kolmogorov.c -o vendor/cigraph/vendor/plfit/kolmogorov.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/vendor/plfit/lbfgs.c -o vendor/cigraph/vendor/plfit/lbfgs.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/vendor/plfit/mt.c -o vendor/cigraph/vendor/plfit/mt.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/vendor/plfit/options.c -o vendor/cigraph/vendor/plfit/options.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/vendor/plfit/platform.c -o vendor/cigraph/vendor/plfit/platform.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/vendor/plfit/plfit.c -o vendor/cigraph/vendor/plfit/plfit.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/vendor/plfit/plfit_error.c -o vendor/cigraph/vendor/plfit/plfit_error.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/vendor/plfit/rbinom.c -o vendor/cigraph/vendor/plfit/rbinom.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/vendor/plfit/sampling.c -o vendor/cigraph/vendor/plfit/sampling.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/io/dl-lexer.c -o vendor/io/dl-lexer.o src/vendor/io/dl-lexer.c: In function 'yy_fatal_error': src/vendor/cigraph/src/io/dl-lexer.l:57:33: warning: statement with no effect [-Wunused-value] src/vendor/io/dl-lexer.c:2199:2: note: in expansion of macro 'fprintf' gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/io/dl-parser.c -o vendor/io/dl-parser.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/io/gml-lexer.c -o vendor/io/gml-lexer.o src/vendor/io/gml-lexer.c: In function 'yy_fatal_error': src/vendor/cigraph/src/io/gml-lexer.l:54:33: warning: statement with no effect [-Wunused-value] src/vendor/io/gml-lexer.c:1998:2: note: in expansion of macro 'fprintf' gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/io/gml-parser.c -o vendor/io/gml-parser.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/io/lgl-lexer.c -o vendor/io/lgl-lexer.o src/vendor/io/lgl-lexer.c: In function 'yy_fatal_error': src/vendor/cigraph/src/io/lgl-lexer.l:56:33: warning: statement with no effect [-Wunused-value] src/vendor/io/lgl-lexer.c:1932:2: note: in expansion of macro 'fprintf' gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/io/lgl-parser.c -o vendor/io/lgl-parser.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/io/ncol-lexer.c -o vendor/io/ncol-lexer.o src/vendor/io/ncol-lexer.c: In function 'yy_fatal_error': src/vendor/cigraph/src/io/ncol-lexer.l:56:33: warning: statement with no effect [-Wunused-value] src/vendor/io/ncol-lexer.c:1926:2: note: in expansion of macro 'fprintf' gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/io/ncol-parser.c -o vendor/io/ncol-parser.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/io/pajek-lexer.c -o vendor/io/pajek-lexer.o src/vendor/io/pajek-lexer.c: In function 'yy_fatal_error': src/vendor/cigraph/src/io/pajek-lexer.l:57:33: warning: statement with no effect [-Wunused-value] src/vendor/io/pajek-lexer.c:2382:2: note: in expansion of macro 'fprintf' gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/io/pajek-parser.c -o vendor/io/pajek-parser.o g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/simpleraytracer/Color.cpp -o vendor/simpleraytracer/Color.o g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/simpleraytracer/Light.cpp -o vendor/simpleraytracer/Light.o g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/simpleraytracer/Point.cpp -o vendor/simpleraytracer/Point.o g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/simpleraytracer/Ray.cpp -o vendor/simpleraytracer/Ray.o g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/simpleraytracer/RayTracer.cpp -o vendor/simpleraytracer/RayTracer.o g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/simpleraytracer/RayVector.cpp -o vendor/simpleraytracer/RayVector.o g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/simpleraytracer/Shape.cpp -o vendor/simpleraytracer/Shape.o g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/simpleraytracer/Sphere.cpp -o vendor/simpleraytracer/Sphere.o g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/simpleraytracer/Triangle.cpp -o vendor/simpleraytracer/Triangle.o g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/simpleraytracer/unit_limiter.cpp -o vendor/simpleraytracer/unit_limiter.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/uuid/R.c -o vendor/uuid/R.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/uuid/clear.c -o vendor/uuid/clear.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/uuid/compare.c -o vendor/uuid/compare.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/uuid/copy.c -o vendor/uuid/copy.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/uuid/gen_uuid.c -o vendor/uuid/gen_uuid.o In file included from D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/winnt.h:27, from D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/minwindef.h:163, from D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/windef.h:9, from D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/windows.h:69, from vendor/uuid/gen_uuid.c:45: D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:586:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 586 | #if __INTRINSIC_PROLOG(_lrotl) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:586:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:586:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:586:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:598:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 598 | #if __INTRINSIC_PROLOG(_lrotr) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:598:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:598:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:598:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:610:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 610 | #if __INTRINSIC_PROLOG(_rotl8) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:610:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:610:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:610:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:622:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 622 | #if __INTRINSIC_PROLOG(_rotr8) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:622:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:622:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:622:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:634:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 634 | #if __INTRINSIC_PROLOG(_rotl16) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:634:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:634:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:634:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:646:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 646 | #if __INTRINSIC_PROLOG(_rotr16) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:646:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:646:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:646:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:660:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 660 | #if __INTRINSIC_PROLOG(__faststorefence) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:660:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:660:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:660:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:673:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 673 | #if __INTRINSIC_PROLOG(__stosq) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:673:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:673:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:673:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:682:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 682 | #if __INTRINSIC_PROLOG(_interlockedbittestandset64) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:682:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:682:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:682:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:691:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 691 | #if __INTRINSIC_PROLOG(_interlockedbittestandreset64) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:691:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:691:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:691:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:700:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 700 | #if __INTRINSIC_PROLOG(_interlockedbittestandcomplement64) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:700:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:700:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:700:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:709:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 709 | #if __INTRINSIC_PROLOG(InterlockedBitTestAndSet64) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:709:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:709:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:709:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:718:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 718 | #if __INTRINSIC_PROLOG(InterlockedBitTestAndReset64) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:718:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:718:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:718:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:727:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 727 | #if __INTRINSIC_PROLOG(InterlockedBitTestAndComplement64) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:727:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:727:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:727:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:736:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 736 | #if __INTRINSIC_PROLOG(_InterlockedAnd64) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:736:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:736:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:736:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:745:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 745 | #if __INTRINSIC_PROLOG(_InterlockedOr64) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:745:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:745:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:745:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:754:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 754 | #if __INTRINSIC_PROLOG(_InterlockedXor64) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:754:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:754:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:754:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:763:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 763 | #if __INTRINSIC_PROLOG(_InterlockedIncrement64) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:763:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:763:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:763:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:774:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 774 | #if __INTRINSIC_PROLOG(_InterlockedDecrement64) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:774:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:774:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:774:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:785:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 785 | #if __INTRINSIC_PROLOG(_InterlockedExchange64) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:785:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:785:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:785:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:796:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 796 | #if __INTRINSIC_PROLOG(_InterlockedExchangeAdd64) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:796:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:796:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:796:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:807:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 807 | #if __INTRINSIC_PROLOG(__readgsbyte) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:807:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:807:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:807:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:816:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 816 | #if __INTRINSIC_PROLOG(__readgsword) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:816:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:816:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:816:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:825:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 825 | #if __INTRINSIC_PROLOG(__readgsdword) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:825:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:825:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:825:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:834:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 834 | #if __INTRINSIC_PROLOG(__readgsqword) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:834:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:834:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:834:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:843:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 843 | #if __INTRINSIC_PROLOG(__writegsbyte) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:843:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:843:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:843:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:852:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 852 | #if __INTRINSIC_PROLOG(__writegsword) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:852:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:852:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:852:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:861:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 861 | #if __INTRINSIC_PROLOG(__writegsdword) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:861:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:861:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:861:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:870:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 870 | #if __INTRINSIC_PROLOG(__writegsqword) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:870:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:870:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:870:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:879:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 879 | #if __INTRINSIC_PROLOG(_BitScanForward64) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:879:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:879:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:879:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:888:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 888 | #if __INTRINSIC_PROLOG(_BitScanReverse64) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:888:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:888:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:888:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:897:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 897 | #if __INTRINSIC_PROLOG(_bittest64) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:897:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:897:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:897:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:906:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 906 | #if __INTRINSIC_PROLOG(_bittestandset64) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:906:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:906:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:906:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:915:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 915 | #if __INTRINSIC_PROLOG(_bittestandreset64) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:915:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:915:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:915:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:924:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 924 | #if __INTRINSIC_PROLOG(_bittestandcomplement64) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:924:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:924:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:924:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:933:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 933 | #if __INTRINSIC_PROLOG(__readcr0) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:933:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:933:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:933:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:942:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 942 | #if __INTRINSIC_PROLOG(__readcr2) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:942:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:942:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:942:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:951:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 951 | #if __INTRINSIC_PROLOG(__readcr3) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:951:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:951:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:951:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:960:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 960 | #if __INTRINSIC_PROLOG(__readcr4) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:960:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:960:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:960:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:969:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 969 | #if __INTRINSIC_PROLOG(__readcr8) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:969:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:969:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:969:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:978:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 978 | #if __INTRINSIC_PROLOG(__writecr0) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:978:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:978:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:978:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:987:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 987 | #if __INTRINSIC_PROLOG(__writecr3) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:987:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:987:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:987:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:996:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 996 | #if __INTRINSIC_PROLOG(__writecr4) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:996:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:996:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:996:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1005:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1005 | #if __INTRINSIC_PROLOG(__writecr8) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1005:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1005:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1005:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1014:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1014 | #if __INTRINSIC_PROLOG(__movsq) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1014:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1014:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1014:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1023:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1023 | #if __INTRINSIC_PROLOG(_umul128) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1023:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1023:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1023:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1039:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1039 | #if __INTRINSIC_PROLOG(_mul128) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1039:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1039:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1039:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1055:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1055 | #if __INTRINSIC_PROLOG(__shiftleft128) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1055:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1055:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1055:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1074:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1074 | #if __INTRINSIC_PROLOG(__shiftright128) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1074:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1074:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1074:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1548:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1548 | #if __INTRINSIC_PROLOG(__popcnt16) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1548:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1548:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1548:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1560:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1560 | #if __INTRINSIC_PROLOG(__popcnt) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1560:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1560:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1560:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1572:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1572 | #if __INTRINSIC_PROLOG(__popcnt64) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1572:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1572:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1572:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1584:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1584 | #if __INTRINSIC_PROLOG(_InterlockedAnd) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1584:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1584:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1584:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1593:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1593 | #if __INTRINSIC_PROLOG(_InterlockedOr) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1593:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1593:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1593:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1602:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1602 | #if __INTRINSIC_PROLOG(_InterlockedXor) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1602:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1602:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1602:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1611:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1611 | #if __INTRINSIC_PROLOG(_InterlockedIncrement16) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1611:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1611:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1611:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1622:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1622 | #if __INTRINSIC_PROLOG(_InterlockedDecrement16) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1622:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1622:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1622:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1633 | #if __INTRINSIC_PROLOG(_InterlockedCompareExchange16) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1644:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1644 | #if __INTRINSIC_PROLOG(_InterlockedExchangeAdd) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1644:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1644:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1644:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1655:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1655 | #if __INTRINSIC_PROLOG(_InterlockedCompareExchange) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1655:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1655:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1655:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1666:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1666 | #if __INTRINSIC_PROLOG(_InterlockedIncrement) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1666:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1666:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1666:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1677:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1677 | #if __INTRINSIC_PROLOG(_InterlockedDecrement) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1677:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1677:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1677:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1688:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1688 | #if __INTRINSIC_PROLOG(_InterlockedAdd) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1688:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1688:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1688:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1699:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1699 | #if __INTRINSIC_PROLOG(_InterlockedAdd64) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1699:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1699:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1699:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1710:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1710 | #if __INTRINSIC_PROLOG(_InterlockedExchange) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1710:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1710:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1710:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1721:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1721 | #if __INTRINSIC_PROLOG(_InterlockedCompareExchange64) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1721:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1721:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1721:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1732:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1732 | #if __INTRINSIC_PROLOG(_InterlockedCompareExchangePointer) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1732:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1732:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1732:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1743:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1743 | #if __INTRINSIC_PROLOG(_InterlockedExchangePointer) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1743:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1743:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1743:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1758:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1758 | #if __INTRINSIC_PROLOG(__int2c) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1758:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1758:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1758:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1769:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1769 | #if __INTRINSIC_PROLOG(__stosb) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1769:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1769:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1769:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1778:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1778 | #if __INTRINSIC_PROLOG(__stosw) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1778:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1778:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1778:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1787:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1787 | #if __INTRINSIC_PROLOG(__stosd) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1787:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1787:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1787:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1796:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1796 | #if __INTRINSIC_PROLOG(_interlockedbittestandset) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1796:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1796:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1796:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1805:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1805 | #if __INTRINSIC_PROLOG(_interlockedbittestandreset) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1805:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1805:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1805:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1814:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1814 | #if __INTRINSIC_PROLOG(_interlockedbittestandcomplement) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1814:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1814:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1814:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1823:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1823 | #if __INTRINSIC_PROLOG(InterlockedBitTestAndSet) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1823:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1823:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1823:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1832:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1832 | #if __INTRINSIC_PROLOG(InterlockedBitTestAndReset) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1832:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1832:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1832:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1841:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1841 | #if __INTRINSIC_PROLOG(InterlockedBitTestAndComplement) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1841:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1841:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1841:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1850:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1850 | #if __INTRINSIC_PROLOG(_BitScanForward) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1850:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1850:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1850:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1859:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1859 | #if __INTRINSIC_PROLOG(_BitScanReverse) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1859:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1859:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1859:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1868:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1868 | #if __INTRINSIC_PROLOG(_bittest) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1868:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1868:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1868:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1877:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1877 | #if __INTRINSIC_PROLOG(_bittestandset) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1877:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1877:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1877:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1886:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1886 | #if __INTRINSIC_PROLOG(_bittestandreset) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1886:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1886:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1886:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1895:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1895 | #if __INTRINSIC_PROLOG(_bittestandcomplement) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1895:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1895:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1895:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1904:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1904 | #if __INTRINSIC_PROLOG(__inbyte) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1904:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1904:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1904:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1913:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1913 | #if __INTRINSIC_PROLOG(__inword) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1913:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1913:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1913:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1922:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1922 | #if __INTRINSIC_PROLOG(__indword) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1922:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1922:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1922:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1931:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1931 | #if __INTRINSIC_PROLOG(__outbyte) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1931:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1931:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1931:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1940:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1940 | #if __INTRINSIC_PROLOG(__outword) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1940:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1940:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1940:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1949:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1949 | #if __INTRINSIC_PROLOG(__outdword) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1949:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1949:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1949:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1958:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1958 | #if __INTRINSIC_PROLOG(__inbytestring) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1958:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1958:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1958:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1967:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1967 | #if __INTRINSIC_PROLOG(__inwordstring) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1967:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1967:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1967:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1976:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1976 | #if __INTRINSIC_PROLOG(__indwordstring) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1976:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1976:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1976:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1985:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1985 | #if __INTRINSIC_PROLOG(__outbytestring) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1985:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1985:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1985:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1994:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1994 | #if __INTRINSIC_PROLOG(__outwordstring) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1994:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1994:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1994:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2003:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 2003 | #if __INTRINSIC_PROLOG(__outdwordstring) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2003:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2003:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2003:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2012:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 2012 | #if __INTRINSIC_PROLOG(__cpuid) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2012:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2012:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2012:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2042:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 2042 | #if __INTRINSIC_PROLOG(__readmsr) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2042:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2042:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2042:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2065:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 2065 | #if __INTRINSIC_PROLOG(__writemsr) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2065:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2065:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2065:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2081:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 2081 | #if __INTRINSIC_PROLOG(__movsb) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2081:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2081:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2081:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2090:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 2090 | #if __INTRINSIC_PROLOG(__movsw) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2090:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2090:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2090:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2099:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 2099 | #if __INTRINSIC_PROLOG(__movsd) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2099:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2099:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2099:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/minwindef.h:196:3: warning: function declaration isn't a prototype [-Wstrict-prototypes] 196 | typedef INT_PTR (WINAPI *FARPROC) (); | ^~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/minwindef.h:197:3: warning: function declaration isn't a prototype [-Wstrict-prototypes] 197 | typedef INT_PTR (WINAPI *NEARPROC) (); | ^~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/minwindef.h:198:3: warning: function declaration isn't a prototype [-Wstrict-prototypes] 198 | typedef INT_PTR (WINAPI *PROC) (); | ^~~~~~~ In file included from D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/winbase.h:29, from D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/windows.h:70: D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/processthreadsapi.h:130:47: warning: ISO C does not allow extra ';' outside of a function [-Wpedantic] 130 | DEFINE_ENUM_FLAG_OPERATORS(MACHINE_ATTRIBUTES); | ^ In file included from D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/winbase.h:49: D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:586:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 586 | #if __INTRINSIC_PROLOG(_lrotl) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:586:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:586:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:586:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:598:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 598 | #if __INTRINSIC_PROLOG(_lrotr) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:598:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:598:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:598:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:610:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 610 | #if __INTRINSIC_PROLOG(_rotl8) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:610:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:610:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:610:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:622:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 622 | #if __INTRINSIC_PROLOG(_rotr8) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:622:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:622:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:622:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:634:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 634 | #if __INTRINSIC_PROLOG(_rotl16) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:634:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:634:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:634:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:646:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 646 | #if __INTRINSIC_PROLOG(_rotr16) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:646:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:646:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:646:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:660:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 660 | #if __INTRINSIC_PROLOG(__faststorefence) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:660:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:660:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:660:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:673:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 673 | #if __INTRINSIC_PROLOG(__stosq) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:673:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:673:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:673:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:682:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 682 | #if __INTRINSIC_PROLOG(_interlockedbittestandset64) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:682:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:682:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:682:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:691:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 691 | #if __INTRINSIC_PROLOG(_interlockedbittestandreset64) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:691:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:691:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:691:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:700:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 700 | #if __INTRINSIC_PROLOG(_interlockedbittestandcomplement64) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:700:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:700:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:700:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:709:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 709 | #if __INTRINSIC_PROLOG(InterlockedBitTestAndSet64) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:709:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:709:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:709:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:718:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 718 | #if __INTRINSIC_PROLOG(InterlockedBitTestAndReset64) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:718:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:718:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:718:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:727:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 727 | #if __INTRINSIC_PROLOG(InterlockedBitTestAndComplement64) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:727:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:727:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:727:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:736:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 736 | #if __INTRINSIC_PROLOG(_InterlockedAnd64) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:736:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:736:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:736:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:745:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 745 | #if __INTRINSIC_PROLOG(_InterlockedOr64) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:745:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:745:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:745:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:754:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 754 | #if __INTRINSIC_PROLOG(_InterlockedXor64) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:754:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:754:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:754:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:763:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 763 | #if __INTRINSIC_PROLOG(_InterlockedIncrement64) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:763:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:763:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:763:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:774:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 774 | #if __INTRINSIC_PROLOG(_InterlockedDecrement64) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:774:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:774:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:774:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:785:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 785 | #if __INTRINSIC_PROLOG(_InterlockedExchange64) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:785:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:785:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:785:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:796:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 796 | #if __INTRINSIC_PROLOG(_InterlockedExchangeAdd64) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:796:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:796:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:796:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:807:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 807 | #if __INTRINSIC_PROLOG(__readgsbyte) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:807:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:807:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:807:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:816:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 816 | #if __INTRINSIC_PROLOG(__readgsword) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:816:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:816:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:816:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:825:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 825 | #if __INTRINSIC_PROLOG(__readgsdword) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:825:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:825:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:825:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:834:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 834 | #if __INTRINSIC_PROLOG(__readgsqword) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:834:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:834:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:834:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:843:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 843 | #if __INTRINSIC_PROLOG(__writegsbyte) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:843:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:843:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:843:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:852:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 852 | #if __INTRINSIC_PROLOG(__writegsword) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:852:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:852:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:852:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:861:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 861 | #if __INTRINSIC_PROLOG(__writegsdword) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:861:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:861:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:861:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:870:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 870 | #if __INTRINSIC_PROLOG(__writegsqword) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:870:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:870:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:870:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:879:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 879 | #if __INTRINSIC_PROLOG(_BitScanForward64) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:879:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:879:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:879:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:888:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 888 | #if __INTRINSIC_PROLOG(_BitScanReverse64) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:888:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:888:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:888:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:897:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 897 | #if __INTRINSIC_PROLOG(_bittest64) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:897:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:897:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:897:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:906:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 906 | #if __INTRINSIC_PROLOG(_bittestandset64) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:906:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:906:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:906:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:915:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 915 | #if __INTRINSIC_PROLOG(_bittestandreset64) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:915:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:915:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:915:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:924:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 924 | #if __INTRINSIC_PROLOG(_bittestandcomplement64) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:924:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:924:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:924:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:933:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 933 | #if __INTRINSIC_PROLOG(__readcr0) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:933:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:933:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:933:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:942:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 942 | #if __INTRINSIC_PROLOG(__readcr2) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:942:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:942:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:942:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:951:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 951 | #if __INTRINSIC_PROLOG(__readcr3) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:951:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:951:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:951:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:960:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 960 | #if __INTRINSIC_PROLOG(__readcr4) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:960:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:960:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:960:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:969:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 969 | #if __INTRINSIC_PROLOG(__readcr8) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:969:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:969:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:969:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:978:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 978 | #if __INTRINSIC_PROLOG(__writecr0) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:978:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:978:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:978:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:987:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 987 | #if __INTRINSIC_PROLOG(__writecr3) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:987:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:987:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:987:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:996:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 996 | #if __INTRINSIC_PROLOG(__writecr4) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:996:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:996:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:996:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1005:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1005 | #if __INTRINSIC_PROLOG(__writecr8) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1005:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1005:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1005:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1014:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1014 | #if __INTRINSIC_PROLOG(__movsq) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1014:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1014:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1014:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1023:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1023 | #if __INTRINSIC_PROLOG(_umul128) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1023:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1023:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1023:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1039:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1039 | #if __INTRINSIC_PROLOG(_mul128) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1039:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1039:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1039:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1055:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1055 | #if __INTRINSIC_PROLOG(__shiftleft128) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1055:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1055:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1055:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1074:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1074 | #if __INTRINSIC_PROLOG(__shiftright128) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1074:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1074:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1074:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1548:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1548 | #if __INTRINSIC_PROLOG(__popcnt16) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1548:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1548:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1548:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1560:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1560 | #if __INTRINSIC_PROLOG(__popcnt) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1560:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1560:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1560:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1572:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1572 | #if __INTRINSIC_PROLOG(__popcnt64) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1572:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1572:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1572:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1584:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1584 | #if __INTRINSIC_PROLOG(_InterlockedAnd) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1584:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1584:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1584:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1593:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1593 | #if __INTRINSIC_PROLOG(_InterlockedOr) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1593:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1593:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1593:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1602:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1602 | #if __INTRINSIC_PROLOG(_InterlockedXor) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1602:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1602:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1602:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1611:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1611 | #if __INTRINSIC_PROLOG(_InterlockedIncrement16) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1611:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1611:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1611:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1622:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1622 | #if __INTRINSIC_PROLOG(_InterlockedDecrement16) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1622:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1622:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1622:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1633 | #if __INTRINSIC_PROLOG(_InterlockedCompareExchange16) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1644:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1644 | #if __INTRINSIC_PROLOG(_InterlockedExchangeAdd) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1644:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1644:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1644:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1655:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1655 | #if __INTRINSIC_PROLOG(_InterlockedCompareExchange) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1655:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1655:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1655:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1666:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1666 | #if __INTRINSIC_PROLOG(_InterlockedIncrement) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1666:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1666:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1666:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1677:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1677 | #if __INTRINSIC_PROLOG(_InterlockedDecrement) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1677:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1677:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1677:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1688:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1688 | #if __INTRINSIC_PROLOG(_InterlockedAdd) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1688:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1688:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1688:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1699:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1699 | #if __INTRINSIC_PROLOG(_InterlockedAdd64) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1699:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1699:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1699:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1710:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1710 | #if __INTRINSIC_PROLOG(_InterlockedExchange) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1710:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1710:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1710:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1721:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1721 | #if __INTRINSIC_PROLOG(_InterlockedCompareExchange64) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1721:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1721:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1721:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1732:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1732 | #if __INTRINSIC_PROLOG(_InterlockedCompareExchangePointer) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1732:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1732:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1732:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1743:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1743 | #if __INTRINSIC_PROLOG(_InterlockedExchangePointer) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1743:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1743:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1743:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1758:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1758 | #if __INTRINSIC_PROLOG(__int2c) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1758:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1758:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1758:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1769:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1769 | #if __INTRINSIC_PROLOG(__stosb) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1769:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1769:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1769:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1778:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1778 | #if __INTRINSIC_PROLOG(__stosw) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1778:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1778:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1778:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1787:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1787 | #if __INTRINSIC_PROLOG(__stosd) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1787:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1787:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1787:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1796:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1796 | #if __INTRINSIC_PROLOG(_interlockedbittestandset) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1796:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1796:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1796:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1805:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1805 | #if __INTRINSIC_PROLOG(_interlockedbittestandreset) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1805:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1805:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1805:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1814:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1814 | #if __INTRINSIC_PROLOG(_interlockedbittestandcomplement) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1814:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1814:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1814:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1823:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1823 | #if __INTRINSIC_PROLOG(InterlockedBitTestAndSet) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1823:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1823:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1823:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1832:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1832 | #if __INTRINSIC_PROLOG(InterlockedBitTestAndReset) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1832:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1832:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1832:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1841:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1841 | #if __INTRINSIC_PROLOG(InterlockedBitTestAndComplement) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1841:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1841:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1841:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1850:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1850 | #if __INTRINSIC_PROLOG(_BitScanForward) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1850:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1850:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1850:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1859:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1859 | #if __INTRINSIC_PROLOG(_BitScanReverse) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1859:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1859:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1859:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1868:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1868 | #if __INTRINSIC_PROLOG(_bittest) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1868:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1868:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1868:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1877:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1877 | #if __INTRINSIC_PROLOG(_bittestandset) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1877:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1877:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1877:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1886:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1886 | #if __INTRINSIC_PROLOG(_bittestandreset) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1886:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1886:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1886:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1895:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1895 | #if __INTRINSIC_PROLOG(_bittestandcomplement) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1895:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1895:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1895:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1904:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1904 | #if __INTRINSIC_PROLOG(__inbyte) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1904:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1904:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1904:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1913:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1913 | #if __INTRINSIC_PROLOG(__inword) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1913:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1913:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1913:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1922:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1922 | #if __INTRINSIC_PROLOG(__indword) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1922:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1922:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1922:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1931:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1931 | #if __INTRINSIC_PROLOG(__outbyte) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1931:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1931:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1931:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1940:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1940 | #if __INTRINSIC_PROLOG(__outword) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1940:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1940:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1940:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1949:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1949 | #if __INTRINSIC_PROLOG(__outdword) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1949:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1949:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1949:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1958:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1958 | #if __INTRINSIC_PROLOG(__inbytestring) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1958:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1958:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1958:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1967:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1967 | #if __INTRINSIC_PROLOG(__inwordstring) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1967:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1967:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1967:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1976:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1976 | #if __INTRINSIC_PROLOG(__indwordstring) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1976:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1976:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1976:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1985:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1985 | #if __INTRINSIC_PROLOG(__outbytestring) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1985:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1985:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1985:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1994:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 1994 | #if __INTRINSIC_PROLOG(__outwordstring) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1994:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1994:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:1994:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2003:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 2003 | #if __INTRINSIC_PROLOG(__outdwordstring) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2003:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2003:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2003:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2012:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 2012 | #if __INTRINSIC_PROLOG(__cpuid) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2012:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2012:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2012:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2042:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 2042 | #if __INTRINSIC_PROLOG(__readmsr) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2042:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2042:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2042:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2065:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 2065 | #if __INTRINSIC_PROLOG(__writemsr) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2065:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2065:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2065:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2081:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 2081 | #if __INTRINSIC_PROLOG(__movsb) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2081:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2081:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2081:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2090:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 2090 | #if __INTRINSIC_PROLOG(__movsw) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2090:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2090:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2090:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2099:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 2099 | #if __INTRINSIC_PROLOG(__movsd) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2099:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2099:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2099:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/windows.h:72: D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/winuser.h:2237:3: warning: 'dllimport' attribute ignored [-Wattributes] 2237 | WINUSERAPI WINBOOL WINAPI UpdateLayeredWindowIndirect (HWND hWnd, const UPDATELAYEREDWINDOWINFO *pULWInfo); | ^~~~~~~~~~ In file included from D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/wtypes.h:8, from D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/winscard.h:10, from D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/windows.h:97: D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/rpcndr.h:451:3: warning: function declaration isn't a prototype [-Wstrict-prototypes] 451 | typedef __LONG32 (__RPC_API *SERVER_ROUTINE)(); | ^~~~~~~ In file included from D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/objbase.h:163, from D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/ole2.h:17, from D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/wtypes.h:13: D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/urlmon.h:1333:24: warning: ISO C restricts enumerator values to range of 'int' [-Wpedantic] 1333 | BINDF_RESERVED_2 = 0x80000000, | ^~~~~~~~~~ D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/urlmon.h:1745:25: warning: ISO C restricts enumerator values to range of 'int' [-Wpedantic] 1745 | BINDF2_RESERVED_1 = 0x80000000 | ^~~~~~~~~~ In file included from D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/winscard.h:11: D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/winioctl.h:359:11: warning: ISO C forbids zero-size array 'SerialNumber' [-Wpedantic] 359 | UCHAR SerialNumber[0]; | ^~~~~~~~~~~~ vendor/uuid/gen_uuid.c:134:12: warning: 'getuid' defined but not used [-Wunused-function] 134 | static int getuid (void) | ^~~~~~ gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/uuid/isnull.c -o vendor/uuid/isnull.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/uuid/pack.c -o vendor/uuid/pack.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/uuid/parse.c -o vendor/uuid/parse.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/uuid/unpack.c -o vendor/uuid/unpack.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/uuid/unparse.c -o vendor/uuid/unparse.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -ID:/rtools43/x86_64-w64-mingw32.static.posix/include/libxml2 -DLIBXML_STATIC -I/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include -DLZMA_API_STATIC -DLZMA_API_STATIC -DUSING_R -I. -Ivendor -Ivendor/cigraph/src -Ivendor/cigraph/include -Ivendor/cigraph/vendor -Ivendor/io/parsers -Ivendor/mini-gmp -DNDEBUG -DNTIMER -DNPRINT -DIGRAPH_THREAD_LOCAL= -DPRPACK_IGRAPH_SUPPORT -DHAVE_GFORTRAN=1 -D_GNU_SOURCE=1 -DHAVE_LIBXML -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vendor/cigraph/vendor/mini-gmp/mini-gmp.c -o vendor/cigraph/vendor/mini-gmp/mini-gmp.o g++ -std=gnu++17 -shared -s -static-libgcc -o igraph.dll igraph-win.def cpp11.o cpprinterface.o init.o rinterface.o rinterface_extra.o rrandom.o simpleraytracer.o vendor/arpack/dgetv0.o vendor/arpack/dlaqrb.o vendor/arpack/dmout.o vendor/arpack/dnaitr.o vendor/arpack/dnapps.o vendor/arpack/dnaup2.o vendor/arpack/dnaupd.o vendor/arpack/dnconv.o vendor/arpack/dneigh.o vendor/arpack/dneupd.o vendor/arpack/dngets.o vendor/arpack/dsaitr.o vendor/arpack/dsapps.o vendor/arpack/dsaup2.o vendor/arpack/dsaupd.o vendor/arpack/dsconv.o vendor/arpack/dseigt.o vendor/arpack/dsesrt.o vendor/arpack/dseupd.o vendor/arpack/dsgets.o vendor/arpack/dsortc.o vendor/arpack/dsortr.o vendor/arpack/dstatn.o vendor/arpack/dstats.o vendor/arpack/dstqrb.o vendor/arpack/dvout.o vendor/arpack/ivout.o vendor/arpack/second.o vendor/arpack/wrap.o vendor/cigraph/src/centrality/betweenness.o vendor/cigraph/src/centrality/centrality_other.o vendor/cigraph/src/centrality/centralization.o vendor/cigraph/src/centrality/closeness.o vendor/cigraph/src/centrality/coreness.o vendor/cigraph/src/centrality/eigenvector.o vendor/cigraph/src/centrality/hub_authority.o vendor/cigraph/src/centrality/pagerank.o vendor/cigraph/src/centrality/prpack.o vendor/cigraph/src/centrality/prpack/prpack_base_graph.o vendor/cigraph/src/centrality/prpack/prpack_igraph_graph.o vendor/cigraph/src/centrality/prpack/prpack_preprocessed_ge_graph.o vendor/cigraph/src/centrality/prpack/prpack_preprocessed_gs_graph.o vendor/cigraph/src/centrality/prpack/prpack_preprocessed_scc_graph.o vendor/cigraph/src/centrality/prpack/prpack_preprocessed_schur_graph.o vendor/cigraph/src/centrality/prpack/prpack_result.o vendor/cigraph/src/centrality/prpack/prpack_solver.o vendor/cigraph/src/centrality/prpack/prpack_utils.o vendor/cigraph/src/centrality/truss.o vendor/cigraph/src/cliques/cliquer/cliquer.o vendor/cigraph/src/cliques/cliquer/cliquer_graph.o vendor/cigraph/src/cliques/cliquer/reorder.o vendor/cigraph/src/cliques/cliquer_wrapper.o vendor/cigraph/src/cliques/cliques.o vendor/cigraph/src/cliques/glet.o vendor/cigraph/src/cliques/maximal_cliques.o vendor/cigraph/src/community/community_misc.o vendor/cigraph/src/community/edge_betweenness.o vendor/cigraph/src/community/fast_modularity.o vendor/cigraph/src/community/fluid.o vendor/cigraph/src/community/infomap/infomap.o vendor/cigraph/src/community/infomap/infomap_FlowGraph.o vendor/cigraph/src/community/infomap/infomap_Greedy.o vendor/cigraph/src/community/label_propagation.o vendor/cigraph/src/community/leading_eigenvector.o vendor/cigraph/src/community/leiden.o vendor/cigraph/src/community/louvain.o vendor/cigraph/src/community/modularity.o vendor/cigraph/src/community/optimal_modularity.o vendor/cigraph/src/community/spinglass/NetDataTypes.o vendor/cigraph/src/community/spinglass/NetRoutines.o vendor/cigraph/src/community/spinglass/clustertool.o vendor/cigraph/src/community/spinglass/pottsmodel_2.o vendor/cigraph/src/community/voronoi.o vendor/cigraph/src/community/walktrap/walktrap.o vendor/cigraph/src/community/walktrap/walktrap_communities.o vendor/cigraph/src/community/walktrap/walktrap_graph.o vendor/cigraph/src/community/walktrap/walktrap_heap.o vendor/cigraph/src/connectivity/cohesive_blocks.o vendor/cigraph/src/connectivity/components.o vendor/cigraph/src/connectivity/reachability.o vendor/cigraph/src/connectivity/separators.o vendor/cigraph/src/constructors/adjacency.o vendor/cigraph/src/constructors/atlas.o vendor/cigraph/src/constructors/basic_constructors.o vendor/cigraph/src/constructors/circulant.o vendor/cigraph/src/constructors/de_bruijn.o vendor/cigraph/src/constructors/famous.o vendor/cigraph/src/constructors/full.o vendor/cigraph/src/constructors/generalized_petersen.o vendor/cigraph/src/constructors/kautz.o vendor/cigraph/src/constructors/lattices.o vendor/cigraph/src/constructors/lcf.o vendor/cigraph/src/constructors/linegraph.o vendor/cigraph/src/constructors/prufer.o vendor/cigraph/src/constructors/regular.o vendor/cigraph/src/constructors/trees.o vendor/cigraph/src/core/array.o vendor/cigraph/src/core/bitset.o vendor/cigraph/src/core/bitset_list.o vendor/cigraph/src/core/buckets.o vendor/cigraph/src/core/cutheap.o vendor/cigraph/src/core/dqueue.o vendor/cigraph/src/core/error.o vendor/cigraph/src/core/estack.o vendor/cigraph/src/core/fixed_vectorlist.o vendor/cigraph/src/core/genheap.o vendor/cigraph/src/core/grid.o vendor/cigraph/src/core/heap.o vendor/cigraph/src/core/indheap.o vendor/cigraph/src/core/interruption.o vendor/cigraph/src/core/marked_queue.o vendor/cigraph/src/core/matrix.o vendor/cigraph/src/core/matrix_list.o vendor/cigraph/src/core/memory.o vendor/cigraph/src/core/printing.o vendor/cigraph/src/core/progress.o vendor/cigraph/src/core/psumtree.o vendor/cigraph/src/core/set.o vendor/cigraph/src/core/sparsemat.o vendor/cigraph/src/core/stack.o vendor/cigraph/src/core/statusbar.o vendor/cigraph/src/core/strvector.o vendor/cigraph/src/core/trie.o vendor/cigraph/src/core/vector.o vendor/cigraph/src/core/vector_list.o vendor/cigraph/src/core/vector_ptr.o vendor/cigraph/src/flow/flow.o vendor/cigraph/src/flow/flow_conversion.o vendor/cigraph/src/flow/st-cuts.o vendor/cigraph/src/games/barabasi.o vendor/cigraph/src/games/callaway_traits.o vendor/cigraph/src/games/chung_lu.o vendor/cigraph/src/games/citations.o vendor/cigraph/src/games/correlated.o vendor/cigraph/src/games/degree_sequence.o vendor/cigraph/src/games/degree_sequence_vl/gengraph_degree_sequence.o vendor/cigraph/src/games/degree_sequence_vl/gengraph_graph_molloy_hash.o vendor/cigraph/src/games/degree_sequence_vl/gengraph_graph_molloy_optimized.o vendor/cigraph/src/games/degree_sequence_vl/gengraph_mr-connected.o vendor/cigraph/src/games/degree_sequence_vl/gengraph_random.o vendor/cigraph/src/games/dotproduct.o vendor/cigraph/src/games/erdos_renyi.o vendor/cigraph/src/games/establishment.o vendor/cigraph/src/games/forestfire.o vendor/cigraph/src/games/grg.o vendor/cigraph/src/games/growing_random.o vendor/cigraph/src/games/islands.o vendor/cigraph/src/games/k_regular.o vendor/cigraph/src/games/preference.o vendor/cigraph/src/games/recent_degree.o vendor/cigraph/src/games/sbm.o vendor/cigraph/src/games/static_fitness.o vendor/cigraph/src/games/tree.o vendor/cigraph/src/games/watts_strogatz.o vendor/cigraph/src/graph/adjlist.o vendor/cigraph/src/graph/attributes.o vendor/cigraph/src/graph/basic_query.o vendor/cigraph/src/graph/caching.o vendor/cigraph/src/graph/cattributes.o vendor/cigraph/src/graph/graph_list.o vendor/cigraph/src/graph/iterators.o vendor/cigraph/src/graph/type_common.o vendor/cigraph/src/graph/type_indexededgelist.o vendor/cigraph/src/graph/visitors.o vendor/cigraph/src/hrg/hrg.o vendor/cigraph/src/hrg/hrg_types.o vendor/cigraph/src/internal/glpk_support.o vendor/cigraph/src/internal/hacks.o vendor/cigraph/src/internal/lsap.o vendor/cigraph/src/internal/qsort.o vendor/cigraph/src/internal/qsort_r.o vendor/cigraph/src/internal/utils.o vendor/cigraph/src/internal/zeroin.o vendor/cigraph/src/io/dimacs.o vendor/cigraph/src/io/dl.o vendor/cigraph/src/io/dot.o vendor/cigraph/src/io/edgelist.o vendor/cigraph/src/io/gml-tree.o vendor/cigraph/src/io/gml.o vendor/cigraph/src/io/graphdb.o vendor/cigraph/src/io/graphml.o vendor/cigraph/src/io/leda.o vendor/cigraph/src/io/lgl.o vendor/cigraph/src/io/ncol.o vendor/cigraph/src/io/pajek.o vendor/cigraph/src/io/parse_utils.o vendor/cigraph/src/isomorphism/bliss.o vendor/cigraph/src/isomorphism/bliss/defs.o vendor/cigraph/src/isomorphism/bliss/graph.o vendor/cigraph/src/isomorphism/bliss/heap.o vendor/cigraph/src/isomorphism/bliss/orbit.o vendor/cigraph/src/isomorphism/bliss/partition.o vendor/cigraph/src/isomorphism/bliss/uintseqhash.o vendor/cigraph/src/isomorphism/bliss/utils.o vendor/cigraph/src/isomorphism/isoclasses.o vendor/cigraph/src/isomorphism/isomorphism_misc.o vendor/cigraph/src/isomorphism/lad.o vendor/cigraph/src/isomorphism/queries.o vendor/cigraph/src/isomorphism/vf2.o vendor/cigraph/src/layout/circular.o vendor/cigraph/src/layout/davidson_harel.o vendor/cigraph/src/layout/drl/DensityGrid.o vendor/cigraph/src/layout/drl/DensityGrid_3d.o vendor/cigraph/src/layout/drl/drl_graph.o vendor/cigraph/src/layout/drl/drl_graph_3d.o vendor/cigraph/src/layout/drl/drl_layout.o vendor/cigraph/src/layout/drl/drl_layout_3d.o vendor/cigraph/src/layout/drl/drl_parse.o vendor/cigraph/src/layout/fruchterman_reingold.o vendor/cigraph/src/layout/gem.o vendor/cigraph/src/layout/graphopt.o vendor/cigraph/src/layout/kamada_kawai.o vendor/cigraph/src/layout/large_graph.o vendor/cigraph/src/layout/layout_bipartite.o vendor/cigraph/src/layout/layout_grid.o vendor/cigraph/src/layout/layout_random.o vendor/cigraph/src/layout/mds.o vendor/cigraph/src/layout/merge_dla.o vendor/cigraph/src/layout/merge_grid.o vendor/cigraph/src/layout/reingold_tilford.o vendor/cigraph/src/layout/sugiyama.o vendor/cigraph/src/layout/umap.o vendor/cigraph/src/linalg/arpack.o vendor/cigraph/src/linalg/blas.o vendor/cigraph/src/linalg/eigen.o vendor/cigraph/src/linalg/lapack.o vendor/cigraph/src/math/complex.o vendor/cigraph/src/math/safe_intop.o vendor/cigraph/src/math/utils.o vendor/cigraph/src/misc/bipartite.o vendor/cigraph/src/misc/chordality.o vendor/cigraph/src/misc/cocitation.o vendor/cigraph/src/misc/coloring.o vendor/cigraph/src/misc/conversion.o vendor/cigraph/src/misc/cycle_bases.o vendor/cigraph/src/misc/degree_sequence.o vendor/cigraph/src/misc/embedding.o vendor/cigraph/src/misc/feedback_arc_set.o vendor/cigraph/src/misc/graphicality.o vendor/cigraph/src/misc/matching.o vendor/cigraph/src/misc/microscopic_update.o vendor/cigraph/src/misc/mixing.o vendor/cigraph/src/misc/motifs.o vendor/cigraph/src/misc/order_cycle.o vendor/cigraph/src/misc/other.o vendor/cigraph/src/misc/power_law_fit.o vendor/cigraph/src/misc/scan.o vendor/cigraph/src/misc/sir.o vendor/cigraph/src/misc/spanning_trees.o vendor/cigraph/src/operators/add_edge.o vendor/cigraph/src/operators/complementer.o vendor/cigraph/src/operators/compose.o vendor/cigraph/src/operators/connect_neighborhood.o vendor/cigraph/src/operators/contract.o vendor/cigraph/src/operators/difference.o vendor/cigraph/src/operators/disjoint_union.o vendor/cigraph/src/operators/intersection.o vendor/cigraph/src/operators/join.o vendor/cigraph/src/operators/misc_internal.o vendor/cigraph/src/operators/permute.o vendor/cigraph/src/operators/reverse.o vendor/cigraph/src/operators/rewire.o vendor/cigraph/src/operators/rewire_edges.o vendor/cigraph/src/operators/simplify.o vendor/cigraph/src/operators/subgraph.o vendor/cigraph/src/operators/union.o vendor/cigraph/src/paths/all_shortest_paths.o vendor/cigraph/src/paths/astar.o vendor/cigraph/src/paths/bellman_ford.o vendor/cigraph/src/paths/dijkstra.o vendor/cigraph/src/paths/distances.o vendor/cigraph/src/paths/eulerian.o vendor/cigraph/src/paths/floyd_warshall.o vendor/cigraph/src/paths/histogram.o vendor/cigraph/src/paths/johnson.o vendor/cigraph/src/paths/random_walk.o vendor/cigraph/src/paths/shortest_paths.o vendor/cigraph/src/paths/simple_paths.o vendor/cigraph/src/paths/sparsifier.o vendor/cigraph/src/paths/unweighted.o vendor/cigraph/src/paths/voronoi.o vendor/cigraph/src/paths/widest_paths.o vendor/cigraph/src/properties/basic_properties.o vendor/cigraph/src/properties/complete.o vendor/cigraph/src/properties/constraint.o vendor/cigraph/src/properties/convergence_degree.o vendor/cigraph/src/properties/dag.o vendor/cigraph/src/properties/degrees.o vendor/cigraph/src/properties/ecc.o vendor/cigraph/src/properties/girth.o vendor/cigraph/src/properties/loops.o vendor/cigraph/src/properties/multiplicity.o vendor/cigraph/src/properties/neighborhood.o vendor/cigraph/src/properties/perfect.o vendor/cigraph/src/properties/spectral.o vendor/cigraph/src/properties/trees.o vendor/cigraph/src/properties/triangles.o vendor/cigraph/src/random/random.o vendor/cigraph/src/random/rng_glibc2.o vendor/cigraph/src/random/rng_mt19937.o vendor/cigraph/src/random/rng_pcg32.o vendor/cigraph/src/random/rng_pcg64.o vendor/cigraph/src/version.o vendor/cigraph/vendor/cs/cs_add.o vendor/cigraph/vendor/cs/cs_amd.o vendor/cigraph/vendor/cs/cs_chol.o vendor/cigraph/vendor/cs/cs_cholsol.o vendor/cigraph/vendor/cs/cs_compress.o vendor/cigraph/vendor/cs/cs_counts.o vendor/cigraph/vendor/cs/cs_cumsum.o vendor/cigraph/vendor/cs/cs_dfs.o vendor/cigraph/vendor/cs/cs_dmperm.o vendor/cigraph/vendor/cs/cs_droptol.o vendor/cigraph/vendor/cs/cs_dropzeros.o vendor/cigraph/vendor/cs/cs_dupl.o vendor/cigraph/vendor/cs/cs_entry.o vendor/cigraph/vendor/cs/cs_ereach.o vendor/cigraph/vendor/cs/cs_etree.o vendor/cigraph/vendor/cs/cs_fkeep.o vendor/cigraph/vendor/cs/cs_gaxpy.o vendor/cigraph/vendor/cs/cs_happly.o vendor/cigraph/vendor/cs/cs_house.o vendor/cigraph/vendor/cs/cs_ipvec.o vendor/cigraph/vendor/cs/cs_leaf.o vendor/cigraph/vendor/cs/cs_load.o vendor/cigraph/vendor/cs/cs_lsolve.o vendor/cigraph/vendor/cs/cs_ltsolve.o vendor/cigraph/vendor/cs/cs_lu.o vendor/cigraph/vendor/cs/cs_lusol.o vendor/cigraph/vendor/cs/cs_malloc.o vendor/cigraph/vendor/cs/cs_maxtrans.o vendor/cigraph/vendor/cs/cs_multiply.o vendor/cigraph/vendor/cs/cs_norm.o vendor/cigraph/vendor/cs/cs_permute.o vendor/cigraph/vendor/cs/cs_pinv.o vendor/cigraph/vendor/cs/cs_post.o vendor/cigraph/vendor/cs/cs_print.o vendor/cigraph/vendor/cs/cs_pvec.o vendor/cigraph/vendor/cs/cs_qr.o vendor/cigraph/vendor/cs/cs_qrsol.o vendor/cigraph/vendor/cs/cs_randperm.o vendor/cigraph/vendor/cs/cs_reach.o vendor/cigraph/vendor/cs/cs_scatter.o vendor/cigraph/vendor/cs/cs_scc.o vendor/cigraph/vendor/cs/cs_schol.o vendor/cigraph/vendor/cs/cs_spsolve.o vendor/cigraph/vendor/cs/cs_sqr.o vendor/cigraph/vendor/cs/cs_symperm.o vendor/cigraph/vendor/cs/cs_tdfs.o vendor/cigraph/vendor/cs/cs_transpose.o vendor/cigraph/vendor/cs/cs_updown.o vendor/cigraph/vendor/cs/cs_usolve.o vendor/cigraph/vendor/cs/cs_util.o vendor/cigraph/vendor/cs/cs_utsolve.o vendor/cigraph/vendor/pcg/pcg-advance-128.o vendor/cigraph/vendor/pcg/pcg-advance-64.o vendor/cigraph/vendor/pcg/pcg-output-128.o vendor/cigraph/vendor/pcg/pcg-output-32.o vendor/cigraph/vendor/pcg/pcg-output-64.o vendor/cigraph/vendor/pcg/pcg-rngs-128.o vendor/cigraph/vendor/pcg/pcg-rngs-64.o vendor/cigraph/vendor/plfit/gss.o vendor/cigraph/vendor/plfit/hzeta.o vendor/cigraph/vendor/plfit/kolmogorov.o vendor/cigraph/vendor/plfit/lbfgs.o vendor/cigraph/vendor/plfit/mt.o vendor/cigraph/vendor/plfit/options.o vendor/cigraph/vendor/plfit/platform.o vendor/cigraph/vendor/plfit/plfit.o vendor/cigraph/vendor/plfit/plfit_error.o vendor/cigraph/vendor/plfit/rbinom.o vendor/cigraph/vendor/plfit/sampling.o vendor/io/dl-lexer.o vendor/io/dl-parser.o vendor/io/gml-lexer.o vendor/io/gml-parser.o vendor/io/lgl-lexer.o vendor/io/lgl-parser.o vendor/io/ncol-lexer.o vendor/io/ncol-parser.o vendor/io/pajek-lexer.o vendor/io/pajek-parser.o vendor/simpleraytracer/Color.o vendor/simpleraytracer/Light.o vendor/simpleraytracer/Point.o vendor/simpleraytracer/Ray.o vendor/simpleraytracer/RayTracer.o vendor/simpleraytracer/RayVector.o vendor/simpleraytracer/Shape.o vendor/simpleraytracer/Sphere.o vendor/simpleraytracer/Triangle.o vendor/simpleraytracer/unit_limiter.o vendor/uuid/R.o vendor/uuid/clear.o vendor/uuid/compare.o vendor/uuid/copy.o vendor/uuid/gen_uuid.o vendor/uuid/isnull.o vendor/uuid/pack.o vendor/uuid/parse.o vendor/uuid/unpack.o vendor/uuid/unparse.o vendor/cigraph/vendor/mini-gmp/mini-gmp.o -LD:/rtools43/x86_64-w64-mingw32.static.posix/lib -lxml2 -L/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/lib -lz -liconv -lm -lws2_32 -llzma -lglpk -LD:/RCompile/recent/R-4.3.3/bin/x64 -lRblas -LD:/RCompile/recent/R-4.3.3/bin/x64 -lRlapack -lgfortran -lm -lquadmath -Ld:/rtools43/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools43/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R-4.3.3/bin/x64 -lR make[1]: Leaving directory '/d/temp/2024_12_20_01_50_00_19051/Rtmpagox0d/R.INSTALLd4d44e8c491c/igraph/src' make[1]: Entering directory '/d/temp/2024_12_20_01_50_00_19051/Rtmpagox0d/R.INSTALLd4d44e8c491c/igraph/src' make[1]: Leaving directory '/d/temp/2024_12_20_01_50_00_19051/Rtmpagox0d/R.INSTALLd4d44e8c491c/igraph/src' installing to d:/Rcompile/CRANpkg/lib/4.3/00LOCK-igraph/00new/igraph/libs/x64 ** R ** demo ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices *** copying figures ** 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 'igraph' as igraph_2.1.2.zip * DONE (igraph)