Displaying 4 results from an estimated 4 matches for "tcl_getstr".
2002 Apr 30
1
Undefined symbols in loading tcltk (PR#1499)
Non of these errors occured in earliers versions of R.
> library(tcltk)
/usr/lib/dld.sl: Unresolved symbol: Tcl_GetVar2Ex (code) from /opt_local/opt/R/lib/R/library/tcltk/libs/tcltk.sl
/usr/lib/dld.sl: Unresolved symbol: Tcl_GetString (code) from /opt_local/opt/R/lib/R/library/tcltk/libs/tcltk.sl
/usr/lib/dld.sl: Unresolved symbol: Tcl_SetVar2Ex (code) from /opt_local/opt/R/lib/R/library/tcltk/libs/tcltk.sl
Error in dyn.load(x, as.logical(local), as.logical(now)) :
unable to load shared library "/opt_local/opt/...
2002 Jun 17
5
R-1.5.1 is released
I've rolled up R-1.5.1.tgz a short while ago. This is a patch upgrade,
fixing the most important bugs that cropped up after the 1.5.0 release.
A set of recommended packages which have been tested with R-1.5.1 has
been bundled up. Binary distributions should include these packages.
You can get the files from the developer site
ftp://cvs.r-project.org/pub/CRAN/src/base/R-1.5.1.tgz
2002 Jun 17
5
R-1.5.1 is released
I've rolled up R-1.5.1.tgz a short while ago. This is a patch upgrade,
fixing the most important bugs that cropped up after the 1.5.0 release.
A set of recommended packages which have been tested with R-1.5.1 has
been bundled up. Binary distributions should include these packages.
You can get the files from the developer site
ftp://cvs.r-project.org/pub/CRAN/src/base/R-1.5.1.tgz
2002 Jul 11
1
dyn.load tcl/tk (PR#1774)
...include
-I/soft/readline/v4.2.1/include -std1 -ieee_with_inexact
-I/soft/readline/v4.2.1/include -c tcltk.c -o tcltk.o
/usr/bin/cc -shared -L/soft/readline/v4.2.1/lib -o tcltk.so tcltk.o
-L/soft/tcl/v8.3.4/lib -lm
ld:
Warning: Unresolved:
TclFreeObj
Tcl_GetDoubleFromObj
Tcl_GetIntFromObj
Tcl_GetStringFromObj
Tcl_ListObjAppendElement
Tcl_ListObjGetElements
Tcl_NewDoubleObj
Tcl_NewIntObj
Tcl_NewObj
Tcl_SetStringObj
Tcl_CreateCommand
Tcl_CreateInterp
Tcl_DoOneEvent
Tcl_Eval
Tcl_GetObjResult
Tcl_Init
Tcl_SetResult
Tcl_StaticPackage
Tcl_GetVar2Ex
Tcl_SetVar2Ex
Tcl_GetString
Tk_Init
Tk_SafeInit
R_N...