You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 12, 2019. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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?
The text was updated successfully, but these errors were encountered: