search for: tcl_version

Displaying 10 results from an estimated 10 matches for "tcl_version".

Did you mean: gcc_version
2016 Jul 07
2
Error building Tcl: R-patched_2016-07-05
...ect2.exe: error: ld returned 1 exit status cp: cannot stat 'tcltk.dll': No such file or directory Looking into R64/Tcl/bin64, I see that the versions provided are tcl86.dll and tk86.dll, which probably means that line 85 of R_HOME/src/gnuwin32/fixed/etc/Makeconf needs to be changed from: TCL_VERSION = 85 to TCL_VERSION = 86 Thank you, Avi
2018 Oct 01
2
[PATCH nbdkit] plugins: Add scripting language version to --dump-plugin output.
On Lua: lua_version=5.3.4 On Perl: perl_version=5.28.0 On Python 2: python_version=2.7.15 On Python 3: python_version=3.7.0 python_pep_384_abi_version=3 On Ruby 2.5.1p57: ruby_api_version=2.5.0 On Tcl: tcl_version=8.6 tcl_patch_level=8.6.8 --- plugins/lua/lua.c | 11 +++++++++++ plugins/perl/perl.c | 4 ++++ plugins/python/python.c | 8 ++++++++ plugins/ruby/ruby.c | 14 ++++++++++++++ plugins/tcl/tcl.c | 8 ++++++++ 5 files changed, 45 insertions(+) diff --git a/plugins/lua/lua.c...
2016 Jul 07
0
Error building Tcl: R-patched_2016-07-05
...tatus > cp: cannot stat 'tcltk.dll': No such file or directory > > > Looking into R64/Tcl/bin64, I see that the versions provided are > tcl86.dll and tk86.dll, which probably means that line 85 of > R_HOME/src/gnuwin32/fixed/etc/Makeconf needs to be changed from: > > TCL_VERSION = 85 > > to > > TCL_VERSION = 86 That is the current setting in R-devel, and has been since revision 70701 on June 3. (It is 85 in the 3.3 branch.) Duncan Murdoch
2018 Feb 13
0
R Compilation gets stuck on Windows 64
...ke[4]: *** [R.dll] Error 1 make[3]: *** [../../bin/x64/R.dll] Error 2 make[2]: *** [rbuild] Error 2 make[1]: *** [all] Error 2 make: *** [distribution] Error 2 Would it be possible for you to share your MkRules.local and Makefile.win files? Also as per your website, we don't need the line: *TCL_VERSION = 86 * in the file *Makeconf *inside *R_HOME/src/gnuwin32/fixed/etc*. Hence I am commenting it. Also I noticed, just above this line (line 60), the following line which specifies Rgraphapp: *GRAPHAPP_LIB = -lRgraphapp* # TCL_VERSION = 86 # was a reference to Rzlib.dll in R < 3.2.0 ZLIB_LIBS =...
2010 Aug 30
1
Including C Code for Tcl and Tk in an R package
...e this C-Code into my package so that R CMD INSTALL takes care of compiling the function correct for each OS and tcl version? (such that I can submit the package to CRAN). Once the two files would be compiled I could load the correct function by checking with > library(tcltk) > .Tcl('set tcl_version') which tcl version R connects to? For example the gcc command I call under Ubuntu is: gcc -shared -o imgscale.so -DUSE_TCL_STUBS -I/usr/include/tcl8.5/ imagescale_85.c -L/usr/lib/ -ltclstub8.5 -fPIC and gcc -shared -o imgscale.so -DUSE_TCL_STUBS -I/usr/include/tcl8.4/ imagescale_84.c -L/usr...
2018 Feb 09
2
R Compilation gets stuck on Windows 64
On Fri, Feb 9, 2018 at 9:29 AM, Kenny Bell <kmbell56 at gmail.com> wrote: > I suggest that you work off the build process in the rwinlib repository so > you are starting from something that you know works and already incorporates > the set of dependencies you need. Hello, Kenny. For what it's worth I've been successfully building R+OpenBLAS on Windows64 since 2013, which
2004 Jan 14
0
Update on: Installing the Rcmdr and tclk package
..../configure: .: /home/jeg002/tcl8.4.5/lib: is a directory ./configure: test: -lt: unary operator expected configure: WARNING: Tcl and Tk major or minor versions disagree 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? Th...
2000 Aug 16
1
RE: R 1.1.1 for Windows (NT/9x/2000)
...aks the > history-recall mechanism in Rgui. > > Characters using the AltGr key now work in interactive use of Rterm. > (AltGr used to work like Alt.) > > Ctrl+V now works as described in a pager (pasting to the console). > > Other versions of Tcl/Tk may be used by setting TCL_VERSION in > MkRules (but only 8.31 has been tested). > > A file Makevars.win in the src directory of a package will be used in > preference to a file Makevars. > > The Makefiles for packages now allow C++ code (with extension .cc or > .cpp or .C) in the src directory. > > If...
2011 Aug 14
2
Problem installing R Commander plugin...
...?int? tcltkimg.c:454: error: ?CONST? undeclared (first use in this function) tcltkimg.c:454: error: expected ?;? before ?char? tcltkimg.c:456: error: ?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 declarati...
2012 May 14
0
phyloclim could not be installed in linux - problems on tkrplot dependence
...‘int’ tcltkimg.c:454: error: ‘CONST’ undeclared (first use in this function) tcltkimg.c:454: error: expected ‘;’ before ‘char’ tcltkimg.c:456: error: ‘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: ‘Rplo...