Open markotitel opened 4 years ago
Which version of Amazon Linux are you using? I think that has made a difference in the past
Thanks for taking time. I am trying to build on Amazon Linux 2
Have you tried getting it to work on Amazon Linux 2018.03? https://aws.amazon.com/amazon-linux-ami/2018.03-release-notes/
Hi,
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 successfullyv2.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 withos.system('./blender')
approach.I am guessing that I miss some libraries. THe error I am getting when trying to
install_deps.sh
isERROR! OpenShadingLanguage-1.7.5 failed to compile, exiting
I have updated GCC version to
9.3
but still getting the error.Could you point me in the right direction please?