similar to: [Re: tcltk loading in R-2.2.1 from src]

Displaying 20 results from an estimated 2000 matches similar to: "[Re: tcltk loading in R-2.2.1 from src]"

2006 Mar 09
2
tcltk loading in R-2.2.1 from src
Hi, Having trouble loading tcltk in R 2.2.1 built from source. ./configure, make, make check, and make install run ok. > library(tcltk) Error in firstlib(which.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
2005 Oct 18
1
logcheck.ignore issues
Hi, I have been successful in the past using the logcheck.ignore file to not have logcheck email me on certain logs syntax. For example: ntpd.*: exiting My problem is with : named*: lame server resolving or named*: lame server* or named*:*lame in logcheck.ignore I still get messages in email looking like: > Unusual System Events > =-=-=-=-=-=-=-=-=-=-= > Oct 17 22:00:01 linga
2006 May 17
1
RMySQL loading error
i was able to install DBI and RMySQL cleanly. I get the error below on "library('RMySQL')". The file it is complaining about is located in /usr/lib/mysql/, where is R trying to load it from? Tried a symlink into /usr/local/lib/mysql to no avail. thx. -P Loading required package: DBI Error in dyn.load(x, as.logical(local), as.logical(now)) : unable to load shared
2002 Apr 30
1
configure script fails on comment in tkConfig.sh (PR#1500)
The configure script failed on tk on several platforms. One is given below. This did not happen on versions of R older than 1.5.0. Message from configure: configure: WARNING: /opt_local/opt/tk-8.0/include/tk.h: accepted by the compiler, rejected by the preprocessor! configure: WARNING: /opt_local/opt/tk-8.0/include/tk.h: proceeding with the preprocessor's result This was in config.log, the
2001 Jul 29
1
Compiling R (1.3.0) on AIX (4.3) fails (PR#1034)
Hi, This email reports bugs in acinclude.m4, src/library/tcltk/src/Makefile, and share/perl/Rd2contents.pl. It is based on R-patched.tgz from 07/27/2001 (R 1.3.0) and comes from trying to compile R on AIX 4.3. 1) acinclude.m4: A string on line 3096 starts with a single quote: ' but is terminated with a double quote: ". (This leads to the weird error message that configure can't
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
2002 May 22
0
Problem installing tcltk on Solaris
I have built R 1.5.0, and tcl and tk 8.3.4 from sources on a Solaris 2.7 machine. All _appear_ to build successfully. tcl and tk pass their test suites. They were configured to build shared libraries (though I also tried it with tk not shared). When I try to use tcltk, I get this error message: > library(tcltk) Error in dyn.load(x, as.logical(local), as.logical(now)) : unable to
2015 May 28
1
building with tcltk on Ubuntu 14.04
On 28/05/2015, at 11:57 AM, Martin Maechler 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 >> -
2017 Nov 18
3
tcltk problems
Did you istall the tcl- and tk-devel packages? Best, Albrecht -- Albrecht Kauffmann alkauffm at fastmail.fm Am Sa, 18. Nov 2017, um 05:00, schrieb Erin Hodgess: > When I have compiled from sourced on Ubuntu, I did NOT include the > "with-tcltk" and it worked fine. Did you try that, please? > > Thanks, > Erin > > > On Fri, Nov 17, 2017 at 6:34 PM, Rolf
2017 Nov 18
4
tcltk problems
It recently came to my attention that my R installation no longer has tcltk capability. I can'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
2017 Nov 18
0
tcltk problems
When I have compiled from sourced on Ubuntu, I did NOT include the "with-tcltk" and it worked fine. Did you try that, please? Thanks, Erin On Fri, Nov 17, 2017 at 6:34 PM, Rolf Turner <r.turner at auckland.ac.nz> wrote: > > It recently came to my attention that my R installation no longer has > tcltk capability. > > I can't figure out why or what to do about
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
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
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
2000 Jun 16
2
Missing -lm for tcltk (R 1.1.0, AIX 4.3) (PR#573)
> From: tov@phoenix.ece.cmu.edu > Date: Fri, 16 Jun 2000 16:32:36 +0200 (MET DST) > To: r-devel@stat.math.ethz.ch > Subject: [Rd] Missing -lm for tcltk (R 1.1.0, AIX 4.3) (PR#573) > CC: R-bugs@biostat.ku.dk > X-Loop: R-bugs@biostat.ku.dk > > Hi, > > ok, AIX 4.3 insists on being different. I can't compile --with-tcltk > out of the box. I have to add
2001 Apr 18
0
Re: R installation with tcltk
Hello. Thanks to the help from Prof. Ripley, I can now run R under my Solaris 2.6 machine! I should have include the correct library path in LD_LIBRARY_PATH variable. However, I still get the following problem. I configured the R system with --with-tcltk option. In fact, I ran the following: /configure --prefix=/opt/local --with-f77 --with-tcltk --with-tcl-config=/opt/local/lib/tclConfig.sh
2000 Jun 16
0
Missing -lm for tcltk (R 1.1.0, AIX 4.3) (PR#573)
Hi, ok, AIX 4.3 insists on being different. I can't compile --with-tcltk out of the box. I have to add '-lm' to the SHLIBLDFLAGS manually after configure. Which brings up the question: Can you use TK_LIBS instead of TK_XLIBSW during configure? Excerpt from tkConfig.sh on my machine: # Linker switch(es) to use to link with the X11 library archive.
2015 May 28
0
building with tcltk on Ubuntu 14.04
>>>>> 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
2004 Jan 16
0
Summary: Installing the Rcmdr and tcltk
Hello R-users, thanks to Brian Ripley, who guided me through this process, the "tcltk" package is now working and hence the "Rcmdr" package as well. The secrets were to first rebuild the Tcl and Tk packages from the sources files, making sure the same C compiler was used as the one used in subsequent steps to build R and enabling 64bit support. Prof. Ripley reported getting
2017 Nov 19
0
tcltk problems
On 20/11/17 03:15, Dirk Eddelbuettel wrote: > > On 19 November 2017 at 12:17, peter dalgaard wrote: > | Dirk may want to dig in here: > > I respectfully decline. > > R builds fine on every Ubuntu system, and always has. No bug in R, or > Ubuntu, or Debian (which would be cup of tea). There is the distro package > (which may be older if an older distro like 16.04 is