search for: tclconfig

Displaying 20 results from an estimated 94 matches for "tclconfig".

2017 Nov 18
4
tcltk problems
...39;t figure out why or what to do about it. I built R from source. I configured using the "--with-tcltk" flag. The build and install *seemed* to go OK, but after realising I didn't have tcltk capability I looked into config.log. There I found: > configure:39486: checking for tclConfig.sh > configure:39519: result: no > configure:39528: checking for tclConfig.sh in library (sub)directories > configure:39549: result: no > configure:39561: checking for tkConfig.sh > configure:39594: result: no > configure:39603: checking for tkConfig.sh in library (sub)directories...
2017 Nov 18
0
tcltk problems
...do about it. > > I built R from source. I configured using the "--with-tcltk" flag. The > build and install *seemed* to go OK, but after realising I didn't have > tcltk capability I looked into config.log. > > There I found: > > configure:39486: checking for tclConfig.sh >> configure:39519: result: no >> configure:39528: checking for tclConfig.sh in library (sub)directories >> configure:39549: result: no >> configure:39561: checking for tkConfig.sh >> configure:39594: result: no >> configure:39603: checking for tkConfig.sh in...
2002 Apr 29
2
Lost Tcl/Tk support
In prior versions, as recent as R-1.5.0pre (2002-04-08), Tcl/Tk support worked just fine, with "configure" (no flags) finding /usr/local/lib/tclConfig.sh and /usr/local/lib/tkConfig.sh. In Monday's official release of R-1.5.0, Tcl/Tk support now fails for me (under Solaris 2.6): ... checking for tclConfig.sh... no checking for tclConfig.sh in library (sub)directories... no checking for tkConfig.sh... no checking for tkConfig.sh in...
2009 Aug 11
1
R installation on Linux/PPC with tcltk support
I'm trying to install R on an IBM P570 running Redhat Enterprise Linux v4. When I run ./configure, I see: checking for tclConfig.sh... no checking for tclConfig.sh in library (sub)directories... /usr/lib64/tclConfig.sh checking for tkConfig.sh... no checking for tkConfig.sh in library (sub)directories... /usr/lib64/tkConfig.sh checking tcl.h usability... yes checking tcl.h presence... yes checking for tcl.h... yes checking...
2017 Nov 18
1
[FORGED] Re: tcltk problems
Hum, missed that bit. Looking at the configure script, the only way I can see it failing to look in /usr/lib/tcl8.6 is if ${LIBnn} is not "lib". Any chance it might be set to lib64? -pd > On 18 Nov 2017, at 22:32 , Rolf Turner <r.turner at auckland.ac.nz> wrote: > > > On 19/11/17 05:36, Albrecht Kauffmann wrote: > >> Did you istall the tcl- and tk-devel
2003 Aug 17
2
(no subject)
RAqua now builds fine, but for some reason tcl/tk support cannot be compiled in. I get checking for /Library/Frameworks/Tcl.framework/tclConfig.sh... /Library/Frameworks/Tcl.framework/tclConfig.sh checking for /Library/Frameworks/Tk.framework/tkConfig.sh... /Library/Frameworks/Tk.framework/tkConfig.sh checking whether compiling/linking Tcl/Tk code works... no This is with configure --enable-R-shlib --with-tcl-config=/Library/Framew...
2018 Jul 30
3
Fwd: help building very old R
...Debian Woody (provided by Docker debian/eol) and have the following packages installed: r-base-dev tclx8.3-dev tk8.3-dev xvfb xbase-clients x-window-system-core I download R source from http://cran.r-project.org/src/base/R-1 and run ./configure --with-tcl-tk=yes --with-tcl-config=/usr/lib/tcl8.3/tclConfig.sh --with-tk-config=/usr/lib/tk8.3/tkConfig.sh These are the locations for the relevant tkConfig.sh and tclConfig.sh files. This gives output as follows: R is now configured for x86_64-unknown-linux-gnu Source directory: . Installation directory: /usr/local C compiler:...
2017 Nov 18
0
tcltk problems
Rolf, looking at the configure script I believe you need to specify --with-tcl-config=/usr/lib/tcl8.6/tclConfig.sh and similarly --with-tk-config=<location of tkConfig.sh> HTH, Peter On Fri, Nov 17, 2017 at 8:43 PM, Rolf Turner <r.turner at auckland.ac.nz> wrote: > On 18/11/17 17:00, Erin Hodgess wrote: >> >> When I have compiled from sourced on Ubuntu, I did NOT include the...
2017 Nov 18
3
tcltk problems
...t R from source. I configured using the "--with-tcltk" flag. The > > build and install *seemed* to go OK, but after realising I didn't have > > tcltk capability I looked into config.log. > > > > There I found: > > > > configure:39486: checking for tclConfig.sh > >> configure:39519: result: no > >> configure:39528: checking for tclConfig.sh in library (sub)directories > >> configure:39549: result: no > >> configure:39561: checking for tkConfig.sh > >> configure:39594: result: no > >> configure:39603...
2017 Nov 18
3
tcltk problems
On 18/11/17 17:00, Erin Hodgess wrote: > When I have compiled from sourced on Ubuntu, I did NOT include the > "with-tcltk" and it worked fine.? Did you try that, please? In the past I have configured without using the "--with-tcltk" flag, and R of course built just fine. But it *did not* have tcltk capability. When I wanted that capability I had to start using the
2008 Nov 04
1
R 2.8.0 compilation...
...name... none required checking for library containing xdr_string... none required checking for __setfpucw... no checking whether mktime sets errno... no checking for cblas_cdotu_sub in vecLib framework... no checking for CFStringGetSystemEncoding in CoreFoundation framework... no checking for tclConfig.sh... no checking for tclConfig.sh in library (sub)directories... /usr/lib/tcl8.5/tclConfig.sh checking for tkConfig.sh... no checking for tkConfig.sh in library (sub)directories... /usr/lib/tk8.5/tkConfig.sh checking whether compiling/linking Tcl/Tk code works... no checking for special C compi...
2017 Nov 19
3
tcltk problems
On 18/11/17 18:18, Peter Langfelder wrote: > Rolf, > > looking at the configure script I believe you need to specify > > --with-tcl-config=/usr/lib/tcl8.6/tclConfig.sh > > and similarly > > --with-tk-config=<location of tkConfig.sh> > > HTH. Yes it helped. Thank you. I don't really understand why, but. I had previously (following an off-list suggestion from Berwin Turlach) put in symbolic links in /usr/lib: tclConfig.s...
2015 May 28
1
building with tcltk on Ubuntu 14.04
...hler wrote: >>>>>> Ben Bolker <bbolker at gmail.com> >>>>>> on Tue, 26 May 2015 11:13:41 -0400 writes: > > >> False alarm. Completely wiping out my build directory followed by > >> ../R-devel/configure --with-tcl-config=/usr/lib/tclConfig.sh >> - --with-tk-config=/usr/lib/tkConfig.sh; make > >> seems to work. (My fault for assuming repeated cycles of >> ./configure; make would actually do the right thing ...) > >> There seems to be a corollary of Clarke's Law ("any sufficient >> advanc...
2006 Oct 10
0
compiling error R-2.4.0
Hi there, I am trying to install from the source R-2.4.0 on my mac (osx 10.4.8 G5 DP) The error imply Tcl/Tk. I install it by all the way I know: darwinport, the Tcl/Tk package from the dmg available from CRAN but without success. The PATH is correct. tclConfig.sh is localised in /opt/local/lib and have those permission: -rw-r--r-- 2 root admin 7K Oct 9 09:49 tclConfig.sh Here is the error produce by ./configure CFLAGS='-O3 -faltivec -fgcse- sm -funroll-loops -fstrict-aliasing -fsched-interblock -falign- loops=16 -falign-jumps=16 -fali...
2015 May 26
2
building with tcltk on Ubuntu 14.04
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 False alarm. Completely wiping out my build directory followed by ../R-devel/configure --with-tcl-config=/usr/lib/tclConfig.sh - --with-tk-config=/usr/lib/tkConfig.sh; make seems to work. (My fault for assuming repeated cycles of ./configure; make would actually do the right thing ...) There seems to be a corollary of Clarke's Law ("any sufficient advanced technology is indistinguishable from magic"...
2006 Mar 09
2
tcltk loading in R-2.2.1 from src
...hich.lib.loc, package) : Tcl/Tk support is not available on this system Error in library(tcltk) : .First.lib failed for 'tcltk' even though it is listed in library() output. I have the same problem even if i compile with options: ./configure --with-tcltk --with-tcl-config=/usr/lib/tclConfig.sh --with-tk-config=/usr/lib/tkConfig.sh Is there a dep for R 2.2.1 on a specific version of tcl? Any hints on this issue appreciated. running on linux (2.4.21-4) version: rpm -qa | grep tcl tcl-devel-8.3.5-92 tcl-8.3.5-92 Specifically, the package pbatR loads this library during installation....
2009 Oct 28
1
compilation options to get install.packages() to invoke tcl/tk
Hi UseRs, I've just installed 2.10.0 on Ubuntu hardy, compiling from the tar.gz bundle. install.packages() just says "Error in install.packages() : no packages were specified" The "normal" hardy 2.6.2 version pops up a tcl/tk menu for repositories. I'm assuming I missed a configure option for tcl/tk, but the configure script says that --with-tcltk is the default.
2005 Dec 14
3
R-beta: configure problem (tcltk) on 64 bit Red Hat EL
Dear developeRs, I use Red Hat Enterprise Linux WS release 4 (Nahant Update 2) on an x86_64 machine (two Intel P4 CPUs with 64 bit support), and R-beta_2005-12-12_r36712.tar.gz. If I run configure without any options, it does not list tcltk among the supported interfaces: ./configure [...] R is now configured for x86_64-unknown-linux-gnu Source directory: . Installation directory:
2018 Jul 30
0
Fwd: help building very old R
...(provided by Docker debian/eol) and have the | following packages installed: | r-base-dev tclx8.3-dev tk8.3-dev xvfb xbase-clients x-window-system-core | | I download R source from http://cran.r-project.org/src/base/R-1 and run | | ./configure --with-tcl-tk=yes | --with-tcl-config=/usr/lib/tcl8.3/tclConfig.sh | --with-tk-config=/usr/lib/tk8.3/tkConfig.sh | | These are the locations for the relevant tkConfig.sh and tclConfig.sh files. | This gives output as follows: | | R is now configured for x86_64-unknown-linux-gnu | | Source directory: . | Installation directory: /usr/loca...
2002 May 22
0
Problem installing tcltk on Solaris
...apps/R/local/lib" TCLTK_CPPFLAGS="-I/erd/statistic/apps/R/local/include -I/usr/openwin/include/X11" ----- from config.log ----- (the command line used to configure) $ ../source/configure --prefix=/erd/statistic/apps/R/Rtk --with-tcl-config=/erd/statistic/apps/R/tcltk/tcl8.3.4/unix/tclConfig.sh --with-tk-config=/erd/statistic/apps/R/tcltk/tk8.3.4/unix/tkConfig.sh configure:20940: checking for /erd/statistic/apps/R/tcltk/tcl8.3.4/unix/tclConfig.sh configure:20970: result: /erd/statistic/apps/R/tcltk/tcl8.3.4/unix/tclConfig.sh configure:21014: checking for /erd/statistic/apps/R/tcltk...