Skip to content

Eigen/Core: No such file or directory #52

@josemq

Description

@josemq

Please help I'm running into the following error while compiling Flashpca:

g++ -Ispectra/include -I/usr/local/include/boost -I/usr/local/include/eigen -march=native -std=c++0x -O3 -DNDEBUG -DVERSION="2.1" -funroll-loops -ftree-vectorize -ffast-math -c flashpca.cpp -o flashpca.o
In file included from flashpca.cpp:22:0:
data.h:18:22: fatal error: Eigen/Core: No such file or directory
#include <Eigen/Core>
^
compilation terminated.
Makefile:54: recipe for target 'flashpca.o' failed
make: *** [flashpca.o] Error 1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions