* installing *source* package 'dparser' ...
** package 'dparser' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: 'gcc.exe (GCC) 13.3.0'
make[1]: Entering directory '/d/temp/2024_11_19_01_50_00_21579/RtmpWINfcC/R.INSTALLff402d33b5/dparser/src'
gcc  -I"D:/RCompile/recent/R-4.4.2/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -DUSE_FREELISTS -DTRACK_PNODES   -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c dparser.c -o dparser.o
In file included from dparser.c:10:
d.h:9: warning: "__USE_MINGW_ANSI_STDIO" redefined
    9 | #define __USE_MINGW_ANSI_STDIO 1
      | 
In file included from d:\rtools44\x86_64-w64-mingw32.static.posix\include\corecrt.h:10,
                 from d:\rtools44\x86_64-w64-mingw32.static.posix\include\stdlib.h:9,
                 from D:/RCompile/recent/R-4.4.2/include/R.h:43,
                 from dparser.c:5:
d:\rtools44\x86_64-w64-mingw32.static.posix\include\_mingw.h:434: note: this is the location of the previous definition
  434 | #define __USE_MINGW_ANSI_STDIO 0      /* was not defined so it should be 0 */
      | 
gcc  -I"D:/RCompile/recent/R-4.4.2/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -DUSE_FREELISTS -DTRACK_PNODES   -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c dsymtab.c -o dsymtab.o
gcc  -I"D:/RCompile/recent/R-4.4.2/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -DUSE_FREELISTS -DTRACK_PNODES   -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c gram.c -o gram.o
gcc  -I"D:/RCompile/recent/R-4.4.2/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -DUSE_FREELISTS -DTRACK_PNODES   -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c grammar.g.c -o grammar.g.o
gcc  -I"D:/RCompile/recent/R-4.4.2/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -DUSE_FREELISTS -DTRACK_PNODES   -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c lex.c -o lex.o
gcc  -I"D:/RCompile/recent/R-4.4.2/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -DUSE_FREELISTS -DTRACK_PNODES   -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c lr.c -o lr.o
gcc  -I"D:/RCompile/recent/R-4.4.2/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -DUSE_FREELISTS -DTRACK_PNODES   -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c mkdparse.c -o mkdparse.o
gcc  -I"D:/RCompile/recent/R-4.4.2/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -DUSE_FREELISTS -DTRACK_PNODES   -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c mkdparser.c -o mkdparser.o
In file included from mkdparser.c:7:
d.h:9: warning: "__USE_MINGW_ANSI_STDIO" redefined
    9 | #define __USE_MINGW_ANSI_STDIO 1
      | 
In file included from d:\rtools44\x86_64-w64-mingw32.static.posix\include\corecrt.h:10,
                 from d:\rtools44\x86_64-w64-mingw32.static.posix\include\crtdefs.h:10,
                 from d:\rtools44\x86_64-w64-mingw32.static.posix\include\sys\stat.h:13,
                 from mkdparser.c:1:
d:\rtools44\x86_64-w64-mingw32.static.posix\include\_mingw.h:434: note: this is the location of the previous definition
  434 | #define __USE_MINGW_ANSI_STDIO 0      /* was not defined so it should be 0 */
      | 
gcc  -I"D:/RCompile/recent/R-4.4.2/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -DUSE_FREELISTS -DTRACK_PNODES   -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c parse.c -o parse.o
In file included from d.h:109,
                 from parse.c:5:
parse.c: In function 'new_ZNode':
parse.h:152:26: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  152 | #define znode_next(_z) (*(ZNode **)&((_z)->pn))
      |                          ^~~~~~~~~~~~~~~~~~~~~
parse.c:225:22: note: in expansion of macro 'znode_next'
  225 |     p->free_znodes = znode_next(z);
      |                      ^~~~~~~~~~
parse.c: In function 'free_ZNode':
parse.h:152:26: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  152 | #define znode_next(_z) (*(ZNode **)&((_z)->pn))
      |                          ^~~~~~~~~~~~~~~~~~~~~
parse.c:268:3: note: in expansion of macro 'znode_next'
  268 |   znode_next(z) = p->free_znodes;
      |   ^~~~~~~~~~
parse.c: In function 'free_parser_working_data':
parse.h:152:26: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  152 | #define znode_next(_z) (*(ZNode **)&((_z)->pn))
      |                          ^~~~~~~~~~~~~~~~~~~~~
parse.c:436:17: note: in expansion of macro 'znode_next'
  436 |     ZNode *zn = znode_next(p->free_znodes);
      |                 ^~~~~~~~~~
gcc  -I"D:/RCompile/recent/R-4.4.2/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -DUSE_FREELISTS -DTRACK_PNODES   -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c rdparse.c -o rdparse.o
In file included from rdparse.c:6:
d.h:9: warning: "__USE_MINGW_ANSI_STDIO" redefined
    9 | #define __USE_MINGW_ANSI_STDIO 1
      | 
In file included from d:\rtools44\x86_64-w64-mingw32.static.posix\include\corecrt.h:10,
                 from d:\rtools44\x86_64-w64-mingw32.static.posix\include\stdlib.h:9,
                 from D:/RCompile/recent/R-4.4.2/include/R.h:43,
                 from rdparse.c:1:
d:\rtools44\x86_64-w64-mingw32.static.posix\include\_mingw.h:434: note: this is the location of the previous definition
  434 | #define __USE_MINGW_ANSI_STDIO 0      /* was not defined so it should be 0 */
      | 
gcc  -I"D:/RCompile/recent/R-4.4.2/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -DUSE_FREELISTS -DTRACK_PNODES   -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c read_binary.c -o read_binary.o
gcc  -I"D:/RCompile/recent/R-4.4.2/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -DUSE_FREELISTS -DTRACK_PNODES   -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c scan.c -o scan.o
gcc  -I"D:/RCompile/recent/R-4.4.2/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -DUSE_FREELISTS -DTRACK_PNODES   -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c util.c -o util.o
gcc  -I"D:/RCompile/recent/R-4.4.2/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -DUSE_FREELISTS -DTRACK_PNODES   -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c version.c -o version.o
gcc  -I"D:/RCompile/recent/R-4.4.2/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -DUSE_FREELISTS -DTRACK_PNODES   -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c write_tables.c -o write_tables.o
gcc -shared -s -static-libgcc -o dparser.dll tmp.def dparser.o dsymtab.o gram.o grammar.g.o lex.o lr.o mkdparse.o mkdparser.o parse.o rdparse.o read_binary.o scan.o util.o version.o write_tables.o -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R-4.4.2/bin/x64 -lR
make[1]: Leaving directory '/d/temp/2024_11_19_01_50_00_21579/RtmpWINfcC/R.INSTALLff402d33b5/dparser/src'
make[1]: Entering directory '/d/temp/2024_11_19_01_50_00_21579/RtmpWINfcC/R.INSTALLff402d33b5/dparser/src'
make[1]: Leaving directory '/d/temp/2024_11_19_01_50_00_21579/RtmpWINfcC/R.INSTALLff402d33b5/dparser/src'
installing via 'install.libs.R' to d:/Rcompile/CRANpkg/lib/4.4/00LOCK-dparser/00new/dparser
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded from temporary location
** 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 'dparser' as dparser_1.3.1-13.zip
* DONE (dparser)