Displaying 4 results from an estimated 4 matches for "threedplot".
2008 Oct 08
1
error installing lattice package
...ttice' ...
** libs
gcc -I/usr/include/R -I/usr/local/include -fpic -O2 -g -std=gnu99
-c init.c -o init.o
init.c:2:15: R.h: No such file or directory
init.c:3:24: Rinternals.h: No such file or directory
init.c:4:28: R_ext/Rdynload.h: No such file or directory
In file included from init.c:6:
threeDplot.h:5:22: Rdefines.h: No such file or directory
In file included from init.c:6:
threeDplot.h:9: error: syntax error before "wireframePanelCalculations"
threeDplot.h:9: error: syntax error before "xArg"
threeDplot.h:15: warning: type defaults to `int' in declaration of
`wirefra...
2008 Sep 26
1
Bug? in some package installations when a Print is added in memory.c
...irectory `/tmp/R.INSTALL.NjKF3D/lattice/src'
gcc -std=gnu99 -I/home/subramra/performance-tests/R-2.7.0/include
-I/usr/local/include test print -fPIC -g -O2 -c init.c -o init.o
gcc -std=gnu99 -I/home/subramra/performance-tests/R-2.7.0/include
-I/usr/local/include test print -fPIC -g -O2 -c threeDplot.c -o
threeDplot.o
gcc: test: No such file or directory
gcc: print: No such file or directory
gcc: test: No such file or directory
gcc: print: No such file or directory
make[3]: *** [init.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: *** [threeDplot.o] Error 1
make[3]: Leaving dir...
2014 Jan 26
1
Trouble installing package in development version of R
...DBG: 'R CMD INSTALL' now doing do_install()
* created lock directory
‘/home/rjan/R/i686-pc-linux-gnu-library/3.1/00LOCK-lattice’
* installing *source* package ‘lattice’ ...
** package ‘lattice’ successfully unpacked and MD5 sums checked
** libs
about to run R CMD SHLIB -o lattice.so init.c threeDplot.c
sh: 1: 1: not found
ERROR: compilation failed for package ‘lattice’
* removing ‘/home/rjan/R/i686-pc-linux-gnu-library/3.1/lattice’
I then did
$ cd lattice/src
$ R CMD SHLIB -d -o lattice.so init.c threeDplot.c
sh: 1: 1: not found
I'm interested in two things.
1 does anyone know what's...
2008 Aug 29
1
Installing pkgs
...ceptions -fstack-protector
--param=ssp-buffer-size=4 -m64 -mtune=generic -c init.c -o init.o
init.c:2:15: error: R.h: No such file or directory
init.c:3:24: error: Rinternals.h: No such file or directory
init.c:4:28: error: R_ext/Rdynload.h: No such file or directory
In file included from init.c:6:
threeDplot.h:5:22: error: Rdefines.h: No such file or directory
In file included from init.c:6:
threeDplot.h:9: error: expected ?=?, ?,?, ?;?, ?asm? or ?__attribute__?
before ?wireframePanelCalculations?
init.c:8: error: expected ?=?, ?,?, ?;?, ?asm? or ?__attribute__? before
?CallEntries?
init.c:13: error: e...