Displaying 3 results from an estimated 3 matches for "tk_patch_level".
Did you mean:
tcl_patch_level
2002 Apr 30
1
Undefined symbols in loading tcltk (PR#1499)
...ared library "/opt_local/opt/R/lib/R/library/tcltk/libs/tcltk.sl":
can't open /opt_local/opt/R/lib/R/library/tcltk/libs/tcltk.sl
Error in library(tcltk) : .First.lib failed
# Tk's version number.
TK_VERSION='8.0'
TK_MAJOR_VERSION='8'
TK_MINOR_VERSION='0'
TK_PATCH_LEVEL='.5'
Version:
platform = hppa2.0-hp-hpux10.20
arch = hppa2.0
os = hpux10.20
system = hppa2.0, hpux10.20
status =
major = 1
minor = 5.0
year = 2002
month = 04
day = 29
language = R
Search Path:
.GlobalEnv, package:ctest, Autoloads, package:base
========================
> l...
2002 Apr 30
1
configure script fails on comment in tkConfig.sh (PR#1500)
...DES='# no special path needed'
changed to this:
TK_XINCLUDES=
After this fix, R was configured for tcl/tk, and the package
tcltk seems to work OK (at least on this platform).
# Tk's version number.
TK_VERSION='8.3'
TK_MAJOR_VERSION='8'
TK_MINOR_VERSION='3'
TK_PATCH_LEVEL='.3'
Version:
platform = i686-pc-linux-gnu
arch = i686
os = linux-gnu
system = i686, linux-gnu
status =
major = 1
minor = 5.0
year = 2002
month = 04
day = 29
language = R
Search Path:
.GlobalEnv, package:tcltk, package:ctest, Autoloads, package:base
-.-.-.-.-.-.-.-.-.-.-.-....
2004 Jan 14
0
Update on: Installing the Rcmdr and tclk package
...get for version:
# Tcl's version number.
TCL_VERSION='8.4'
TCL_MAJOR_VERSION='8'
TCL_MINOR_VERSION='4'
TCL_PATCH_LEVEL='.5'
and in tkConfig.sh I get:
# Tk's version number.
TK_VERSION='8.4'
TK_MAJOR_VERSION='8'
TK_MINOR_VERSION='4'
TK_PATCH_LEVEL='.5'
sure look the same to me? Then make worked fine as did make check, I only
got and error upon checking internet connection, which is problematic at
this time on our Sun server (I get the R, Tcl, etc. distributions through
Internet Explorer on my PC, which as a connection to the Unix m...