search for: tk_xincludes

Displaying 6 results from an estimated 6 matches for "tk_xincludes".

2002 Apr 30
1
configure script fails on comment in tkConfig.sh (PR#1500)
...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_VERSION='8' TK_MINOR_VERSION='3' TK_...
2001 Jul 29
1
Compiling R (1.3.0) on AIX (4.3) fails (PR#1034)
...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 _comments out_ the rest of the line! (Think about...
2003 Feb 25
2
R-devel problems
The OS X configure in R-devel has been changed to use two-level namespaces. There are still some problems. 1. Trunmed.c in the modreg packages defines a function heapsort(), while heapsort is also defined (differently) in /usr/lib/stdlib.h. I (temporarily) disabled the definition in stdlib.h. 2. If R is configured with the --without-x flag, then CPPFLAGS does not include /usr/X11R6/include,
2006 Mar 10
0
[Re: tcltk loading in R-2.2.1 from src]
...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 breaks the Tcl/Tk functionality. I was > able to get around this by simply removing the comment and leaving it as > TK_XINCLUDES='...
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
2002 Sep 21
1
Bug list summary (automatic post)
...configure script fails on comment in tkConfig.sh From: Peter Kleiweg <kleiweg@let.rug.nl> Date: Tue, 30 Apr 2002 16:41:51 +0200 (CEST) --Looks like a conspiracy between a shell problem and an oddity in Tk 8.0 rather --than an R problem. Good to know for the workaround though. The comment in --TK_XINCLUDES has since disappeared, at least in Tk 8.3.3. * PR# 1501 * Subject: configure error: Maybe change CFLAGS or FFLAGS? From: ale@ini.phys.ethz.ch Date: Wed, 1 May 2002 15:23:14 +0200 (MET DST) --Tried to use fort77 on RedHat, should likely try g77 instead. * PR# 1658 * Subject: make install fails - ind...