OS X master build fails
#1
I'm attempting to build the master branch on Mac OS X 10.10.3 with Xcode 6.3.1. It fails at step 4a:

Code:
[~/software/xbmc]$ make -C tools/depends/target/xbmc
...
checking sys/inotify.h usability... no
checking sys/inotify.h presence... no
checking for sys/inotify.h... no
checking boost/circular_buffer.hpp usability... no
checking boost/circular_buffer.hpp presence... no
checking for boost/circular_buffer.hpp... no
configure: error: Could not find a required library. Please see the README for your platform.
make: *** [../../../..//libkodi.so] Error 1

Is this a known problem?
Reply
#2
Clearly, someone is messing with the build. I cleaned everything out and did a pull to start over. I picked up some changes specific to the mac build. Unfortunately, now it doesn't build here:

Code:
cd /Users/Shared/xbmc-depends/tarballs; /usr/bin/curl -Ls --create-dirs -f -O http://mirrors.xbmc.org/build-deps/sources/platform-1.0.4.tar.gz
make[2]: *** [/Users/Shared/xbmc-depends/tarballs/platform-1.0.4.tar.gz] Error 22

Checking out http://mirrors.xbmc.org/build-deps/sources, there is now platform-1.0.6.tar.gz and platform-1.0.7.tar.gz, but no 1.0.4.
Reply
#3
yes opdenkamp removed a package which we still need. Both errors you see are the same (missing source tarball for platform 1.0.4). We are not "messing" with the builds - those mac specific xcode changes you saw are sane and don't even affect the build step you are stuck with...

I have reuploaded the package and it should be available to your build in 30 mins from now latest.
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

Logout Mark Read Team Forum Stats Members Help
master build fails0