Re: [R-SIG-Mac] GUI does not seem to compile with Xcode 12.x

2020-10-29 Thread Gábor Csárdi
Somewhat relatedly, the build scripts also need a small update for Xcode 12, https://svn.r-project.org/R-dev-web/trunk/QA/Simon/R4/src/consh.c and https://svn.r-project.org/R-dev-web/trunk/QA/Simon/R4/src/fixup.c need to #include for the system() calls. Gabor On Thu, Oct 29, 2020 at 11:56 AM

Re: [R-SIG-Mac] R 4.0.2 GUI does not terminate with Cmd+Q

2020-10-29 Thread Duncan Murdoch
On 29/10/2020 6:30 a.m., Petar Milin wrote: I am experiencing some unexpected behaviour of R for R 4.0.2 GUI 1.72 Catalina build (7847): It does not quit properly when I am using Cmd+Q but instead halts and starts overheating my machine. I need to kill the process in Activity Monitor.

[R-SIG-Mac] GUI does not seem to compile with Xcode 12.x

2020-10-29 Thread Gábor Csárdi
2020-10-29T09:00:02.6267350Z /Users/runner/work/r-builder/r-builder/_build/R4/Mac-GUI/main.m:74:3: error: implicit declaration of function 'R_CleanUp' is invalid in C99 [-Werror,-Wimplicit-function-declaration] FYI, Gabor ___ R-SIG-Mac mailing list

[R-SIG-Mac] R 4.0.2 GUI does not terminate with Cmd+Q

2020-10-29 Thread Petar Milin
I am experiencing some unexpected behaviour of R for R 4.0.2 GUI 1.72 Catalina build (7847): It does not quit properly when I am using Cmd+Q but instead halts and starts overheating my machine. I need to kill the process in Activity Monitor. However, if I type the command q() it seems it's