Forceflow / trimesh2

C++ library and set of utilities for input, output, and basic manipulation of 3D triangle meshes
GNU General Public License v2.0
307 stars 72 forks source link

5>..\..\..\utilsrc\mesh_align.cc(16): fatal error C1083: Cannot open include file: 'unistd.h': No such file or directory #2

Closed ghost closed 7 years ago

ghost commented 7 years ago

Hi, Could you please help me ?

My OS is Windows 10 & i'm using VS 15.

thnx.

Forceflow commented 7 years ago

I fixed this by including an alternative for getopt.h

ghost commented 7 years ago

Thank you very much.