32-Bit Compiling in XCode

Posted by user15386 on Stack Overflow See other posts from Stack Overflow or by user15386
Published on 2012-10-19T22:57:50Z Indexed on 2012/10/19 23:00 UTC
Read the original article Hit count: 187

Filed under:
|
|

I was trying to get SDL to work on my mac but kept running into mysterious errors. After some googling, I realized that my issue was that SDL compiled in 32 bits, or was 32 bits, or something, and XCode was compiling my program in 64 bits. There were some solutions, as well, but all were very technical or required arcane knowledge which my novice brain did not comprehend. So, how can I either get a version of SDL that will work with a 64 bit compiler, or tell XCode to compile in 32 bits?

© Stack Overflow or respective owner

Related posts about c++

Related posts about xcode