search for: tk_version

Displaying 7 results from an estimated 7 matches for "tk_version".

Did you mean: gtk_version
2000 Jun 16
2
Missing -lm for tcltk (R 1.1.0, AIX 4.3) (PR#573)
...11' > > # Additional libraries to use when linking Tk. > TK_LIBS='-lX11 -lld -lm' > > The '-lld' wouldn't hurt, would it? > Maybe the following would work for configure? > > case "${host}" in > *aix*) > LIBS="-ltk${TK_VERSION} ${TCLTK_LIBS} ${TK_LIBS} $LIBS" > ;; > *) > LIBS="-ltk${TK_VERSION} ${TCLTK_LIBS} ${TK_XLIBSW} $LIBS" > ;; > esac It's not done like that. Take a look in aclocal.m4. I suspect that ${TK_LIBS} would do everywhere, but will need t...
2002 Apr 30
1
Undefined symbols in loading tcltk (PR#1499)
...rror in dyn.load(x, as.logical(local), as.logical(now)) : unable to load shared 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...
2000 Jun 16
0
Missing -lm for tcltk (R 1.1.0, AIX 4.3) (PR#573)
...k with the X11 library archive. TK_XLIBSW='-lX11' # Additional libraries to use when linking Tk. TK_LIBS='-lX11 -lld -lm' The '-lld' wouldn't hurt, would it? Maybe the following would work for configure? case "${host}" in *aix*) LIBS="-ltk${TK_VERSION} ${TCLTK_LIBS} ${TK_LIBS} $LIBS" ;; *) LIBS="-ltk${TK_VERSION} ${TCLTK_LIBS} ${TK_XLIBSW} $LIBS" ;; esac I'll try that myself, but compilation takes a long, long time... Thanks, -tom --please do not edit the information below-- Versio...
2002 Apr 30
1
configure script fails on comment in tkConfig.sh (PR#1500)
...eded". I had to edit tkConfig.sh to solve this problem. This line: TK_XINCLUDES='# 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: .Globa...
2004 Jan 14
0
Update on: Installing the Rcmdr and tclk package
...I also had this message on the first built of R. But looking up in tclConfig.sh I 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...
2011 Aug 14
2
Problem installing R Commander plugin...
...version? undeclared (first use in this function) tcltkimg.c:456: warning: implicit declaration of function ?Tcl_PkgRequire? tcltkimg.c:456: error: ?TCL_VERSION? undeclared (first use in this function) tcltkimg.c:457: error: ?TCL_ERROR? undeclared (first use in this function) tcltkimg.c:458: error: ?TK_VERSION? undeclared (first use in this function) tcltkimg.c:458: warning: comparison between pointer and integer tcltkimg.c:463: warning: implicit declaration of function ?Tk_CreateImageType? tcltkimg.c:463: error: ?RplotImageType? undeclared (first use in this function) tcltkimg.c:465: warning: implicit d...
2012 May 14
0
phyloclim could not be installed in linux - problems on tkrplot dependence
...version’ undeclared (first use in this function) tcltkimg.c:456: warning: implicit declaration of function ‘Tcl_PkgRequire’ tcltkimg.c:456: error: ‘TCL_VERSION’ undeclared (first use in this function) tcltkimg.c:457: error: ‘TCL_ERROR’ undeclared (first use in this function) tcltkimg.c:458: error: ‘TK_VERSION’ undeclared (first use in this function) tcltkimg.c:463: warning: implicit declaration of function ‘Tk_CreateImageType’ tcltkimg.c:463: error: ‘RplotImageType’ undeclared (first use in this function) tcltkimg.c:465: warning: implicit declaration of function ‘Tcl_PkgProvide’ tcltkimg.c: In function...