Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

TehFalcon

macrumors 65816
Original poster
Jan 6, 2011
1,150
1,117
United States
Ok So I Have An Intel Only App That I Really Need to use..

BUT. I Have A Powermac G5...

I Need to know if it is possible and if it is possible how to do it...

Please This is very important..
 
Do you have the source code? It doesn't sound like it so you are at the mercy of someone that does (probably the original developer). There's no reverse Rosetta to be had.

-Lee
 
Do you have the source code? It doesn't sound like it so you are at the mercy of someone that does (probably the original developer). There's no reverse Rosetta to be had.

-Lee

All I Have Is the .app Which Contains everything needed to make the program run.. I Have Ran tests and I think i may have found how to get it to work by manually editing the file inside the MacOS folder.. Trouble there is I have no idea what program would be able to let me edit it.. Any Ideas?
 
All I Have Is the .app Which Contains everything needed to make the program run.. I Have Ran tests and I think i may have found how to get it to work by manually editing the file inside the MacOS folder.. Trouble there is I have no idea what program would be able to let me edit it.. Any Ideas?

It sounds like you have everything except an executable for the right CPU architecture, which is an integral piece.

If this .app contains compiled code, you are out of luck. If this is java or something interpreted (python, say) you could likely get it running. However, the chances are very likely that this is platform-specific compiled code since you said it is for intel machines. There will be nothing you can edit to make this run on your PPC machine. You would need to be able to recompile the source code.

-Lee
 
It sounds like you have everything except an executable for the right CPU architecture, which is an integral piece.

If this .app contains compiled code, you are out of luck. If this is java or something interpreted (python, say) you could likely get it running. However, the chances are very likely that this is platform-specific compiled code since you said it is for intel machines. There will be nothing you can edit to make this run on your PPC machine. You would need to be able to recompile the source code.

-Lee

Yup, just an FYI for the OP, you can check which architectures the actual executable contains if you aren't afraid to do a little work in Terminal, but I'm 99.9999% sure that if you cannot double click it odds are it isn't going to work.

To get the file info, open up Terminal and go to the directory that contains the .app

then type:

file (appname).app/Contents/MacOS/*

This should print out what kind of executable it is.

But like Lee said, if it's Intel only and you don't have access to the source code you are out of luck unless you can convince the developer to compile it in PPC. And keep in mind if it takes advantage of any 10.6 features then it's intel only and will remain intel only for now and forever.

You could try an emulator, but thats almost guaranteed to fail as well, sorry.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.