search for: tcltk_cppflag

Displaying 20 results from an estimated 30 matches for "tcltk_cppflag".

Did you mean: tcltk_cppflags
2003 Oct 27
1
configure, config.site and TCLTK_CPPFLAGS
Hi, I am trying to configure R-1.8.0-patched (fresh rsync) for machines with the tcltk files in unorthodox locations. I specified a TCLTK_CPPFLAGS='/usr/freeware/include/' in the file config.site but it seems that a '# no special path needed' is added when running configure, causing trouble (See the excerpt from config.site below). This was working with R-1.7.1. I am not an autoconf/configure expert, so any hint is welcome....
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,
2005 Apr 19
1
type.convert error with read.csv function
...on are: ./configure --enable-utf8 --enable-R-shlib --with-blas='-framework vecLib' --with-lapack --with-aqua --with-tcl-config=/Library/Frameworks/Tcl.framework/tclConfig.sh --with-tk-config=/Library/Frameworks/Tk.framework/tkConfig.sh TCLTK_LIBS='-framework Tcl -framework Tk' TCLTK_CPPFLAGS='-I/Library/Frameworks/Tcl.Framework/Headers -I/Library/Frameworks/Tk.Framework/Headers' A straight-forward read.csv[] function returns the following error: > map.plain <- read.csv("~/Projects/ProjectMap/plain.csv", na.strings = ".") Error in type.convert(dat...
2003 Aug 17
2
(no subject)
...amework/tkConfig.sh --with-blas='-framework vecLib' --with-lapack --with-aqua and with in the environment FPICFLAGS=-fno-common LDFLAGS=-lcc_dynamic CPPFLAGS=-D__DEBUGGING__ TCLTK_LIBS=/Library/Frameworks/Tcl.framework/Versions/Current /Library/Frameworks/Tk.framework/Versions/Current TCLTK_CPPFLAGS=/Library/Frameworks/Tcl.framework/Versions/Current/ Headers /Library/Frameworks/Tk.framework/Versions/Current/Headers === Jan de Leeuw; Professor and Chair, UCLA Department of Statistics; Editor: Journal of Multivariate Analysis, Journal of Statistical Software US mail: 9432 Boelter Hall, Box...
2015 May 26
2
building with tcltk on Ubuntu 14.04
...configure and build R without doing anything special, tcltk is not found and capabilities()["tcltk"] is FALSE. I modified config.site as follows: ## Use TCLTK_LIBS for all '-L' and '-l' options needed for linking TCLTK_LIBS="-L/usr/lib/x86_64-linux-gnu" ## Use TCLTK_CPPFLAGS for all '-I' options needed for finding the tcl.h TCLTK_CPPFLAGS="-I/usr/include/tcl" This makes capabilities()["tcltk"] TRUE, but trying library("tcltk") still returns Error : .onLoad failed in loadNamespace() for 'tcltk', details: call: fun(lib...
2002 Oct 30
2
native OS X R
...ve a version of R-devel which is configured with the flags configure --with-tcl-config=/Library/Frameworks/Tcl.framework/tclConfig.sh --with-tk-config=/Library/Frameworks/Tk.framework /tkConfig.sh --enable-R-shlib --with-aqua --without-x TCLTK_LIBS="-framework Tcl -framework Tk" TCLTK_CPPFLAGS="-I/Library/Framewor ks/Tcl.framework/Headers -I/Library/Frameworks/Tk.framework/Headers" This means no X11, the Quartz device, the Aqua interface, and the native AquaTk version of Tcl/Tk. Drawing to windows works fine (both to the Quartz device and the Tk windows), but there are st...
2009 Apr 30
1
[Fwd: problems installing rjags | tcltk]
...ecked the config.log, and there is some hint that this might be the case. Just before ## File substitutions ## I see use_tcltk='no' Further upstream in the config.log, I see configure:42914: checking for tcl.h conftest.c:204:17: error: tcl.h: No such file or directory and ac_cv_env_TCLTK_CPPFLAGS_set= ac_cv_env_TCLTK_CPPFLAGS_value= ac_cv_env_TCLTK_LIBS_set= ac_cv_env_TCLTK_LIBS_value= and r_cv_header_tcl_h=no and TCLTK_CPPFLAGS='' TCLTK_LIBS='' TCL_CONFIG='' So, it seems as if my self-rolled R isn't TCLTK 'aware'. Is simply adding --with-tcltk...
2002 Nov 14
1
R-1.6.1, Mac OS X 10.2.2 build failure
...ad table Execution halted make[4]: *** [../../../library/methods/R/all.rda] Error 1 make[3]: *** [all] Error 2 make[2]: *** [R] Error 1 make[1]: *** [R] Error 1 make: *** [R] Error 1 The configuration was: bash-2.05a$ export TCLTK_LIBS="-framework Tcl -framework Tk" bash-2.05a$ export TCLTK_CPPFLAGS="-I/Library/Frameworks/Tcl.framework/Headers -I/Library/Frameworks/Tk/frameworks/Headers" bash-2.05a$ ./configure --with-tcl-config=/Library/Frameworks/Tcl.framework/tclConfig.sh --with-tk-config=/Library/Frameworks/Tk.framework/tkConfig.sh The compiler was gcc-3.1 (Mac OS X develope...
2002 Jan 15
0
errors intalling splancs and sgeostat
...This is usually # automatically detected by configure, and anything set here will be in # addition unless SHLIB_CXXLD is given. # SHLIB_CXXLDFLAGS= # Tcl/Tk settings. # Use TCLTK_LIBS for all ALL `-L' and `-l' options needed for linking # against the Tcl and Tk library. # TCLTK_LIBS= # Use TCLTK_CPPFLAGS for all `-I' options needed for finding the tcl.h # and tk.h headers. # TCLTK_CPPFLAGS= # make name. # Set this if you want to use a make by another name, for example # if your GNU make is called `gmake', use MAKE=gmake. # MAKE= -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-...
2003 Aug 19
0
Tcl/Tk on Panther
...g.sh --with-blas='-framework vecLib' --with-lapack --with-aqua but for some reason this does get Tcl/Tk support build in Panther (batteries included version of Aqua Tcl/Tk, but observe 8.4.3 is also sitting in /usr). I now need to set explicitly TCLTK_LIBS=-framework Tcl -framework Tk TCLTK_CPPFLAGS=-I/Library/Frameworks/Tcl.framework/Versions/Current/ Headers -I/Library/Frameworks/Tk.framework/Versions/Current/Headers for it to find stuff. Otherwise it will look in /usr/include for tk.h, and Apple does not include Tk, only Tcl. === Jan de Leeuw; Professor and Chair, UCLA Department of St...
2003 Aug 22
0
R-devel on Panther
...works/Tcl.framework/tclConfig.sh --with-tk-config=/Library/Frameworks/Tk.framework/tkConfig.sh --with-blas='-framework vecLib' --with-lapack --with-aqua In the environment I have FPICFLAGS=-fno-common LDFLAGS=-lcc_dynamic CPPFLAGS=-D__DEBUGGING__ TCLTK_LIBS=-framework Tcl -framework Tk TCLTK_CPPFLAGS=-I/Library/Frameworks/Tcl.framework/Versions/Current/ Headers -I/Library/Frameworks/Tk.framework/Versions/Current/Headers I know that the two TCLTK variables (strangely enough), the DEBUGGING variable and the FPICFLAGS are necessary. I am using the g77-3.3 from fink -- not the one from Gaurav...
2010 Jun 08
3
Question on trying to build R 2.11.1 on Tru64(aka OSF1) system
...GS= ## FCPICFLAGS= ## SHLIB_FCLD=${FC} ## Unlike SHLIB_CXXLDFLAGS, SHLIB_FCLDFLAGS is never additional ## SHLIB_FCLDFLAGS=${SHLIB_LDFLAGS} ## Tcl/Tk settings. ## Use TCLTK_LIBS for all '-L' and '-l' options needed for linking ## against the Tcl and Tk library. ## TCLTK_LIBS= ## Use TCLTK_CPPFLAGS for all '-I' options needed for finding the tcl.h ## and tk.h headers. ## TCLTK_CPPFLAGS= ## Browser default ## Default setting for the R_BROWSER env variable ## If unset configure searches in turn for (currently) ## firefox mozilla galeon kfmclient opera gnome-moz-remote open ## and uses...
2006 Mar 10
0
[Re: tcltk loading in R-2.2.1 from src]
...olution to this problem. There were 2 > steps I took to get a build of R in my home directory that properly > uses Tcl/Tk 8.3 under Linux. > > The first was setting an environment variable to let R know where the > tcl.h and tk.h files reside. This environment variable was > TCLTK_CPPFLAGS and is set to -I/s/include . This can bet set in the > config.site in R's build 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...
2002 May 22
0
Problem installing tcltk on Solaris
...ing tcltk support working. Thanks -Don Here are various details that may or may not be helpful. ----- from config.site ----- CPPFLAGS="-I/erd/statistic/apps/R/local/include" LDFLAGS="-L/erd/statistic/apps/R/local/lib" TCLTK_LIBS="-L/erd/statistic/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/...
2003 Jun 13
2
Darwin-Aqua R-devel
I've been able to build a very primitive Aqua GUI for Darwin R. This version as minimum event handler support but at least you can drag around the quartz device. You need to download the RAqua.app.sit archive from http://www.economia.unimi.it/R/ You need to unstuff it and put inside your system Applications folder (i.e. /Applications) If you click on the RAqua icon nothing will happen
2003 Mar 26
2
R-1.7.0 beta available
I've set up for daily distribution builds of the current development version. These are available at http://cran.us.r-project.org/src/base/ The current one is R-1.7.0beta_2003-03-26.tar.gz (and it's pretty useless to wait for them to be mirrored elsewhere...) Notice that these are made using "make dist" (like the final release will be) and thus they may have
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 27
1
R1.5.1,tcltk,IRIX
...the processors on OCGC export CC="/usr/bin/cc -n32 -mips4 -r12000" export CXX="/usr/bin/CC -n32 -mips4 -r12000" export F77="/usr/bin/f77 -n32 -mips4 -r12000" # these flags appear to be necessary to build with tcl/tk export TCLTK_LIBS='-L/usr/local/lib32' export TCLTK_CPPFLAGS='-I/usr/local/include/tcl -I/usr/local/include/tk' # put /usr/local/bin first to get newer perl and also add path to javac export PATH=/usr/local/bin:/usr/java/bin32:/usr/java/bin:$PATH (date ; ./configure --prefix=/tools/Rstat1.5.1 --enable-R-shlib --with-readline --with-tcltk --with-x -...
2011 Feb 08
1
Compiling a Tcl extension for an R package
Dear R developers, I plan to upload a first version of my R package RnavGraph to the R CRAN server in a week or two. However I'm still struggling with an image resizing function written in C as a tcl extension. I did all my development in Ubuntu, and everything works fine in Ubuntu, however my attempts to compile this C function under Windows or OSX have all failed. I provide a minimal self
2003 Jan 15
2
compile problems on solairs 8
Hello, I am having a problem compiling R versions 1.6.1 or .16.2 on a Solaris 8 machine. It sees to have problems with an X11 module. Here is the relevant output: make[4]: Entering directory `/pkg-ling/src/R-1.6.2/src/modules/X11' gcc -I. -I../../../src/include -I../../../src/include -I/pkg/X11R5/include -I/usr/local/include -DHAVE_CONFIG_H -fPIC -g -O2 -c dataentry.c -o dataentry.lo