Kodi Community Forum
Help me compile please - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Mac OS X (https://forum.kodi.tv/forumdisplay.php?fid=56)
+---- Thread: Help me compile please (/showthread.php?tid=48003)



Help me compile please - Doraemonn - 2009-04-01

OK so up to about a week ago, all fine and dancy compiling my own SVN's. Shortly following the feature freeze, it all went to hell.

Followed the new Readme.osx to the letter, re-installed MacPorts from scratch, and I get hundreds of these errors:

Image

What's broken? How do I fix it?

Thanks!


- davilla - 2009-04-01

need to read and understand readme.osx. you either did not install SDL via MacPorts or have something messed up with your build environment.

you could start by doing a pastebin of

a) macports.conf
b) the output of "port installed"


- Doraemonn - 2009-04-02

Thanks,

After much cleaning, uninstalling and patching of ports, I managed to finally build SDL. Now I can successfully compile again, but with 590 warnings for the latest SVN. Is that normal?!

EDIT: Some more rebuilding and tweaking and I'm down to 13 warnings. I'm back on the bleeding edge, baby! Bring on that Harmony support! Big Grin


- jmarshall - 2009-04-02

Almost all the warnings are in the third party libraries we build (which obviously we don't want to touch), so they're nothing to worry about.

Glad you got it going - is there any tips we need to add to the readme, or was it just a matter of ensuring the SDL libs were built correctly?

Cheers,
Jonathan


- abom - 2009-04-03

I seem to suck at compiling aswell...I usually work with Windows Smile

I have installed MacPorts and its components as directed in the Readme.osx. I am unable to compoile a few components, like libcdio, unless I remove '-universal' at the end.
Eventually I can install every port component with some fiddling. But... when i run ./configure, my system wil hang at libProjectM. I have waited for 20 hours....cmake running at 100%.

Anyone any idea?


- davilla - 2009-04-03

abom Wrote:I seem to suck at compiling aswell...I usually work with Windows Smile

I have installed MacPorts and its components as directed in the Readme.osx. I am unable to compoile a few components, like libcdio, unless I remove '-universal' at the end.
Eventually I can install every port component with some fiddling. But... when i run ./configure, my system wil hang at libProjectM. I have waited for 20 hours....cmake running at 100%.

Anyone any idea?

your macport install is bork'ed Smile

pastebin your macports.conf

for each port install that fails, add a "-dv" after "sudo port" to turn on the debug/verbose flags. pastebin the install failure.