I configure the build with CMake . (standard makefile generation).
The build process goes fine but the linking process fails:
Code: Select all
Linking C executable ../../bin/blender
/usr/bin/ld: cannot find -lXi
collect2: ld returned 1 exit status
make[2]: *** [bin/blender] Error 1
make[1]: *** [source/creator/CMakeFiles/blender.dir/all] Error 2
make: *** [all] Error 2
Any help? Thank you.