Hi all, I am following Building Blender/Linux/Ubuntu - Blender Developer Wiki to build blender from source using precompiled library on an AWS ubuntu machine.
In the final linking phase, I got this:
/home/ubuntu/TransObj/lib/linux_x86_64_glibc_228/webp/lib/libwebp.a(picture_csp_enc.c.o):picture_csp_enc.c:function ImportYUVAFromRGBA: error: undefined reference to 'SharpYuvInit'
/home/ubuntu/TransObj/lib/linux_x86_64_glibc_228/webp/lib/libwebp.a(picture_csp_enc.c.o):picture_csp_enc.c:function ImportYUVAFromRGBA: error: undefined reference to 'SharpYuvGetConversionMatrix'
/home/ubuntu/TransObj/lib/linux_x86_64_glibc_228/webp/lib/libwebp.a(picture_csp_enc.c.o):picture_csp_enc.c:function ImportYUVAFromRGBA: error: undefined reference to 'SharpYuvConvert'
collect2: error: ld returned 1 exit status
make[3]: *** [source/creator/CMakeFiles/blender.dir/build.make:576: bin/blender] Error 1
make[2]: *** [CMakeFiles/Makefile2:7580: source/creator/CMakeFiles/blender.dir/all] Error 2
make[1]: *** [Makefile:166: all] Error 2
make: *** [GNUmakefile:365: all] Error 2
I am clueless about how to troubleshoot this. Any help would be really appreciated!