[MAC] Compilation failure on MAC OS X PPC
#1
I have been trying in vain to try and compile from SVN for the PPC version for OS X, however I keep running into the same issue. I am using the 10.4 version of the SDK, and 10.4 version in the Xcode project. I can compile in debug mode, but whenever I try to compile in release mode I get the following error.

http://pastebin.com/m6c392dbf

Any thoughts would be good, I'm assuming its something to do with release mode and the alloc.c file. I'm not a C developer so I can't figure out myself too easily.
Thanks
We do all this for the fun of it, we don't care about the rewards or the riches, we do it because its who we are.

Visit my project page for Ember at http://ember.purplepig.net
Reply
#2
Is it possible you might've missed this announcement?

http://xbmc.org/team-xbmc/2009/08/27/imp...-breakage/
Reply
#3
That could be it, my only concern is that I've been having this same problem for a couple of weeks, maybe it will be fixed once the merges have been implemented and things have stabilized.
We do all this for the fun of it, we don't care about the rewards or the riches, we do it because its who we are.

Visit my project page for Ember at http://ember.purplepig.net
Reply
#4
I can assure you davilla would NOT leave the OSX build broken for "a couple weeks".
Reply
#5
althekiller Wrote:I can assure you davilla would NOT leave the OSX build broken for "a couple weeks".

I have no doubt. I'm just trying to figure out what would cause this issue, could it be my build environment? Any help to fix it would be great, I followed the readme.osx. Any why would I be able to build under debug but not release?

Thanks
We do all this for the fun of it, we don't care about the rewards or the riches, we do it because its who we are.

Visit my project page for Ember at http://ember.purplepig.net
Reply
#6
It's the PPC release build, which may well be broken for a couple of weeks, as we have only one dev with a PPC box, so you have to wait until he fixes stuff.

Will ping beenje about it.

Cheers,
Jonathan
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.


Image
Reply
#7
Thanks very much.
We do all this for the fun of it, we don't care about the rewards or the riches, we do it because its who we are.

Visit my project page for Ember at http://ember.purplepig.net
Reply
#8
Thanks for pointing out the problem!
I don't often compile in release mode... Rolleyes

Build is fixed in r22538.
But note that I have seen several pb in the ppc build since I came back from vacation (rendering issue + video playback pb).
So don't expect too much from the svn build.
Gonna take me some time to fix it.
xbmc.log: /Users/<username>/Library/Logs/xbmc.log
Always read the XBMC online-manual, FAQ and search the forum before posting.
For troubleshooting and bug reporting please make sure you read this first.
Reply
#9
Thanks for fixing this, of course I missed the window since the builds are broken due to the other changes being made. Appreciate the work you've put into making the PPC version, made this Mac Mini owner happy.
We do all this for the fun of it, we don't care about the rewards or the riches, we do it because its who we are.

Visit my project page for Ember at http://ember.purplepig.net
Reply
#10
bodrick Wrote:I have been trying in vain to try and compile from SVN for the PPC version for OS X, however I keep running into the same issue. I am using the 10.4 version of the SDK, and 10.4 version in the Xcode project. I can compile in debug mode, but whenever I try to compile in release mode I get the following error.

http://pastebin.com/m6c392dbf

Any thoughts would be good, I'm assuming its something to do with release mode and the alloc.c file. I'm not a C developer so I can't figure out myself too easily.
Thanks

@bodrick, is there a how-to guide you used for compiling xbmc ? I can't really find a good one.
Reply
#11
StillSchweiger Wrote:@bodrick, is there a how-to guide you used for compiling xbmc ? I can't really find a good one.

"readme.osx" is probably the best way to go. Included in SVN.
Reply
#12
I have spent the greater part of my weekend trying to compile XBMC on my PPC Mac Mini and I'm starting to lose hope… Does anyone by any chance have a svn build for ppc they could package up and send me? I'd be eternally grateful!
Reply
#13
ssgelm Wrote:I have spent the greater part of my weekend trying to compile XBMC on my PPC Mac Mini and I'm starting to lose hope… Does anyone by any chance have a svn build for ppc they could package up and send me? I'd be eternally grateful!

Do the builds at http://www.sshcs.com/xbmc/ work for PPC?
Reply
#14
ssgelm Wrote:I have spent the greater part of my weekend trying to compile XBMC on my PPC Mac Mini and I'm starting to lose hope… Does anyone by any chance have a svn build for ppc they could package up and send me? I'd be eternally grateful!

Perhaps if you post detailed info as to your issues building for ppc, we can help resolve them.
Reply
#15
davilla Wrote:Perhaps if you post detailed info as to your issues building for ppc, we can help resolve them.

Sure. Using the latest SVN sources with all the necessary packages installed through macports, when I try to run:

Code:
xcodebuild -configuration Release -target "XBMC_ppc.app" -project XBMC.xcodeproj

I get:

Code:
The following build commands failed:
XBMC_ppc:
    CompileC build/XBMC.build/Release/XBMC_ppc.build/Objects-normal/ppc/alloc.o /xbmc/trunk/xbmc/lib/libcmyth/alloc.c normal ppc c com.apple.compilers.gcc.4_0
(1 failure)

Any suggestions? Thanks! Big Grin
Reply

Logout Mark Read Team Forum Stats Members Help
[MAC] Compilation failure on MAC OS X PPC0