RasPlex / OpenPHT

OpenPHT is a community driven fork of Plex Home Theater
Other
597 stars 109 forks source link

Error building xbmc depends macOS 10.12 #244

Closed renaudholcombe closed 7 years ago

renaudholcombe commented 7 years ago

I'm unable to build the xbmc dependencies as it errors out when attempting to build pure-8.40. The error appears to be an issue with gcc:

"checking whether the C compiler works... no"

I've verified that gcc is installed (via Xcode command line tools); any ideas for further troubleshooting? The error isn't particularly in depth.

renaudholcombe commented 7 years ago

Tracked it down; it seems that the /Users/Shared/xbmc-depends/macosx10.12_x86_64/share/config.site had some sort of issue when it was generated in that it wasn't setting the platform_min_version and macosx-version-min variables that cascaded into the pcre compilation error.