search for: tcl_config

Displaying 8 results from an estimated 8 matches for "tcl_config".

Did you mean: ctrl_config
2009 Apr 30
1
[Fwd: problems installing rjags | tcltk]
...figure: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 to my configure call (i.e., ./configure --with-lapack="-L/usr/lib64" --with-blas="-L/opt/acml4.2.0/gfortran64/lib -lacml" --with-tcltk the solution? I figure wor...
2001 Sep 20
1
tcltk installation
I have a sun machine (solaris 8) with R 1.3.0 installed. I want to install tcltk libraries to add gui support. Could someone please point me to the appropriate instructions? Thank you for your help. -- John CAREW <carew at mr.radiology.wisc.edu> Functional MRI Research Group Radiology E3/311 600 Highland Ave. Madison, WI 53792-3252 Phone: (608)265-5742 Fax: (608)265-9840
2017 Nov 18
1
[FORGED] Re: tcltk problems
Hum, missed that bit. Looking at the configure script, the only way I can see it failing to look in /usr/lib/tcl8.6 is if ${LIBnn} is not "lib". Any chance it might be set to lib64? -pd > On 18 Nov 2017, at 22:32 , Rolf Turner <r.turner at auckland.ac.nz> wrote: > > > On 19/11/17 05:36, Albrecht Kauffmann wrote: > >> Did you istall the tcl- and tk-devel
2018 Jul 01
2
[PATCH nbdkit] Add Tcl plugin, for writing plugins in Tcl.
...; + Tcl_ListObjAppendElement (0, cmd, Tcl_NewStringObj ("dump_plugin", -1)); + r = Tcl_EvalObjEx (interp, cmd, TCL_EVAL_DIRECT); + Tcl_DecrRefCount (cmd); + if (r != TCL_OK) + nbdkit_error ("dump_plugin: %s", Tcl_GetStringResult (interp)); + } +} + +static int +tcl_config (const char *key, const char *value) +{ + int r; + + if (!script) { + /* The first parameter MUST be "script". */ + if (strcmp (key, "script") != 0) { + nbdkit_error ("the first parameter must be script=/path/to/script.tcl"); + return -1; + } +...
2019 Sep 01
11
[nbdkit PATCH 00/10] Avoid -Wshadow
While working on can_FOO caching, at one point I got confused by whether 'readonly' meant the global set by -r or a local passed to .open(). A quick attempt to compile with -Wshadow found several other confusing points; this series gets us to the point that we can add -Wshadow to builds with --enable-gcc-warnings. Eric Blake (10): server: Avoid -Wshadow warnings guestfs: Avoid
2009 Feb 21
1
Install failure (PR#13545)
...' SHLIB_FCD='' SHLIB_FCLD='' SHLIB_FCLDFLAGS='' SHLIB_FFLAGS='' SHLIB_LD='' SHLIB_LDFLAGS='' SHLIB_LIBADD='' STRIP='' SUPPORT_MBCS='' SUPPORT_UTF8='' TAR='tar' TCLTK_CPPFLAGS='' TCLTK_LIBS='' TCL_CONFIG='' TEX='false' TEXI2DVI='false' TIFF_LIBS='' TK_CONFIG='' USE_EXPORTFILES_FALSE='' USE_EXPORTFILES_TRUE='' USE_EXTERNAL_BLAS_FALSE='' USE_EXTERNAL_BLAS_TRUE='' USE_EXTERNAL_LAPACK_FALSE='' USE_EXTERNAL_LAPACK_TRUE='...
2005 Feb 05
2
Problems compiling (configure) R on Ubuntu linux (debian)
...IB_CFLAGS='' SHLIB_CXXFLAGS='' SHLIB_CXXLD='' SHLIB_CXXLDFLAGS='' SHLIB_EXT='' SHLIB_FFLAGS='' SHLIB_LD='' SHLIB_LDFLAGS='' SHLIB_LIBADD='' STRIP='strip' TAR='tar' TCLTK_CPPFLAGS='' TCLTK_LIBS='' TCL_CONFIG='' TEX='false' TK_CONFIG='' USE_EXPORTFILES_FALSE='' USE_EXPORTFILES_TRUE='' USE_EXTERNAL_BLAS_FALSE='' USE_EXTERNAL_BLAS_TRUE='' USE_EXTERNAL_LAPACK_FALSE='' USE_EXTERNAL_LAPACK_TRUE='' USE_LIBTOOL_FALSE='' USE_LIBTOOL...
2003 Mar 29
1
compling errors for sun unix (PR#2702)
...IB_CFLAGS='' SHLIB_CXXFLAGS='' SHLIB_CXXLD='' SHLIB_CXXLDFLAGS='' SHLIB_EXT='' SHLIB_FFLAGS='' SHLIB_LD='' SHLIB_LDFLAGS='' SHLIB_LIBADD='' STRIP='strip' TAR='tar' TCLTK_CPPFLAGS='' TCLTK_LIBS='' TCL_CONFIG='' TEX='/usr/local/IT/bin/tex' TK_CONFIG='' USE_EXPORTFILE_FALSE='' USE_EXPORTFILE_TRUE='' USE_EXTERNAL_BLAS_FALSE='' USE_EXTERNAL_BLAS_TRUE='' USE_LIBTOOL_FALSE='' USE_LIBTOOL_TRUE='#' USE_MMAP_ZLIB_FALSE='' USE_MMAP_Z...