bwlewis / doRedis

R/foreach Redis backend for parallel computing
71 stars 26 forks source link

update #53

Open VladPerervenko opened 4 years ago

VladPerervenko commented 4 years ago

Is this a warning or an error? ` installing source* package 'doRedis' ... пакет 'doRedis' удачно распакован, MD5 sums проверены using staged installation ** libs C:/RBuildTools/3.5/mingw_64/bin/gcc -I"C:/PROGRA~1/R/R-36~1.2/include" -DNDEBUG -DWin32 -DR -D_WIN32_WINNT=0x0501 -O2 -Wall -std=gnu99 -mtune=generic -c alive.c -o alive.o In file included from C:/PROGRA~1/R/R-36~1.2/include/R.h:91:0, from alive.c:50: C:/PROGRA~1/R/R-36~1.2/include/R_ext/RS.h:55:0: warning: "ERROR" redefined

define ERROR ),error(R_problem_buf);}

^ In file included from C:/RBuildTools/3.5/mingw_64/x86_64-w64-mingw32/include/windows.h:71:0, from C:/RBuildTools/3.5/mingw_64/x86_64-w64-mingw32/include/winsock2.h:23, from alive.c:30: C:/RBuildTools/3.5/mingw_64/x86_64-w64-mingw32/include/wingdi.h:75:0: note: this is the location of the previous definition

define ERROR 0

^ C:/RBuildTools/3.5/mingw_64/bin/gcc -shared -s -static-libgcc -o doRedis.dll tmp.def alive.o -lWs2_32 -lMswsock -lAdvApi32 -luser32 -lkernel32 -LC:/PROGRA~1/R/R-36~1.2/bin/x64 -lR installing to C:/Users/User/Documents/R/win-library/3.6/00LOCK-doRedis/00new/doRedis/libs/x64`

bwlewis commented 4 years ago

That's interesting, that looks like it might be an R tooling error?

I'm traveling this week, when I get back I'll try to build on Windows from source with R-devel.

I didn't see this error on the winbuilder service though, so weird.

On 1/30/20, Vlad notifications@github.com wrote:

Is this a warning or an error?

` installing source* package 'doRedis' ...

** пакет 'doRedis' удачно распакован, MD5 sums проверены

** using staged installation

** libs

C:/RBuildTools/3.5/mingw_64/bin/gcc -I"C:/PROGRA~1/R/R-36~1.2/include" -DNDEBUG -DWin32 -DR -D_WIN32_WINNT=0x0501 -O2 -Wall -std=gnu99 -mtune=generic -c alive.c -o alive.o

In file included from C:/PROGRA~1/R/R-36~1.2/include/R.h:91:0,

             from alive.c:50:

C:/PROGRA~1/R/R-36~1.2/include/R_ext/RS.h:55:0: warning: "ERROR" redefined

define ERROR ),error(R_problem_buf);}

^

In file included from C:/RBuildTools/3.5/mingw_64/x86_64-w64-mingw32/include/windows.h:71:0,

             from

C:/RBuildTools/3.5/mingw_64/x86_64-w64-mingw32/include/winsock2.h:23,

             from alive.c:30:

C:/RBuildTools/3.5/mingw_64/x86_64-w64-mingw32/include/wingdi.h:75:0: note: this is the location of the previous definition

define ERROR 0

^

C:/RBuildTools/3.5/mingw_64/bin/gcc -shared -s -static-libgcc -o doRedis.dll tmp.def alive.o -lWs2_32 -lMswsock -lAdvApi32 -luser32 -lkernel32 -LC:/PROGRA~1/R/R-36~1.2/bin/x64 -lR

installing to C:/Users/User/Documents/R/win-library/3.6/00LOCK-doRedis/00new/doRedis/libs/x64`

--

You are receiving this because you are subscribed to this thread.

Reply to this email directly or view it on GitHub:

https://github.com/bwlewis/doRedis/issues/53