[R-pkg-devel] win-builder, compiling C code, make[1]: ar: Command not found

2016-10-07 Thread Gillian Sharer
R)") A google search turned up nothing and a stackoverflow question has not had any responses yet. Is there something I’m missing? And is there any other relevant information I can provide? I don’t have much experience compiling C code, but it works on Mac OSX and Linux. Thanks, Gillian S

Re: [R-pkg-devel] win-builder, compiling C code, make[1]: ar: Command not found

2016-10-07 Thread Gillian Sharer
And: BINPREF=d:/Compiler/gcc-4.9.3/mingw_32/bin/ AR=$(BINPREF)ar None of these changed the win-builder results. Do I have the wrong path or is Makevars.win the wrong place to set this? Thanks, Gillian Sharer > On Oct 7, 2016, at 12:24 PM, Duncan Murdoch wrote: > > On 07/10/201

Re: [R-pkg-devel] win-builder, compiling C code, make[1]: ar: Command not found

2016-10-07 Thread Gillian Sharer
It’s solved! Changing ‘ar’ to ‘$(AR)’ in the Makefile along with adding AR="$(AR)" to @(cd libmseed && $(MAKE) static CC="$(CC)" CFLAGS="$(CFLAGS)") in the Makevars.win fixed the problem. Thank you! Gillian Sharer > On Oct 7, 2016, at 3:50 PM,

[R-pkg-devel] R checks, compiling C code and Windows ISO C warning

2016-12-01 Thread Gillian Sharer
ut CRAN checks on Windows give this warning: > warning: ISO C does not support the 'I64' ms_scanf length modifier [-Wformat=] The code as it is works fine on Windows, but I can’t find a way to get around this warning. Does anyone know of a better solution to read in 64 bit data

[R-pkg-devel] building on CRAN: GCC 12 truncation warning, attempted fix not working

2022-03-23 Thread Gillian Sharer
he last format character [-Wformat-truncation=] I don't have much experience with C and I'm not sure why the attempted fix didn't work. Does anyone have advice on what else I can try to fix this? Thanks, Gillian Sharer IRIS DMC [[alternative HTML versio