gaoxifeng / robust_hex_dominant_meshing

Quadrilateral-dominant and Hexahedral-dominant meshes generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

build error in linux

idhamari opened this issue · comments

Thanks for sharing,
I tried to build the tool in my Linux machine and I get this error:

`
viewer.cpp: In constructor ‘Viewer::Viewer(std::__cxx11::string&, bool)’:
/src/src/viewer.cpp:186:63: error: ‘Alignment’ is not a class, namespace, or enumeration
statePanel->setLayout(new BoxLayout(Orientation::Horizontal, Alignment::Middle, 0, 5));

`

could you try the current version if it works now?