Displaying 2 results from an estimated 2 matches for "rtcl_activateconsole".
2003 Oct 21
2
Problem R-1.8.0 library tcltk on Tcl-8.0.5 (PR#4699)
...Submission from: (NULL) (219.117.236.13)
I build by Tcl8.0.5 and R-1.8.0.
> library(tcltk)
Error in dyn.load(x, as.logical(local), as.logical(now)) :
unable to load shared library "/usr/lib/R/library/tcltk/libs/tcltk.so":
/usr/lib/R/library/tcltk/libs/tcltk.so: undefined symbol:
RTcl_ActivateConsoleError in runHook(".onLoad", env, package.lib, package) :
.onLoad failed
Error in library(tcltk) : package/namespace load failed
R-1.8.0/src/library/tcltk/src/init.c
32 #ifndef TCL80
33 {"RTcl_ActivateConsole", (DL_FUNC) &RTcl_ActivateConsole, 0},
34 #end...
2004 Jul 16
1
tkStartGUI fails under RW1091 (PR#7101)
> library(tcltk)
> tkStartGUI()
Error in .C("RTcl_ActivateConsole", PACKAGE = "tcltk") :
C function name not in DLL for package tcltk
> version
_
platform i386-pc-mingw32
arch i386
os mingw32
system i386, mingw32
status
major 1
minor 9.1...