Git Product home page Git Product logo

Comments (4)

eddelbuettel avatar eddelbuettel commented on June 5, 2024
  1. What is your OS and version?
  2. What is your compiler version?

The error message is actually that file iterator is not found when RcppEigenForward.h wants to access it. Your C++ setup may be lacking. Ever compiled C++ before on that machine?

from rcppeigen.

Sarvaya-Jain avatar Sarvaya-Jain commented on June 5, 2024
  1. Actually I am trying to install package in server machine and I have installed some other packages like dplyr etc which have c++ dependency.

Os is: linux 2.6.32

  1. I tried checking the version of gcc installed, I am getting 5.1.0
    below is output received:
    Using built-in specs.
    COLLECT_GCC=gcc
    COLLECT_LTO_WRAPPER=/usr/local/libexec/gcc/x86_64-unknown-linux-gnu/5.1.0/lto-wrapper
    Target: x86_64-unknown-linux-gnu
    Configured with: ../gcc_5_1_0_release/configure
    Thread model: posix
    gcc version 5.1.0 (GCC)

from rcppeigen.

eddelbuettel avatar eddelbuettel commented on June 5, 2024

Well:

  • What distro?
  • Kernel 2.6.32 is very, very old. You may simply have a toolchain that is too old.
  • gcc 5.1.0 is fine, you also need g++ of course.

Looks like you simply do not have the requirements to build. See the results page at CRAN to confirm that this package builds and tests fine every night on a variety of current versions, and even one release back.

from rcppeigen.

eddelbuettel avatar eddelbuettel commented on June 5, 2024

I'll close this is it appears to a simpler user error or misunderstanding.

from rcppeigen.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.