llebout / ungoogled-chromium

Google Chromium, sans integration with Google - PPC64LE FORK
BSD 3-Clause "New" or "Revised" License
17 stars 5 forks source link

Build not working #1

Closed llebout closed 5 years ago

llebout commented 5 years ago
build-user@talos:~/ungoogled-chromium-ppc64le/build/src$ ninja -C out/Default chrome chromedriver chrome_sandbox
ninja: Entering directory `out/Default'
ninja: error: '../../third_party/libvpx/source/libvpx/vp8/common/copy_c.c', needed by 'obj/third_party/libvpx/libvpx/copy_c.o', missing and no known rule to make it
llebout commented 5 years ago

Solution:

in build/src

cd third_party/libvpx
mkdir source/config/linux/ppc64
./generate_gni.sh
cd ../../

as written on https://wiki.raptorcs.com/wiki/Porting/Chromium