search for: r_setx11routin

Displaying 4 results from an estimated 4 matches for "r_setx11routin".

Did you mean: r_setx11routines
2004 Feb 02
0
problem building R on HPUX 11.23
....lo ld: Unsatisfied symbol "Rf_warningcall" in file devX11.lo ld: Unsatisfied symbol "UNIMPLEMENTED" in file dataentry.lo ld: Unsatisfied symbol "R_alloc" in file devX11.lo ld: Unsatisfied symbol "R_GlobalEnv" in file dataentry.lo ld: Unsatisfied symbol "R_setX11Routines" in file devX11.lo ld: Unsatisfied symbol "Rf_devNumber" in file devX11.lo ld: Unsatisfied symbol "Rf_elt" in file devX11.lo ld: Unsatisfied symbol "R_NaInt" in file dataentry.lo I assume I need to link in an R library built earlier; which library would I need...
2002 Feb 18
0
shared libraries on AIX (PR#1316)
...and a few other anomalies). I can't get it to do much at all if I build with --enable-R-shlib. For example, it won't load the X11 driver. I ran R in a debugger and traced it down to the point where R_load_X11_shlib successfully loads the R_X11.so library and calls R_init_X11. This calls R_setX11Routines in src/unix/X11.c. On entry to this function, ptr_X11DeviceDriver = 0x2002eb20 and dev = 0x2014ba08. After the statement ptr_X11DeviceDriver = dev; is executed, ptr_X11DeviceDriver remains unchanged at 0x2002eb20 !! So when I type "X11()" at the R prompt, all I ever get is the...
2004 Mar 13
0
64bit build on IBM
...: 0711-317 ERROR: Undefined symbol: .Rf_str2type ld: 0711-317 ERROR: Undefined symbol: .Rf_begincontext ld: 0711-317 ERROR: Undefined symbol: .Rf_endcontext ld: 0711-317 ERROR: Undefined symbol: .Rf_setAttrib ld: 0711-317 ERROR: Undefined symbol: .Rf_unprotect ld: 0711-317 ERROR: Undefined symbol: .R_setX11Routines ld: 0711-317 ERROR: Undefined symbol: .vmaxget ld: 0711-317 ERROR: Undefined symbol: .Rf_asReal ld: 0711-317 ERROR: Undefined symbol: .Rf_isValidString ld: 0711-317 ERROR: Undefined symbol: .Rf_warningcall ld: 0711-317 ERROR: Undefined symbol: .Rf_isString ld: 0711-317 ERROR: Undefined symbol: .R...
2002 Jul 11
1
dyn.load tcl/tk (PR#1774)
...otect Rf_unprotect SET_STRING_ELT SET_TAG SETCAR SETCDR Rf_begincontext Rf_endcontext Rf_str2type Rf_errorcall Rf_EncodeElement vmaxget vmaxset R_alloc Rprintf Rf_elt Rf_findVar Rf_GetDevice devNumber GEplayDisplayList addInputHandler getInputHandler removeInputHandler R_InputHandlers Rf_KillDevice R_setX11Routines gmake[5]: Entering directory `/soft/R/R-1.5.1/src/modules/X11' mkdir -p -- /soft/R/R-1.5.1/modules gmake[5]: Leaving directory `/soft/R/R-1.5.1/src/modules/X11' gmake[4]: Leaving directory `/soft/R/R-1.5.1/src/modules/X11' gmake[3]: Leaving directory `/soft/R/R-1.5.1/src/modules/X11...