search for: r_initialize_methods_metadata

Displaying 5 results from an estimated 5 matches for "r_initialize_methods_metadata".

2002 Oct 18
4
Building R on Mac OS X-"dumping methods" problem
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I am trying to create a darwinports package for R, but I cannot get R to compile on Mac OSX 10.2. I have install g77 which seems fine. R compiles without problems until it reaches dumping R code in package 'methods' Error in .Call("R_initialize_methods_metadata", table, PACKAGE = "methods") : .Call function name not in load table Execution halted gnumake[4]: *** [../../../library/methods/R/all.rda] Error 1 my configure environment is FFLAGS="-O3 -funroll-all-loops" LDFLAGS="-L/opt/local/lib/" \ CPPFLAGS=...
2003 Sep 14
1
R on BeOS
...Beos R5 (x86) and got it running. The modules x11 and internet dont work (so the only working display is postscript()). The libraries all compile, but there is a problem with methods. I get the following error when i make methods: dumping R code in package 'methods' Error in .Call("R_initialize_methods_metadata", table, PACKAGE = "methods") : .Call function name not in load table Execution halted The other big problem is that select() is not working on BeOS R5. So on Rstd_ReadConsole() the if (FD_ISSET(fileno(stdin), what)) statement always fails. I did FD_SET(fileno(stdin), wh...
2002 Nov 14
1
R-1.6.1, Mac OS X 10.2.2 build failure
...ry/lqs/libs/lqs.so is unchanged building package 'methods' all.R is unchanged ../../../library/methods/man/methods.Rd is unchanged make[5]: `Makedeps' is up to date. ../../../../library/methods/libs/methods.so is unchanged dumping R code in package 'methods' Error in .Call("R_initialize_methods_metadata", table, PACKAGE = "methods") : .Call function name not in load table Execution halted make[4]: *** [../../../library/methods/R/all.rda] Error 1 make[3]: *** [all] Error 2 make[2]: *** [R] Error 1 make[1]: *** [R] Error 1 make: *** [R] Error 1 The configuration was: bash...
2003 Jun 06
1
Problerm building R-1.7.0 on OpenBSD3.2/sparc64
....bin: /home/test/proj/downl/R-1.7.0/library/m ethods/libs/methods.so: can't resolve reference 'R_DotsSymbol' /home/test/proj/downl/R-1.7.0/bin/R.bin: /home/test/proj/downl/R-1.7.0/library/m ethods/libs/methods.so: can't resolve reference 'R_UnboundValue' Error in .Call("R_initialize_methods_metadata", table, PACKAGE = "methods") : .Call function name not in load table Execution halted *** Error code 1 Stop in /home/test/proj/downl/R-1.7.0/src/library/methods (line 70 of Makefile). *** Error code 1 Stop in /home/test/proj/downl/R-1.7.0/src/library/methods (line 18 of Mak...
2003 Sep 18
0
non-numeric binary ops?
...ternet dont work (so the only working display is > > postscript()). > > The libraries all compile, but there is a problem with methods. > > I get the following error when i make methods: > > > > dumping R code in package 'methods' > > Error in .Call("R_initialize_methods_metadata", table, PACKAGE = > > "methods") : > > .Call function name not in load table > > Execution halted > > This may indicate a problem of missing/superfluous underscores in > exported symbols of shared libraries - see the discussion concerning > Open...