search for: class_support

Displaying 8 results from an estimated 8 matches for "class_support".

2003 Jun 06
1
Problerm building R-1.7.0 on OpenBSD3.2/sparc64
...roblem arise. I start with appling the patches and second configure and make. Any ideas whats wrong (wrong compiler wrong make version or missing an essential library...) /Ulf D heres the log: **** cut************ making method_meta_data.d from method_meta_data.c making slot.d from slot.c making class_support.d from class_support.c making tests.d from tests.c `Makedeps' is up to date. gcc -I../../../../include -I/usr/local/include -fPIC -g -O2 -c do_substitute _direct.c -o do_substitute_direct.o gcc -I../../../../include -I/usr/local/include -fPIC -g -O2 -c methods_list_ dispatch.c -o method...
2003 Mar 24
0
compiling R on Linux w/ Intel compilers
...rary/methods/src' make[4]: Entering directory `/home/andy/R-devel/src/library/methods/src' making do_substitute_direct.d from do_substitute_direct.c making methods_list_dispatch.d from methods_list_dispatch.c making method_meta_data.d from method_meta_data.c making slot.d from slot.c making class_support.d from class_support.c making tests.d from tests.c make[5]: Entering directory `/home/andy/R-devel/src/library/methods/src' make[5]: `Makedeps' is up to date. make[5]: Leaving directory `/home/andy/R-devel/src/library/methods/src' make[5]: Entering directory `/home/andy/R-devel/src/libr...
2002 Oct 17
2
Installing R1.6.0 on SGI
...-c methods_list_dispatch.c -o methods_list_dispatch.o gcc -I../../../../include -I/usr/freeware/include -g -O2 -c method_meta_data.c -o method_meta_data.o gcc -I../../../../include -I/usr/freeware/include -g -O2 -c slot.c -o slot.o gcc -I../../../../include -I/usr/freeware/include -g -O2 -c class_support.c -o class_support.o gcc -shared -L/usr/local/lib -o methods.so do_substitute_direct.o methods_list_dispatch.o method_meta_data.o slot.o class_support.o dumping R code in package 'methods' Fatal error: The X11 shared library could not be loaded. The error was 216482:/var/R-1.6.0/bin/R....
2006 Nov 14
1
Install problem(s)
...R onto an Altix system running SuSE Enterprise Linux 9 SP3 with SGI ProPack 4 SP3. I end up with this error no matter what I try. Any suggestions on how to proceed would be appreciated! ----- gcc -shared -L/opt/local/lib -o methods.so do_substitute_direct.o init.o methods_list_dispatch.o slot.o class_support.o tests.o ../../../../library/methods/libs/methods.so is unchanged make[5]: Leaving directory `/usr/local/src/R-2.4.0/src/library/methods/src' make[4]: Leaving directory `/usr/local/src/R-2.4.0/src/library/methods/src' make[4]: Entering directory `/usr/local/src/R-2.4.0/src/library/methods&...
2003 Apr 12
0
Compiling R in 64-bit mode under AIX
...' SHLIB_CXXLDFLAGS='-q64' SHLIB_LDFLAGS='-q64' AR='ar -X32_64' MAKE='gmake' && gmake I am getting stuck at the following part of the make process. xlC_r -q64 -G -q64 -o methods.so do_substitute_direct.o methods_list_dispatch.o method_meta_data.o slot.o class_support.o tests.o -lm gmake[5]: Leaving directory `/xhome/cp/bench/DKFZ/R/src/library/methods/src' gmake[4]: Leaving directory `/xhome/cp/bench/DKFZ/R/src/library/methods/src' gmake[4]: Entering directory `/xhome/cp/bench/DKFZ/R/src/library/methods' dumping R code in package 'methods'...
2009 Sep 03
1
building r packages for windows on a mac/linux
--- On Thu, 3/9/09, Vinh Nguyen <vinhdizzo at gmail.com> wrote: > hi hin-tak, > > i'm trying to build r packages for windows on a > mac/linux. i guess > this used to possible and supported, but is no longer > supported. i > ran into this post of yours, > https://stat.ethz.ch/pipermail/r-devel/2009-July/053971.html, > and hope > u don't mind me
2003 Jan 17
2
Methods package is now attached by default
The current r-devel (aka R 1.7.0) now attaches the package "methods" by default at startup. A new option, "defaultPackages", is set to c("methods", "ctest") by default, causing the .First in package base to require those two packages at startup. There are two main known differences from having methods attached: - the definition of class() changes, in
2003 Feb 07
2
1.7.0 build error in debian stable i386
I'm running debian stable, with the addition of tcl8.4-dev, tk8.4-dev from testing. debian/rules build gives this ... gcc -shared -o methods.so do_substitute_direct.o methods_list_dispatch.o method_meta_data.o slot.o class_support.o tests.o -L../../../../bin -lR mkdir -p -- ../../../../library/methods/libs make[6]: Leaving directory `/home/king/R/source/src/library/methods/src' make[5]: Leaving directory `/home/king/R/source/src/library/methods/src' make[5]: Entering directory `/home/king/R/source/src/library/meth...