Error when making fontconfig dependency
#16
yes its always about the command line buildtools that come with each xcode version ... i darkly think to remember that those 2 commits were part of the game
https://github.com/xbmc/xbmc/commit/4d5a...e41e9312b1
https://github.com/xbmc/xbmc/commit/1edf...97451dd1e8

but there might be more - not worth thenhazzle imo - get an older xcode version if you really need to compile jarvis
AppleTV4/iPhone/iPod/iPad: HowTo find debug logs and everything else which the devs like so much: click here
HowTo setup NFS for Kodi: NFS (wiki)
HowTo configure avahi (zeroconf): Avahi_Zeroconf (wiki)
READ THE IOS FAQ!: iOS FAQ (wiki)
Reply
#17
I cleaned everything in the way that @Memphiz suggested, including `make distclean` in `tools/depends` then changed branches to master and re-ran the make. After many hours and a manually fixed failure downloading Python 2.7.10, it finally completed successfully. However both attempts to build using more than 1 thread, i.e., `make -j3` on a 5 core device, failed. The builds ran for a while then failed. The first time it failed with
Code:
-- Installing: /Users/Shared/xbmc-depends/buildtools-native/share/cmake-3.3/completions/ctest
touch .installed-x86_64-osx-native
make: *** [native/.installed-x86_64-osx-native] Error 2
and the second time with
Code:
-- Up-to-date: /Users/Shared/xbmc-depends/buildtools-native/share/cmake-3.3/completions/ctest
touch .installed-x86_64-osx-native
make: *** [native/.installed-x86_64-osx-native] Error 2

It looks like the problem is indeed an incompatibility between the Jarvis branch and Xcode 7.3.1. Before switching to master I tried the same clean up followed by re-running the make in the Jarvis branch and again got the original failure while building fontconfig.

Big thanks to @Memphiz for pointing out the incompatibility.
Reply

Logout Mark Read Team Forum Stats Members Help
Error when making fontconfig dependency0