Skip to content
Prev 2235 / 10988 Next

[Rcpp-devel] Unable to install RcppArmadillo from CRAN or from SVN archive on Ubuntu 10.10

I don't know if this is useful, but the results from a grep I did on a
different system suggest that include/armadillo_bits/arma_version.hpp might
be a file to look into:

grep -i arma * */* */*/* |grep -i ver
DESCRIPTION:        Armadillo library (currently version 1.1.8). Thus users
do not
DESCRIPTION: Armadillo is licensed under the GNU LGPL version 3 or later,
while
NEWS:    o   Upgraded to Armadillo Version 1.1.8   "Kangaroo Steak"
NEWS:    o   Upgraded to Armadillo Version 1.1.6   ?Baby Carpet Shark?
NEWS:    o   Upgraded to Armadillo Version 1.1.4   ?Manta Lodge?
NEWS:    o   Upgraded to Armadillo Version 1.1.2   ?Flood Kayak?
NEWS:    o   Upgraded to Armadillo Version 1.1.0   ?Climate Vandal?
html/00Index.html:</div><h2>Documentation for package
&lsquo;RcppArmadillo&rsquo; version 0.2.16</h2>
include/armadillo:  #include "armadillo_bits/arma_version.hpp"
unitTests/runTests.R:    stop( "RcppArmadillo unit tests need at least the
version 0.3.5 of inline" )
include/armadillo_bits/arma_version.hpp:// This file is part of the
Armadillo C++ library.
include/armadillo_bits/arma_version.hpp://! \addtogroup arma_version
include/armadillo_bits/arma_version.hpp:#define ARMA_VERSION_MAJOR 1
include/armadillo_bits/arma_version.hpp:#define ARMA_VERSION_MINOR 1
include/armadillo_bits/arma_version.hpp:#define ARMA_VERSION_PATCH 8
include/armadillo_bits/arma_version.hpp:#define ARMA_VERSION_NAME  "Kangaroo
Steak"
include/armadillo_bits/arma_version.hpp:struct arma_version
include/armadillo_bits/arma_version.hpp:  static const unsigned int major =
ARMA_VERSION_MAJOR;
include/armadillo_bits/arma_version.hpp:  static const unsigned int minor =
ARMA_VERSION_MINOR;
include/armadillo_bits/arma_version.hpp:  static const unsigned int patch =
ARMA_VERSION_PATCH;
include/armadillo_bits/arma_version.hpp:    const char* nickname =
ARMA_VERSION_NAME;
include/armadillo_bits/arma_version.hpp:    ss << arma_version::major
include/armadillo_bits/arma_version.hpp:       << arma_version::minor
include/armadillo_bits/arma_version.hpp:       << arma_version::patch
include/armadillo_bits/arrayops_proto.hpp:  convert_cx_scalar(out_eT& out,
const in_eT&  in, const typename arma_not_cx<out_eT>::result* junk1 = 0,
const typename arma_not_cx< in_eT>::result* junk2 = 0);
include/armadillo_bits/arrayops_proto.hpp:  convert_cx_scalar(out_eT& out,
const std::complex<in_T>& in, const typename arma_not_cx<out_eT>::result*
junk = 0);
include/armadillo_bits/compiler_setup.hpp:  #define ARMA_GCC_VERSION
(__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__)
include/armadillo_bits/compiler_setup.hpp:  #if (ARMA_GCC_VERSION >= 40200)
include/armadillo_bits/compiler_setup.hpp:  #if (ARMA_GCC_VERSION >= 40300)
include/armadillo_bits/compiler_setup.hpp:  #undef ARMA_GCC_VERSION
include/armadillo_bits/debug.hpp:        const char* nickname      =
ARMA_VERSION_NAME;
include/armadillo_bits/debug.hpp:                  << arma_version::major <<
'.' << arma_version::minor << '.' << arma_version::patch
.
.
.
On 4/28/11 4:14 PM, "Douglas Bates" <bates at stat.wisc.edu> wrote: