[MAC] Compilation failure on MAC OS X PPC
#16
ssgelm Wrote: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

build directly in xcode and pastebin the build results. When build in xcode indirectly (using xcodebuild), you don't get any info on why the build failed just where.

Also build XBMC_ppc first, when that builds, then progress to XBMC_ppc.app.
Reply
#17
davilla Wrote:build directly in xcode and pastebin the build results. When build in xcode indirectly (using xcodebuild), you don't get any info on why the build failed just where.

Also build XBMC_ppc first, when that builds, then progress to XBMC_ppc.app.

When compiling XBMC_ppc, I get the following output: http://pastebin.com/f541e5a32
Reply
#18
redtapemedia Wrote:Do the builds at http://www.sshcs.com/xbmc/ work for PPC?

Unfortunately no, they do not.
Reply
#19
davilla Wrote:Perhaps if you post detailed info as to your issues building for ppc, we can help resolve them.

By merging the changes in r22538 to the trunk in alloc.c it seems to compile! Thanks so much!
Reply
#20
ssgelm Wrote:By merging the changes in r22538 to the trunk in alloc.c it seems to compile! Thanks so much!

ssgelm -> it's encouraging to read that there is someone who suceeded with compiling a PPC version. I'll give it a try at the weekend
Reply
#21
ssgelm Wrote:By merging the changes in r22538 to the trunk in alloc.c it seems to compile! Thanks so much!

As I understand, the current SVN does not build in release mode on your machine?
Could you tell me your OSX version? and Xcode?

This was supposed to be fixed... Will try to build in release mode tomorrow.
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
#22
Beenje Wrote:As I understand, the current SVN does not build in release mode on your machine?
Could you tell me your OSX version? and Xcode?

This was supposed to be fixed... Will try to build in release mode tomorrow.

I am running Xcode 3.1.4 on OS X 10.5.8.
Reply
#23
ssgelm Wrote:I am running Xcode 3.1.4 on OS X 10.5.8.

OK, thanks.
Apple gcc build has changed since september when I did a fix.
I didn't expect more update after 10.5.8.

Anyway I just disabled optimization for OSX ppc.
So it should work fine again after r24284.
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

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