dillongoostudios / goo-engine

Custom build of blender with some extra NPR features.
Other
982 stars 129 forks source link

Build Error and warnings Windows, Build FAILED #36

Closed kenjibailly closed 1 year ago

kenjibailly commented 1 year ago

I'm getting this error and these warnings when trying to build it:

  cycles_bvh.vcxproj -> C:\blender-goo\build_windows_x64_vc16_Release\lib\Release\cycles_bvh.lib

Build FAILED.

C:\blender-goo\goo-engine\source\blender\makesdna\DNA_action_types.h(180,9): warning C4200: nonstandard extension used: zero-sized array in struct/union (compiling source file C:\blender-goo\goo-engine\source\blender\imbuf\intern\anim_movie.cc) [C:\blender-goo\build_windows_x64_vc16_Release\source\blender\imbuf\bf_imbuf.vcxproj]
C:\blender-goo\goo-engine\source\blender\editors\object\object_constraint.c(2214,43): warning C4100: 'con': unreferenced formal parameter [C:\blender-goo\build_windows_x64_vc16_Release\source\blender\editors\object\bf_editor_object.vcxproj]
C:\blender-goo\goo-engine\source\blender\makesdna\DNA_defaults.h(15,10): fatal error C1083: Cannot open include file: 'dna_type_offsets.h': No such file or directory (compiling source file C:\blender-goo\goo-engine\source\blender\compositor\realtime_compositor\cached_resources\intern\distortion_grid.cc) [C:\blender-goo\build_windows_x64_vc16_Release\source\blender\compositor\realtime_compositor\bf_realtime_compositor.vcxproj]
    2 Warning(s)
    1 Error(s)

Here's the full Build.log: Build.log

Who can help me out?

kenjibailly commented 1 year ago

I used branch "goo-engine-v3.6-release" and built successfully!