Kodi Community Forum
./configure failed - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Kodi Application (https://forum.kodi.tv/forumdisplay.php?fid=93)
+--- Thread: ./configure failed (/showthread.php?tid=99140)



./configure failed - raygao - 2011-04-12

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.


- spiff - 2011-04-12

as it clearly tells you, boost is not available.


- davilla - 2011-04-12

compiling for x86_64 on osx is not supported yet.


- macer - 2011-04-12

davilla: why?


- gnif - 2011-04-12

macer: because none of the OSX devs have the time to implement whats required, patches are welcome though.


- macer - 2011-04-12

Ok, but I don't understand what is a problem to allow compiling for x64 bit, gcc suppport this...what is a problem?


- davilla - 2011-04-12

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.


- eydaimon - 2012-02-18

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?


- eydaimon - 2012-02-18

nm, just noticed it uses xcode 4 and not 3 when following the instructions. ugh Sad