search for: tk

Displaying 20 results from an estimated 1604 matches for "tk".

Did you mean: tsk
2008 May 05
2
[R-SIG-Mac] Starting tcltk without Tk
It turns out that the behavior of starting just Tcl was actually a bug. Apparently the intention was to attempt to start Tk regardless of the DISPLAY variable, because some TclTk implementation such as Aqua Tcl/Tk don't require DISPLAY and thus would not be loaded. Due to a bug (HAVE_AQUA was not included in Rconfig.h before R 2.7.0), though, this was not the case. I'll leave it to tcltk users/maintainer...
2018 Jul 30
3
Fwd: help building very old R
Hi guys, Perhaps someone here can help. I am trying to build versions of R 1 for the rcheology package (just arrived on CRAN). For R prior to 1.5.0, I cannot configure support for tcl-tk. I am building on 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-conf...
2013 Dec 10
2
[RFC][PATCH 3/3] timekeeping: Fix potential lost pv notification of time change
...ile changed, 5 insertions(+), 5 deletions(-) diff --git a/kernel/time/timekeeping.c b/kernel/time/timekeeping.c index c615e9d..e429229 100644 --- a/kernel/time/timekeeping.c +++ b/kernel/time/timekeeping.c @@ -1297,7 +1297,7 @@ static inline unsigned int accumulate_nsecs_to_secs(struct timekeeper *tk) * Returns the unconsumed cycles. */ static cycle_t logarithmic_accumulation(struct timekeeper *tk, cycle_t offset, - u32 shift) + u32 shift, int *action) { cycle_t interval = tk->cycle_interval << shift; u64 raw_nsecs; @@ -1311,7 +1311,7 @@ static cycle_t logarithmic_a...
2013 Jun 27
1
[PATCH 2/5] time: pass flags instead of multiple bools to timekeeping_update()
...12 insertions(+), 9 deletions(-) diff --git a/kernel/time/timekeeping.c b/kernel/time/timekeeping.c index baeeb5c..7aed2b0 100644 --- a/kernel/time/timekeeping.c +++ b/kernel/time/timekeeping.c @@ -26,6 +26,9 @@ #include "tick-internal.h" #include "ntp_internal.h" +#define TK_CLEAR_NTP (1 << 0) +#define TK_MIRROR (1 << 1) + static struct timekeeper timekeeper; static DEFINE_RAW_SPINLOCK(timekeeper_lock); static seqcount_t timekeeper_seq; @@ -241,16 +244,16 @@ int pvclock_gtod_unregister_notifier(struct notifier_block *nb) EXPORT_SYMBOL_GPL(pvclock_gtod_u...
2017 Feb 10
2
/usr/sbin/samba_dnsupdate: ERROR: Record already exist
*Not entirely sure which of your 'named' files the above are in, but youshould remove them, they are your problem.* Where is the named files?? You mean the zone/patrikx3.tk? *You shouldn't have the 'patrikx3' zone in a conf file, it is in AD anddlz will connect Bind to Samba**You shouldn't have any other forward zone in Bind.* How can I add in other in the patrikx3.tk if I use the Samba? Isn't it another zone? ac.patrikx3.tk? patrikx3.tk is my...
2008 Aug 08
2
Tcl\tk not supported on this system
In trying to install the pbatR package, I was greeted with the error Error: package 'tcltk' does not have a name space Execution halted Directly installing the package tcltk2 returned the following error: Loading required package: tcltk Error in firstlib(which.lib.loc, package) : Tcl/Tk support is not available on this system I have seen from previous posts that tcl/tk mus...
2003 Sep 05
1
Installing R on Red Hat Linux, Tcl/Tk
Hi, I've been trying to install R on Red Hat Linux 9 for some potential users of my R/TclTk application. I tried using the rpm for R 1.7.1 for Red Hat Linux 9. It told me that I needed: libtcl8.3.so so I looked for a binary release of Tcl 8.3.x on http://www.tcl.tk/software/tcltk/8.3.html but found that the link to the Tcl 8.3.x binaries pointed to ActiveTcl 8.4.x . I couldn't se...
2003 Feb 11
3
Tcl/Tk support is not available on this system.
I am trying to get R to run on a Red Hat 8 system, I am running R version 1.6.2 with Tcl/Tk version 8.3.5 installed. When I try to test R from the data_sets directory I get the error message; Error in firstlib(which.lib.loc, package) : Tcl/Tk support is not available on this system Error in fileBrowser(textToShow = "Choose one CDF file" , nSelect = 1, : tcl/tk library not avai...
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 p...
2017 Feb 09
2
/usr/sbin/samba_dnsupdate: ERROR: Record already exist
...er I am using BIND9 and it has now error: include "/var/lib/samba/private/named.conf"; Why does it use when already on BIND9? Is it why it is duplicate? Also log: ERROR: Record already exists update (samba-tool): SRV _ldap._tcp.Default-First-Site-Name._sites.DomainDnsZones.ac.patrikx3.tk server.ac.patrikx3.tk 389 Calling samba-tool dns for SRV _ldap._tcp.Default-First-Site-Name._sites.DomainDnsZones.ac.patrikx3.tk server.ac.patrikx3.tk 389 (add) Calling samba-tool dns add -k no -P ['192.168.78.20', 'ac.patrikx3.tk', '_ldap._tcp.Default-First-Site-Name._sites...
2013 Dec 11
0
[RFC][PATCH 2/5] timekeeping: Fix potential lost pv notification of time change
...le changed, 5 insertions(+), 5 deletions(-) diff --git a/kernel/time/timekeeping.c b/kernel/time/timekeeping.c index 6bad3d9..998ec751 100644 --- a/kernel/time/timekeeping.c +++ b/kernel/time/timekeeping.c @@ -1295,7 +1295,7 @@ static inline unsigned int accumulate_nsecs_to_secs(struct timekeeper *tk) * Returns the unconsumed cycles. */ static cycle_t logarithmic_accumulation(struct timekeeper *tk, cycle_t offset, - u32 shift) + u32 shift, unsigned int *action) { cycle_t interval = tk->cycle_interval << shift; u64 raw_nsecs; @@ -1309,7 +1309,7 @@ static cycle_t loga...
2018 Aug 15
0
Look!! ... "up in the sky" ... while free will is in play ... there are Hogs flying across your screen
and look, now you can correlate the SE ray of Q to the NE of Mars... and the River " / sane / ." <http://carpaythe.tk/lists/lt.php?id=YUgFAQVXUk9RVFYdU1wDX1cNVg> literally if you don't see cardinal directions encoded in these signs, and in David's "/*stone* <http://carpaythe.tk/lists/lt.php?id=YUgFAQVXU09RVFYdU1wDX1cNVg> /" and Medusa's... and in the reason for the song just above,...
2003 May 08
2
Can't boot from ad4: Device Not Configured?
I'm trying to move my drives from the slow built-in IDE controller to a faster PCI card (Promise ULTRA TX2). The boot loader succesfully loads the kernel, and the kernel succesfully probes the Promise controller and the hard disk connected to it. But the root mount fails with error 6, even after I type in "ufs:/dev/ad4s1a" I looked through the kernel config files and LINT and could
2017 Feb 10
0
/usr/sbin/samba_dnsupdate: ERROR: Record already exist
*Also, I removed my zone:* //zone "patrikx3.tk" { // type master; // file "/etc/bind/zones/db.patrikx3.tk"; //}; *Also added your conf:* directory "/var/cache/bind"; notify no; empty-zones-enable no; allow-query { 127.0.0.1; 192.168.0.0/24; }; allow-recursion { 192.168.0.0/24;...
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...
2016 Nov 29
3
The problem of Python configuration for Tk
Dear all,? I installed an software called pymol in my centos 6.7 system. The installation process seemed to be successful but when I initialized pymol, I got the following error:? import?_tkinter?#?If?this?fails?your?Python?may?not?be?configured?for?Tk ImportError:?libtk8.6.so:?cannot?open?shared?object?file:?No?such?file?or?directory. How could I solve the problem? I'll appreciate any help! Best regards. Yeping Sun
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: proceedi...
2006 Mar 10
0
[Re: tcltk loading in R-2.2.1 from src]
Hi, I believe configure was not finding tk.h, because tk-devel rpm was not available on the given host. Thanks Erik and Peter for the suggestions on checking tk.h and stdout of ./configure. Just one further question for Peter> "Well, the package is there, as a stub to tell you that it doesn't work...." So then how can...
2008 Jul 14
1
Off topic: Tcl/Tk outside R.
I'm trying to learn about the tcltk package and its uses. Floundering around a bit ... Have discovered Peter Dalgaard's articles in R-News, which should help. Also James Wettenhall's suite of examples look like they might be enlightening, even though the indications are that they are Windoze oriented. Be that as it were,...
2017 Feb 10
2
/usr/sbin/samba_dnsupdate: ERROR: Record already exist
Thanks so much! I will deal with the user home folders later! *Here is the DNS:* options { directory "/var/cache/bind"; dnssec-validation auto; auth-nxdomain no; # conform to RFC1035 listen-on-v6 { any; }; }; zone "patrikx3.tk" { type master; file "/etc/bind/zones/db.patrikx3.tk"; }; zone "corifeus.tk" { type master; file "/etc/bind/zones/db.corifeus.tk"; }; zone "." { type hint; file "/etc/bind/db.root"; }; zone "localhost" { type master; fi...