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

Erreur à la compilation #5

Open
lblre opened this issue May 23, 2022 · 1 comment
Open

Erreur à la compilation #5

lblre opened this issue May 23, 2022 · 1 comment

Comments

@lblre
Copy link

lblre commented May 23, 2022

Bonjour, en compilant poncascope j'ai obtenue ce résultat :

[leo@localhost build]$ make
Consolidate compiler generated dependencies of target stb
[  2%] Built target stb
Consolidate compiler generated dependencies of target glad
[  3%] Built target glad
Consolidate compiler generated dependencies of target glfw
[ 19%] Built target glfw
Consolidate compiler generated dependencies of target imgui
[ 26%] Built target imgui
Consolidate compiler generated dependencies of target polyscope
[ 97%] Built target polyscope
[ 98%] Install assets to binary folder
[ 98%] Built target poncascope-copyassets
Consolidate compiler generated dependencies of target poncascope
[ 99%] Building CXX object CMakeFiles/poncascope.dir/src/main.cpp.o
Dans le fichier inclus depuis /home/leo/Documents/stage/poncascope/external/libigl/include/igl/diag.h:59,
                 depuis /home/leo/Documents/stage/poncascope/external/libigl/include/igl/cotmatrix.cpp:84,
                 depuis /home/leo/Documents/stage/poncascope/external/libigl/include/igl/cotmatrix.h:79,
                 depuis /home/leo/Documents/stage/poncascope/external/libigl/include/igl/per_face_normals.cpp:106,
                 depuis /home/leo/Documents/stage/poncascope/external/libigl/include/igl/per_face_normals.h:76,
                 depuis /home/leo/Documents/stage/poncascope/external/libigl/include/igl/per_vertex_normals.cpp:11,
                 depuis /home/leo/Documents/stage/poncascope/external/libigl/include/igl/per_vertex_normals.h:77,
                 depuis /home/leo/Documents/stage/poncascope/src/main.cpp:4:
/home/leo/Documents/stage/poncascope/external/libigl/include/igl/diag.cpp: Dans la fonction « void igl::diag(const Eigen::SparseVector<T>&, Eigen::SparseMatrix<Scalar>&) »:
/home/leo/Documents/stage/poncascope/external/libigl/include/igl/diag.cpp:75:10: erreur: « DynamicSparseMatrix » n'est pas un membre de « Eigen »; vouliez-vous employer « SparseMatrix » ?
   75 |   Eigen::DynamicSparseMatrix<T, Eigen::RowMajor> dyn_X(V.size(),V.size());
      |          ^~~~~~~~~~~~~~~~~~~
      |          SparseMatrix
/home/leo/Documents/stage/poncascope/external/libigl/include/igl/diag.cpp:75:31: erreur: expected primary-expression before « , » token
   75 |   Eigen::DynamicSparseMatrix<T, Eigen::RowMajor> dyn_X(V.size(),V.size());
      |                               ^
/home/leo/Documents/stage/poncascope/external/libigl/include/igl/diag.cpp:76:3: erreur: « dyn_X » n'a pas été déclaré dans cette portée
   76 |   dyn_X.reserve(V.size());
      |   ^~~~~
/home/leo/Documents/stage/poncascope/external/libigl/include/igl/diag.cpp: Dans la fonction « void igl::diag(const Eigen::MatrixBase<U>&, Eigen::SparseMatrix<Scalar>&) »:
/home/leo/Documents/stage/poncascope/external/libigl/include/igl/diag.cpp:92:10: erreur: « DynamicSparseMatrix » n'est pas un membre de « Eigen »; vouliez-vous employer « SparseMatrix » ?
   92 |   Eigen::DynamicSparseMatrix<T, Eigen::RowMajor> dyn_X(V.size(),V.size());
      |          ^~~~~~~~~~~~~~~~~~~
      |          SparseMatrix
/home/leo/Documents/stage/poncascope/external/libigl/include/igl/diag.cpp:92:31: erreur: expected primary-expression before « , » token
   92 |   Eigen::DynamicSparseMatrix<T, Eigen::RowMajor> dyn_X(V.size(),V.size());
      |                               ^
/home/leo/Documents/stage/poncascope/external/libigl/include/igl/diag.cpp:93:3: erreur: « dyn_X » n'a pas été déclaré dans cette portée
   93 |   dyn_X.reserve(V.size());
      |   ^~~~~
<make[2]: *** [CMakeFiles/poncascope.dir/build.make:76 : CMakeFiles/poncascope.dir/src/main.cpp.o] Erreur 1
make[1]: *** [CMakeFiles/Makefile2:285 : CMakeFiles/poncascope.dir/all] Erreur 2
make: *** [Makefile:136 : all] Erreur 2

et maintenant je suis bloqué...

(version du compilateur : g++ (GCC) 11.3.1 20220421 (Red Hat 11.3.1-2))

@nmellado
Copy link
Contributor

nmellado commented Aug 1, 2023

Bonjour @lblre ,

(désolé pour le temps de traitement)
Est ce que le problème est toujours présent avec la dernière version ?

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