(2015-10-29, 17:57)ironic_monkey Wrote: i'd recommend that in general (or rather, running git clean after the checkout). but that is not what i said, i said checkout, not clone.
git checkout 15.2-Isengard
I tried to build dependencies again with
./bootstrap
./configure...
make
but when i do make i get this error:
compilation terminated.
make[3]: *** [src/client/linux/crash_generation/crash_generation_server.o] Error 1
make[3]: Leaving directory `/home/parallels/kodi-android/tools/depends/target/google-breakpad/arm-linux-androideabi-android-17'
make[2]: *** [arm-linux-androideabi-android-17/src/client/linux/libbreakpad_client.a] Error 2
make[2]: Leaving directory `/home/parallels/kodi-android/tools/depends/target/google-breakpad'
make[1]: *** [google-breakpad] Error 2
make[1]: Leaving directory `/home/parallels/kodi-android/tools/depends/target'
make: *** [target/.installed-arm-linux-androideabi-android-17] Error 2
parallels@ubuntu:~/kodi-android/tools/depends$
any suggestions?