eliemichel / OpenMfxForBlender

A branch of Blender featuring an OpenMfx modifier
Other
176 stars 19 forks source link

I can't compile it. #58

Closed SetoKaiba closed 2 years ago

SetoKaiba commented 2 years ago

I got this error when I try to compile. fatal error C1083: Cannot open include file: “mfx Host.h”: No such file or directory [G:\Seto\GitHub\SetoKaiba\build\intern\openmfx\test\openmesheffect_plugin_load_test. vcxproj]

I change the foldername to blender.git and compile it by the commands below. python build_files\buildbot\worker_update.py windows_openmfx openmfx python build_files\buildbot\worker_compile.py windows_openmfx openmfx

I check the intern\openmfx\test\CMakeLists.txt It seems that the include folder is set to be ".". mfxHost.h is in "..\host".

eliemichel commented 2 years ago

Thanks for the feedback! The unit test file was slightly outdated, should be fixed by 704c4ed.