my first error was numpy, I solved installing manually numpy, and running:
./install_deps.sh --with-all --skip-numpy
but now,
https://hastebin.com/ujelilujiq.rb
My blender’s compilation in linux never ending. but I’m learning a lot of stuffs.
my first error was numpy, I solved installing manually numpy, and running:
./install_deps.sh --with-all --skip-numpy
but now,
https://hastebin.com/ujelilujiq.rb
My blender’s compilation in linux never ending. but I’m learning a lot of stuffs.
I think you’re building an older version of the code? If you update to the latest version with make update
this specific error should be gone.
In general I recommend following the quick setup instructions with precompiled libraries instead of install deps.
I’m using source code from the blender’s web
and tryng to compiling it, just for fun (in windows I’m have blender from steam).