Displaying 8 results from an estimated 8 matches for "method_meta_data".
2003 Jun 06
1
Problerm building R-1.7.0 on OpenBSD3.2/sparc64
Hi all,
I try to build R-1.7.0 + patches. when problem 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 -...
2003 Mar 24
0
compiling R on Linux w/ Intel compilers
.../methods/src/Makefile
make[4]: Leaving directory `/home/andy/R-devel/src/library/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/...
2002 Oct 17
2
Installing R1.6.0 on SGI
...s up to date.
gcc -I../../../../include -I/usr/freeware/include -g -O2 -c
do_substitute_direct.c -o do_substitute_direct.o
gcc -I../../../../include -I/usr/freeware/include -g -O2 -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_...
2002 Jan 02
1
Building R-1.4 on Tru64
Hello everyone,
I've just attempted to build R-1.4 on Compaq Tru64 (I'll enclose the
text from bug.report() from R-1.3.1 at the end.) The relevant part of
the log is below.
Any ideas?
gcc -shared -o methods.so do_substitute_direct.o
methods_list_dispatch.o method_meta_data.o slot.o -L/usr/local/lib
/usr/ucb/ld:
Warning: Unresolved:
TYPEOF
Rf_error
Rf_protect
Rf_substitute
Rf_unprotect
Rf_duplicate
Rf_VectorToPairList
R_NilValue
Rf_NewEnvironment
R_set_standardGeneric_ptr
R_GlobalEnv
R_set_quick_method_check
Rf_install
Rf_allocVector
LOGICAL
R_PreserveObject
Rf_mk...
2003 Apr 12
0
Compiling R in 64-bit mode under AIX
...ath' LDFLAGS='-q64' 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 p...
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/...
2002 Jul 11
1
dyn.load tcl/tk (PR#1774)
...e 'methods'
mkdir -p -- ../../../library/methods/R
mkdir -p -- ../../../library/methods/man
gmake[4]: Entering directory `/soft/R/R-1.5.1/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
gmake[5]: Entering directory `/soft/R/R-1.5.1/src/library/methods/src'
gmake[5]: `Makedeps' is up to date.
gmake[5]: Leaving directory `/soft/R/R-1.5.1/src/library/methods/src'
gmake[5]: Entering directory `/soft/R/R-1.5.1/src/library/...