Hi, when I tried to build the XBMC from source on Mac, I am getting the following error.
1st, configure: error: unsupported host (x86_64-apple-darwin10.6.0)
Now, I tweaked the "configure" file and added the support x86_65-apple-darwin
now, I am getting the following error from running "./configure"
checking how to run the C++ preprocessor... g++ -E
checking boost/shared_ptr.hpp usability... no
checking boost/shared_ptr.hpp presence... no
checking for boost/shared_ptr.hpp... no
configure: error: Could not find a required library. Please see the README for your platform.
./configure failed
raygao
Junior Member Posts: 7 Joined: Mar 2011 Reputation: 0 |
2011-04-12 10:26
Post: #1
|
| find quote |
spiff
Grumpy Bastard Developer Joined: Nov 2003 Reputation: 82 |
2011-04-12 11:28
Post: #2
as it clearly tells you, boost is not available.
Always read the XBMC online-manual, FAQ and search the forum before posting. Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. For troubleshooting and bug reporting please make sure you read this first. |
| find quote |
davilla
Team-XBMC Developer Joined: Feb 2008 Reputation: 58 |
2011-04-12 18:23
Post: #3
compiling for x86_64 on osx is not supported yet.
MediaInfo : http://mediainfo.sourceforge.net/ Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. |
| find quote |
macer
Junior Member Posts: 48 Joined: Apr 2011 Reputation: 0 Location: London |
2011-04-12 18:28
Post: #4
davilla: why?
|
| find quote |
gnif
Team-XBMC Developer Posts: 442 Joined: Feb 2008 Reputation: 34 Location: Australia, Katoomba |
2011-04-12 19:45
Post: #5
macer: because none of the OSX devs have the time to implement whats required, patches are welcome though.
I am not scared of SVN - Cutting my hands open on the bleeding edge. |
| find quote |
macer
Junior Member Posts: 48 Joined: Apr 2011 Reputation: 0 Location: London |
2011-04-12 20:17
Post: #6
Ok, but I don't understand what is a problem to allow compiling for x64 bit, gcc suppport this...what is a problem?
|
| find quote |
davilla
Team-XBMC Developer Joined: Feb 2008 Reputation: 58 |
2011-04-12 22:19
Post: #7
macer Wrote:davilla: why? Because our build system does not support it yet. There are 40+ depends libs that have to build with the correct arch, then another handfull internal libs, then xbmc itself. You don't just use gcc-4.2 and pray it works. MediaInfo : http://mediainfo.sourceforge.net/ Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. |
| find quote |
eydaimon
Junior Member Joined: Oct 2004 Reputation: 0 |
2012-02-18 23:51
Post: #8
I also tried to build this. I followed the instructions to a T, and was unable to build it.
How is it being compiled and released? |
| find quote |
eydaimon
Junior Member Joined: Oct 2004 Reputation: 0 |
2012-02-18 23:53
Post: #9
nm, just noticed it uses xcode 4 and not 3 when following the instructions. ugh
|
| find quote |

Search
Help