[100%] Building C object source/creator/CMakeFiles/blender.dir/buildinfo.c.o
[100%] Linking CXX executable ../../bin/blender
Run: "make install" to copy runtime files and scripts to: /usr/local/share/blender/5.1
[100%] Built target blender
Install the project...
-- Install configuration: "Release"
-- Installing: /usr/local/share/blender/5.1/scripts
CMake Error at source/creator/cmake_install.cmake:46 (file):
file INSTALL cannot make directory "/usr/local/share/blender/5.1/scripts":
No such file or directory.
Call Stack (most recent call first):
cmake_install.cmake:51 (include)
make[1]: *** [Makefile:130: install] Error 1
make: *** [GNUmakefile:400: all] Error 2
Why does make try and install without my permission? why does it not put these files in ../build_linux/
if I do:
$ cd ../build_linux
$ make
It works, but then It can’t find the python modules that would otherwise be in /scripts and then crashes.
I’ve spent like 2 hours compiling and testing different things and I have no clue why this happens.