hcebke / libQEx

The Robust Quad Mesh Extraction Library
GNU General Public License v3.0
107 stars 36 forks source link

compiling errors #2

Closed pizibing closed 10 years ago

pizibing commented 10 years ago

I have install OpenMesh2.4.1 when build the source of libQEx, it come the error as: /libQEx/interfaces/c/../../src/MeshExtractorT.cc:1000:27: error: converting ‘OpenMesh::ArrayItems::Halfedge to const HEH {aka const OpenMesh::HalfedgeHandle}’ In file included from /home/yibing/libQEx/interfaces/c/../../src/MeshExtractorT.hh:665:0,

hcebke commented 10 years ago

libQEx depends on OpenMesh 3.0 or higher. Your error is caused by the fact that your OpenMesh version is too old. I have recently added some info regarding this to the BUILDING file.