XBMC Community Forum
Porting XBMC to Mac OS X (Leopard) - Developers only! - Printable Version

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Development (/forumdisplay.php?fid=32)
+--- Forum: Development (/forumdisplay.php?fid=93)
+--- Thread: Porting XBMC to Mac OS X (Leopard) - Developers only! (/showthread.php?tid=30074)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13


- ukp62 - 2008-01-01 19:52

Yes. this appears to be a bug. For now just remove that config.h line from the file system.h


- shaneuk - 2008-01-01 19:56

can you send me the binary when its built? then i can stick it on my webspace for others. - dont have xcode installed.


- cullman - 2008-01-01 19:59

ukp62 Wrote:ok, managed to get a bit further.

export XBMC_HOME=<dir where xbmc binary is run from>

Gives me a white app that is almost fullscreen.

Missing from my previous post was, you need to add /opt/local/lib/ to the Library Search Paths in the xcode project.

ukp62, I had the same problem the first time running, try mv'ing your system/profiles.xml out of the way in your xbmc binary dir.


- cullman - 2008-01-01 20:09

ukp62, that probably won't fix it in your case....what is on your console?


- ukp62 - 2008-01-01 20:13

cullman Wrote:ukp62, that probably won't fix it in your case....what is on your console?

I solved the problem by doing the following:

(Move the build dir xcode makes out of the way first)

./build.sh NOUPDATE NOCOMPILE

This creates the BUILD dir with the necessary userdata. system etc directories.

Copy the freshly compiled XBMC binary to the BUILD directory.

export XBMC_HOME=/Volumes/Data/Users/ukp/xbmc/XBMC/BUILD

./XBMC

this allows the app to run.


- ezar - 2008-01-01 22:34

ukp62, Can you up or send me a zip with all XBMC application... I want to test it...


- ukp62 - 2008-01-01 22:57

ezar Wrote:ukp62, Can you up or send me a zip with all XBMC application... I want to test it...

See my post at http://forum.xbmc.org/showthread.php?tid=30397


Stop asking for end-user help/support! - Gamester17 - 2008-01-01 22:59

@shaneuk, ezar and anyone else who IS NOT A DEVELOPER, please stop requesting binay builds, etc.

Please respect that this topic thread is now only by and for developers/programmers only!

...or else! Stare


- ezar - 2008-01-01 23:10

ukp62 Wrote:See my post at http://forum.xbmc.org/showthread.php?tid=30397

Thank You! Now I compile XBMC myself! Thank You! Only I need the library list... and you post Here

Regards


build but... dont work - ezar - 2008-01-02 03:54

I build correctly XBMC in XCODE 3.0... but when I execute ./xbmc crash Sad

The error_log was:
Quote:0 Confused 0000000000 0 + 0
1 XBMC 0x0005e45d CGUIImage::Render() + 2313 (guiImage.cpp:271)
2 XBMC 0x00512e2c CSplash::Show() + 428 (Splash.cpp:57)
3 XBMC 0x000e1f66 CApplication::Create(void*) + 4974 (Application.cpp:1312)
4 XBMC 0x0057be8d SDL_main + 227 (XboxMediaCenter.cpp:59)
5 XBMC 0x005c377c -[SDLMain applicationDidFinishLaunching:] + 76