PDA

View Full Version : Compile Open Source Program in x64


supanatral
September 8th, 2009, 09:48 PM
I have a program called FilmRedux and it's open source. I'm wondering how easy it is to compile in 64bit instead of 32? I only see the ability to compile with the i386 architecture.

If it get's complicated, just say so because I'm not necessarily a programmer and probably won't understand very well.

ElDiabloConCaca
September 8th, 2009, 11:19 PM
XCode, by default, opens in 32-bit mode. You can turn this off in the "Get Info" window for XCode, and perhaps that will let you select a 64-bit system as the target.

Here is more info on how to add 64-bit architecture platforms to the build:

http://developer.apple.com/mac/library/documentation/Darwin/Conceptual/64bitPorting/building/building.html