You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 15, 2021. It is now read-only.
I am trying run all commands from Dockerfile but not running docker build.
Just set up this on a VPS local system.
I hoped it will work for compiling blender-headless but came to the error which I can't resolve for couple of days now.
I was building Blender successfully v2.79b on Ubuntu system. Amazon Linux just "won't work".
What I want to achieve is build blender-headless binary and run it in Lambda with os.system('./blender') approach.
I am guessing that I miss some libraries. THe error I am getting when trying to install_deps.sh is
Generating testsuite/runtest.py
llvm_ops.cpp:101:10: fatal error: 'iostream' file not found
ERROR! OpenShadingLanguage-1.7.5 failed to compile, exiting
I have updated GCC version to 9.3 but still getting the error.