search for: opt_loc

Displaying 5 results from an estimated 5 matches for "opt_loc".

Did you mean: opt_lock
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: proceeding with the preprocessor's result This was in config.log, the command on a single line: configure:21361: cc -E -I/opt_local/opt/readline/include...
2001 Sep 02
0
Install problems R 1.3.1 on HP-UX (PR#1084)
...R 1.3.1 on HP-UX. This caused me quite some problems. These problems did not occur with the previous version I installed, which was R version 1.2.3. First, the result of configure: R is now configured for hppa-hp-hpux10.20 Source directory: . Installation directory: /opt_local/opt/R C compiler: cc -D_HPUX_SOURCE +DA1.1 +DS1.1 -Wp,-H16000 -I/opt_local/opt/readline/include -I/opt_local/opt/tk/include -I/opt_local/opt/tcl/include -I/opt_local/opt/jpeg6/include -I/opt_local/opt/png/include -I/opt_local/opt/ncurses/include -I/opt_local/opt/zlib/include...
2000 Dec 22
5
(HP-UX) scan: last line gets duplicated (PR#790)
The last line gets duplicated when a file is read like this: a <- scan(file=filename, what="", sep="\n", strip.white=c(TRUE), quiet=TRUE) (This error does not occur on Linux, the only other platform I tested.) Version: platform = hppa2.0-hp-hpux10.20 arch = hppa2.0 os = hpux10.20 system = hppa2.0, hpux10.20 Actually, all binaries are
2002 Apr 30
1
Undefined symbols in loading tcltk (PR#1499)
Non of these errors occured in earliers versions of R. > library(tcltk) /usr/lib/dld.sl: Unresolved symbol: Tcl_GetVar2Ex (code) from /opt_local/opt/R/lib/R/library/tcltk/libs/tcltk.sl /usr/lib/dld.sl: Unresolved symbol: Tcl_GetString (code) from /opt_local/opt/R/lib/R/library/tcltk/libs/tcltk.sl /usr/lib/dld.sl: Unresolved symbol: Tcl_SetVar2Ex (code) from /opt_local/opt/R/lib/R/library/tcltk/libs/tcltk.sl Error in dyn.load(x, as.logic...
2001 Dec 20
0
configure: sed: Function s%@PDFLATEX@%/usr/local/bin/pdflatex%g (PR#1222)
Sometimes, configure isn't able to create the makefiles. It produces errors like: sed: Function s%@PDFLATEX@%/usr/local/bin/pdflatex%g cannot be parsed. This happens when I use a combination of arguments to configure like: --prefix=$HOME/R-tst --with-tcl-config=/opt_local/opt/tcl/lib/tclConfig.sh --with-tk-config=/opt_local/opt/tk/lib/tkConfig.sh If I leave out the last two arguments, the problem does not occur. If I change the first argument to --prefix=$HOME/Rtst, the problem does not occur. --please do not edit the information below-- Version: platform...