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
While compiling openMVS using instructions provided here with vcglib throws the following error.
/home/thor/pythonProjects/vcglib/vcg/simplex/tetrahedron/pos.h: In member function 'void vcg::tetra::Pos<MTTYPE>::Assert()':
/home/thor/pythonProjects/vcglib/vcg/simplex/tetrahedron/pos.h:388:9: error: 'HETYPE' was not declared in this scope
HETYPE ht=*this;
^~~~~~
/home/thor/pythonProjects/vcglib/vcg/simplex/tetrahedron/pos.h:388:9: note: suggested alternative: 'MTTYPE'
HETYPE ht=*this;
^~~~~~
MTTYPE
/home/thor/pythonProjects/vcglib/vcg/simplex/tetrahedron/pos.h:389:9: error: 'ht' was not declared in this scope
ht.FlipT();
^~
/home/thor/pythonProjects/vcglib/vcg/simplex/tetrahedron/pos.h:389:9: note: suggested alternative: '_t'
ht.FlipT();
^~
_t
In file included from /home/thor/pythonProjects/openMVS/libs/MVS/Mesh.cpp:58:
Any guidance would be greatly appreciated.
The text was updated successfully, but these errors were encountered:
While compiling openMVS using instructions provided here with vcglib throws the following error.
Any guidance would be greatly appreciated.
The text was updated successfully, but these errors were encountered: