Displaying 20 results from an estimated 102 matches for "tkconfig".
Did you mean:
kconfig
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 library (sub)directories... no...
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 tk.h usability... yes
checking tk.h presence... yes
checking for tk.h... yes
checking whether compiling/linking...
2002 Apr 30
1
configure script fails on comment in tkConfig.sh (PR#1500)
...cal/opt/tcl-8.0/include conftest.c
cc: warning 485: Can't open "#".
cc: warning 485: Can't open "no".
cc: warning 485: Can't open "special".
cc: warning 485: Can't open "path".
cc: warning 485: Can't open "needed".
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_V...
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/Frameworks/Tcl.framework/tclConfig.sh
--with-tk-config=/Library/Frameworks/Tk.framework/tkConfig.sh
--with-blas=...
2018 Jul 30
3
Fwd: help building very old R
...ave 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: gcc -g -O2
C++ compiler:...
2008 Nov 04
1
R 2.8.0 compilation...
...king 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 compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking f...
2006 Mar 09
2
tcltk loading in R-2.2.1 from src
...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.
Thanks,
Patrice
--
Patrice Seyed
Li...
2015 May 28
1
building with tcltk on Ubuntu 14.04
...lt;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
>> advanced technology is indistinguishable from magic&quo...
2017 Nov 18
4
tcltk problems
...dn'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
> configure:39624: result: no
> configure:39721: checking for tcl.h
> conftest.c:249:17: fatal error: tcl.h: No such file or directory
> compilation terminated.
I have tcl and...
2017 Nov 18
3
tcltk problems
...gt; > 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
> >> configure:39624: result: no
> >> configure:39721: checking for tcl.h
> >> conftest.c:249:17: fatal error: tcl.h: No such file or directory...
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") that says that
any sufficiently comple...
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
...ing 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: gcc -g -O2
|...
2017 Nov 18
0
tcltk problems
...ty 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
>> configure:39624: result: no
>> configure:39721: checking for tcl.h
>> conftest.c:249:17: fatal error: tcl.h: No such file or directory
>> compilation ter...
2006 Mar 10
0
[Re: tcltk loading in R-2.2.1 from src]
...directory also.
tcl.h resides in /usr/include, but tk.h does not exist in its relevant
rpm (tk-8.3.5-92).
>
> (NOTE to R-help: The above is site specific to my location, /s is for
> software on the network.)
>
> Second, there is some problem with the way R interacts with the
> tkConfig.sh file in /s/lib (or wherever your .sh file is located). It
> comes from the following line in tkConfig.sh.
>
>
> TK_XINCLUDES='# no special path needed'
>
> The "#" character, indicating a comment, is somehow misinterpreted by
> the configure script which...
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
>> "with-tcltk" and it worked fine. Did you...
2001 Jul 29
1
Compiling R (1.3.0) on AIX (4.3) fails (PR#1034)
...<$ARGV[0]/man/*.Rd>){ &do_one; }
with a loop over the contents of the directory using readdir:
if (opendir RD, "$ARGV[0]/man") {
my $f;
while (defined ($f = readdir RD)) {
$_ = "$ARGV[0]/man/$f", &do_one if $f =~ m,.Rd$,;
}
closedir RD;
}
A) tkConfig.sh contains a line like this:
TK_XINCLUDES='# no special path needed'
This has nothing to do with R proper but this bug which is either in AIX or
the local installation of X shows up during the compilation of R. Anyhow,
this line is plain stupid since when passed on to the compiler _com...
2002 May 22
0
Problem installing tcltk on Solaris
...l/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/tk8.3.4/unix/tkConfig.sh
configure:21044: result: /erd/statistic/apps/...
2006 Feb 03
3
R-2.2.1-INSTALL Issue with TCLTK
Hi
I am not able to have a working tcltk library in R-2.2.1 inspite of
trying different options suggested in the FAQ's. I am using the
following configure option and I do get the tcltk package installed but
with a missing libs folder.
./configure -prefix= "~R-2.2.1" --enable-R-shlib --enable-linux-lfs
--with-zlib --with-gnu-ld --with-tcltk