On 30.11.2011 21:53, RogerP wrote:> I am trying to add the bigmemory packages but I get the following error
> message:
>
> In file included from bigmemory.cpp:14:0:
> ../inst/include/bigmemory/isna.hpp: In function 'bool
neginf(double)':
> ../inst/include/bigmemory/isna.hpp:22:57: error: 'isinf' was not
declared in
> this scope
> make: *** [bigmemory.o] Error 1
> ERROR: compilation failed for package 'bigmemory'
> * removing '/usr/local/lib/R/library/bigmemory'
> * restoring previous '/usr/local/lib/R/library/bigmemory'
>
> The downloaded packages are in
> '/tmp/RtmpNrkt2a/downloaded_packages'
> Updating HTML index of packages in '.Library'
> Warning message:
> In install.packages("bigmemory") :
> installation of package 'bigmemory' had non-zero exit status
>> install.packages(gsl)
> Error in install.packages(gsl) : object 'gsl' not found
>> install.packages(gnulib)
> Error in install.packages(gnulib) : object 'gnulib' not found
>
>
> I am using the GNU compiler version 4.5.1 from blastwave on a Solaris 10
> box.
> I can't seem to find how to compile bigmembory successfully. I can
complile
> and add
> other packages.
See
http://cran.r-project.org/web/checks/check_results_bigmemory.html
and find it also fails the Solaris based CRAN checks.
Hence please report to the package maintainer directly, since reports
from CRAN maintainers and the CRAN results are obviously ignored.
Best,
Uwe Ligges
>
> roger
>
> --
> View this message in context:
http://r.789695.n4.nabble.com/Error-adding-Bigmemory-package-tp4124863p4124863.html
> Sent from the R help mailing list archive at Nabble.com.
>
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide
http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.