mauge123 / mechanical-blender

mechanical blender project
Other
70 stars 16 forks source link

compile fail with MSVC 2015 #35

Closed mirlip closed 7 years ago

mirlip commented 7 years ago

Hi Mauge, Great to see the project update and get new features :) I get following error with latest version while trying to compile: C:\blender_git\blender\source\blender\blenkernel\intern\appdir.c(43): fatal error C1083: Cannot open include file: 'utf_winfunc.h': No such file or directory

mirlip commented 7 years ago

the file is present in \intern\utfconv

mirlip commented 7 years ago

adding ../../../intern/utfconv to \source\blender\blenkernel\CMakeLists.txt works.