Try to put cufflinks-2.1.1 on my mac mini. I use brew install cufflinks to install, however, it give errors
make[2]: *** [differential.o] Error 1
20 errors generated.
make[2]: *** [assemble.o] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
So, I download the source code to install to the directory of boost and eigen,
it gives
./abundances.h:21:10: fatal error: 'Eigen/Dense' file not found
#include <Eigen/Dense>
^
1 error generated.
make[2]: *** [clustering.o] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
I try to search past post for this error. Nothing works. Who knows how to deal with this question.
Thank you!
make[2]: *** [differential.o] Error 1
20 errors generated.
make[2]: *** [assemble.o] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
So, I download the source code to install to the directory of boost and eigen,
it gives
./abundances.h:21:10: fatal error: 'Eigen/Dense' file not found
#include <Eigen/Dense>
^
1 error generated.
make[2]: *** [clustering.o] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
I try to search past post for this error. Nothing works. Who knows how to deal with this question.
Thank you!
Comment