search for: qdcocoa

Displaying 10 results from an estimated 10 matches for "qdcocoa".

Did you mean: cocoa
2009 Nov 26
1
compiling on snow leopard: Cocoa errors?!?!?!
...e for `iconvlist'. building package 'grDevices' all.R is unchanged ../../../library/grDevices/R/grDevices is unchanged gcc -arch x86_64 -I../../../../include -I../../../../include/x86_64 -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/include -fPIC -g -O2 -c qdCocoa.m -o qdCocoa.o In file included from /System/Library/Frameworks/Foundation.framework/Headers/NSCharacterSet.h:8, from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:15, from /System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:12,...
2020 Oct 19
1
usage of #import in grDevices/src/qdCocoa.h
I happened to notice that this header file uses #import <Cocoa/Cocoa.h> This is the first time I came across the preprocessor directive #import; the first thing I found about it is this Q&A suggesting it's not portable nor standard C: https://stackoverflow.com/q/39280248/3576984 On the other hand, this exact invocation seems pretty common on GitHub
2016 May 23
3
R without graphics
...thout any graphics support. I..e no grDevices or graphics packages? I tried "--with-x=no --with-cairo=no --with-grDevices=no --with-graphics=no" but it is still building grDevices. My problem is that I am using experimenting with a compiler that cannot compile the Objective-C file, qdCocoa.m, and I don't need graphics for this experiment. Max OS X El Capitan, R-3.2.4. Thanks Mick Jordan
2019 Oct 06
2
Strange "no-echo" in place of "slave"
SVN revision replaces "slave" with "no-echo" in R devel. In each of the following, "no-echo" is rather strange to me. - src/gnuwin32/README.Rterm 3) As a no-echo process for ESS mode in NTEmacs with flag --ess. - src/library/grDevices/src/qdCocoa.m /* the no-echo thread work until this is NO */
2019 Oct 06
1
Strange "no-echo" in place of "slave"
..."no-echo" in R devel. >> >> >> In each of the following, "no-echo" is rather strange to me. >> >> - src/gnuwin32/README.Rterm >> 3) As a no-echo process for ESS mode in NTEmacs with flag --ess. >> >> - src/library/grDevices/src/qdCocoa.m >> /* the no-echo thread work until this is NO */ >> >> ______________________________________________ >> R-devel at r-project.org mailing list >> https://stat.ethz.ch/mailman/listinfo/r-devel >> > > [[alternative HTML version deleted]] > > ___...
2016 May 24
1
R without graphics
...). Reading the manual is faster than posting (and posting Mac-specific Qs to R-sig-mac is more likely to get an informed response). >> but it is still building grDevices. >> >> My problem is that I am using experimenting with a compiler that cannot compile the Objective-C file, qdCocoa.m, and I don't need graphics for this experiment. >> >> Max OS X El Capitan, R-3.2.4. >> >> Thanks >> Mick Jordan -- Brian D. Ripley, ripley at stats.ox.ac.uk Emeritus Professor of Applied Statistics, University of Oxford
2019 Oct 06
0
Strange "no-echo" in place of "slave"
...ion replaces "slave" with "no-echo" in R devel. > > > In each of the following, "no-echo" is rather strange to me. > > - src/gnuwin32/README.Rterm > 3) As a no-echo process for ESS mode in NTEmacs with flag --ess. > > - src/library/grDevices/src/qdCocoa.m > /* the no-echo thread work until this is NO */ > > ______________________________________________ > R-devel at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel > [[alternative HTML version deleted]]
2008 Dec 22
1
Error compiling R.2.8.1 with gcc 4.4 on Mac OS 10.5.6
...y I wanted to instalI pnmath, so as per a previous thread ( http://www.nabble.com/Parallel-R-tt18173953.html#a18196319) I built with: LIBS=-lgomp ./configure --with-blas='-framework vecLib' make -j4 The configure runs without a hitch, but make fails, throwing an error seemingly related to qdCocoa: making qdCocoa.d from qdCocoa.m <built-in>:0: internal compiler error: Abort trap Below is the output of configure, followed by the output of make (error is in the last 10 lines). Any suggestions to fix this would be greatly appreciated. mal:R-2.8.1 mike$ LIBS=-lgomp ./configure --with-bla...
2013 May 16
1
setTimeLimit sometimes fails to terminate idle call in R
I would like to use setTimeLimit to abort operations that are stuck waiting (idle) after n seconds. Below a toy example in which Sys.sleep is a placeholder call that is idle: testlimit <- function(){ setTimeLimit(elapsed=3, transient=TRUE); Sys.sleep(10); } system.time(testlimit()); However this is giving inconsistent results. On windows and in r-studio server (linux) the call is
2008 Dec 29
0
Serial Correlation Test for Short Time Series
...y I wanted to instalI pnmath, so as per a previous thread ( http://www.nabble.com/Parallel-R-tt18173953.html#a18196319) I built with: LIBS=-lgomp ./configure --with-blas='-framework vecLib' make -j4 The configure runs without a hitch, but make fails, throwing an error seemingly related to qdCocoa: making qdCocoa.d from qdCocoa.m <built-in>:0: internal compiler error: Abort trap Below is the output of configure, followed by the output of make (error is in the last 10 lines). Any suggestions to fix this would be greatly appreciated. mal:R-2.8.1 mike$ LIBS=-lgomp ./configure --with-bla...