Registered Member
|
Dear all,
Toolchain: VS++ 2010, Eigen 3.2.0 beta Trying to compile very simple program fails:
with the following output:
The problem comes from the fact that Windows does not distinguish between upper and lower cases in file names. Therefore, Eigen's include "Array" gets included instead of a standard one. Any idea how to overcome this problem? Regards, Alex |
Registered Member
|
Ok, solved
Since Eigen's <Array> is deprecated dummy header, simply removing it solved the problem. |
Moderator
|
also, the standard and recommended way to include Eigen's header is to explicitly add the Eigen/ parent folder:
#include <Eigen/Core> and so do not add path/to/eigen/Eigen in your include directories but only path/to/eigen. |
Registered users: Bing [Bot], Google [Bot], Sogou [Bot]