dillongoostudios / goo-engine

Custom build of blender with some extra NPR features.
Other
955 stars 124 forks source link

Compile errors #25

Open AeolusDraco opened 1 year ago

AeolusDraco commented 1 year ago

While trying to compile the program I have four notable errors occur: The first being during dependency retrieval when initializing submodules it fails with the following error Entering 'release/scripts/addons' error: pathspec 'master' did not match any file(s) known to git fatal: run_command returned non-zero status for release/scripts/addons

The rest of the issues occur during compilation

C:\Users\Aeolus\source\blender\lib\win64_vc15\boost\include\boost/python/detail/wrap_python.hpp(57,11): fatal error C1083: Cannot open include file: 'pyconfig.h': No such file or directory (compiling source file C:\Users\Aeolus\source\blender\goo-engine\source\blender\io\usd\intern\usd_capi_export.cc) [C:\Users\Aeolus\source\blender\build_windows_x64_vc16_Release\source\blender\io\usd\bf_usd.vcxproj]

C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\Microsoft.CppCommon.targets(241,5): error MSB8066: Custom build for 'C:\Users\Aeolus\source\blender\build_windows_x64_vc16_Release\CMakeFiles\f3cc855d04f49739384d763bc15ea4e9\node_absorption_volume.oso.rule;...(full text ommited for clarity)...C:\Users\Aeolus\source\blender\goo-engine\intern\cycles\kernel\osl\shaders\CMakeLists.txt' exited with code -1073741515. [C:\Users\Aeolus\source\blender\build_windows_x64_vc16_Release\intern\cycles\kernel\osl\shaders\cycles_osl_shaders.vcxproj]

C:\Users\Aeolus\source\blender\lib\win64_vc15\boost\include\boost/assert/source_location.hpp(97,9): error C2039: '_snprintf': is not a member of 'std' (compiling source file C:\Users\Aeolus\source\blender\goo-engine\extern\mantaflow\preprocessed\fileio\ioutil.cpp) [C:\Users\Aeolus\source\blender\build_windows_x64_vc16_Release\extern\mantaflow\extern_mantaflow.vcxproj]

The full Build.log file: Build.log

Ray-RML commented 1 year ago

Same issue, but on my end compile exist after --

Entering 'release/datafiles/locale'
Previous HEAD position was e398d3c Ultimate update from SVN trunk (rBTS6227).
Switched to branch 'master'
Your branch is up to date with 'origin/master'.
Entering 'release/scripts/addons'
error: pathspec 'master' did not match any file(s) known to git
fatal: run_command returned non-zero status for release/scripts/addons
.