Displaying 5 results from an estimated 5 matches for "externalsourc".
Did you mean:
externalsource
2010 Dec 26
1
can't install R with *local* gcc
...C and C++ compiler of the suite extensively, and that
all works. But we don't have any experience with using gfortran.
The gcc-build works fine, everything seems alright --- only R (version 2.11.0) won't build with it:
We use the configuration
F77=/home/csoliver/SAT-Algorithmen/OKplatform/ExternalSources/Installations/Gcc/4.2.4/bin/gfortran
FC=${F77}
CC=/home/csoliver/SAT-Algorithmen/OKplatform/ExternalSources/Installations/Gcc/4.2.4/bin/gcc
CXX=/home/csoliver/SAT-Algorithmen/OKplatform/ExternalSources/Installations/Gcc/4.2.4/bin/g++
LDFLAGS="-L /home/csoliver/SAT-Algorithmen/OKplatform/...
2009 Dec 05
1
regression tests still fail for R version 2.10.0
...ve installed R version 2.9.2, and everything
works fine, but when attempting to install version 2.10.0
I get:
running code in 'datasets.R' ... OK
comparing 'datasets.Rout' to './datasets.Rout.save' ... OK
make[4]: Leaving directory `/home/csoliver/SAT-Algorithmen/OKplatform/ExternalSources/builds/R/R-2.10.0/tests'
make[3]: Leaving directory `/home/csoliver/SAT-Algorithmen/OKplatform/ExternalSources/builds/R/R-2.10.0/tests'
make[3]: Entering directory `/home/csoliver/SAT-Algorithmen/OKplatform/ExternalSources/builds/R/R-2.10.0/tests'
running regression tests ...
make[4]:...
2006 Dec 01
4
uninitialized constant error in app but not when using console
...ed a module in my apps lib directory which i use for
authenticating against an external source (among other things).
lib/myapp.rb
-----------------
require ''rubygems''
require_gem ''activerecord''
# uses activerecord odbc adapter by openlink
module MyApp
module ExternalSource
class Connection < ActiveRecord::Base
def self.authenticate(opts = {:login => "", :password => "", :env => "")
begin
ActiveRecord::Base.establish_connection(
:adapter => "odbc",
:dsn => op...
2012 Oct 08
1
installation of R (14.1 and 15.1) fails: [reg-packages.Rout] Error 1
...t' to './reg-tests-2.Rout.save' ... OK
running code in 'reg-examples1.R' ... OK
running code in 'reg-examples2.R' ... OK
running code in 'reg-packages.R' ...make[4]: *** [reg-packages.Rout]
Error 1
make[4]: Leaving directory
`/home/csoliver/OKplatform/ExternalSources/builds/R/R-2.14.1/tests'
make[3]: *** [test-Reg] Error 2
2.
comparing 'reg-tests-2.Rout' to './reg-tests-2.Rout.save' ... OK
running code in 'reg-examples1.R' ... OK
running code in 'reg-examples2.R' ... OK
running code in 'reg-packages.R' ......
2012 Oct 13
0
installation of R (2.14.1 and 2.15.1) fails due to [reg-packages.Rout] Error
...is for
2.14.1, but the messages are identicall with 2.15.1):
running code in 'reg-examples1.R' ... OK
running code in 'reg-examples2.R' ... OK
running code in 'reg-packages.R' ...make[4]: *** [reg-packages.Rout]
Error 1
make[4]: Leaving directory
`/home/csoliver/OKplatform/ExternalSources/builds/R/R-2.14.1/tests'
make[3]: *** [test-Reg] Error 2
make[3]: Leaving directory
`/home/csoliver/OKplatform/ExternalSources/builds/R/R-2.14.1/tests'
make[2]: *** [test-all-basics] Error 1
The error-log in reg-packages.Rout.fail is (again for 2.14.1, but it is
identical for 2.15.1, exc...