card-io / card.io-iOS-source

The open-source code for the card.io-iOS-SDK: provides fast, easy credit card scanning in mobile apps
Other
686 stars 372 forks source link

Block.h XprType does not refer to a value. #83

Open takzee opened 7 years ago

takzee commented 7 years ago

I'm trying to integrate the source code but when I compile I will get a bunch of errors that includes :

/env/card.io-iOS-source/dmz/Eigen/src/Core/Block.h:50:21: error: 'XprType' does not refer to a value error: use of undeclared identifier 'Block'; did you mean 'clock'?

and so on , is it some configuration issues that I'm not doing right or do I need to explicitly installs Eigen?