Yup, that did it. I was able to build this part without the -j option. Only thing is it used to take about 15 minutes to build (just this make) and now it takes about 2 hours.davilla wrote:If depends does not build, stop. Do not pass goAntibus wrote:I've been trying to do a build on the latest 2.0.0, but can't seem to successfully complete the pre-make builds. I'm running Xcode 7.2 on Yosemite with tvos 9.1 and I have been able to successfully build 1.6.0 in the past.
On the first "make", in ../tools/depends, it goes for quite a while, but ends with:
touch .installed-appletvos9.1_arm64-target
make: *** [target/.installed-appletvos9.1_arm64-target] Error 2
Then later, with the "make -C tools/depends/target/xbmc", it stops with:
configure: error: Could not find a required library. Please see the README for your platform.
make: *** [../../../..//libmrmc.so] Error 1
Note that I've been using a "make -j8 ..." for all my makes, but getting rid of the -j8 doesn't seem to help (the one time I tried I had other errors).
Any thoughts?Error 2 is the final message, need to find error 1
make (no -jX) is always preferred unless you are familiar with the depends build system and known how to fixup issues.
The other parts seemed to work fine using -j8.
Thanks!