Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compilation error, is it a problem with the eigen version? #16

Open
af-doom opened this issue Nov 19, 2024 · 2 comments
Open

Compilation error, is it a problem with the eigen version? #16

af-doom opened this issue Nov 19, 2024 · 2 comments

Comments

@af-doom
Copy link

af-doom commented Nov 19, 2024

Thank you very much for your great open source work. Following is my compilation error:

  1. G3Reg/Thirdparty/clique_solver/include/clique_solver/graph.h:242:25: error: ‘using SpConstraint = using SpMat = class Eigen::SparseMatrix’ {aka ‘class Eigen::SparseMatrix’} has no member named ‘coeffs’; did you mean ‘coeff’
  2. G3Reg/Thirdparty/clique_solver/src/clipper.cpp:164:22: error: no match for ‘operator+’ (operand types are ‘clique_solver::SpAffinity’ {aka ‘Eigen::SparseMatrix’} and ‘const IdentityReturnType’ {aka ‘const Eigen::CwiseNullaryOp<Eigen::internal::scalar_identity_op, Eigen::Matrix<double, -1, -1> >’})
@qiaozhijian
Copy link
Member

I guess it may be about the version of Eigen. Mine is 3.3.7. Could you find your version? It can be seen at Eigen/src/Core/util/Macros.h.

@af-doom
Copy link
Author

af-doom commented Nov 24, 2024

I guess it may be about the version of Eigen. Mine is 3.3.7. Could you find your version? It can be seen at Eigen/src/Core/util/Macros.h.

image
Mine also is 3.3.7.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants